Type alias InstructionStateEnumsType

InstructionStateEnumsType: {
    [key in InstructionStateNames]: InstructionState
}

A mapping of instruction state names to associated enum instances.

Generated using TypeDoc