Documentation
    Preparing search index...
    MarketManager: MoveStruct<
        {
            market_ids: MoveStruct<
                {
                    id: BcsType<
                        string,
                        string
                        | Uint8Array<ArrayBufferLike>,
                        "bytes[32]",
                    >;
                    size: BcsType<bigint, string | number | bigint, "u64">;
                },
                "0x2::table::Table<phantom K, phantom V>",
            >;
            underlying_configs: MoveStruct<
                {
                    id: BcsType<
                        string,
                        string
                        | Uint8Array<ArrayBufferLike>,
                        "bytes[32]",
                    >;
                    size: BcsType<bigint, string | number | bigint, "u64">;
                },
                "0x2::table::Table<phantom K, phantom V>",
            >;
        },
        "@local-pkg/deepbook_predict::market_manager::MarketManager",
    > = ...