pub fn new_chain_ops(
    config: &mut Configuration,
    jaeger_agent: Option<SocketAddr>
) -> Result<(Arc<Client>, Arc<FullBackend>, BasicQueue<Block, PrefixedMemoryDB<BlakeTwo256>>, TaskManager), Error>
Expand description

Builds a new object suitable for chain operations.