pub async fn pass_pair(
    jrpc: impl Pair<Value, JrpcRequest> + Unpin + 'static,
    uri: Uri
) -> Result<(), FatalErr>
Expand description

A passthru pipeline that operates on a Pair. This is used in the case that you have a pipeline that first does some processing on an Offchain and only then applies the pass functionality to it. See the ava pipeline for an example of the use of this functionality.