Type Definition oracle::pallet::AuthorizedOracles

source ·
pub type AuthorizedOracles<T: Config> = StorageMap<_GeneratedPrefixForStorageAuthorizedOracles<T>, Blake2_128Concat, T::AccountId, NameOf<T>, ValueQuery>;
Expand description

Storage type is [StorageMap] with key type T :: AccountId and value type NameOf < T >.