pub trait NextSessionAuthorityProvider<T: Config> {
// Required method
fn next_authorities() -> Vec<T::AuthorityId>;
}
Expand description
Authorities provider, used only as default value in case of missing this information in our pallet. This can happen for the session after runtime upgraded.
Required Methods§
Object Safety§
This trait is not object safe.