JSON
: { context
: Pick<VerificationRequestV1.Context, "type" | "requested"> & { given
: GivenContextJSON[]; }; subjectClaims
: SubjectClaimsJSON[]; transactionRef
: TransactionHash.JSON; type
: "ConcordiumVerificationRequestV1"; }
Type declaration
-
context: Pick<VerificationRequestV1.Context, "type" | "requested"> & {
given: GivenContextJSON[];
}
-
subjectClaims: SubjectClaimsJSON[]
-
transactionRef: TransactionHash.JSON
-
type: "ConcordiumVerificationRequestV1"
JSON representation of a verification request. Used for serialization and network transmission of request data.