Struct ckb_verification::TransactionVerifier
source · [−]pub struct TransactionVerifier<'a, DL> { /* private fields */ }Expand description
Full tx verification checks
Contains:
NonContextualTransactionVerifier
ContextualTransactionVerifier
Implementations
sourceimpl<'a, DL: HeaderProvider + CellDataProvider + EpochProvider> TransactionVerifier<'a, DL>
impl<'a, DL: HeaderProvider + CellDataProvider + EpochProvider> TransactionVerifier<'a, DL>
Auto Trait Implementations
impl<'a, DL> !RefUnwindSafe for TransactionVerifier<'a, DL>
impl<'a, DL> !Send for TransactionVerifier<'a, DL>
impl<'a, DL> !Sync for TransactionVerifier<'a, DL>
impl<'a, DL> Unpin for TransactionVerifier<'a, DL>
impl<'a, DL> !UnwindSafe for TransactionVerifier<'a, DL>
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