Type Alias ckb_vm::instructions::Instruction

source ·
pub type Instruction = u64;

Trait Implementations§

source§

impl From<TaggedInstruction> for Instruction

source§

fn from(t: TaggedInstruction) -> Self

Converts to this type from the input type.