Function cuprate_txpool::ops::remove_transaction

source ยท
pub fn remove_transaction(
    tx_hash: &TransactionHash,
    tables: &mut impl TablesMut,
) -> Result<(), RuntimeError>
Expand description

Removes a transaction from the transaction pool.