UNPKG

@muirglacier/jellyfish-transaction

Version:

A collection of TypeScript + JavaScript tools and libraries for DeFi Blockchain developers to build decentralized finance for Bitcoin

14 lines 409 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OP_INVALIDOPCODE = void 0; const opcode_1 = require("./opcode"); /** * Represents any OP code not currently assigned */ class OP_INVALIDOPCODE extends opcode_1.StaticCode { constructor() { super(0xff, 'OP_INVALIDOPCODE'); } } exports.OP_INVALIDOPCODE = OP_INVALIDOPCODE; //# sourceMappingURL=invalid.js.map