UNPKG

@muirglacier/jellyfish-transaction

Version:

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

20 lines 638 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CAutoAuthPrep = void 0; const jellyfish_buffer_1 = require("@muirglacier/jellyfish-buffer"); /** * Composable UtxosToAccount, C stands for Composable. * Immutable by design, bi-directional fromBuffer, toBuffer deep composer. */ class CAutoAuthPrep extends jellyfish_buffer_1.ComposableBuffer { constructor() { super({}); } composers() { return []; } } exports.CAutoAuthPrep = CAutoAuthPrep; CAutoAuthPrep.OP_CODE = 0x41; // 'A' CAutoAuthPrep.OP_NAME = 'OP_DEFI_TX_AUTO_AUTH_PREP'; //# sourceMappingURL=dftx_misc.js.map