pub type AuthorityId = Public;
Expand description

An i’m online identifier using ed25519 as its crypto.

Aliased Type§

struct AuthorityId(CryptoBytes<32, (PublicTag, Ed25519Tag)>);

Fields§

§0: CryptoBytes<32, (PublicTag, Ed25519Tag)>