Skip to main content

SharedBlockStore

Type Alias SharedBlockStore 

Source
pub type SharedBlockStore = Arc<RwLock<Box<dyn BlockStore>>>;
Expand description

Shared block store type used by the engine, RPC, and sync responder.

Aliased Typeยง

pub struct SharedBlockStore { /* private fields */ }