@dcentralab/common
Advanced tools
Comparing version 2.0.0-alpha.5 to 2.0.0-alpha.6
@@ -40,2 +40,3 @@ import { BLOCKCHAIN_TYPES, WALLET_TYPES } from './contants'; | ||
signData: (address: string, payload: string) => Promise<ISignature>; | ||
getUtxos: () => Promise<string[]>; | ||
getUsedAddresses: () => Promise<string[]>; | ||
@@ -42,0 +43,0 @@ getUnusedAddresses: () => Promise<string[]>; |
{ | ||
"name": "@dcentralab/common", | ||
"version": "2.0.0-alpha.5", | ||
"version": "2.0.0-alpha.6", | ||
"description": "Dcentralab common constants and utils", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
9744
227