@talken/talkenkit 2.3.10 → 2.3.11

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.
Files changed (84) hide show
  1. package/dist/__private__/index.d.ts +2 -2
  2. package/dist/components/ConnectOptions/AbcWaasAuth/AbcWaasAuthFlow.d.ts +83 -0
  3. package/dist/components/ConnectOptions/AbcWaasAuth/AbcWaasAuthSections.css.d.ts +8 -0
  4. package/dist/components/ConnectOptions/AbcWaasAuth/AbcWaasAuthSections.d.ts +25 -0
  5. package/dist/components/ConnectOptions/AbcWaasAuth/hooks/useAbcWaasAuth.d.ts +65 -0
  6. package/dist/components/ConnectOptions/AbcWaasAuth/hooks/useAbcWaasSocial.d.ts +58 -0
  7. package/dist/components/ConnectOptions/AbcWaasAuth/hooks/useUserTypeDetection.d.ts +0 -0
  8. package/dist/components/ConnectOptions/AbcWaasAuth/index.d.ts +6 -0
  9. package/dist/components/ConnectOptions/AbcWaasAuth/types.d.ts +29 -0
  10. package/dist/components/ConnectOptions/ConnectDetails.d.ts +1 -1
  11. package/dist/components/ConnectOptions/ConnectOptionsModal.css.d.ts +4 -0
  12. package/dist/components/ConnectOptions/ConnectOptionsModal.d.ts +26 -0
  13. package/dist/components/ConnectOptions/ExternalWallets/EthereumWallet/EthereumWalletList.d.ts +35 -0
  14. package/dist/components/ConnectOptions/ExternalWallets/EthereumWallet/index.d.ts +6 -0
  15. package/dist/components/ConnectOptions/ExternalWallets/Popular/PopularWalletList.d.ts +37 -0
  16. package/dist/components/ConnectOptions/ExternalWallets/Popular/index.d.ts +6 -0
  17. package/dist/components/ConnectOptions/ExternalWallets/SolanaWallet/SolanaWalletList.d.ts +37 -0
  18. package/dist/components/ConnectOptions/ExternalWallets/SolanaWallet/index.d.ts +6 -0
  19. package/dist/components/ConnectOptions/ExternalWallets/WalletList.d.ts +94 -0
  20. package/dist/components/ConnectOptions/ExternalWallets/hooks/useWalletConnection.d.ts +78 -0
  21. package/dist/components/ConnectOptions/ExternalWallets/index.d.ts +12 -0
  22. package/dist/components/ConnectOptions/ExternalWallets/shared/index.d.ts +7 -0
  23. package/dist/components/ConnectOptions/ExternalWallets/shared/types.d.ts +136 -0
  24. package/dist/components/ConnectOptions/ExternalWallets/shared/utils.d.ts +68 -0
  25. package/dist/components/ConnectOptions/PinAuth/PinAuthFlow.d.ts +127 -0
  26. package/dist/components/ConnectOptions/PinAuth/hooks/index.d.ts +10 -0
  27. package/dist/components/ConnectOptions/PinAuth/hooks/usePinCreation.d.ts +92 -0
  28. package/dist/components/ConnectOptions/PinAuth/hooks/usePinVerification.d.ts +114 -0
  29. package/dist/components/ConnectOptions/PinAuth/hooks/useWalletGeneration.d.ts +93 -0
  30. package/dist/components/ConnectOptions/PinAuth/index.d.ts +23 -0
  31. package/dist/index.css +27 -298
  32. package/dist/index.d.ts +0 -4
  33. package/dist/index.js +5525 -6410
  34. package/dist/wallets/walletConnectors/abcWallet/abcBitcoinProvider.js +1 -1
  35. package/dist/wallets/walletConnectors/abcWallet/abcConnector.js +2 -2
  36. package/dist/wallets/walletConnectors/abcWallet/abcSolanaWallet.js +2 -2
  37. package/dist/wallets/walletConnectors/abcWallet/abcWallet.js +3 -3
  38. package/dist/wallets/walletConnectors/abcWallet/api/index.js +4 -4
  39. package/dist/wallets/walletConnectors/abcWallet/index.js +20 -20
  40. package/dist/wallets/walletConnectors/berasigWallet/berasigWallet.js +2 -2
  41. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
  42. package/dist/wallets/walletConnectors/binanceWallet/binanceWallet.js +2 -2
  43. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
  44. package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
  45. package/dist/wallets/walletConnectors/chunk-24SQ562R.js +63 -0
  46. package/dist/wallets/walletConnectors/chunk-3UNSJDAS.js +63 -0
  47. package/dist/wallets/walletConnectors/chunk-6KUCZXJE.js +63 -0
  48. package/dist/wallets/walletConnectors/{chunk-34WMJDUY.js → chunk-75W4VLFA.js} +8 -7
  49. package/dist/wallets/walletConnectors/chunk-ASUECF4H.js +63 -0
  50. package/dist/wallets/walletConnectors/chunk-GLPRLW3S.js +63 -0
  51. package/dist/wallets/walletConnectors/chunk-GOPPX56D.js +63 -0
  52. package/dist/wallets/walletConnectors/chunk-I5V7LWJH.js +63 -0
  53. package/dist/wallets/walletConnectors/chunk-J4HQCVKX.js +63 -0
  54. package/dist/wallets/walletConnectors/chunk-PDWD3ZCR.js +63 -0
  55. package/dist/wallets/walletConnectors/chunk-PHD5KHRQ.js +63 -0
  56. package/dist/wallets/walletConnectors/chunk-PQJWUKUD.js +63 -0
  57. package/dist/wallets/walletConnectors/chunk-PZJYVPGG.js +63 -0
  58. package/dist/wallets/walletConnectors/chunk-Q5B5ICDI.js +63 -0
  59. package/dist/wallets/walletConnectors/chunk-RYXFFAB2.js +63 -0
  60. package/dist/wallets/walletConnectors/chunk-VXUJQQDI.js +63 -0
  61. package/dist/wallets/walletConnectors/chunk-WCPI7IUU.js +63 -0
  62. package/dist/wallets/walletConnectors/chunk-Z3WO2EBZ.js +63 -0
  63. package/dist/wallets/walletConnectors/chunk-ZADNKI5I.js +63 -0
  64. package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
  65. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
  66. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
  67. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
  68. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
  69. package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
  70. package/dist/wallets/walletConnectors/index.js +84 -84
  71. package/dist/wallets/walletConnectors/iopayWallet/iopayWallet.js +2 -2
  72. package/dist/wallets/walletConnectors/kaiaWallet/kaiaWallet.js +2 -2
  73. package/dist/wallets/walletConnectors/kaikasWallet/kaikasWallet.js +2 -2
  74. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
  75. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
  76. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
  77. package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
  78. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
  79. package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
  80. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
  81. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
  82. package/dist/wallets/walletConnectors/zealWallet/zealWallet.js +2 -2
  83. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
  84. package/package.json +1 -1
@@ -0,0 +1,63 @@
1
+ "use client";
2
+ import {
3
+ BitcoinApi
4
+ } from "./chunk-IA4EQFSS.js";
5
+ import {
6
+ AuthApi
7
+ } from "./chunk-RLBGBBIO.js";
8
+ import {
9
+ SigningApi
10
+ } from "./chunk-TUUNSVKZ.js";
11
+ import {
12
+ SolanaApi
13
+ } from "./chunk-2J66VMY5.js";
14
+ import {
15
+ TransactionApi
16
+ } from "./chunk-HDYBRMYW.js";
17
+ import {
18
+ WalletApi
19
+ } from "./chunk-ESRU5KCF.js";
20
+
21
+ // src/wallets/walletConnectors/abcWallet/api/index.ts
22
+ var AbcWaasApiClient = class {
23
+ constructor(config) {
24
+ this.auth = new AuthApi(config);
25
+ this.wallet = new WalletApi(config);
26
+ this.transaction = new TransactionApi(config);
27
+ this.signing = new SigningApi(config);
28
+ this.solana = new SolanaApi(config);
29
+ this.bitcoin = new BitcoinApi(config);
30
+ }
31
+ /**
32
+ * Check if user is authenticated
33
+ */
34
+ isAuthenticated() {
35
+ return this.auth.isAuthenticated();
36
+ }
37
+ /**
38
+ * Check if access token is expired
39
+ */
40
+ isTokenExpired() {
41
+ return this.auth.isTokenExpired();
42
+ }
43
+ /**
44
+ * Get current access token
45
+ */
46
+ getAccessToken() {
47
+ return this.auth.getAccessToken();
48
+ }
49
+ /**
50
+ * Logout (clear tokens)
51
+ */
52
+ async logout() {
53
+ await this.auth.logout();
54
+ }
55
+ };
56
+ function createAbcWaasApiClient(config) {
57
+ return new AbcWaasApiClient(config);
58
+ }
59
+
60
+ export {
61
+ AbcWaasApiClient,
62
+ createAbcWaasApiClient
63
+ };
@@ -0,0 +1,63 @@
1
+ "use client";
2
+ import {
3
+ WalletApi
4
+ } from "./chunk-ESRU5KCF.js";
5
+ import {
6
+ AuthApi
7
+ } from "./chunk-RLBGBBIO.js";
8
+ import {
9
+ SigningApi
10
+ } from "./chunk-TUUNSVKZ.js";
11
+ import {
12
+ SolanaApi
13
+ } from "./chunk-2J66VMY5.js";
14
+ import {
15
+ TransactionApi
16
+ } from "./chunk-HDYBRMYW.js";
17
+ import {
18
+ BitcoinApi
19
+ } from "./chunk-IA4EQFSS.js";
20
+
21
+ // src/wallets/walletConnectors/abcWallet/api/index.ts
22
+ var AbcWaasApiClient = class {
23
+ constructor(config) {
24
+ this.auth = new AuthApi(config);
25
+ this.wallet = new WalletApi(config);
26
+ this.transaction = new TransactionApi(config);
27
+ this.signing = new SigningApi(config);
28
+ this.solana = new SolanaApi(config);
29
+ this.bitcoin = new BitcoinApi(config);
30
+ }
31
+ /**
32
+ * Check if user is authenticated
33
+ */
34
+ isAuthenticated() {
35
+ return this.auth.isAuthenticated();
36
+ }
37
+ /**
38
+ * Check if access token is expired
39
+ */
40
+ isTokenExpired() {
41
+ return this.auth.isTokenExpired();
42
+ }
43
+ /**
44
+ * Get current access token
45
+ */
46
+ getAccessToken() {
47
+ return this.auth.getAccessToken();
48
+ }
49
+ /**
50
+ * Logout (clear tokens)
51
+ */
52
+ async logout() {
53
+ await this.auth.logout();
54
+ }
55
+ };
56
+ function createAbcWaasApiClient(config) {
57
+ return new AbcWaasApiClient(config);
58
+ }
59
+
60
+ export {
61
+ AbcWaasApiClient,
62
+ createAbcWaasApiClient
63
+ };
@@ -0,0 +1,63 @@
1
+ "use client";
2
+ import {
3
+ SolanaApi
4
+ } from "./chunk-DMRM7XAS.js";
5
+ import {
6
+ AuthApi
7
+ } from "./chunk-W7R3JGSC.js";
8
+ import {
9
+ BitcoinApi
10
+ } from "./chunk-SPR4W5TG.js";
11
+ import {
12
+ SigningApi
13
+ } from "./chunk-4UGXLYKP.js";
14
+ import {
15
+ WalletApi
16
+ } from "./chunk-JBRW4UTW.js";
17
+ import {
18
+ TransactionApi
19
+ } from "./chunk-KD2OAMDA.js";
20
+
21
+ // src/wallets/walletConnectors/abcWallet/api/index.ts
22
+ var AbcWaasApiClient = class {
23
+ constructor(config) {
24
+ this.auth = new AuthApi(config);
25
+ this.wallet = new WalletApi(config);
26
+ this.transaction = new TransactionApi(config);
27
+ this.signing = new SigningApi(config);
28
+ this.solana = new SolanaApi(config);
29
+ this.bitcoin = new BitcoinApi(config);
30
+ }
31
+ /**
32
+ * Check if user is authenticated
33
+ */
34
+ isAuthenticated() {
35
+ return this.auth.isAuthenticated();
36
+ }
37
+ /**
38
+ * Check if access token is expired
39
+ */
40
+ isTokenExpired() {
41
+ return this.auth.isTokenExpired();
42
+ }
43
+ /**
44
+ * Get current access token
45
+ */
46
+ getAccessToken() {
47
+ return this.auth.getAccessToken();
48
+ }
49
+ /**
50
+ * Logout (clear tokens)
51
+ */
52
+ async logout() {
53
+ await this.auth.logout();
54
+ }
55
+ };
56
+ function createAbcWaasApiClient(config) {
57
+ return new AbcWaasApiClient(config);
58
+ }
59
+
60
+ export {
61
+ AbcWaasApiClient,
62
+ createAbcWaasApiClient
63
+ };
@@ -0,0 +1,63 @@
1
+ "use client";
2
+ import {
3
+ TransactionApi
4
+ } from "./chunk-KD2OAMDA.js";
5
+ import {
6
+ AuthApi
7
+ } from "./chunk-W7R3JGSC.js";
8
+ import {
9
+ SigningApi
10
+ } from "./chunk-4UGXLYKP.js";
11
+ import {
12
+ SolanaApi
13
+ } from "./chunk-DMRM7XAS.js";
14
+ import {
15
+ BitcoinApi
16
+ } from "./chunk-SPR4W5TG.js";
17
+ import {
18
+ WalletApi
19
+ } from "./chunk-JBRW4UTW.js";
20
+
21
+ // src/wallets/walletConnectors/abcWallet/api/index.ts
22
+ var AbcWaasApiClient = class {
23
+ constructor(config) {
24
+ this.auth = new AuthApi(config);
25
+ this.wallet = new WalletApi(config);
26
+ this.transaction = new TransactionApi(config);
27
+ this.signing = new SigningApi(config);
28
+ this.solana = new SolanaApi(config);
29
+ this.bitcoin = new BitcoinApi(config);
30
+ }
31
+ /**
32
+ * Check if user is authenticated
33
+ */
34
+ isAuthenticated() {
35
+ return this.auth.isAuthenticated();
36
+ }
37
+ /**
38
+ * Check if access token is expired
39
+ */
40
+ isTokenExpired() {
41
+ return this.auth.isTokenExpired();
42
+ }
43
+ /**
44
+ * Get current access token
45
+ */
46
+ getAccessToken() {
47
+ return this.auth.getAccessToken();
48
+ }
49
+ /**
50
+ * Logout (clear tokens)
51
+ */
52
+ async logout() {
53
+ await this.auth.logout();
54
+ }
55
+ };
56
+ function createAbcWaasApiClient(config) {
57
+ return new AbcWaasApiClient(config);
58
+ }
59
+
60
+ export {
61
+ AbcWaasApiClient,
62
+ createAbcWaasApiClient
63
+ };
@@ -0,0 +1,63 @@
1
+ "use client";
2
+ import {
3
+ WalletApi
4
+ } from "./chunk-JBRW4UTW.js";
5
+ import {
6
+ SigningApi
7
+ } from "./chunk-4UGXLYKP.js";
8
+ import {
9
+ BitcoinApi
10
+ } from "./chunk-SPR4W5TG.js";
11
+ import {
12
+ SolanaApi
13
+ } from "./chunk-DMRM7XAS.js";
14
+ import {
15
+ TransactionApi
16
+ } from "./chunk-KD2OAMDA.js";
17
+ import {
18
+ AuthApi
19
+ } from "./chunk-W7R3JGSC.js";
20
+
21
+ // src/wallets/walletConnectors/abcWallet/api/index.ts
22
+ var AbcWaasApiClient = class {
23
+ constructor(config) {
24
+ this.auth = new AuthApi(config);
25
+ this.wallet = new WalletApi(config);
26
+ this.transaction = new TransactionApi(config);
27
+ this.signing = new SigningApi(config);
28
+ this.solana = new SolanaApi(config);
29
+ this.bitcoin = new BitcoinApi(config);
30
+ }
31
+ /**
32
+ * Check if user is authenticated
33
+ */
34
+ isAuthenticated() {
35
+ return this.auth.isAuthenticated();
36
+ }
37
+ /**
38
+ * Check if access token is expired
39
+ */
40
+ isTokenExpired() {
41
+ return this.auth.isTokenExpired();
42
+ }
43
+ /**
44
+ * Get current access token
45
+ */
46
+ getAccessToken() {
47
+ return this.auth.getAccessToken();
48
+ }
49
+ /**
50
+ * Logout (clear tokens)
51
+ */
52
+ async logout() {
53
+ await this.auth.logout();
54
+ }
55
+ };
56
+ function createAbcWaasApiClient(config) {
57
+ return new AbcWaasApiClient(config);
58
+ }
59
+
60
+ export {
61
+ AbcWaasApiClient,
62
+ createAbcWaasApiClient
63
+ };
@@ -0,0 +1,63 @@
1
+ "use client";
2
+ import {
3
+ TransactionApi
4
+ } from "./chunk-HDYBRMYW.js";
5
+ import {
6
+ AuthApi
7
+ } from "./chunk-RLBGBBIO.js";
8
+ import {
9
+ BitcoinApi
10
+ } from "./chunk-IA4EQFSS.js";
11
+ import {
12
+ SigningApi
13
+ } from "./chunk-TUUNSVKZ.js";
14
+ import {
15
+ SolanaApi
16
+ } from "./chunk-2J66VMY5.js";
17
+ import {
18
+ WalletApi
19
+ } from "./chunk-ESRU5KCF.js";
20
+
21
+ // src/wallets/walletConnectors/abcWallet/api/index.ts
22
+ var AbcWaasApiClient = class {
23
+ constructor(config) {
24
+ this.auth = new AuthApi(config);
25
+ this.wallet = new WalletApi(config);
26
+ this.transaction = new TransactionApi(config);
27
+ this.signing = new SigningApi(config);
28
+ this.solana = new SolanaApi(config);
29
+ this.bitcoin = new BitcoinApi(config);
30
+ }
31
+ /**
32
+ * Check if user is authenticated
33
+ */
34
+ isAuthenticated() {
35
+ return this.auth.isAuthenticated();
36
+ }
37
+ /**
38
+ * Check if access token is expired
39
+ */
40
+ isTokenExpired() {
41
+ return this.auth.isTokenExpired();
42
+ }
43
+ /**
44
+ * Get current access token
45
+ */
46
+ getAccessToken() {
47
+ return this.auth.getAccessToken();
48
+ }
49
+ /**
50
+ * Logout (clear tokens)
51
+ */
52
+ async logout() {
53
+ await this.auth.logout();
54
+ }
55
+ };
56
+ function createAbcWaasApiClient(config) {
57
+ return new AbcWaasApiClient(config);
58
+ }
59
+
60
+ export {
61
+ AbcWaasApiClient,
62
+ createAbcWaasApiClient
63
+ };
@@ -0,0 +1,63 @@
1
+ "use client";
2
+ import {
3
+ TransactionApi
4
+ } from "./chunk-HDYBRMYW.js";
5
+ import {
6
+ AuthApi
7
+ } from "./chunk-RLBGBBIO.js";
8
+ import {
9
+ BitcoinApi
10
+ } from "./chunk-IA4EQFSS.js";
11
+ import {
12
+ SolanaApi
13
+ } from "./chunk-2J66VMY5.js";
14
+ import {
15
+ SigningApi
16
+ } from "./chunk-TUUNSVKZ.js";
17
+ import {
18
+ WalletApi
19
+ } from "./chunk-ESRU5KCF.js";
20
+
21
+ // src/wallets/walletConnectors/abcWallet/api/index.ts
22
+ var AbcWaasApiClient = class {
23
+ constructor(config) {
24
+ this.auth = new AuthApi(config);
25
+ this.wallet = new WalletApi(config);
26
+ this.transaction = new TransactionApi(config);
27
+ this.signing = new SigningApi(config);
28
+ this.solana = new SolanaApi(config);
29
+ this.bitcoin = new BitcoinApi(config);
30
+ }
31
+ /**
32
+ * Check if user is authenticated
33
+ */
34
+ isAuthenticated() {
35
+ return this.auth.isAuthenticated();
36
+ }
37
+ /**
38
+ * Check if access token is expired
39
+ */
40
+ isTokenExpired() {
41
+ return this.auth.isTokenExpired();
42
+ }
43
+ /**
44
+ * Get current access token
45
+ */
46
+ getAccessToken() {
47
+ return this.auth.getAccessToken();
48
+ }
49
+ /**
50
+ * Logout (clear tokens)
51
+ */
52
+ async logout() {
53
+ await this.auth.logout();
54
+ }
55
+ };
56
+ function createAbcWaasApiClient(config) {
57
+ return new AbcWaasApiClient(config);
58
+ }
59
+
60
+ export {
61
+ AbcWaasApiClient,
62
+ createAbcWaasApiClient
63
+ };
@@ -0,0 +1,63 @@
1
+ "use client";
2
+ import {
3
+ BitcoinApi
4
+ } from "./chunk-IA4EQFSS.js";
5
+ import {
6
+ AuthApi
7
+ } from "./chunk-RLBGBBIO.js";
8
+ import {
9
+ SigningApi
10
+ } from "./chunk-TUUNSVKZ.js";
11
+ import {
12
+ TransactionApi
13
+ } from "./chunk-HDYBRMYW.js";
14
+ import {
15
+ WalletApi
16
+ } from "./chunk-ESRU5KCF.js";
17
+ import {
18
+ SolanaApi
19
+ } from "./chunk-2J66VMY5.js";
20
+
21
+ // src/wallets/walletConnectors/abcWallet/api/index.ts
22
+ var AbcWaasApiClient = class {
23
+ constructor(config) {
24
+ this.auth = new AuthApi(config);
25
+ this.wallet = new WalletApi(config);
26
+ this.transaction = new TransactionApi(config);
27
+ this.signing = new SigningApi(config);
28
+ this.solana = new SolanaApi(config);
29
+ this.bitcoin = new BitcoinApi(config);
30
+ }
31
+ /**
32
+ * Check if user is authenticated
33
+ */
34
+ isAuthenticated() {
35
+ return this.auth.isAuthenticated();
36
+ }
37
+ /**
38
+ * Check if access token is expired
39
+ */
40
+ isTokenExpired() {
41
+ return this.auth.isTokenExpired();
42
+ }
43
+ /**
44
+ * Get current access token
45
+ */
46
+ getAccessToken() {
47
+ return this.auth.getAccessToken();
48
+ }
49
+ /**
50
+ * Logout (clear tokens)
51
+ */
52
+ async logout() {
53
+ await this.auth.logout();
54
+ }
55
+ };
56
+ function createAbcWaasApiClient(config) {
57
+ return new AbcWaasApiClient(config);
58
+ }
59
+
60
+ export {
61
+ AbcWaasApiClient,
62
+ createAbcWaasApiClient
63
+ };
@@ -0,0 +1,63 @@
1
+ "use client";
2
+ import {
3
+ SigningApi
4
+ } from "./chunk-TUUNSVKZ.js";
5
+ import {
6
+ AuthApi
7
+ } from "./chunk-RLBGBBIO.js";
8
+ import {
9
+ BitcoinApi
10
+ } from "./chunk-IA4EQFSS.js";
11
+ import {
12
+ SolanaApi
13
+ } from "./chunk-2J66VMY5.js";
14
+ import {
15
+ TransactionApi
16
+ } from "./chunk-HDYBRMYW.js";
17
+ import {
18
+ WalletApi
19
+ } from "./chunk-ESRU5KCF.js";
20
+
21
+ // src/wallets/walletConnectors/abcWallet/api/index.ts
22
+ var AbcWaasApiClient = class {
23
+ constructor(config) {
24
+ this.auth = new AuthApi(config);
25
+ this.wallet = new WalletApi(config);
26
+ this.transaction = new TransactionApi(config);
27
+ this.signing = new SigningApi(config);
28
+ this.solana = new SolanaApi(config);
29
+ this.bitcoin = new BitcoinApi(config);
30
+ }
31
+ /**
32
+ * Check if user is authenticated
33
+ */
34
+ isAuthenticated() {
35
+ return this.auth.isAuthenticated();
36
+ }
37
+ /**
38
+ * Check if access token is expired
39
+ */
40
+ isTokenExpired() {
41
+ return this.auth.isTokenExpired();
42
+ }
43
+ /**
44
+ * Get current access token
45
+ */
46
+ getAccessToken() {
47
+ return this.auth.getAccessToken();
48
+ }
49
+ /**
50
+ * Logout (clear tokens)
51
+ */
52
+ async logout() {
53
+ await this.auth.logout();
54
+ }
55
+ };
56
+ function createAbcWaasApiClient(config) {
57
+ return new AbcWaasApiClient(config);
58
+ }
59
+
60
+ export {
61
+ AbcWaasApiClient,
62
+ createAbcWaasApiClient
63
+ };
@@ -0,0 +1,63 @@
1
+ "use client";
2
+ import {
3
+ WalletApi
4
+ } from "./chunk-ESRU5KCF.js";
5
+ import {
6
+ TransactionApi
7
+ } from "./chunk-HDYBRMYW.js";
8
+ import {
9
+ AuthApi
10
+ } from "./chunk-RLBGBBIO.js";
11
+ import {
12
+ BitcoinApi
13
+ } from "./chunk-IA4EQFSS.js";
14
+ import {
15
+ SigningApi
16
+ } from "./chunk-TUUNSVKZ.js";
17
+ import {
18
+ SolanaApi
19
+ } from "./chunk-2J66VMY5.js";
20
+
21
+ // src/wallets/walletConnectors/abcWallet/api/index.ts
22
+ var AbcWaasApiClient = class {
23
+ constructor(config) {
24
+ this.auth = new AuthApi(config);
25
+ this.wallet = new WalletApi(config);
26
+ this.transaction = new TransactionApi(config);
27
+ this.signing = new SigningApi(config);
28
+ this.solana = new SolanaApi(config);
29
+ this.bitcoin = new BitcoinApi(config);
30
+ }
31
+ /**
32
+ * Check if user is authenticated
33
+ */
34
+ isAuthenticated() {
35
+ return this.auth.isAuthenticated();
36
+ }
37
+ /**
38
+ * Check if access token is expired
39
+ */
40
+ isTokenExpired() {
41
+ return this.auth.isTokenExpired();
42
+ }
43
+ /**
44
+ * Get current access token
45
+ */
46
+ getAccessToken() {
47
+ return this.auth.getAccessToken();
48
+ }
49
+ /**
50
+ * Logout (clear tokens)
51
+ */
52
+ async logout() {
53
+ await this.auth.logout();
54
+ }
55
+ };
56
+ function createAbcWaasApiClient(config) {
57
+ return new AbcWaasApiClient(config);
58
+ }
59
+
60
+ export {
61
+ AbcWaasApiClient,
62
+ createAbcWaasApiClient
63
+ };
@@ -0,0 +1,63 @@
1
+ "use client";
2
+ import {
3
+ AuthApi
4
+ } from "./chunk-W7R3JGSC.js";
5
+ import {
6
+ WalletApi
7
+ } from "./chunk-JBRW4UTW.js";
8
+ import {
9
+ BitcoinApi
10
+ } from "./chunk-SPR4W5TG.js";
11
+ import {
12
+ SigningApi
13
+ } from "./chunk-4UGXLYKP.js";
14
+ import {
15
+ SolanaApi
16
+ } from "./chunk-DMRM7XAS.js";
17
+ import {
18
+ TransactionApi
19
+ } from "./chunk-KD2OAMDA.js";
20
+
21
+ // src/wallets/walletConnectors/abcWallet/api/index.ts
22
+ var AbcWaasApiClient = class {
23
+ constructor(config) {
24
+ this.auth = new AuthApi(config);
25
+ this.wallet = new WalletApi(config);
26
+ this.transaction = new TransactionApi(config);
27
+ this.signing = new SigningApi(config);
28
+ this.solana = new SolanaApi(config);
29
+ this.bitcoin = new BitcoinApi(config);
30
+ }
31
+ /**
32
+ * Check if user is authenticated
33
+ */
34
+ isAuthenticated() {
35
+ return this.auth.isAuthenticated();
36
+ }
37
+ /**
38
+ * Check if access token is expired
39
+ */
40
+ isTokenExpired() {
41
+ return this.auth.isTokenExpired();
42
+ }
43
+ /**
44
+ * Get current access token
45
+ */
46
+ getAccessToken() {
47
+ return this.auth.getAccessToken();
48
+ }
49
+ /**
50
+ * Logout (clear tokens)
51
+ */
52
+ async logout() {
53
+ await this.auth.logout();
54
+ }
55
+ };
56
+ function createAbcWaasApiClient(config) {
57
+ return new AbcWaasApiClient(config);
58
+ }
59
+
60
+ export {
61
+ AbcWaasApiClient,
62
+ createAbcWaasApiClient
63
+ };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  clvWallet
4
- } from "../chunk-3IVTKZ7V.js";
5
- import "../chunk-MBBGZGXF.js";
4
+ } from "../chunk-DPME4O44.js";
6
5
  import "../chunk-PODFK4OS.js";
6
+ import "../chunk-MBBGZGXF.js";
7
7
  export {
8
8
  clvWallet
9
9
  };