UNPKG

@ledgerhq/coin-tron

Version:
5 lines 175 B
import { fetchTronAccount } from "../network"; export async function getAccount(address) { return await fetchTronAccount(address); } //# sourceMappingURL=getAccount.js.map