Type Alias sp_consensus_sassafras::AuthorityPair
source · pub type AuthorityPair = Pair;
Expand description
Sassafras authority keypair. Necessarily equivalent to the schnorrkel public key used in the main Sassafras module. If that ever changes, then this must, too.
Aliased Type§
struct AuthorityPair(/* private fields */);