pub async fn get_on_chain_votes<Sender>(
    sender: &mut Sender,
    relay_parent: Hash
) -> Result<Option<ScrapedOnChainVotes>, Error>where
    Sender: SubsystemSender<RuntimeApiMessage>,
Expand description

Get on chain votes.