Struct ckb_script::IllTransactionChecker [−][src]
pub struct IllTransactionChecker<'a> { /* fields omitted */ }
Expand description
Ill formed transactions checker.
Implementations
impl<'a> IllTransactionChecker<'a>
[src]
impl<'a> IllTransactionChecker<'a>
[src]pub fn new(tx: &'a TransactionView) -> Self
[src]
pub fn new(tx: &'a TransactionView) -> Self
[src]Creates the checker for a transaction.
pub fn check(&self) -> Result<(), ScriptError>
[src]
pub fn check(&self) -> Result<(), ScriptError>
[src]Checks whether the transaction is ill formed.
Auto Trait Implementations
impl<'a> RefUnwindSafe for IllTransactionChecker<'a>
impl<'a> Send for IllTransactionChecker<'a>
impl<'a> Sync for IllTransactionChecker<'a>
impl<'a> Unpin for IllTransactionChecker<'a>
impl<'a> UnwindSafe for IllTransactionChecker<'a>
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,