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

Context information for a verification 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: "ConcordiumUnfilledContextInformationV1"

    Type identifier for the context format

Generated using TypeDoc