JSON
: { presentationContext
: Pick<VerifiablePresentationV1.Context, "type"> & { given
: GivenContextJSON[]; requested
: GivenContextJSON[]; }; proof
?: ConcordiumWeakLinkingProofV1; verifiableCredential
: Credential[]; }
Type declaration
-
presentationContext: Pick<VerifiablePresentationV1.Context, "type"> & {
given: GivenContextJSON[];
requested: GivenContextJSON[];
}
-
Optional proof?: ConcordiumWeakLinkingProofV1
-
verifiableCredential: Credential[]