Type alias Token

Token: {
    address: Web3Address;
    chainId: ChainId;
    protocol: Protocol;
    usdPrice: string;
    symbol: string;
    name: string;
    decimals: number;
    logoURI: string;
}

Type declaration

  • address: Web3Address
  • chainId: ChainId
  • protocol: Protocol
  • usdPrice: string

    Default

    "0.0"

  • symbol: string
  • name: string
  • decimals: number
  • logoURI: string

Generated using TypeDoc