zebra_chain::transaction::arbitrary

Function v5_transactions

Source
pub fn v5_transactions<'b>(
    blocks: impl DoubleEndedIterator<Item = (&'b u32, &'b &'static [u8])> + 'b,
) -> impl DoubleEndedIterator<Item = Transaction> + 'b
Expand description

Returns an iterator over V5 transactions extracted from the given blocks.