Type Alias BLSPrivKey

Source
pub type BLSPrivKey = SignKey;
Expand description

BLS private key used to sign a consensus message

Aliased Typeยง

struct BLSPrivKey(/* private fields */);