Skip to main content

Module monad

Module monad 

Source
Available on crate feature monad only.
Expand description

Monad-specific execution and context helpers for the in-memory backend.

Structsยง

ForkReplay ๐Ÿ”’
PreparedExecution ๐Ÿ”’

Functionsยง

advance_block_context ๐Ÿ”’
append_transaction ๐Ÿ”’
Adds a candidate transaction to the current Monad block context.
cache_fork_context ๐Ÿ”’
Caches the fork blocks needed to construct the next Monad blockโ€™s ancestor context.
normalize_access_list ๐Ÿ”’
prepare_transaction ๐Ÿ”’
resolve_execution_context ๐Ÿ”’
rollback_transaction ๐Ÿ”’
Removes a candidate transaction that failed before block inclusion.
store_block_metadata ๐Ÿ”’