Expand description
This module contains helpful utilities related to populating changesets tables.
Structs§
- Storage
Reverts Iter - Iterator over storage reverts.
See
StorageRevertsIter::nextfor more details. - Storage
Trie Current Values Iter - Combines a sorted iterator of trie node paths and a storage trie cursor into a new iterator which produces the current values of all given paths in the same order.
Functions§
- storage_
trie_ wiped_ changeset_ iter - Returns an iterator which produces the values to be inserted into the
StoragesTrieChangeSetstable for an account whose storage was wiped during a block. It is expected that this is called prior to inserting the block’s trie updates.