JSON: {
    presentationContext: ContextJSON;
    proof: WeakLinkingProof;
    type: ["VerifiablePresentation", "ConcordiumVerifiablePresentationV1"];
    verifiableCredential: VerifiableCredentialV1.Type[];
}

JSON representation of a verifiable presentation. Used for serialization and network transmission of presentation data.

Type declaration

  • presentationContext: ContextJSON

    The presentation context with serialized context information

  • proof: WeakLinkingProof

    Optional weak linking proof for account-based credentials

  • type: ["VerifiablePresentation", "ConcordiumVerifiablePresentationV1"]
  • verifiableCredential: VerifiableCredentialV1.Type[]

    Array of verifiable credentials with their proofs

Generated using TypeDoc