Type Alias sc_consensus_babe::AuthorityPair

source ·
pub type AuthorityPair = Pair;
Expand description

A Babe authority keypair. Necessarily equivalent to the schnorrkel public key used in the main Babe module. If that ever changes, then this must, too.

Aliased Type§

struct AuthorityPair(/* private fields */);