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 information set consisting of its MAST root and set of kernel procedure roots used for its compilation.
  • A newtype wrapper around a usize value representing a step in the execution trace.
  • Initial state of the stack to support program execution.
  • Output container for Miden VM programs.