pub fn test_transactions(
network: &Network,
) -> impl DoubleEndedIterator<Item = (Height, Arc<Transaction>)>
Expand description
Iterate over V4 transactions in the block test vectors for the specified network
.
pub fn test_transactions(
network: &Network,
) -> impl DoubleEndedIterator<Item = (Height, Arc<Transaction>)>
Iterate over V4 transactions in the block test vectors for the specified network
.