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

8 lines (7 loc) 283 B
export declare function isHex(hex: string): boolean; export declare const splitStringByLength: ({ str, length }: { str: string; length: number; }) => string[]; export declare function strInsert(str: string): string; export declare function msgHexToText(hex: string): string;