VyWalletBalanceDtoDto

This class represents the wallet balance of a user for a specific token.

Properties

FieldTypeDescription

walletAddress

string

The wallet address of the user.

contractAddress

string

The contract address of the token.

tokenBalance

int

The balance of the token in the user's wallet.

Last updated