pub fn store_tx_pointer( tx_hash: &[u8], tx_packed: &[u8], entry_hash: &[u8], entry_packed: &[u8], db: &RocksDb, ) -> Result<(), Error>