UNPKG

@tronlink/core

Version:

The library serves as a core module within TronLink Extension, which provides low-level wallet functionality for both Tron and Ethereum networks, primary features includes account generation and transaction signing

9 lines 449 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var httpProxy_1 = require("./httpProxy"); Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(httpProxy_1).default; } }); //# sourceMappingURL=index.js.map