Skip to main content

Amount

Type Alias Amount 

Source
pub type Amount = u128;
Expand description

Token amount in atomic units. 1 ARK = ATOMS_PER_ARK ark_atom (9 decimals).

Always u128. Never represent token amounts as floats.