@txnlab/use-wallet 0.1.2 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +535 -7136
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +526 -7121
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +7 -7
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -233,7 +233,7 @@ interface PeraTransaction {
|
|
|
233
233
|
|
|
234
234
|
declare const clients: {
|
|
235
235
|
"KMD Wallet": Promise<void | {
|
|
236
|
-
"__#
|
|
236
|
+
"__#7958@#client": algosdk.Kmd;
|
|
237
237
|
walletId: string;
|
|
238
238
|
id: PROVIDER_ID;
|
|
239
239
|
provider: WalletProvider;
|
|
@@ -281,7 +281,7 @@ declare const clients: {
|
|
|
281
281
|
keepWCAliveStop(): void;
|
|
282
282
|
}>;
|
|
283
283
|
"Pera Wallet": Promise<void | {
|
|
284
|
-
"__#
|
|
284
|
+
"__#7953@#client": _perawallet_connect_dist_PeraWalletConnect.default;
|
|
285
285
|
id: PROVIDER_ID;
|
|
286
286
|
provider: WalletProvider;
|
|
287
287
|
connect(onDisconnect: () => void): Promise<Wallet>;
|
|
@@ -334,7 +334,7 @@ declare const clients: {
|
|
|
334
334
|
keepWCAliveStop(): void;
|
|
335
335
|
}>;
|
|
336
336
|
"MyAlgo Wallet": Promise<void | {
|
|
337
|
-
"__#
|
|
337
|
+
"__#7954@#client": _randlabs_myalgo_connect.default;
|
|
338
338
|
id: PROVIDER_ID;
|
|
339
339
|
provider: WalletProvider;
|
|
340
340
|
connect(): Promise<{
|
|
@@ -386,7 +386,7 @@ declare const clients: {
|
|
|
386
386
|
keepWCAliveStop(): void;
|
|
387
387
|
}>;
|
|
388
388
|
"Algo Signer": Promise<void | {
|
|
389
|
-
"__#
|
|
389
|
+
"__#7955@#client": {
|
|
390
390
|
connect: () => Promise<Record<string, never>>;
|
|
391
391
|
accounts: (ledger: {
|
|
392
392
|
ledger: string;
|
|
@@ -462,7 +462,7 @@ declare const clients: {
|
|
|
462
462
|
keepWCAliveStop(): void;
|
|
463
463
|
}>;
|
|
464
464
|
Defly: Promise<void | {
|
|
465
|
-
"__#
|
|
465
|
+
"__#7956@#client": _blockshake_defly_connect_dist_DeflyWalletConnect.default;
|
|
466
466
|
id: PROVIDER_ID;
|
|
467
467
|
provider: WalletProvider;
|
|
468
468
|
connect(onDisconnect: () => void): Promise<Wallet>;
|
|
@@ -515,7 +515,7 @@ declare const clients: {
|
|
|
515
515
|
keepWCAliveStop(): void;
|
|
516
516
|
}>;
|
|
517
517
|
Exodus: Promise<void | {
|
|
518
|
-
"__#
|
|
518
|
+
"__#7957@#client": {
|
|
519
519
|
isConnected: boolean;
|
|
520
520
|
address: string | null;
|
|
521
521
|
connect: () => Promise<{
|
|
@@ -578,7 +578,7 @@ declare const clients: {
|
|
|
578
578
|
keepWCAliveStop(): void;
|
|
579
579
|
}>;
|
|
580
580
|
"Wallet Connect": Promise<void | {
|
|
581
|
-
"__#
|
|
581
|
+
"__#7959@#client": _walletconnect_client.default;
|
|
582
582
|
id: PROVIDER_ID;
|
|
583
583
|
provider: WalletProvider;
|
|
584
584
|
connect(): Promise<Wallet>;
|
package/package.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"url": "https://github.com/txnlab/use-wallet/issues"
|
|
13
13
|
},
|
|
14
14
|
"homepage": "https://txnlab.github.io/use-wallet",
|
|
15
|
-
"version": "0.1.
|
|
15
|
+
"version": "0.1.13",
|
|
16
16
|
"description": "React hooks for using Algorand compatible wallets in dApps.",
|
|
17
17
|
"scripts": {
|
|
18
18
|
"dev": "yarn storybook",
|