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

6 lines 209 B
export var CoinType; (function (CoinType) { CoinType[CoinType["ETHER"] = 60] = "ETHER"; CoinType[CoinType["TRON"] = 195] = "TRON"; })(CoinType || (CoinType = {})); //# sourceMappingURL=constants.js.map