Type Alias pallet_dapp_staking::pallet::IntegratedDApps
source · pub type IntegratedDApps<T: Config> = CountedStorageMap<_GeneratedPrefixForStorageIntegratedDApps<T>, Blake2_128Concat, T::SmartContract, DAppInfo<T::AccountId>, OptionQuery, GetDefault, ConstU32<{ _ }>>;
Expand description
Map of all dApps integrated into dApp staking protocol.
Even though dApp is integrated, it does not mean it’s still actively participating in dApp staking. It might have been unregistered at some point in history.
Storage type is [CountedStorageMap
] with key type T :: SmartContract and value type DAppInfo < T :: AccountId >.
Aliased Type§
struct IntegratedDApps<T: Config>(/* private fields */);