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

Context information for a verifiable presentation proof. This extends the request context by filling in the requested context information with actual values provided by the presenter.

Type declaration

  • given: GivenContext[]

    Context information that was already provided in the request

  • requested: GivenContext[]

    Context information that was requested and is now filled with actual values

  • type: "ConcordiumContextInformationV1"

    Type identifier for the context format

Generated using TypeDoc