UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

5 lines (4 loc) 240 B
import ts from 'typescript'; import { ContractProperties } from '../constants'; import { Context } from '../Context'; export declare const getContractProperties: (context: Context, smartContract: ts.ClassDeclaration) => ContractProperties;