Trait polkadot_runtime_parachains::session_info::AuthorityDiscoveryConfig[][src]

pub trait AuthorityDiscoveryConfig {
    fn authorities() -> Vec<AuthorityDiscoveryId>;
}
Expand description

An abstraction for the authority discovery pallet to help with mock testing.

Required methods

Retrieve authority identifiers of the current authority set in canonical ordering.

Implementors