A potentially-malformed AuthenticationInstruction. If malformed is true, this could be either AuthenticationInstructionPushMalformedLength or AuthenticationInstructionPushMalformedData.
malformed
true
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
A potentially-malformed AuthenticationInstruction. If
malformed
istrue
, 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 oftrue
.