Type Alias rococo_runtime::BeefyConfig

source ·
pub type BeefyConfig = GenesisConfig<Runtime>;

Aliased Type§

struct BeefyConfig {
    pub authorities: Vec<Public>,
    pub genesis_block: Option<u32>,
}

Fields§

§authorities: Vec<Public>

Initial set of BEEFY authorities.

§genesis_block: Option<u32>

Block number where BEEFY consensus should start. Should match the session where initial authorities are active. Note: Ideally use block number where GRANDPA authorities are changed, to guarantee the client gets a finality notification for exactly this block.