Type Definition evm_adapters::sputnik::state::SharedState[][src]

pub type SharedState<S> = Arc<RwLock<S>>;
Expand description

A state that can be shared across threads

This can can be used as global state.