RevokeDelegationMetadata

constructor(chainId: String, revokedAddress: String, tokenSymbol: String, tokenAddress: String? = null, ownerAddress: String? = null, tokenAccount: String? = null)

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).