Type Alias GrandpaEvent

Source
pub type GrandpaEvent = GrandpaEvent;

Aliased Type§

pub enum GrandpaEvent {
    NewAuthorities {
        authority_set: Vec<(Public, u64)>,
    },
    Paused,
    Resumed,
}

Variants§

§

NewAuthorities

New authority set has been applied.

Fields

§authority_set: Vec<(Public, u64)>
§

Paused

Current authority set has been paused.

§

Resumed

Current authority set has been resumed.