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

Builds a new object suitable for chain operations.