Module miden_objects::vm

source ·

Structs§

  • Inputs container to initialize advice provider for the execution of Miden VM programs.
  • Defines a set of non-deterministic (advice) inputs which the VM can access by their keys.
  • A proof of correct execution of Miden VM.
  • A program which can be executed by the VM.
  • A program information set consisting of its MAST root and set of kernel procedure roots used for its compilation.
  • Initial state of the stack to support program execution.
  • Output container for Miden VM programs.

Enums§