• Creates a coin.

    If your values do not exceed the safe integer range of JS numbers (53 bit), you can use the number type here. This is the case for all typical Cosmos SDK chains that use the default 6 decimals.

    In case you need to supportr larger values, use unsigned integer strings instead.

    Parameters

    • amount: string | number
    • denom: string

    Returns Coin

Generated using TypeDoc