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 */);