UNPKG

zic-tron-sdk

Version:
15 lines (14 loc) 760 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.TRON_USDT_ABI = exports.WTRX_ABI = exports.TRC20_ABI = exports.TRON_ZEBEC_CARD_ABI = void 0; const TRC20_json_1 = __importDefault(require("./TRC20.json")); const USDT_json_1 = __importDefault(require("./USDT.json")); const WTRX_json_1 = __importDefault(require("./WTRX.json")); const ZebecCard_json_1 = __importDefault(require("./ZebecCard.json")); exports.TRON_ZEBEC_CARD_ABI = ZebecCard_json_1.default.abi; exports.TRC20_ABI = TRC20_json_1.default; exports.WTRX_ABI = WTRX_json_1.default; exports.TRON_USDT_ABI = USDT_json_1.default;