pub struct NonContextualTransactionVerifier<'a> { /* private fields */ }Expand description
Context-independent verification checks for transaction
Basic checks that don’t depend on any context Contains:
- Check for version
- Check for size
- Check inputs and output empty
- Check for duplicate deps
- Check for whether outputs match data
Implementations
sourceimpl<'a> NonContextualTransactionVerifier<'a>
impl<'a> NonContextualTransactionVerifier<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for NonContextualTransactionVerifier<'a>
impl<'a> Send for NonContextualTransactionVerifier<'a>
impl<'a> Sync for NonContextualTransactionVerifier<'a>
impl<'a> Unpin for NonContextualTransactionVerifier<'a>
impl<'a> UnwindSafe for NonContextualTransactionVerifier<'a>
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