• Creates a verifiable presentation request and anchors it to the Concordium blockchain.

    This function creates a presentation request with the specified context and credential statements, then stores an anchor of the request on the blockchain as a data registration transaction. The blockchain anchor provides a tamper-evident timestamp and immutable record of the request.

    Returns

    Promise resolving to the created presentation request

    Throws

    Error if the transaction fails or network issues occur

    Parameters

    Returns Promise<VerifiablePresentationRequestV1>

Generated using TypeDoc