VyNativeTokenDto
This class represents a native token on the Vy blockchain.
Properties
Field
Type
Description
available
bool
Indicates whether the token is available.
balance
double
The balance of the token.
gasBalance
double
The gas balance of the token.
symbol
string
The symbol of the token.
gasSymbol
string
The gas symbol of the token.
rawBalance
string
The raw balance of the token.
rawGasBalance
string
The raw gas balance of the token.
decimals
int
The number of decimals of the token.
Last updated