pub type ContractInstruction = ContractInstructionPrototype<ContractRegister>;Expand description
An instruction type used by contracts
Aliased Type§
pub enum ContractInstruction {
Popular(PopularInstruction<EReg<u64>>),
NotPopular(NotPopularInstruction<EReg<u64>>),
}Variants§
Popular(PopularInstruction<EReg<u64>>)
Instructions that are the most popular among contracts
NotPopular(NotPopularInstruction<EReg<u64>>)
Instructions that are less popular among contracts