JSON: {
    credentialStatements: CredentialStatement[];
    requestContext: Pick<VerifiablePresentationRequestV1.Context, "type" | "requested"> & {
        given: GivenContextJSON[];
    };
    transactionRef: TransactionHash.JSON;
}

Type declaration

Generated using TypeDoc