txnStore<K extends KeyBase, V extends ValueBase> method

SdbTransactionStoreRef<K, V> txnStore<K extends KeyBase, V extends ValueBase>(
  1. SdbStoreRef<K, V> store
)

Get a transaction store.

Implementation

SdbTransactionStoreRef<K, V> txnStore<K extends KeyBase, V extends ValueBase>(
        SdbStoreRef<K, V> store) =>
    impl.txnStoreImpl<K, V>(store);