[][src]Trait sc_finality_grandpa::GenesisAuthoritySetProvider

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

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

Required methods

fn get(&self) -> Result<AuthorityList, ClientError>

Get the authority set at the genesis block.

Loading content...

Implementations on Foreign Types

impl<Block: BlockT, E> GenesisAuthoritySetProvider<Block> for Arc<dyn ExecutorProvider<Block, Executor = E>> where
    E: CallExecutor<Block>, 
[src]

Loading content...

Implementors

Loading content...