Type alias AuthenticationInstructionMaybeMalformed

AuthenticationInstructionMaybeMalformed: AuthenticationInstruction | AuthenticationInstructionMalformed

A potentially-malformed AuthenticationInstruction. If malformed is true, this could be either AuthenticationInstructionPushMalformedLength or AuthenticationInstructionPushMalformedData.

If the final instruction is a push operation that requires more bytes than are available in the remaining bytecode, that instruction will have a malformed property with a value of true.

Generated using TypeDoc