• Verifies a verifiable presentation using a Concordium node.

    This function performs verification by querying a Concordium node for the necessary cryptographic parameters and public data, then validates the presentation proofs against the blockchain state.

    Returns

    Promise resolving to a VerificationResult

    Parameters

    • presentation: VerifiablePresentationV1

      The verifiable presentation to verify

    • request: VerifiablePresentationRequestV1

      The original presentation request

    • grpc: ConcordiumGRPCClient

      Concordium GRPC client for node communication

    • network: Network

      The Concordium network to verify against

    Returns Promise<VerificationResult>

Generated using TypeDoc