Type Alias UnifiedDenom

UnifiedDenom: string

This represents either a native token, or a contract token.

  • CW20 tokens are represented with "cw20/{contractAddress}"
  • ERC20 tokens are represented with "erc20/{contractAddress}"
  • Everything else is assumed to be a native token