Type Alias orml_authority::module::SavedCalls

source ·
pub type SavedCalls<T: Config> = StorageMap<_GeneratedPrefixForStorageSavedCalls<T>, Identity, T::Hash, (<T as Config>::RuntimeCall, Option<T::AccountId>), OptionQuery>;
Expand description

Storage type is StorageMap with key type T :: Hash and value type (CallOf < T > , Option < T :: AccountId >).

Aliased Type§

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