pub type PositiveCoin = u64;Expand description
This should technically now allow 0 but this would make the API harder to use. At least for now we’ll keep it as Coin (aka u64) as an alias with this comment here. Later on it could potentially be redone to its own struct.