Expand description
Immutable key/value store trait for storing/retrieving transactions, effects, and events to/from a scalable.
Structs§
- A TransactionKeyValueStoreTrait that falls back to a secondary store for any key for which the primary store returns None.
Traits§
- 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.