UNPKG

@tronlink/core

Version:

The library serves as a core module within TronLink Extension, which provides low-level wallet functionality for both Tron and Ethereum networks, primary features includes account generation and transaction signing

11 lines (10 loc) 232 B
export interface ExchangeItem { id: number; message: string; firstToken: string; pair: string; decimals1: number; decimals2: number; } declare const exchangeList: ExchangeItem[]; export default exchangeList;