UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

4 lines (3 loc) 211 B
import ts from 'typescript'; import { Context } from '../Context'; export declare const getContractInfo: (context: Context, smartContract: ts.ClassDeclaration) => import("./ContractInfoProcessor").ContractInfo;