UNPKG

tronweb-proxy

Version:

Modified tronweb with proxy support => (JavaScript SDK that encapsulates the TRON HTTP API)

4 lines (3 loc) 187 B
import type { BytesLike } from '../types/UtilsTypes.js'; export declare function encode58(buffer: BytesLike | string): string; export declare function decode58(string: string): number[];