Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@bitgo/utxo-bin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
utxo-bin
This repository contains a CLI tool for parsing BitGo wallet transactions (withdrawals) and formatting them for terminal output.
Installation
npm install --global @bitgo/utxo-binSample Usage
parseTx
From hex
utxo-bin -n bitcoin parseTx --stdin
<paste txhex>
<Ctrl-D>Or
utxo-bin -n bitcoin parseTx --clipboardFrom txid
utxo-bin -n bitcoin parseTx --txid b0b7e5c2fbbbeb42478f91e1c14b300624a9419631e70dd1564084fb28a55155Lookup inputs
utxo-bin -n bitcoin parseTx \
--txid b0b7e5c2fbbbeb42478f91e1c14b300624a9419631e70dd1564084fb28a55155 \
--fetchInputsparseAddress
utxo-bin -n bitcoin parseAddress 3QJmV3qfvL9SuYo34YihAf3sRCW3qSinyCConvert to other networks:
utxo-bin -n bitcoin parseAddress 3QJmV3qfvL9SuYo34YihAf3sRCW3qSinyC --convert