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