UNPKG

@alice-network/zos-lib

Version:

JavaScript library for the ZeppelinOS smart contract platform

8 lines 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // TS-TODO: Web3 typings? function hasConstructor(contract) { return !!contract.schema.abi.find((fn) => fn.type === 'constructor'); } exports.hasConstructor = hasConstructor; //# sourceMappingURL=Constructors.js.map