Options
All
  • Public
  • Public/Protected
  • All
Menu

This client can be used to fetch token denoms including API calls as well

Special Case: If IBC denom is not within the hardcoded IBC hashes we should query the denom traces API to find the token meta for the denom

Hierarchy

  • DenomClient

Index

Constructors

Properties

cachedDenomTraces: Record<string, internal.DenomTrace> = {}
tokenFactory: TokenFactory
tokenMetaUtils: TokenMetaUtils

Methods

  • getCoinGeckoId(denom: string): string
  • getTokenMetaDataByAddress(address: string): undefined | TokenMeta
  • getTokenMetaDataByName(name: string): undefined | TokenMeta
  • getTokenMetaDataBySymbol(symbol: string): undefined | TokenMeta

Generated using TypeDoc