@allbridge/bridge-core-sdk
    Preparing search index...

    Enumeration AmountFormat

    Define the type of amount data

    Example:

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

    Index

    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