mithril_persistence/store/
mod.rs

1
2
3
4
5
//! Define traits of [StakeStorer].

mod stake_store;

pub use stake_store::StakeStorer;