Struct ckb_script::IllTransactionChecker
source · [−]pub struct IllTransactionChecker<'a> { /* private fields */ }
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.