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.
pub type Amount = u128;Token amount in atomic units. 1 ARK = ATOMS_PER_ARK ark_atom (9 decimals).
Always u128. Never represent token amounts as floats.