Type Alias hotshot::types::BLSPrivKey

source ·
pub type BLSPrivKey = SignKey;
Expand description

BLS private key used to sign a message

Aliased Type§

struct BLSPrivKey(/* private fields */);