Function polkadot_node_subsystem_util::signing_key[][src]

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.