pub type BlsSignature = FixedBytes<BLS_SIGNATURE_BYTES_LEN>;
BLS signature type
struct BlsSignature(pub [u8; 96]);
0: [u8; 96]