Documentation
    Preparing search index...

    Variable PricingConfigUpdatedConst

    PricingConfigUpdated: MoveStruct<
        {
            block_scholes_price_freshness_ms: BcsType<
                bigint,
                string
                | number
                | bigint,
                "u64",
            >;
            block_scholes_svi_freshness_ms: BcsType<
                bigint,
                string
                | number
                | bigint,
                "u64",
            >;
            onchain_timestamp_ms: BcsType<bigint, string | number | bigint, "u64">;
            pyth_spot_freshness_ms: BcsType<bigint, string | number | bigint, "u64">;
            use_pyth_spot_for_forward: BcsType<boolean, boolean, "bool">;
        },
        "@local-pkg/deepbook_predict::config_events::PricingConfigUpdated",
    > = ...