Trait solana_runtime::hashed_transaction::HashedTransactionSlice[][src]

pub trait HashedTransactionSlice<'a> {
    fn as_transactions_iter(
        &'a self
    ) -> Box<dyn Iterator<Item = &'a Transaction>>; }

Required methods

Implementations on Foreign Types

Implementors