pub type AccountPrivateKey = Ed25519PrivateKey;
struct AccountPrivateKey(pub SigningKey);
0: SigningKey