Type Alias Balance

Source
pub type Balance = Bytes;
Expand description

The balance of an account is a big endian serialised integer of variable size.

Aliased Type§

struct Balance(pub Bytes);

Fields§

§0: Bytes