Variable ATTESTATION_TYPESConst
ATTESTATION_TYPES: {
Attestation: readonly [
{ name: "manifestHash"; type: "bytes32" },
{ name: "poolId"; type: "string" },
{ name: "role"; type: "string" },
{ name: "outcome"; type: "string" },
{ name: "realizedUnitPrice"; type: "uint256" },
];
} = ...
Type Declaration
-
ReadonlyAttestation: readonly [
{ name: "manifestHash"; type: "bytes32" },
{ name: "poolId"; type: "string" },
{ name: "role"; type: "string" },
{ name: "outcome"; type: "string" },
{ name: "realizedUnitPrice"; type: "uint256" },
]