Expand description
Ports this service requires to function.
Structs§
- Coin
Info - Information about a coin.
- Message
Info - Information about a message.
Traits§
- Evictor
Db - Evictor registry to keep track of the latest used key for the type
T
. - History
Lookup - Lookup for history of UTXOs and messages, used for decompression.
- Temporal
Registry - 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
ordecompress
must be committed atomically, after which block height must be incremented. - Utxo
IdTo Pointer - Lookup for UTXO pointers used for compression.