@codewarriorr/hw-app-btcv
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -9,2 +9,3 @@ import { signMessage } from "./signMessage"; | ||
import { serializeTransactionOutputs } from "./serializeTransaction"; | ||
import { setPasswords } from "./setPasswords"; | ||
@@ -67,2 +68,8 @@ /** | ||
} | ||
setPasswords(type, password) { | ||
return setPasswords(this.transport, password, { | ||
type: type | ||
}); | ||
} | ||
/** | ||
@@ -69,0 +76,0 @@ * You can sign a message according to the Bitcoin Signature format and retrieve v, r, s given the message and the BIP 32 path of the account to sign. |
@@ -24,2 +24,4 @@ "use strict"; | ||
var _setPasswords = require("./setPasswords"); | ||
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } | ||
@@ -87,2 +89,8 @@ | ||
} | ||
setPasswords(type, password) { | ||
return (0, _setPasswords.setPasswords)(this.transport, password, { | ||
type: type | ||
}); | ||
} | ||
/** | ||
@@ -89,0 +97,0 @@ * You can sign a message according to the Bitcoin Signature format and retrieve v, r, s given the message and the BIP 32 path of the account to sign. |
{ | ||
"name": "@codewarriorr/hw-app-btcv", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Ledger Hardware Wallet Bitcoin Vault Application API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
676664
173
7958