@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 • 325 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CoinType = void 0;
var CoinType;
(function (CoinType) {
CoinType[CoinType["ETHER"] = 60] = "ETHER";
CoinType[CoinType["TRON"] = 195] = "TRON";
})(CoinType || (exports.CoinType = CoinType = {}));
//# sourceMappingURL=constants.js.map