Type Definition pallet_broker::pallet::AllowedRenewals
source · pub type AllowedRenewals<T> = StorageMap<_GeneratedPrefixForStorageAllowedRenewals<T>, Twox64Concat, AllowedRenewalId, AllowedRenewalRecordOf<T>, OptionQuery>;Expand description
Records of allowed renewals.
Storage type is StorageMap with key type AllowedRenewalId and value type AllowedRenewalRecordOf < T >.