Context: {
    given: GivenContext[];
    requested: CredentialContextLabel[];
    type: "ConcordiumContextInformationV1";
}

Context information for a verifiable presentation request. Contains both the context data that is already known (given) and the context data that needs to be provided by the presenter (requested).

Type declaration

  • given: GivenContext[]

    Context information that is already provided

  • requested: CredentialContextLabel[]

    Context information that must be provided by the presenter

  • type: "ConcordiumContextInformationV1"

    Type identifier for the context format

Generated using TypeDoc