fuel_core_poa::ports

Trait TransactionPool

source
pub trait TransactionPool: Send + Sync {
    // Required methods
    fn new_txs_watcher(&self) -> Receiver<()>;
    fn notify_skipped_txs(&self, tx_ids_and_reasons: Vec<(Bytes32, String)>);
}

Required Methods§

source

fn new_txs_watcher(&self) -> Receiver<()>

source

fn notify_skipped_txs(&self, tx_ids_and_reasons: Vec<(Bytes32, String)>)

Implementors§