Type alias AuthenticationInstructionOperation

AuthenticationInstructionOperation: {
    opcode: number;
}

An authentication instruction indicating an operation (as opposed to a AuthenticationInstructionPush).

Type declaration

  • opcode: number

    The opcode of this instruction's operation.

Generated using TypeDoc