zic-tron-sdk
Version:
An sdk for interacting with tron zebec card sdk
30 lines (29 loc) • 2.06 kB
JavaScript
;
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.UNITS_PER_TRON_USDT = exports.TRON_ZEBEC_CARD_CONTRACT_ADDRESS = exports.TRON_WTRX_ADDRESS = exports.TRON_USDT_DECIMALS = exports.TRON_USDT_ADDRESS = exports.TRON_TRX_ADDRESS = void 0;
__exportStar(require("./artifacts"), exports);
var constants_1 = require("./constants");
Object.defineProperty(exports, "TRON_TRX_ADDRESS", { enumerable: true, get: function () { return constants_1.TRON_TRX_ADDRESS; } });
Object.defineProperty(exports, "TRON_USDT_ADDRESS", { enumerable: true, get: function () { return constants_1.TRON_USDT_ADDRESS; } });
Object.defineProperty(exports, "TRON_USDT_DECIMALS", { enumerable: true, get: function () { return constants_1.TRON_USDT_DECIMALS; } });
Object.defineProperty(exports, "TRON_WTRX_ADDRESS", { enumerable: true, get: function () { return constants_1.TRON_WTRX_ADDRESS; } });
Object.defineProperty(exports, "TRON_ZEBEC_CARD_CONTRACT_ADDRESS", { enumerable: true, get: function () { return constants_1.TRON_ZEBEC_CARD_CONTRACT_ADDRESS; } });
Object.defineProperty(exports, "UNITS_PER_TRON_USDT", { enumerable: true, get: function () { return constants_1.UNITS_PER_TRON_USDT; } });
__exportStar(require("./service"), exports);
__exportStar(require("./types"), exports);
__exportStar(require("./utils"), exports);
__exportStar(require("tronweb"), exports);