pub type AuthoritySignature = Signature;
An i’m online signature using ed25519 as its crypto.
struct AuthoritySignature(/* private fields */);