RevokeDelegationRequest

data class RevokeDelegationRequest(val chain: String, val token: String, val delegateAddress: String)

Request model for revoking a delegation.

The chain and token fields are used as URL path parameters, while delegateAddress is sent in the POST body.

Parameters

chain

CAIP-2 chain ID (e.g., "eip155:11155111").

token

Token symbol or address (e.g., "USDC" or a contract address).

delegateAddress

The address to revoke delegation from.

Constructors

Link copied to clipboard
constructor(chain: String, token: String, delegateAddress: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard