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