Coin and Coins
A Coin
represents a single coin, which is a pair consisting of a denomination and an amount. Coins
represents a collection of Coin
objects, that many operators use to group tokens in one construct.
Coin / Coins input with decimal input will automatically be converted to a decimal Coin.
Although it is convenient to represent the numbers through JavaScript's native Number
format, you should refrain from doing so.