TokenBalance

A single token balance entry

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Raw balance in the smallest denomination (e.g., USDC base units where 1 USDC = 1000000).

Link copied to clipboard

The specific blockchain chain.

Link copied to clipboard

Number of decimal places for the token (e.g., 6 for USDC).

Link copied to clipboard

The blockchain network family (ETHEREUM or SOLANA).

Link copied to clipboard

The supported token for this balance.

Functions

Link copied to clipboard
inline fun copy(block: TokenBalance.Builder.() -> Unit = {}): TokenBalance
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String