pub fn get_tx_blob_from_id( tx_id: &TxId, tapes: &impl TapesRead, db: &BlockchainDatabase, ) -> DbResult<Vec<u8>>
Returns the tx-blob from a tx id.