pub fn remove_tx_from_dynamic_tables(
db: &BlockchainDatabase,
tx_hash: &TxHash,
tx_rw: &mut OwnedWriteBatch,
tapes: &TapesTruncateTransaction<'_>,
) -> DbResult<(TxId, Transaction)>Expand description
Removes a transaction from the dynamic tables.