Balance

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§

pub struct Balance(pub Bytes);

Tuple Fields§

§0: Bytes