UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

3 lines (2 loc) 133 B
import { Bytecode } from './ScriptBuilder'; export declare const resolveJumps: (bytecode: Bytecode, maxOffset?: number) => Bytecode;