Documentation
    Preparing search index...
    FrozenPricer: MoveStruct<
        {
            block_scholes_forward_source_timestamp_ms: BcsType<
                bigint,
                string
                | number
                | bigint,
                "u64",
            >;
            block_scholes_spot_source_timestamp_ms: BcsType<
                bigint,
                string
                | number
                | bigint,
                "u64",
            >;
            block_scholes_svi_source_timestamp_ms: BcsType<
                bigint,
                string
                | number
                | bigint,
                "u64",
            >;
            expiry_market_id: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
            forward: BcsType<bigint, string | number | bigint, "u64">;
            pyth_spot_source_timestamp_ms: BcsType<
                bigint,
                string
                | number
                | bigint,
                "u64",
            >;
            svi: MoveStruct<
                {
                    a_is_negative: BcsType<boolean, boolean, "bool">;
                    a_magnitude: BcsType<bigint, string | number | bigint, "u128">;
                    b: BcsType<bigint, string | number | bigint, "u128">;
                    m: MoveStruct<
                        {
                            is_negative: BcsType<boolean, boolean, "bool">;
                            magnitude: BcsType<bigint, string | number | bigint, "u64">;
                        },
                        "fixed_math::i64::I64",
                    >;
                    rho: MoveStruct<
                        {
                            is_negative: BcsType<boolean, boolean, "bool">;
                            magnitude: BcsType<bigint, string | number | bigint, "u64">;
                        },
                        "fixed_math::i64::I64",
                    >;
                    sigma: BcsType<bigint, string | number | bigint, "u64">;
                },
                "@local-pkg/deepbook_predict::pricing::PricingSVI",
            >;
        },
        "@local-pkg/deepbook_predict::pricing::FrozenPricer",
    > = ...