pub type BeefyConfig = GenesisConfig<Runtime>;Aliased Type§
struct BeefyConfig {
pub authorities: Vec<Public>,
pub genesis_block: Option<u32>,
}Fields§
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.