pub async fn build_state_store(
spec: &StateStoreSpec,
) -> CliResult<Arc<dyn StateStore>>Expand description
Construct a state store from the parsed state: block.
pub async fn build_state_store(
spec: &StateStoreSpec,
) -> CliResult<Arc<dyn StateStore>>Construct a state store from the parsed state: block.