Struct solana_runtime::transaction_batch::TransactionBatch [−][src]
pub struct TransactionBatch<'a, 'b> { /* fields omitted */ }
Implementations
pub fn new(
lock_results: Vec<Result<()>>,
bank: &'a Bank,
hashed_txs: Cow<'b, [HashedTransaction<'b>]>
) -> Self
pub fn lock_results(&self) -> &Vec<Result<()>>ⓘ
pub fn hashed_transactions(&self) -> &[HashedTransaction<'_>]ⓘ
Trait Implementations
Auto Trait Implementations
impl<'a, 'b> !RefUnwindSafe for TransactionBatch<'a, 'b>
impl<'a, 'b> Send for TransactionBatch<'a, 'b>
impl<'a, 'b> Sync for TransactionBatch<'a, 'b>
impl<'a, 'b> Unpin for TransactionBatch<'a, 'b>
impl<'a, 'b> !UnwindSafe for TransactionBatch<'a, 'b>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more