aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface AmountInCoinAndUsd

    Represents an amount in both coin denomination and USD value for reference.

    interface AmountInCoinAndUsd {
        amount: number;
        amountUsd: number;
    }
    Index
    amount: number

    The amount of the coin in smallest units.

    amountUsd: number

    The USD equivalent of that coin amount.