pub async fn txs_by_hash( txpool_read: &mut TxpoolReadHandle, tx_hashes: Vec<[u8; 32]>, include_sensitive_txs: bool, ) -> Result<Vec<TxInPool>, Error>
TxpoolReadRequest::TxsByHash