Documentation
    Preparing search index...

    Variable AccountConst

    Account: MoveStruct<
        {
            active_stake: BcsType<string, string | number | bigint, "u64">;
            created_proposal: BcsType<boolean, boolean, "bool">;
            epoch: BcsType<string, string | number | bigint, "u64">;
            inactive_stake: BcsType<string, string | number | bigint, "u64">;
            maker_volume: BcsType<string, string | number | bigint, "u128">;
            open_orders: MoveStruct<
                {
                    contents: BcsType<
                        string[],
                        Iterable<string | number | bigint, any, any> & { length: number },
                        string,
                    >;
                },
                "0x2::vec_set::VecSet<u128>",
            >;
            owed_balances: MoveStruct<
                {
                    base: BcsType<string, string | number | bigint, "u64">;
                    deep: BcsType<string, string | number | bigint, "u64">;
                    quote: BcsType<string, string | number | bigint, "u64">;
                },
                "@deepbook/core::balances::Balances",
            >;
            settled_balances: MoveStruct<
                {
                    base: BcsType<string, string | number | bigint, "u64">;
                    deep: BcsType<string, string | number | bigint, "u64">;
                    quote: BcsType<string, string | number | bigint, "u64">;
                },
                "@deepbook/core::balances::Balances",
            >;
            taker_volume: BcsType<string, string | number | bigint, "u128">;
            unclaimed_rebates: MoveStruct<
                {
                    base: BcsType<string, string | number | bigint, "u64">;
                    deep: BcsType<string, string | number | bigint, "u64">;
                    quote: BcsType<string, string | number | bigint, "u64">;
                },
                "@deepbook/core::balances::Balances",
            >;
            voted_proposal: BcsType<
                null
                | string,
                undefined | null | string | Uint8Array<ArrayBufferLike>,
                "Option<bytes[32]>",
            >;
        },
        "@deepbook/core::account::Account",
    > = ...