Trait nip_55::json_rpc::JsonRpcServerTransport
source · pub trait JsonRpcServerTransport<SingleOrBatchRequest: AsRef<SingleOrBatch<JsonRpcRequest>>>: Stream<Item = (SingleOrBatchRequest, Sender<SingleOrBatch<JsonRpcResponse>>)> { }