pub type AccountStorages<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageAccountStorages<T>, Blake2_128Concat, H160, Blake2_128Concat, H256, H256, ValueQuery>;
Expand description

Storage type is [StorageDoubleMap] with key1 type H160, key2 type H256 and value type H256.

Aliased Type§

struct AccountStorages<T: Config>(/* private fields */);