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

    Variable RESOLUTION_TYPESConst

    RESOLUTION_TYPES: {
        Resolution: readonly [
            { name: "version"; type: "uint256" },
            { name: "disputeHash"; type: "bytes32" },
            { name: "verdict"; type: "string" },
            { name: "settledAmount"; type: "uint256" },
            { name: "arbiter"; type: "address" },
            { name: "issuedAt"; type: "uint256" },
            { name: "refundTransaction"; type: "string" },
        ];
    } = ...

    EIP-712 typed data types for Resolution. Same note about verdict being string rather than enum applies.

    Type Declaration

    • ReadonlyResolution: readonly [
          { name: "version"; type: "uint256" },
          { name: "disputeHash"; type: "bytes32" },
          { name: "verdict"; type: "string" },
          { name: "settledAmount"; type: "uint256" },
          { name: "arbiter"; type: "address" },
          { name: "issuedAt"; type: "uint256" },
          { name: "refundTransaction"; type: "string" },
      ]