pub type PotentialRenewalRecordOf<T> = PotentialRenewalRecord<BalanceOf<T>>;Aliased Type§
struct PotentialRenewalRecordOf<T> {
pub price: <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance,
pub completion: CompletionStatus,
}Fields§
§price: <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::BalanceThe price for which the next renewal can be made.
completion: CompletionStatusThe workload which will be scheduled on the Core in the case a renewal is made, or if incomplete, then the parts of the core which have been scheduled.