Type Alias linera_base::crypto::ValidatorPublicKey
source · pub type ValidatorPublicKey = Secp256k1PublicKey;
Expand description
The public key of a validator.
Aliased Type§
struct ValidatorPublicKey(pub VerifyingKey<Secp256k1>);
Fields§
§0: VerifyingKey<Secp256k1>