Documentation
Preparing search index...
@mysten/deepbook-v3
AccountInfo
Interface AccountInfo
interface
AccountInfo
{
active_stake
:
number
;
created_proposal
:
boolean
;
epoch
:
string
;
inactive_stake
:
number
;
maker_volume
:
number
;
open_orders
:
{
contents
:
string
[]
}
;
owed_balances
:
AccountBalances
;
settled_balances
:
AccountBalances
;
taker_volume
:
number
;
unclaimed_rebates
:
AccountBalances
;
voted_proposal
:
string
|
null
;
}
Index
Properties
active_
stake
created_
proposal
epoch
inactive_
stake
maker_
volume
open_
orders
owed_
balances
settled_
balances
taker_
volume
unclaimed_
rebates
voted_
proposal
Properties
active_
stake
active_stake
:
number
created_
proposal
created_proposal
:
boolean
epoch
epoch
:
string
inactive_
stake
inactive_stake
:
number
maker_
volume
maker_volume
:
number
open_
orders
open_orders
:
{
contents
:
string
[]
}
owed_
balances
owed_balances
:
AccountBalances
settled_
balances
settled_balances
:
AccountBalances
taker_
volume
taker_volume
:
number
unclaimed_
rebates
unclaimed_rebates
:
AccountBalances
voted_
proposal
voted_proposal
:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active_
stake
created_
proposal
epoch
inactive_
stake
maker_
volume
open_
orders
owed_
balances
settled_
balances
taker_
volume
unclaimed_
rebates
voted_
proposal
Documentation
Loading...