Struct ckb_script::IllTransactionChecker [−][src]
pub struct IllTransactionChecker<'a> { /* fields omitted */ }
Expand description
Ill formed transactions checker.
Implementations
pub fn new(
tx: &'a TransactionView,
consensus: &'a Consensus,
tx_env: &'a TxVerifyEnv
) -> Self
pub fn new(
tx: &'a TransactionView,
consensus: &'a Consensus,
tx_env: &'a TxVerifyEnv
) -> Self
Creates the checker for a transaction.
Checks whether the transaction is ill formed.