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

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    id: "worm-snapshot" = 'worm-snapshot'
    name: "WORM Snapshot (S3 Object Lock)" = 'WORM Snapshot (S3 Object Lock)'
    proofLevel: ProofLevel = 'externally-archived'

    Methods

    • Verify the stored object still exists in the bucket and that its Object Lock retention window has not expired. Does NOT re-hash the stored body (that would require GetObject + a network read of the whole anchor); checks the metadata sha256 against the recomputed canonical anchor hash for a constant-time integrity signal.

      Parameters

      • anchor: AnchorRecord

      Returns Promise<boolean>