Type Alias pallet_im_online::ed25519::AuthorityPair
source · pub type AuthorityPair = Pair;
Expand description
An i’m online keypair using ed25519 as its crypto.
Aliased Type§
struct AuthorityPair(/* private fields */);
pub type AuthorityPair = Pair;
An i’m online keypair using ed25519 as its crypto.
struct AuthorityPair(/* private fields */);