pub type ProxyFromBootstrapCb = Arc<dyn Fn(TxUrl) -> Pin<Box<dyn Future<Output = Option<TxUrl>> + Send + 'static, Global>> + Sync + Send + 'static>;
Expand description

Callback function signature for fetching dynamic proxy from bootstrap