wax-wallet-manager
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -15,3 +15,3 @@ import { Wallet } from './Wallet'; | ||
getAvailableWallets(): Wallet[]; | ||
setUsers(user: any, wallet: string): void; | ||
setUsers(user: any, wallet: string, remove?: boolean): void; | ||
setViewonly(account: string): { | ||
@@ -18,0 +18,0 @@ accountName: string; |
@@ -47,4 +47,4 @@ "use strict"; | ||
}; | ||
WalletManager.prototype.setUsers = function (user, wallet) { | ||
(0, UsersManager_1.swapUsers)(user, wallet); | ||
WalletManager.prototype.setUsers = function (user, wallet, remove) { | ||
(0, UsersManager_1.swapUsers)(user, wallet, remove); | ||
this.setAccounts(); | ||
@@ -51,0 +51,0 @@ }; |
{ | ||
"name": "wax-wallet-manager", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Manage multiple Wax Blockchain account login sessions across WCW and supported wallets.", | ||
@@ -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
58070