pub async fn request_validator_groups(
parent: Hash,
sender: &mut impl SubsystemSender<RuntimeApiMessage>,
) -> RuntimeApiReceiver<(Vec<Vec<ValidatorIndex>>, GroupRotationInfo)>
Expand description
Request ValidatorGroups
from the runtime
pub async fn request_validator_groups(
parent: Hash,
sender: &mut impl SubsystemSender<RuntimeApiMessage>,
) -> RuntimeApiReceiver<(Vec<Vec<ValidatorIndex>>, GroupRotationInfo)>
Request ValidatorGroups
from the runtime