UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

4 lines (2 loc) 228 B
export const getAllPropInfos = (contractInfo) => contractInfo.propInfos.concat(contractInfo.superSmartContract === undefined ? [] : getAllPropInfos(contractInfo.superSmartContract)); //# sourceMappingURL=getAllPropInfos.js.map