pub type BLSSignature = Signature;
BLS signature type for consensus votes
struct BLSSignature { pub sigma: Projective<Config>, }
sigma: Projective<Config>
The signature is a G1 group element.