Struct ckb_verification::NonContextualTransactionVerifier [−][src]
pub struct NonContextualTransactionVerifier<'a> { /* fields omitted */ }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