fn apply_tx_id_changes(
finalized_tx_ids: BTreeMap<TransactionLocation, Hash>,
chain_tx_ids: BTreeMap<TransactionLocation, Hash>,
) -> BTreeMap<TransactionLocation, Hash>
Expand description
Returns the combined finalized and non-finalized transaction IDs.