pub struct Submitted;Expand description
Don’t wait, return immediately after the RPC accepts the transaction.
Returns SendTxResponse (no execution outcome available).
Named Submitted instead of None to avoid shadowing Option::None.
Trait Implementations§
Source§impl WaitLevel for Submitted
impl WaitLevel for Submitted
Source§type Response = SendTxResponse
type Response = SendTxResponse
The type returned when awaiting a transaction with this wait level.
Source§fn status() -> TxExecutionStatus
fn status() -> TxExecutionStatus
The RPC wait_until value.
impl Copy for Submitted
Auto Trait Implementations§
impl Freeze for Submitted
impl RefUnwindSafe for Submitted
impl Send for Submitted
impl Sync for Submitted
impl Unpin for Submitted
impl UnsafeUnpin for Submitted
impl UnwindSafe for Submitted
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more