Type Alias pallet_im_online::sr25519::AuthorityId
source · pub type AuthorityId = Public;
Expand description
An i’m online identifier using sr25519 as its crypto.
Aliased Type§
struct AuthorityId(CryptoBytes<32, Sr25519PublicTag>);
Fields§
§0: CryptoBytes<32, Sr25519PublicTag>