@layerzerolabs/hardhat-deploy
Version:
Hardhat Plugin For Replicable Deployments And Tests
9 lines • 360 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TronTxMethods = exports.MethodSymbol = void 0;
exports.MethodSymbol = Symbol('method');
var TronTxMethods;
(function (TronTxMethods) {
TronTxMethods["CREATE"] = "create";
})(TronTxMethods || (exports.TronTxMethods = TronTxMethods = {}));
//# sourceMappingURL=types.js.map