client_builder

Function client_builder 

Source
pub async fn client_builder<P>(
    addr: NodeAddr,
) -> Result<IrohTransport<P>, Box<dyn Error>>
where P: Protocol,