ckb_script

Type Alias CoreMachine

Source
pub type CoreMachine = Box<AsmCoreMachine>;
Expand description

The type of core VM machine when uses ASM.

Aliased Typeยง

struct CoreMachine(/* private fields */);