RevokeDelegationMetadata

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

chainId

The chain ID.

revokedAddress

The address whose delegation was revoked.

tokenSymbol

The token symbol (e.g., "USDC").

tokenAddress

The token contract address (EVM).

ownerAddress

The owner's address.

tokenAccount

The associated token account (Solana).

Constructors

Link copied to clipboard
constructor(chainId: String, revokedAddress: String, tokenSymbol: String, tokenAddress: String? = null, ownerAddress: String? = null, tokenAccount: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val ownerAddress: String? = null
Link copied to clipboard
Link copied to clipboard
val tokenAccount: String? = null
Link copied to clipboard
val tokenAddress: String? = null
Link copied to clipboard