Expand description
Immutable key/value store trait for storing/retrieving transactions, effects, and events to/from a scalable.
Structs§
- Fallback
TransactionKV Store  - A TransactionKeyValueStoreTrait that falls back to a secondary store for any key for which the primary store returns None.
 - Transaction
KeyValue Store  
Traits§
- Transaction
KeyValue Store Trait  - Immutable key/value store trait for storing/retrieving transactions, effects, and events. Only defines multi_get/multi_put methods to discourage single key/value operations.