UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

13 lines (11 loc) 246 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Jump = void 0; class Jump { constructor(op, pc) { this.op = op; this.pc = pc; } } exports.Jump = Jump; //# sourceMappingURL=Jump.js.map