pub fn maintain_transaction_pool_interop_future<N, Pool, St>(
pool: Pool,
events: St,
supervisor_client: SupervisorClient,
) -> BoxFuture<'static, ()>where
N: NodePrimitives,
Pool: TransactionPool + 'static,
Pool::Transaction: MaybeInteropTransaction,
St: Stream<Item = CanonStateNotification<N>> + Send + Unpin + 'static,
Expand description
Returns a spawnable future for maintaining the state of the interop tx in the transaction pool.