pub type Machine = AsmMachine;
Expand description
The default machine type when asm feature is enabled. Note that ckb-script now functions solely based on ckb_vm::DefaultMachineRunner trait. The type provided here is only for default implementations.
Aliased Type§
pub struct Machine {
pub machine: DefaultMachine<Box<AsmCoreMachine>>,
}
Fields§
§machine: DefaultMachine<Box<AsmCoreMachine>>