UNPKG

thebigguy-contract

Version:

A library to generate P2SH scripts and create spend transactions for permissionless share-based distribution of UTXOs

12 lines 942 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createTx = exports.quotient = exports.minUnitForAllShares = exports.createScript = exports.createOutputs = void 0; var payment_1 = require("./payment"); Object.defineProperty(exports, "createOutputs", { enumerable: true, get: function () { return payment_1.createOutputs; } }); var script_1 = require("./script"); Object.defineProperty(exports, "createScript", { enumerable: true, get: function () { return script_1.createScript; } }); Object.defineProperty(exports, "minUnitForAllShares", { enumerable: true, get: function () { return script_1.minUnitForAllShares; } }); Object.defineProperty(exports, "quotient", { enumerable: true, get: function () { return script_1.quotient; } }); var tx_1 = require("./tx"); Object.defineProperty(exports, "createTx", { enumerable: true, get: function () { return tx_1.createTx; } }); //# sourceMappingURL=index.js.map