Documentation
Preparing search index...
@mysten/deepbook-v3
Account
Variable Account
Const
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"
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...