Type alias AmountFormatted

AmountFormatted: { [ key in AmountFormat]: string }

Describes the same amount in two variation formats.

For INT value contains the amount in the smallest denomination

For FLOAT value contains the amount in tokens denomination

Generated using TypeDoc