UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

8 lines (6 loc) 363 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getContractInfo = void 0; const ContractInfoProcessor_1 = require("./ContractInfoProcessor"); exports.getContractInfo = (context, smartContract) => new ContractInfoProcessor_1.ContractInfoProcessor(context, smartContract).process(); //# sourceMappingURL=getContractInfo.js.map