receiveWithAuthorizationTypes
constreceiveWithAuthorizationTypes:object
Defined in: src/tokens/eip3009.ts:99
Canonical EIP-712 ReceiveWithAuthorization types. See transferWithAuthorizationTypes.
Type Declaration
ReceiveWithAuthorization
readonlyReceiveWithAuthorization: readonly [{name:"from";type:"address"; }, {name:"to";type:"address"; }, {name:"value";type:"uint256"; }, {name:"validAfter";type:"uint256"; }, {name:"validBefore";type:"uint256"; }, {name:"nonce";type:"bytes32"; }]