Constant NO_EXPECTED_MEMPOOL_TXS

Source
pub const NO_EXPECTED_MEMPOOL_TXS: Empty<Arc<Transaction>>;
Expand description

Indicates that there are no initially-expected mempool transactions.

Use this as the expected_mempool_txs field of Emitter::new when the wallet is known to start empty (i.e. with no unconfirmed transactions).