pub async fn request_min_backing_votes(
parent: Hash,
session_index: SessionIndex,
sender: &mut impl SubsystemSender<RuntimeApiMessage>,
) -> Result<u32, Error>
Expand description
Request the min backing votes value. Prior to runtime API version 6, just return a hardcoded constant.