VyNativeTokenDto

This class represents a native token on the Vy blockchain.

Properties

FieldTypeDescription

available

bool

Indicates whether the token is available.

chain

The type of Vy chain the token belongs to.

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