pub fn create_chain_state(
registry: Arc<RequestChainRegistry>,
engine: Arc<ChainExecutionEngine>,
) -> ChainStateExpand description
Create the chain state with registry and engine
ยงArguments
registry- Request chain registry for chain storageengine- Chain execution engine for running chains