T402 API Reference - v2.9.0
    Preparing search index...

    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" },
        ];
    } = ...

    EIP-712 typed data types for Receipt

    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" },
      ]