• Determines whether a given amount has the provided identifier and decimals.

    Type Parameters

    • I extends string

    • D extends number

    Parameters

    • amount: Amount<string, number>
    • identifier: I
    • decimals: D

    Returns amount is Amount<I, D>

Generated using TypeDoc