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.
Required Methods§
sourcefn get(&self) -> Result<AuthorityList, ClientError>
fn get(&self) -> Result<AuthorityList, ClientError>
Get the authority set at the genesis block.