mod persistence;
mod store;
pub use store::{CommitEvent, CommitHook, StateStore};
pub use awaken_contract::state::{
KeyScope, MergeStrategy, MutationBatch, MutationOp, MutationTarget, PersistedState, Snapshot,
StateCommand, StateKey, StateKeyOptions, StateMap,
};