Skip to main content

client_builder

Function client_builder 

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