Anchorage API reference
    Preparing search index...

    Structural subset of DurableObjectStorage the ledger needs — a seam, so node tests can back it with a plain Map and this module needs no workers-only import.

    interface ResumeLedgerStorage {
        delete(key: string): Promise<boolean>;
        get<T = unknown>(key: string): Promise<T | undefined>;
        put<T>(key: string, value: T): Promise<void>;
    }
    Index

    Methods

    Methods