UNPKG

txho

Version:

Get a Bitcoin transaction as JSON for CLI and node

12 lines (11 loc) 219 B
import * as txid from './fromTxid' import * as rawtx from './fromRawtx' export default { from: { txid, rawtx, }, } if (require && require.main === module) { console.error('Please use "cli" instead of "index"') }