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