referrerpolicy=no-referrer-when-downgrade

Function signing_key

Source
pub fn signing_key<'a>(
    validators: impl IntoIterator<Item = &'a ValidatorId>,
    keystore: &KeystorePtr,
) -> Option<ValidatorId>
Expand description

From the given set of validators, find the first key we can sign with, if any.