UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

6 lines (5 loc) 339 B
import { ABIReturn } from '@neo-one/client-common'; import ts from 'typescript'; import { DiagnosticOptions } from '../analysis'; import { Context } from '../Context'; export declare function toABIReturn(context: Context, node: ts.Node, type: ts.Type | undefined, optionalIn?: boolean, options?: DiagnosticOptions): ABIReturn | undefined;