Type Alias ckb_vm::Instruction
source · pub type Instruction = u64;
Trait Implementations§
source§impl From<TaggedInstruction> for Instruction
impl From<TaggedInstruction> for Instruction
source§fn from(t: TaggedInstruction) -> Self
fn from(t: TaggedInstruction) -> Self
Converts to this type from the input type.