Interface AsyncKeyValueROTransaction

Represents an asynchronous read-only transaction.

Hierarchy

Methods

Methods

  • Retrieves the data at the given key.

    Parameters

    • key: string

      The key to look under for data.

    Returns Promise<Uint8Array>

Generated using TypeDoc