Skip to content

cancelAuthorizationTypes

const cancelAuthorizationTypes: object

Defined in: src/tokens/eip3009.ts:111

Canonical EIP-712 CancelAuthorization types. See transferWithAuthorizationTypes.

Type Declaration

CancelAuthorization

readonly CancelAuthorization: readonly [{ name: "authorizer"; type: "address"; }, { name: "nonce"; type: "bytes32"; }]