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