Module txn

Source
Expand description

Types for the txn-wal crate.

Enums§

TxnsEntry
The in-mem representation of an update in the txns shard. The ord implementation is not guaranteed to be meaningful; it’s there for consolidation purposes only.

Traits§

TxnsCodec
An abstraction over the encoding format of TxnsEntry.