Skip to main content

Package: react-wallet-kit

Defined in: react-wallet-kit/src/providers/client/Types.tsx:739

Overview

Handles verification of a list of app proofs against their corresponding boot proofs.
  • This function iterates through each provided app proof, fetches the corresponding boot proof, and verifies the app proof against the boot proof.
  • If any app proof fails verification, an error is thrown.
  • A modal is opened to show the progress of the verification

Parameters

params
HandleVerifyAppProofsParams
required

Response

A successful response returns the following fields:
returns
void
required
A promise that resolves when all app proofs have been successfully verified.