Type Alias ckb_script::CoreMachine
source · pub type CoreMachine = Box<AsmCoreMachine>;Expand description
The type of core VM machine when uses ASM.
Aliased Type§
struct CoreMachine(/* private fields */);pub type CoreMachine = Box<AsmCoreMachine>;The type of core VM machine when uses ASM.
struct CoreMachine(/* private fields */);