ValidatorSecretKey

Type Alias ValidatorSecretKey 

Source
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>