Expand description
SMT_PEEK system event handler for the Miden VM.
This handler implements the SMT_PEEK operation that pushes the value associated with a specified key in a Sparse Merkle Tree defined by the specified root onto the advice stack.
Enums§
- SmtPeek
Error - Error types that can occur during SMT_PEEK operations.
Constants§
- SMT_
PEEK_ EVENT_ NAME - Event name for the smt_peek operation.
Functions§
- handle_
smt_ peek - SMT_PEEK system event handler.