Type Alias polymesh_api_tester::GrandpaEvent

source ·
pub type GrandpaEvent = GrandpaEvent;

Aliased Type§

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.