Type Alias pallet_broker::AllowedRenewalRecordOf

source ·
pub type AllowedRenewalRecordOf<T> = AllowedRenewalRecord<BalanceOf<T>>;

Aliased Type§

struct AllowedRenewalRecordOf<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.