UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

7 lines (5 loc) 342 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAllPropInfos = void 0; exports.getAllPropInfos = (contractInfo) => contractInfo.propInfos.concat(contractInfo.superSmartContract === undefined ? [] : exports.getAllPropInfos(contractInfo.superSmartContract)); //# sourceMappingURL=getAllPropInfos.js.map