val token: T
the type of token this is an amount of. This is usually a singleton.
token - the type of token this is an amount of. This is usually a singleton.
T - the type of the token, for example Currency. T should implement TokenizableAssetInfo if automatic conversion to/from a display format is required.