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" },
];
} = ...
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" },
]
EIP-712 typed data types for Resolution. Same note about
verdictbeing string rather than enum applies.