GetAccountBalanceResponse

@Serializable
data class GetAccountBalanceResponse(val decimals: Int, val symbol: String, val tokens: ArrayList<TokenResponse>, val balance: String)

Constructors

Link copied to clipboard
constructor(decimals: Int, symbol: String, tokens: ArrayList<TokenResponse>, balance: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard