Skip to main content

Module smt_peek

Module smt_peek 

Source
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§

SmtPeekError
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.