Function pyth_price_with_confidence_to_price

Source
pub fn pyth_price_with_confidence_to_price(
    price: i64,
    confidence: u64,
    exponent: i32,
    token_config: &TokenConfig,
) -> Result<Price>
Expand description

Convert pyth price value with confidence to Price.