UNPKG

@ledgerhq/coin-tron

Version:
7 lines (5 loc) 222 B
import { fetchTronAccount } from "../network"; import { AccountTronAPI } from "../network/types"; export async function getAccount(address: string): Promise<AccountTronAPI[]> { return await fetchTronAccount(address); }