A gas price, i.e. the price of a single unit of gas. This is typically a fraction of the smallest fee token unit, such as 0.012utoken.

Constructors

Properties

Methods

Constructors

  • Parameters

    • amount: Decimal
    • denom: string

    Returns GasPrice

Properties

amount: Decimal
denom: string

Methods

  • Returns a string representation of this gas price, e.g. "0.025uatom". This can be used as an input to GasPrice.fromString.

    Returns string

Generated using TypeDoc