• Function to get the denomination of a given asset. Currently only supports 'ATOM'.

    Parameters

    • asset: Asset

      The asset for which denomination is requested.

    Returns null | string

    The denomination of the given asset, or null if not supported.

Generated using TypeDoc