コンテンツにスキップ

receiveWithAuthorizationTypes

このコンテンツはまだ日本語訳がありません。

const receiveWithAuthorizationTypes: object

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

Canonical EIP-712 ReceiveWithAuthorization types. See transferWithAuthorizationTypes.

Type Declaration

ReceiveWithAuthorization

readonly ReceiveWithAuthorization: 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"; }]