TokenInfo: {
    address: string;
    decimals: number;
    logoUri: string;
    name: string;
    symbol: string;
    type: TokenType;
}

Type declaration

  • address: string
  • decimals: number
  • logoUri: string
  • name: string
  • symbol: string
  • type: TokenType