Function polkadot_node_subsystem_util::runtime::get_group_rotation_info [−][src]
pub async fn get_group_rotation_info<Context>(
ctx: &mut Context,
relay_parent: Hash
) -> Result<GroupRotationInfo, Error> where
Context: SubsystemContext,
Expand description
Get group rotation info based on the given relay_parent
.