pub async fn signing_key(
    validators: &[ValidatorId],
    keystore: &SyncCryptoStorePtr
) -> Option<ValidatorId>
Expand description

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