Class ConditionWithVars
This structure is used to store parsed CLVM conditions Conditions in CLVM have either format of(opcode, var1) or(opcode, var1, var2)
public record ConditionWithVars : IEquatable<ConditionWithVars>
- Inheritance
-
ConditionWithVars
- Implements
- Inherited Members
- Extension Methods
Properties
Opcode
public ushort Opcode { get; init; }
Property Value
- ushort
- This structure is used to store parsed CLVM conditions Conditions in CLVM have either format of(opcode, var1) or(opcode, var1, var2)
Vars
public IEnumerable<string> Vars { get; init; }
Property Value
- IEnumerable<string>
- This structure is used to store parsed CLVM conditions Conditions in CLVM have either format of(opcode, var1) or(opcode, var1, var2)