@bitgo-beta/utxo-bin 2.8.3-beta.54 → 2.8.3-beta.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -4790
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -28,6 +28,7 @@ utxo-bin -n bitcoin parseTx --clipboard
|
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
#### From txid
|
|
31
|
+
|
|
31
32
|
```bash
|
|
32
33
|
utxo-bin -n bitcoin parseTx --txid b0b7e5c2fbbbeb42478f91e1c14b300624a9419631e70dd1564084fb28a55155
|
|
33
34
|
```
|
|
@@ -40,7 +41,6 @@ utxo-bin -n bitcoin parseTx \
|
|
|
40
41
|
--fetchInputs
|
|
41
42
|
```
|
|
42
43
|
|
|
43
|
-
|
|
44
44
|
## parseAddress
|
|
45
45
|
|
|
46
46
|
```
|