UNPKG

txho

Version:

Get a Bitcoin transaction as JSON for CLI and node

14 lines (13 loc) 298 B
"use strict"; exports.__esModule = true; var txid = require("./fromTxid"); var rawtx = require("./fromRawtx"); exports["default"] = { from: { txid: txid, rawtx: rawtx } }; if (require && require.main === module) { console.error('Please use "cli" instead of "index"'); }