txs_for_block

Function txs_for_block 

Source
pub async fn txs_for_block(
    txpool_read: &mut TxpoolReadHandle,
    tx_hashes: Vec<[u8; 32]>,
) -> Result<(HashMap<[u8; 32], TransactionVerificationData>, Vec<usize>), Error>
Expand description