pub type ValidatorSecretKey = Secp256k1SecretKey;
Expand description
The private key of a validator.
Aliased Type§
struct ValidatorSecretKey(pub SigningKey<Secp256k1>);
Fields§
§0: SigningKey<Secp256k1>
pub type ValidatorSecretKey = Secp256k1SecretKey;
The private key of a validator.
struct ValidatorSecretKey(pub SigningKey<Secp256k1>);
0: SigningKey<Secp256k1>