AnchorData: {
    hash: Uint8Array;
    public?: Record<string, any>;
    type: "CCDVRA";
    version: typeof VERSION;
}

Data structure for CBOR-encoded verifiable presentation request anchors. This format is used when storing presentation requests on the Concordium blockchain.

Type declaration

  • hash: Uint8Array

    Hash of the presentation request

  • Optional public?: Record<string, any>

    Optional public information that can be included in the anchor

  • type: "CCDVRA"

    Type identifier for Concordium Verifiable Request Anchor

  • version: typeof VERSION

    Version of the anchor data format

Generated using TypeDoc