import * as libauth from "https://deno.land/x/libauth@v2.0.0-alpha.6/src/lib/vm/instruction-sets/common/instruction-sets-types.ts";
Interfaces
An authentication instruction indicating an operation (as opposed to a AuthenticationInstructionPush). | |
A well-formed "push" authentication instruction ( | |
A malformed "push" authentication instruction in which the pushed data is incomplete (the bytecode ends before enough bytes can be read). | |
A malformed |
Type Aliases
A well-formed instruction used by an AuthenticationVirtualMachine. | |
A malformed authentication instruction (the bytecode ends before enough bytes can be read). | |
A potentially-malformed AuthenticationInstruction. If | |
An array of AuthenticationInstructions. | |
An array of authentication instructions that may end with a malformed instruction. |