pub trait GenesisAuthoritySetProvider<Block: BlockT> {
// Required method
fn get(&self) -> Result<AuthorityList, ClientError>;
}Expand description
Provider for the Grandpa authority set configured on the genesis block.
pub trait GenesisAuthoritySetProvider<Block: BlockT> {
// Required method
fn get(&self) -> Result<AuthorityList, ClientError>;
}Provider for the Grandpa authority set configured on the genesis block.