pub trait OnCollatorPayout<AccountId, Balance> {
// Required method
fn on_collator_payout(
for_round: RoundIndex,
collator_id: AccountId,
amount: Balance
) -> Weight;
}
Required Methods§
fn on_collator_payout( for_round: RoundIndex, collator_id: AccountId, amount: Balance ) -> Weight
Object Safety§
This trait is not object safe.