pub type BlsPublicKey = FixedBytes<BLS_PUBLIC_KEY_BYTES_LEN>;
BLS public key type
struct BlsPublicKey(pub [u8; 48]);
0: [u8; 48]