pub type SharedBlockStore = Arc<RwLock<Box<dyn BlockStore>>>;
Shared block store type used by the engine, RPC, and sync responder.
pub struct SharedBlockStore { /* private fields */ }