Type Alias pallet_pool_system::pallet::NotedChange
source · pub type NotedChange<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageNotedChange<T>, Blake2_128Concat, T::PoolId, Blake2_128Concat, T::Hash, NotedPoolChange<T::RuntimeChange>>;
Expand description
Storage type is [StorageDoubleMap
] with key1 type T :: PoolId, key2 type T :: Hash and value type NotedPoolChange < T :: RuntimeChange >.
Aliased Type§
struct NotedChange<T: Config>(/* private fields */);