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