Variable RECEIPT_TYPESConst
RECEIPT_TYPES: {
Receipt: readonly [
{ name: "version"; type: "uint256" },
{ name: "network"; type: "string" },
{ name: "resourceUrl"; type: "string" },
{ name: "payer"; type: "string" },
{ name: "issuedAt"; type: "uint256" },
{ name: "transaction"; type: "string" },
];
} = ...
Type Declaration
ReadonlyReceipt: readonly [
{ name: "version"; type: "uint256" },
{ name: "network"; type: "string" },
{ name: "resourceUrl"; type: "string" },
{ name: "payer"; type: "string" },
{ name: "issuedAt"; type: "uint256" },
{ name: "transaction"; type: "string" },
]
EIP-712 typed data types for Receipt