DelegationStatusResponse

constructor(chainId: String, token: String, tokenAddress: String, tokenAccount: String? = null, balance: String? = null, balanceRaw: String? = null, delegations: List<DelegationStatus>)

Parameters

chainId

The chain ID.

token

The token symbol.

tokenAddress

The token contract address.

tokenAccount

The associated token account (Solana).

balance

The human-readable token balance.

balanceRaw

The raw token balance (smallest unit).

delegations

List of active delegations for this token.