Interface SimpleSyncStore

An interface for simple synchronous key-value stores that don't have special support for transactions and such.

Hierarchy

  • SimpleSyncStore

Methods

Methods

  • Parameters

    • key: string
    • data: Uint8Array
    • overwrite: boolean

    Returns boolean

Generated using TypeDoc