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

6 lines (5 loc) 296 B
declare function serialize(obj: any): string; declare function transformHeader(headers: any): any; declare function promiseTimeout(ms: number, promise: any): Promise<any>; declare function isAbsoluteURL(url: string): boolean; export { serialize, transformHeader, promiseTimeout, isAbsoluteURL };