@raoul-picconi/mojito-sdk
Preparing search index...
types
TokenDetails
Interface TokenDetails
interface
TokenDetails
{
authority
:
string
;
circulating_supply
:
{
atoms
:
string
;
decimal
:
string
}
;
frozen
:
boolean
;
is_locked
:
boolean
;
is_token_freezable
:
boolean
;
is_token_unfreezable
:
boolean
;
metadata_uri
:
{
hex
:
string
;
string
:
string
}
;
next_nonce
:
number
;
number_of_decimals
:
number
;
order_id
:
string
;
pool_id
:
string
;
token_id
:
string
;
token_ticker
:
{
hex
:
string
;
string
:
string
}
;
total_supply
:
{
Fixed
:
{
atoms
:
string
}
}
|
"Unlimited"
;
}
Index
Properties
authority
circulating_
supply
frozen
is_
locked
is_
token_
freezable
is_
token_
unfreezable
metadata_
uri
next_
nonce
number_
of_
decimals
order_
id
pool_
id
token_
id
token_
ticker
total_
supply
Properties
authority
authority
:
string
circulating_
supply
circulating_supply
:
{
atoms
:
string
;
decimal
:
string
}
frozen
frozen
:
boolean
is_
locked
is_locked
:
boolean
is_
token_
freezable
is_token_freezable
:
boolean
is_
token_
unfreezable
is_token_unfreezable
:
boolean
metadata_
uri
metadata_uri
:
{
hex
:
string
;
string
:
string
}
next_
nonce
next_nonce
:
number
number_
of_
decimals
number_of_decimals
:
number
order_
id
order_id
:
string
pool_
id
pool_id
:
string
token_
id
token_id
:
string
token_
ticker
token_ticker
:
{
hex
:
string
;
string
:
string
}
total_
supply
total_supply
:
{
Fixed
:
{
atoms
:
string
}
}
|
"Unlimited"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authority
circulating_
supply
frozen
is_
locked
is_
token_
freezable
is_
token_
unfreezable
metadata_
uri
next_
nonce
number_
of_
decimals
order_
id
pool_
id
token_
id
token_
ticker
total_
supply
@raoul-picconi/mojito-sdk
Loading...