WeakLinkingProof: {
    created: string;
    proofValue: string;
    type: "ConcordiumWeakLinkingProofV1";
}

A proof that establishes that the owner of the credential has indeed created the presentation. At present this is a list of signatures.

Type declaration

  • created: string

    When the statement was created, serialized as an ISO string

  • proofValue: string

    The proof value

  • type: "ConcordiumWeakLinkingProofV1"

    The proof type

Generated using TypeDoc