UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

9 lines (8 loc) 298 B
import ts from 'typescript'; import { ScriptBuilder } from '../sb'; export declare class JumpTable { private mutableJumpNumber; private readonly mutableTable; add(sb: ScriptBuilder, node: ts.Node, body: () => void): number; emitTable(sb: ScriptBuilder, outerNode: ts.Node): void; }