Type alias AuthenticationProgramStateStack<StackType>

AuthenticationProgramStateStack<StackType>: {
    stack: StackType[];
}

Type Parameters

  • StackType = Uint8Array

Type declaration

  • stack: StackType[]

    The stack is the primary workspace of the virtual machine. Most virtual machine operations create, read, update, or delete bytecode values held on the stack.

Generated using TypeDoc