Transactional database underlying multi-module chain storage.

Constructors

Properties

Accessors

Methods

Constructors

Properties

_data: Map<unknown, unknown> = ...

Accessors

Methods

  • Type Parameters

    • R extends Result<any, any>

    Parameters

    • cb: ((update) => Promise<R>)
        • (update): Promise<R>
        • Parameters

          • update: TxUpdater

          Returns Promise<R>

    Returns Promise<R>

  • Type Parameters

    • R extends Result<any, any>

    Parameters

    • cb: ((update) => R)
        • (update): R
        • Parameters

          • update: TxUpdater

          Returns R

    Returns R

Generated using TypeDoc