usebrk_types::{FeeRate, Txid};usecrate::TxRemoval;#[derive(Debug, Clone, Copy)]pubstructTxRemoved{pubtxid: Txid,
pubreason: TxRemoval,
/// Package-effective rate at burial. Same value the tx reported
/// while alive - RBF predecessors keep their package rate, not a
/// misleading isolated fee/vsize.
pubchunk_rate: FeeRate,
}