pub fn add_alt_transaction_blob(
db: &BlockchainDatabase,
tx: &VerifiedTransactionInformation,
tx_rw: &mut OwnedWriteBatch,
) -> DbResult<()>Expand description
Adds a [VerifiedTransactionInformation] from an alt-block if it is not already in the DB.