Module ports

Source
Expand description

Ports this service requires to function.

Structs§

CoinInfo
Information about a coin.
MessageInfo
Information about a message.

Traits§

EvictorDb
Evictor registry to keep track of the latest used key for the type T.
HistoryLookup
Lookup for history of UTXOs and messages, used for decompression.
TemporalRegistry
Rolling cache for compression. Holds the latest state which can be event sourced from the compressed blocks. The changes done using this trait in a single call to compress or decompress must be committed atomically, after which block height must be incremented.
UtxoIdToPointer
Lookup for UTXO pointers used for compression.