Type Alias linera_base::crypto::ValidatorSecretKey

source ·
pub type ValidatorSecretKey = Secp256k1SecretKey;
Expand description

The private key of a validator.

Aliased Type§

struct ValidatorSecretKey(pub SigningKey<Secp256k1>);

Fields§

§0: SigningKey<Secp256k1>