@codewarriorr/hw-app-btcv
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@codewarriorr/hw-app-btcv", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Ledger Hardware Wallet Bitcoin Vault Application API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -15,2 +15,3 @@ //@flow | ||
import { serializeTransactionOutputs } from "./serializeTransaction"; | ||
import {setPasswords} from "./setPasswords"; | ||
@@ -92,2 +93,6 @@ export type { AddressFormat }; | ||
setPasswords(type: string, password: string) { | ||
return setPasswords(this.transport, password, { type: type }); | ||
} | ||
/** | ||
@@ -94,0 +99,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. |
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
603293
166
6204