Type Alias hotshot::types::BLSPubKey

pub type BLSPubKey = VerKey;
Expand description

BLS public key used to verify a signature

Aliased Type§

struct BLSPubKey(pub(crate) Projective<Config>);

Fields§

§0: Projective<Config>