pub type AccountSignature = Signature;
The signature type used by accounts/transactions.
struct AccountSignature(pub [u8; 64], _);
0: [u8; 64]