@kasplex/kiwi-web
Advanced tools
@@ -10,3 +10,3 @@ declare class BrowerWallet { | ||
| */ | ||
| static getBrowerWalletList(): Promise<string[]>; | ||
| static getBrowerWalletList(force?: boolean): Promise<string[]>; | ||
| /** | ||
@@ -13,0 +13,0 @@ * Detects whether specified browser extensions are installed by checking their global variables. |
@@ -8,3 +8,3 @@ { | ||
| "description": "KASPA WASM bindings", | ||
| "version": "0.17.1", | ||
| "version": "1.0.1", | ||
| "license": "ISC", | ||
@@ -18,3 +18,3 @@ "repository": { | ||
| "kaspa.js", | ||
| "" | ||
| "kaspa.d.ts" | ||
| ], | ||
@@ -21,0 +21,0 @@ "main": "kaspa.js", |
+1
-1
| { | ||
| "name": "@kasplex/kiwi-web", | ||
| "version": "1.0.15", | ||
| "version": "1.0.16", | ||
| "type": "module", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
@@ -8,4 +8,7 @@ # Wallet Extension SDK | ||
| ```typescript | ||
| import { WalletApi } from '@kasplex/kiwi-web'; | ||
| import { WalletApi, BrowerWallet } from '@kasplex/kiwi-web'; | ||
| // Get Wallet List | ||
| const walletList = await BrowerWallet.getBrowerWalletList() | ||
| // Create and initialize wallet instance | ||
@@ -18,2 +21,3 @@ const wallet = await WalletApi.create('kasware'); | ||
| // Send KAS | ||
@@ -20,0 +24,0 @@ const txId = await wallet.sendKaspa( |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
36767
2.86%12367427
-3.28%