Trait sc_finality_grandpa::GenesisAuthoritySetProvider[][src]

pub trait GenesisAuthoritySetProvider<Block: BlockT> {
    fn get(&self) -> Result<AuthorityList, ClientError>;
}
Expand description

Provider for the Grandpa authority set configured on the genesis block.

Required methods

Get the authority set at the genesis block.

Implementations on Foreign Types

Implementors