Interface AuthenticationProgramStateStack<StackType>

Type Parameters

  • StackType = Uint8Array

Hierarchy

Properties

Properties

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