Enum bitcoin::blockdata::opcodes::Class [−][src]
Expand description
Broad categories of opcodes with similar behavior
Variants
PushNum(i32)
Tuple Fields
0: i32
Pushes the given number onto the stack
PushBytes(u32)
Tuple Fields
0: u32
Pushes the given number of bytes onto the stack
ReturnOp
Fails the script if executed
IllegalOp
Fails the script even if not executed
NoOp
Does nothing
Ordinary(Ordinary)
Any opcode not covered above
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Class
impl UnwindSafe for Class
Blanket Implementations
Mutably borrows from an owned value. Read more