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