pub fn signer_strategy(
    signing_key_strategy: impl Strategy<Value = Ed25519PrivateKey>
) -> impl Strategy<Value = ValidatorSigner>