@shapeshiftoss/hdwallet-core
Advanced tools
Comparing version 0.7.0 to 0.8.0
@@ -149,5 +149,2 @@ import { BTCInputScriptType, BTCWallet, BTCWalletInfo } from './bitcoin'; | ||
_supportsDebugLink: boolean; | ||
_isKeepKey: boolean; | ||
_isLedger: boolean; | ||
_isTrezor: boolean; | ||
transport: Transport; | ||
@@ -159,2 +156,6 @@ /** | ||
/** | ||
* Retrieve the wallet's firmware version | ||
*/ | ||
getFirmwareVersion(): Promise<string>; | ||
/** | ||
* Retrieve the name of the model of wallet, eg 'KeepKey' or 'Trezor One' | ||
@@ -161,0 +162,0 @@ */ |
{ | ||
"name": "@shapeshiftoss/hdwallet-core", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"license": "MIT", | ||
@@ -29,3 +29,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "d2847482ab77f13f3960b32443e90389f616d50f" | ||
"gitHead": "3409d734f6df6f0a501a3450dbecaf125840b4e2" | ||
} |
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
220397
806