pub fn from_reverts_auto(
provider: &(impl ChangeSetReader + StorageChangeSetReader + BlockNumReader + DBProvider + StorageSettingsCache),
range: impl RangeBounds<u64>,
) -> Result<HashedPostStateSorted, ProviderError>Available on crate features
trie and trie-db only.Expand description
Calls HashedPostStateSorted::from_reverts.
This is a convenience wrapper kept for backward compatibility. The storage key tagging is now handled internally by the changeset reader.