Struct mentat_db::debug::Transactions
[−]
[src]
pub struct Transactions(pub Vec<Datoms>);
Represents an ordered sequence of transactions in the store.
To make comparision easier, we deterministically order. The ordering is the ascending tuple
ordering determined by (e, a, (value_type_tag, v), tx, added)
, where value_type_tag
is an
internal value that is not exposed but is deterministic, and added
is ordered such that
retracted assertions appear before added assertions.