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