pub fn add_tx_info_to_dynamic_tables(
db: &BlockchainDatabase,
tx: &Transaction<Pruned>,
tx_id: TxId,
tx_hash: &TxHash,
height: &BlockHeight,
w: &mut OwnedWriteBatch,
pre_rct_numb_outputs_cache: &mut HashMap<Amount, u64>,
) -> DbResult<()>Expand description
Adds the tx info and related data to the dynamic tables.