pub type Balance = Bytes;
The balance of an account is a big endian serialised integer of variable size.
pub struct Balance(pub Bytes);
0: Bytes