UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

5 lines (3 loc) 230 B
import { ContractInfoProcessor } from './ContractInfoProcessor'; export const getContractInfo = (context, smartContract) => new ContractInfoProcessor(context, smartContract).process(); //# sourceMappingURL=getContractInfo.js.map