UNPKG

@ledgerhq/coin-tron

Version:
8 lines 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAccount = getAccount; const network_1 = require("../network"); async function getAccount(address) { return await (0, network_1.fetchTronAccount)(address); } //# sourceMappingURL=getAccount.js.map