Documentation
    Preparing search index...
    ProtocolConfig: MoveStruct<
        {
            ewma_config: MoveStruct<
                {
                    alpha: BcsType<bigint, string | number | bigint, "u64">;
                    enabled: BcsType<boolean, boolean, "bool">;
                    penalty_rate: BcsType<bigint, string | number | bigint, "u64">;
                    z_score_threshold: BcsType<bigint, string | number | bigint, "u64">;
                },
                "@local-pkg/deepbook_predict::ewma_config::EwmaConfig",
            >;
            flush_seq: BcsType<bigint, string | number | bigint, "u64">;
            frozen: BcsType<boolean, boolean, "bool">;
            id: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
            lp_request_limit_flush_attempts: BcsType<
                bigint,
                string
                | number
                | bigint,
                "u64",
            >;
            max_lp_pool_value: BcsType<bigint, string | number | bigint, "u64">;
            max_valuation_window_ms: BcsType<bigint, string | number | bigint, "u64">;
            no_trade_window_ms: BcsType<bigint, string | number | bigint, "u64">;
            plp_supply_fee_rate: BcsType<bigint, string | number | bigint, "u64">;
            plp_withdraw_fee_rate: BcsType<bigint, string | number | bigint, "u64">;
            pricing_config: MoveStruct<
                {
                    block_scholes_price_freshness_ms: BcsType<
                        bigint,
                        string
                        | number
                        | bigint,
                        "u64",
                    >;
                    block_scholes_svi_freshness_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::pricing_config::PricingConfig",
            >;
            protocol_reserve_profit_share: BcsType<
                bigint,
                string
                | number
                | bigint,
                "u64",
            >;
            referral_fee_rate: BcsType<bigint, string | number | bigint, "u64">;
            snapshot_in_progress: BcsType<boolean, boolean, "bool">;
            strike_exposure_template_config: MoveStruct<
                {
                    backing_buffer_lambda: BcsType<
                        bigint,
                        string
                        | number
                        | bigint,
                        "u64",
                    >;
                    base_fee: BcsType<bigint, string | number | bigint, "u64">;
                    expiry_fee_max_multiplier: BcsType<
                        bigint,
                        string
                        | number
                        | bigint,
                        "u64",
                    >;
                    expiry_fee_window_ms: BcsType<bigint, string | number | bigint, "u64">;
                    inventory_impact_max_rate: BcsType<
                        bigint,
                        string
                        | number
                        | bigint,
                        "u64",
                    >;
                    max_entry_probability: BcsType<bigint, string | number | bigint, "u64">;
                    min_entry_probability: BcsType<bigint, string | number | bigint, "u64">;
                    min_fee: BcsType<bigint, string | number | bigint, "u64">;
                },
                "@local-pkg/deepbook_predict::strike_exposure_config::StrikeExposureConfig",
            >;
            trading_paused: BcsType<boolean, boolean, "bool">;
            valuation_in_progress: BcsType<boolean, boolean, "bool">;
            version_watermark: BcsType<bigint, string | number | bigint, "u64">;
        },
        "@local-pkg/deepbook_predict::protocol_config::ProtocolConfig",
    > = ...