Delegation Status Response
constructor(chainId: String, token: String, tokenAddress: String, tokenAccount: String? = null, balance: String? = null, balanceRaw: String? = null, delegations: List<DelegationStatus>)
Parameters
chain Id
The chain ID.
token
The token symbol.
token Address
The token contract address.
token Account
The associated token account (Solana).
balance
The human-readable token balance.
balance Raw
The raw token balance (smallest unit).
delegations
List of active delegations for this token.