@neo-one/smart-contract-compiler-esnext-esm
Version:
NEO•ONE TypeScript smart contract compiler.
6 lines (5 loc) • 350 B
TypeScript
import { ABIReturn } from '@neo-one/client-common-esnext-esm';
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;