pub type AuthorityPair = Pair;
An i’m online keypair using ed25519 as its crypto.
pub struct AuthorityPair(/* private fields */);