ordspv
    Preparing search index...

    Function buildProofBundle

    • Assemble a proof bundle for an inscription from any proof backend. Everything fetched here is UNTRUSTED input; the caller verifies the bundle with verifyProofBundle afterwards; nothing here is trusted for soundness, only availability.

      L2 cost: 4 small requests (reveal hex, merkle proof, header, block info) + 1 for the commit tx. L3 cost: 2 requests, one of which is the full raw block (~1-2 MB typical), from which both merkle branches and the coinbase are derived.

      Parameters

      Returns Promise<ProofBundleJson>