UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

5 lines (3 loc) 222 B
import { ABISmartContractProcessor } from './ABISmartContractProcessor'; export const getABI = (context, contractInfo) => new ABISmartContractProcessor(context, contractInfo).process(); //# sourceMappingURL=getABI.js.map