pub type Address = Public;
The address format for describing accounts.
struct Address(pub [u8; 32], _);
0: [u8; 32]