Skip to main content

ValidatorPublicKey

Type Alias ValidatorPublicKey 

Source
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>