Type Alias pallet_broker::PotentialRenewalRecordOf
source · 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>>::Balance
The price for which the next renewal can be made.
completion: CompletionStatus
The 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.