Skip to main content

Documentation Index

Fetch the complete documentation index at: https://turnkey-0e7c1f5b-amir-tx-status-webhooks.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Verifies 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.

Package: core

Defined in: clients/core.ts:5165

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