pub trait OnIncomingMember<MemberId> {
// Required method
fn on_incoming_member(member_id: MemberId);
}
Expand description
Handle the consequences of going in the authority set for other pallets. Typically, a smith won’t expire as long as he is in the authority set.
Required Methods§
fn on_incoming_member(member_id: MemberId)
Object Safety§
This trait is not object safe.
Implementations on Foreign Types§
source§impl<MemberId> OnIncomingMember<MemberId> for ()
impl<MemberId> OnIncomingMember<MemberId> for ()
By default: no consequences