pub struct TimeRelativeTransactionVerifier<'a, M> { /* private fields */ }Expand description
The time-related TX verification
Contains:
MaturityVerifier
SinceVerifier
Implementations
sourceimpl<'a, DL: HeaderProvider> TimeRelativeTransactionVerifier<'a, DL>
impl<'a, DL: HeaderProvider> TimeRelativeTransactionVerifier<'a, DL>
Auto Trait Implementations
impl<'a, M> RefUnwindSafe for TimeRelativeTransactionVerifier<'a, M> where
M: RefUnwindSafe,
impl<'a, M> Send for TimeRelativeTransactionVerifier<'a, M> where
M: Sync,
impl<'a, M> Sync for TimeRelativeTransactionVerifier<'a, M> where
M: Sync,
impl<'a, M> Unpin for TimeRelativeTransactionVerifier<'a, M>
impl<'a, M> UnwindSafe for TimeRelativeTransactionVerifier<'a, M> where
M: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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