UNPKG

@m3s/smart-contract

Version:

A modular toolkit for generating, compiling, deploying, and interacting with Ethereum-compatible smart contracts

8 lines 200 B
export declare enum ContractHandlerType { openZeppelin = "openZeppelin" } export declare enum DeploymentDataType { regular = "regular", proxy = "proxy" } //# sourceMappingURL=base.d.ts.map