UNPKG

use-tronlink

Version:

A React hook that connects with Tronlink hot wallet

9 lines (8 loc) 201 B
interface IReturnInteface { address: string; walletName: string; trxBalance: number; isConnected: boolean; } export declare const useTronlink: () => IReturnInteface; export {};