Documentation
    Preparing search index...
    PoolValuation: MoveStruct<
        {
            expected_expiry_markets: BcsType<
                string[],
                Iterable<string | Uint8Array<ArrayBufferLike>, any, any> & {
                    length: number;
                },
                string,
            >;
            frozen_idle_balance: BcsType<bigint, string | number | bigint, "u64">;
            frozen_pending_protocol_profit: BcsType<
                bigint,
                string
                | number
                | bigint,
                "u64",
            >;
            frozen_pricers: MoveStruct<
                {
                    contents: BcsType<
                        {
                            key: string;
                            value: | {
                                block_scholes_forward_source_timestamp_ms: bigint;
                                block_scholes_spot_source_timestamp_ms: bigint;
                                block_scholes_svi_source_timestamp_ms: bigint;
                                expiry_market_id: string;
                                forward: bigint;
                                pyth_spot_source_timestamp_ms: bigint;
                                svi: {
                                    a_is_negative: boolean;
                                    a_magnitude: bigint;
                                    b: bigint;
                                    m: { is_negative: ...; magnitude: ... };
                                    rho: { is_negative: ...; magnitude: ... };
                                    sigma: bigint;
                                };
                            }
                            | null;
                        }[],
                        Iterable<
                            {
                                key: string
                                | Uint8Array<ArrayBufferLike>;
                                value:
                                    | {
                                        block_scholes_forward_source_timestamp_ms: (...)
                                        | (...)
                                        | (...);
                                        block_scholes_spot_source_timestamp_ms: (...) | (...) | (...);
                                        block_scholes_svi_source_timestamp_ms: (...) | (...) | (...);
                                        expiry_market_id: (...) | (...);
                                        forward: (...) | (...) | (...);
                                        pyth_spot_source_timestamp_ms: (...) | (...) | (...);
                                        svi: {
                                            a_is_negative: ...;
                                            a_magnitude: ...;
                                            b: ...;
                                            m: ...;
                                            rho: ...;
                                            sigma: ...;
                                        };
                                    }
                                    | null
                                    | undefined;
                            },
                            any,
                            any,
                        > & { length: number },
                        string,
                    >;
                },
                "0x2::vec_map::VecMap<bytes[32], Option<@local-pkg/deepbook_predict::pricing::FrozenPricer>>",
            >;
            frozen_profit_basis_credits: BcsType<
                bigint,
                string
                | number
                | bigint,
                "u64",
            >;
            frozen_profit_basis_debits: BcsType<
                bigint,
                string
                | number
                | bigint,
                "u64",
            >;
            sealed: BcsType<boolean, boolean, "bool">;
            started_at_ms: BcsType<bigint, string | number | bigint, "u64">;
            supply_budget: BcsType<
                bigint
                | null,
                string | number | bigint | null | undefined,
                "Option<u64>",
            >;
            supply_request_cutoff: BcsType<bigint, string | number | bigint, "u64">;
            total_nav: BcsType<bigint, string | number | bigint, "u64">;
            valued_expiry_markets: BcsType<
                string[],
                Iterable<string | Uint8Array<ArrayBufferLike>, any, any> & {
                    length: number;
                },
                string,
            >;
            withdraw_budget: BcsType<
                bigint
                | null,
                string | number | bigint | null | undefined,
                "Option<u64>",
            >;
            withdraw_request_cutoff: BcsType<bigint, string | number | bigint, "u64">;
        },
        "@local-pkg/deepbook_predict::plp::PoolValuation",
    > = ...