pub async fn get_unapplied_slashes<Sender>(
sender: &mut Sender,
relay_parent: Hash,
) -> Result<Vec<(SessionIndex, CandidateHash, PendingSlashes)>, Error>where
Sender: SubsystemSender<RuntimeApiMessage>,
Expand description
Fetch a list of PendingSlashes
from the runtime.