AgentOS Extensions API - v1.0.3
    Preparing search index...

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    id: "opentimestamps" = 'opentimestamps'
    name: "OpenTimestamps (Bitcoin)" = 'OpenTimestamps (Bitcoin)'
    proofLevel: ProofLevel = 'publicly-timestamped'

    Methods

    • Weak verification: re-derive the canonical anchor digest, decode the stored OTS payload, and confirm at least one stored attestation hash matches what the corresponding calendar serves today. This is NOT a full Bitcoin-block verification — for that, parse the base64 with javascript-opentimestamps and run its verify() against Bitcoin.

      Parameters

      • anchor: AnchorRecord

      Returns Promise<boolean>