pub type GlobalCallbacks<T: Config> = StorageMap<_GeneratedPrefixForStorageGlobalCallbacks<T>, Blake2_128Concat, T::AccountId, T::AccountId, OptionQuery, GetDefault, GetDefault>;Expand description
Storage type is StorageMap with key type T :: AccountId and value type T :: AccountId.
Aliased Typeยง
pub struct GlobalCallbacks<T: Config>(/* private fields */);