pub type BLSPubKey = VerKey;
BLS public key used to verify a signature
struct BLSPubKey(pub(crate) Projective<Config>);
0: Projective<Config>