Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Wallets V1
Kotlin Data Class
data class TokenBalance(val symbol: String, val name: String, val decimals: Int, val amount: String, val rawAmount: String, val chainInfo: ChainInfo? = null)
constructor(symbol: String, name: String, decimals: Int, amount: String, rawAmount: String, chainInfo: ChainInfo? = null)
val amount: String
val chainInfo: ChainInfo? = null
val decimals: Int
val name: String
val rawAmount: String
val symbol: String
Was this page helpful?