@caravan/sdk API - v0.0.0
    Preparing search index...

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