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
fn as_transactions_iter(&'a self) -> Box<dyn Iterator<Item = &'a Transaction>>[src]
Implementations on Foreign Types
impl<'a> HashedTransactionSlice<'a> for [HashedTransaction<'a>][src]
impl<'a> HashedTransactionSlice<'a> for [HashedTransaction<'a>][src]