fuel_core_compression

Module ports

source
Expand description

Ports this service requires to function.

Structs§

Traits§

  • Evictor registry to keep track of the latest used key for the type T.
  • Lookup for history of UTXOs and messages, used for decompression.
  • 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.
  • Lookup for UTXO pointers used for compression.