RevokeDelegationResponse

constructor(transactions: List<ConstructedEipTransaction>? = null, encodedTransactions: List<String>? = null, metadata: RevokeDelegationMetadata? = null)

Parameters

transactions

EVM transactions to sign and send (null for Solana).

encodedTransactions

Encoded Solana transactions to sign and send (null for EVM).

metadata

Revocation metadata including chain, revoked address, and token info.