Function casper_execution_engine::core::runtime::extract_access_rights_from_keys[][src]

pub fn extract_access_rights_from_keys<I: IntoIterator<Item = Key>>(
    input: I
) -> HashMap<Address, HashSet<AccessRights>>

Groups a collection of keys by their address and accumulates access rights per key.