Variable ValidatorConfig.key_pair

The seed to use for the keypair of this node

struct ValidatorConfig
{
  // ...
  immutable(KeyPair) key_pair ;
  // ...
}