Revoke Delegation Metadata
data class RevokeDelegationMetadata(val chainId: String, val revokedAddress: String, val tokenSymbol: String, val tokenAddress: String? = null, val ownerAddress: String? = null, val tokenAccount: String? = null)
Metadata for a delegation revocation response.
Parameters
chain Id
The chain ID.
revoked Address
The address whose delegation was revoked.
token Symbol
The token symbol (e.g., "USDC").
token Address
The token contract address (EVM).
owner Address
The owner's address.
token Account
The associated token account (Solana).