pub struct Final;Expand description
Wait for full finality (all receipts executed, all blocks finalized).
Returns FinalExecutionOutcome.
Trait Implementations§
Source§impl WaitLevel for Final
impl WaitLevel for Final
Source§type Response = FinalExecutionOutcome
type Response = FinalExecutionOutcome
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 Final
Auto Trait Implementations§
impl Freeze for Final
impl RefUnwindSafe for Final
impl Send for Final
impl Sync for Final
impl Unpin for Final
impl UnsafeUnpin for Final
impl UnwindSafe for Final
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