@m3s/smart-contract
Version:
A modular toolkit for generating, compiling, deploying, and interacting with Ethereum-compatible smart contracts
10 lines • 418 B
JavaScript
export var ContractHandlerType;
(function (ContractHandlerType) {
ContractHandlerType["openZeppelin"] = "openZeppelin";
})(ContractHandlerType || (ContractHandlerType = {}));
export var DeploymentDataType;
(function (DeploymentDataType) {
DeploymentDataType["regular"] = "regular";
DeploymentDataType["proxy"] = "proxy";
})(DeploymentDataType || (DeploymentDataType = {}));
//# sourceMappingURL=base.js.map