UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

3 lines (2 loc) 296 B
import ts from 'typescript'; export declare const resolveJumps: (bytecode: readonly (readonly [ts.Node, readonly string[], import("./ScriptBuilder").SingleBytecodeValue])[], maxOffset?: number) => readonly (readonly [ts.Node, readonly string[], import("./ScriptBuilder").SingleBytecodeValue])[];