hashed_storage_from_reverts_with_provider

Function hashed_storage_from_reverts_with_provider 

Source
pub fn hashed_storage_from_reverts_with_provider<P>(
    provider: &P,
    address: Address,
    from: u64,
) -> Result<HashedStorage, ProviderError>
Available on crate features trie and trie-db only.
Expand description

Initializes HashedStorage from reverts using a provider.