Preparing search index...
The search index is not available
@coopenomics/coopjs
@coopenomics/coopjs
Types
BlockchainAccountInterface
Interface BlockchainAccountInterface
interface
BlockchainAccountInterface
{
account_name
:
string
;
core_liquid_balance
?:
string
;
cpu_limit
:
AccountResourceInfo
;
cpu_weight
:
string
;
created
:
string
;
head_block_num
:
number
;
head_block_time
:
string
;
last_code_update
:
string
;
net_limit
:
AccountResourceInfo
;
net_weight
:
string
;
permissions
:
Permission
[]
;
privileged
:
boolean
;
ram_quota
:
number
;
ram_usage
:
number
;
refund_request
:
null
|
RefundRequest
;
rex_info
:
any
;
self_delegated_bandwidth
:
null
|
ResourceDelegation
;
total_resources
:
null
|
ResourceOverview
;
voter_info
:
any
;
}
Index
Properties
account_
name
core_
liquid_
balance?
cpu_
limit
cpu_
weight
created
head_
block_
num
head_
block_
time
last_
code_
update
net_
limit
net_
weight
permissions
privileged
ram_
quota
ram_
usage
refund_
request
rex_
info
self_
delegated_
bandwidth
total_
resources
voter_
info
Properties
account_
name
account_
name
:
string
Optional
core_
liquid_
balance
core_
liquid_
balance
?:
string
cpu_
limit
cpu_
limit
:
AccountResourceInfo
cpu_
weight
cpu_
weight
:
string
created
created
:
string
head_
block_
num
head_
block_
num
:
number
head_
block_
time
head_
block_
time
:
string
last_
code_
update
last_
code_
update
:
string
net_
limit
net_
limit
:
AccountResourceInfo
net_
weight
net_
weight
:
string
permissions
permissions
:
Permission
[]
privileged
privileged
:
boolean
ram_
quota
ram_
quota
:
number
ram_
usage
ram_
usage
:
number
refund_
request
refund_
request
:
null
|
RefundRequest
rex_
info
rex_
info
:
any
self_
delegated_
bandwidth
self_
delegated_
bandwidth
:
null
|
ResourceDelegation
total_
resources
total_
resources
:
null
|
ResourceOverview
voter_
info
voter_
info
:
any
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
account_
name
core_
liquid_
balance
cpu_
limit
cpu_
weight
created
head_
block_
num
head_
block_
time
last_
code_
update
net_
limit
net_
weight
permissions
privileged
ram_
quota
ram_
usage
refund_
request
rex_
info
self_
delegated_
bandwidth
total_
resources
voter_
info
@coopenomics/coopjs
Loading...