UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

7 lines (6 loc) 309 B
export { LinkedContracts } from './compile/types'; export { CompileContractResult } from './compileContract'; export { CompilerHost } from './types'; export { compileContract, getSemanticDiagnostics } from './api'; export { scan, Contracts } from './scan'; export { COMPILER_OPTIONS } from './createContext';