pub type BLSPrivKey = SignKey;
BLS private key used to sign a consensus message
struct BLSPrivKey(/* private fields */);