pub fn tx2_api<C>(
    factory: Arc<dyn AsEpFactory>,
    metrics: Tx2ApiMetrics
) -> Tx2EpFactory<C>
where C: Codec + 'static + Send + Unpin,
Expand description

Construct a new Tx2EpFactory instance from a pool EpFactory