If the next index is greater than or equal to the length of the bytecode, the
bytecode has been fully decoded.
The final AuthenticationInstructionMaybeMalformed in the bytecode may
be malformed if 1) the final operation is a push and 2) too few bytes remain
for the push operation to complete.
Decode one virtual machine bytecode instruction from the provided ReadPosition.
Returns an object with an
instruction
referencing a AuthenticationInstructionMaybeMalformed and the next position.If the next index is greater than or equal to the length of the bytecode, the bytecode has been fully decoded.
The final AuthenticationInstructionMaybeMalformed in the bytecode may be malformed if 1) the final operation is a push and 2) too few bytes remain for the push operation to complete.