Optional fromSequence: numberOptional start sequence (inclusive). Defaults to 1.
Optional toSequence: numberOptional end sequence (inclusive). Defaults to latest.
A self-contained verification bundle.
Export a bundle as a JSONL string (one JSON object per line). Format: Line 1: Bundle metadata (version, agentId, publicKey, exportedAt, bundleHash, bundleSignature) Lines 2-N: One event per line Lines N+1-M: One anchor per line (prefixed with type: 'anchor')
Optional fromSequence: numberOptional toSequence: numberStatic importImport and verify a bundle. Works completely offline (no DB required).
The verification bundle to verify.
Verification result.
Static parseJSONLParse a JSONL bundle string back into a VerificationBundle.
Export a verification bundle containing all events, anchors, and public key. The bundle is signed for tamper evidence.