Skip to main content

Overview

Fetches the boot proof for a given app proof.
  • This function is idempotent: multiple calls with the same app proof will always return the boot proof.
  • Attempts to find the boot proof for the given app proof.
  • If a boot proof is found, it is returned as is.
  • If no boot proof is found, an error is thrown.

Package: core

Defined in: clients/core.ts:4434

Parameters

params
FetchBootProofForAppProofParams
required

Response

A successful response returns the following fields:
returns
v1BootProof
required
A promise that resolves to the v1BootProof associated with the given app proof.
I