Function transactions

Source
pub async fn transactions(
    blockchain_read: &mut BlockchainReadHandle,
    tx_hashes: HashSet<[u8; 32]>,
) -> Result<(Vec<TxInBlockchain>, Vec<[u8; 32]>), Error>
Expand description