Type Alias linera_sdk::linera_base_types::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>