Module vm

Module vm 

Source
Expand description

Provides types for working with the virtual machine within the Miden network.

Structs§

AdviceInputs
Inputs container to initialize advice provider for the execution of Miden VM programs.
AdviceMap
Defines a set of non-deterministic (advice) inputs which the VM can access by their keys.
AttributeSet
An AttributeSet provides storage and access to all of the attributes attached to a Miden Assembly item, e.g. procedure definition.
Package
A package containing a Program/Library, and a manifest (exports and dependencies).
PackageExport
A procedure exported by a package, along with its digest and signature (will be added after MASM type attributes are implemented).
PackageManifest
The manifest of a package, containing the set of package dependencies (libraries or packages) and exported procedures and their signatures, if known.
QualifiedProcedureName
Represents a qualified procedure name, e.g. std::math::u64::add, parsed into it’s constituent LibraryPath and ProcedureName components.
Section
SectionId
A unique identifier for optional sections of the Miden package format

Enums§

MastArtifact
The artifact produced by lowering a program or library to a Merkelized Abstract Syntax Tree