Module tendermint_light_client::store[][src]

Expand description

Interface and implementations of the light block store.

See the memory and sled modules for:

  • a transient, in-memory implementation for testing purposes
  • a persistent, on-disk, sled-backed implementation for production

Modules

Transient in-memory store

sledlightstore-sled

Persistent store backed by an on-disk sled database.

Traits

Store for light blocks.