Trait sc_finality_grandpa::GenesisAuthoritySetProvider [−][src]
Provider for the Grandpa authority set configured on the genesis block.
Required methods
fn get(&self) -> Result<AuthorityList, ClientError>
[src]
Get the authority set at the genesis block.
Implementations on Foreign Types
impl<Block: BlockT, E> GenesisAuthoritySetProvider<Block> for Arc<dyn ExecutorProvider<Block, Executor = E>> where
E: CallExecutor<Block>,
[src]
E: CallExecutor<Block>,