Preparing search index...
The search index is not available
@oobe-protocol-labs/synapse-client-sdk
@oobe-protocol-labs/synapse-client-sdk
RawTokenBalance
Interface RawTokenBalance
Raw token balance from gRPC meta.
Since
1.0.0
interface
RawTokenBalance
{
account_index
:
number
;
mint
:
string
;
owner
:
string
;
program_id
:
string
;
ui_token_amount
:
{
amount
:
string
;
decimals
:
number
;
ui_amount
:
number
;
ui_amount_string
:
string
;
}
;
}
Index
Properties
account_
index
mint
owner
program_
id
ui_
token_
amount
Properties
account_
index
account_
index
:
number
mint
mint
:
string
owner
owner
:
string
program_
id
program_
id
:
string
ui_
token_
amount
ui_
token_
amount
:
{
amount
:
string
;
decimals
:
number
;
ui_amount
:
number
;
ui_amount_string
:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account_
index
mint
owner
program_
id
ui_
token_
amount
@oobe-protocol-labs/synapse-client-sdk
Loading...
Raw token balance from gRPC meta.
Since
1.0.0