Function update_price_feed_with_chainlink

Source
pub fn update_price_feed_with_chainlink<'a, 'b, 'c, 'info>(
    ctx: CpiContext<'a, 'b, 'c, 'info, UpdatePriceFeedWithChainlink<'info>>,
    compressed_report: Vec<u8>,
) -> Result<()>