pub type ValidatorSignature = Secp256k1Signature;
The signature of a validator.
struct ValidatorSignature(pub Signature<Secp256k1>);
0: Signature<Secp256k1>