Enumeration AmountFormat

Define the type of amount data

Example:

"1500000" USDC INT = "1.5" USDC FLOAT, if USDC.decimals = 6

Enumeration Members

Enumeration Members

FLOAT: "float"

denominated in the unit of the source token

INT: "int"

denominated in the smallest unit of the source token

Generated using TypeDoc