tronweb
Version:
JavaScript SDK that encapsulates the TRON HTTP API
7 lines (6 loc) • 407 B
TypeScript
export declare function fromHex(address: string): string;
export declare function toHex(address: string): string;
export declare function toChecksumAddress(address: string): string;
export declare function isChecksumAddress(address: string): boolean;
export declare function fromPrivateKey(privateKey: string, strict?: boolean): string | false;
export declare function isAddress(address: unknown): boolean;