Umi — API References - v1.3.0
Preparing search index...
umi
TransactionMetaTokenBalance
Type Alias TransactionMetaTokenBalance
The balance of a token account before or after a transaction.
type
TransactionMetaTokenBalance
=
{
accountIndex
:
number
;
amount
:
Amount
;
mint
:
PublicKey
;
owner
:
PublicKey
|
null
;
}
Index
Properties
account
Index
amount
mint
owner
Properties
account
Index
accountIndex
:
number
amount
amount
:
Amount
mint
mint
:
PublicKey
owner
owner
:
PublicKey
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Index
amount
mint
owner
Umi — API References - v1.3.0
Loading...
The balance of a token account before or after a transaction.