pub type AuthorityId = Public;
Expand description
Identity of a BEEFY authority using ECDSA as its crypto.
Aliased Type§
struct AuthorityId(/* private fields */);
Trait Implementations§
Source§impl AuthorityIdBound for AuthorityId
impl AuthorityIdBound for AuthorityId
Source§type BoundedSignature = Signature
type BoundedSignature = Signature
Necessary bounds on the Signature associated with the AuthorityId