Module indexed_tx_graph

Source
Expand description

Contains the IndexedTxGraph and associated types. Refer to the IndexedTxGraph documentation for more.

Structsยง

ChangeSet
Represents changes to an IndexedTxGraph.
IndexedTxGraph
A TxGraph<A> paired with an indexer I, enforcing that every insertion into the graph is simultaneously fed through the indexer.