Revoke Delegation Metadata
constructor(chainId: String, revokedAddress: String, tokenSymbol: String, tokenAddress: String? = null, ownerAddress: String? = null, tokenAccount: String? = null)
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).