• Get the number of decimal places in a token

    Property

    The token contract address

    Property

    The chain on which the token is deployed

    Returns

    The number of decimal places in the token

    Parameters

    • __namedParameters: {
          chain: string;
          contractAddress: string;
      }
      • chain: string
      • contractAddress: string

    Returns Promise<number>

Generated using TypeDoc