Interface SyncKeyValueROTransaction

A read-only transaction for a synchronous key value store.

Hierarchy

Methods

Methods

  • Retrieves the data at the given key. Throws an ApiError if an error occurs or if the key does not exist.

    Parameters

    • key: string

      The key to look under for data.

    Returns Uint8Array

    The data stored under the key, or undefined if not present.

Generated using TypeDoc