referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_broker::pallet::PotentialRenewals

source ·
pub type PotentialRenewals<T> = StorageMap<_GeneratedPrefixForStoragePotentialRenewals<T>, Twox64Concat, PotentialRenewalId, PotentialRenewalRecordOf<T>, OptionQuery>;
Expand description

Records of potential renewals.

Renewals will only actually be allowed if CompletionStatus is actually Complete.

Storage type is [StorageMap] with key type PotentialRenewalId and value type PotentialRenewalRecordOf < T >.

Aliased Type§

struct PotentialRenewals<T>(/* private fields */);