@ledgerhq/hw-app-btc 6.21.0 → 6.24.0
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 +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -36,19 +36,19 @@ Ledger Hardware Wallet BTC JavaScript bindings. Also supports many altcoins.
|
|
|
36
36
|
* [serializeTransactionOutputs](#serializetransactionoutputs)
|
|
37
37
|
* [Parameters](#parameters-7)
|
|
38
38
|
* [Examples](#examples-6)
|
|
39
|
-
* [
|
|
39
|
+
* [impl](#impl)
|
|
40
40
|
* [BtcNew](#btcnew)
|
|
41
41
|
* [Parameters](#parameters-8)
|
|
42
42
|
* [getWalletXpub](#getwalletxpub-1)
|
|
43
43
|
* [Parameters](#parameters-9)
|
|
44
|
-
* [getWalletPublicKey](#getwalletpublickey-
|
|
44
|
+
* [getWalletPublicKey](#getwalletpublickey-1)
|
|
45
45
|
* [Parameters](#parameters-10)
|
|
46
46
|
* [createPaymentTransactionNew](#createpaymenttransactionnew-1)
|
|
47
47
|
* [Parameters](#parameters-11)
|
|
48
48
|
* [BtcOld](#btcold)
|
|
49
49
|
* [Parameters](#parameters-12)
|
|
50
50
|
* [Examples](#examples-7)
|
|
51
|
-
* [getWalletPublicKey](#getwalletpublickey-
|
|
51
|
+
* [getWalletPublicKey](#getwalletpublickey-2)
|
|
52
52
|
* [Parameters](#parameters-13)
|
|
53
53
|
* [Examples](#examples-8)
|
|
54
54
|
* [signMessageNew](#signmessagenew-1)
|
|
@@ -279,7 +279,7 @@ const outputScript = btc.serializeTransactionOutputs(tx1).toString('hex');
|
|
|
279
279
|
|
|
280
280
|
Returns **[Buffer](https://nodejs.org/api/buffer.html)**
|
|
281
281
|
|
|
282
|
-
###
|
|
282
|
+
### impl
|
|
283
283
|
|
|
284
284
|
Definition: A "normal path" is a prefix of a standard path where all
|
|
285
285
|
the hardened steps of the standard path are included. For example, the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/hw-app-btc",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.24.0",
|
|
4
4
|
"description": "Ledger Hardware Wallet Bitcoin Application API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"watch": "bash ../../script/watch.sh",
|
|
46
46
|
"doc": "bash ../../script/doc.sh"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "b97c53ae460ea09aff7126733a9f2422357073b5"
|
|
49
49
|
}
|