pub struct TransactionExecutor { /* private fields */ }
Implementations
sourceimpl TransactionExecutor
impl TransactionExecutor
pub fn new(entrypoint_addr: SocketAddr) -> Self
pub fn num_outstanding(&self) -> usize
pub fn push_transactions(&self, txs: Vec<Transaction>) -> Vec<u64>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
A: Allocator,
pub fn drain_cleared(&self) -> Vec<u64>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
A: Allocator,
pub fn close(self)
Auto Trait Implementations
impl !RefUnwindSafe for TransactionExecutor
impl Send for TransactionExecutor
impl Sync for TransactionExecutor
impl Unpin for TransactionExecutor
impl !UnwindSafe for TransactionExecutor
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more