[][src]Module tendermint_light_client::store

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

memory

Transient in-memory store

sled

Persistent store backed by an on-disk sled database.

Traits

LightStore

Store for light blocks.