Type Alias BLSPubKey

Source
pub type BLSPubKey = VerKey;
Expand description

BLS public key used to verify a consensus signature

Aliased Typeยง

struct BLSPubKey(/* private fields */);