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