Type Alias linera_sdk::linera_base_types::ValidatorKeypair
source · pub type ValidatorKeypair = Secp256k1KeyPair;
Expand description
The key pair of a validator.
Aliased Type§
struct ValidatorKeypair {
pub secret_key: Secp256k1SecretKey,
pub public_key: Secp256k1PublicKey,
}
Fields§
§secret_key: Secp256k1SecretKey
§public_key: Secp256k1PublicKey