ApproveDelegationResponse

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

Parameters

transactions

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

encodedTransactions

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

metadata

Approval metadata including chain, delegate, and token info.