Expand description
State diff computation for trace_call and related RPC methods.
Compares pre- and post-execution actor states to produce per-account diffs covering balance, nonce, code, and storage.
Functions§
- build_
account_ 🔒diff - Build account diff by comparing pre and post actor states.
- build_
state_ diff - Build state diff by comparing pre and post-execution states for touched addresses.
- diff_
entry_ keys - diff_
evm_ 🔒storage_ for_ actors - Compute storage diff between pre and post actor states.
- extract_
evm_ storage_ entries - Extract all storage entries from an EVM actor’s KAMT. Returns an empty map if the actor is absent, not an EVM actor, self-destructed, or its state cannot be loaded.