@crossmint/wallets-sdk 0.8.0 → 0.9.0

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 (271) hide show
  1. package/README.md +18 -18
  2. package/dist/api/client.cjs +1 -1
  3. package/dist/api/client.d.cts +3 -3
  4. package/dist/api/client.d.ts +3 -3
  5. package/dist/api/client.js +1 -1
  6. package/dist/api/gen/index.cjs +1 -1
  7. package/dist/api/gen/index.js +1 -1
  8. package/dist/api/gen/sdk.gen.cjs +1 -1
  9. package/dist/api/gen/sdk.gen.d.cts +1 -1
  10. package/dist/api/gen/sdk.gen.d.ts +1 -1
  11. package/dist/api/gen/sdk.gen.js +1 -1
  12. package/dist/api/gen/types.gen.d.cts +84 -37
  13. package/dist/api/gen/types.gen.d.ts +84 -37
  14. package/dist/api/index.cjs +1 -1
  15. package/dist/api/index.d.cts +1 -1
  16. package/dist/api/index.d.ts +1 -1
  17. package/dist/api/index.js +1 -1
  18. package/dist/api/types.d.cts +5 -3
  19. package/dist/api/types.d.ts +5 -3
  20. package/dist/chains/chains.cjs +1 -0
  21. package/dist/{evm/chains/index.d.cts → chains/chains.d.cts} +6 -6
  22. package/dist/{evm/chains/index.d.ts → chains/chains.d.ts} +6 -6
  23. package/dist/chains/chains.js +1 -0
  24. package/dist/chains/definitions/story.cjs +1 -0
  25. package/dist/chains/definitions/story.js +1 -0
  26. package/dist/chains/definitions/storyTestnet.cjs +1 -0
  27. package/dist/chains/definitions/storyTestnet.js +1 -0
  28. package/dist/chunk-2WI3SDNA.cjs +1 -0
  29. package/dist/chunk-3J7G6OXZ.cjs +1 -0
  30. package/dist/chunk-3V3TVDQL.cjs +1 -0
  31. package/dist/chunk-5HYE5LK5.cjs +1 -0
  32. package/dist/chunk-6BN4ICHP.cjs +1 -0
  33. package/dist/chunk-6EFZZZFC.js +1 -0
  34. package/dist/chunk-6VJEBYPN.cjs +1 -0
  35. package/dist/chunk-7DPGK746.cjs +1 -0
  36. package/dist/chunk-AN25LSQB.js +1 -0
  37. package/dist/chunk-BJDS5BJG.js +1 -0
  38. package/dist/chunk-BQJLKREV.cjs +1 -0
  39. package/dist/chunk-E5GSFWJV.js +1 -0
  40. package/dist/chunk-EBPF52SZ.cjs +1 -0
  41. package/dist/{chunk-MV7LJCAB.cjs → chunk-EHGCJCNZ.cjs} +1 -1
  42. package/dist/chunk-EOCGMBYW.js +1 -0
  43. package/dist/chunk-FHE35PRI.js +1 -0
  44. package/dist/chunk-FI42UB34.js +1 -0
  45. package/dist/chunk-FO5JCAOP.js +1 -0
  46. package/dist/chunk-ICJBF526.cjs +1 -0
  47. package/dist/chunk-ICWGBL27.js +1 -0
  48. package/dist/chunk-IVDTXN3O.js +1 -0
  49. package/dist/chunk-LBJIX2VH.cjs +1 -0
  50. package/dist/chunk-LG7WZW3Q.js +1 -0
  51. package/dist/chunk-M4ELAV7U.js +1 -0
  52. package/dist/chunk-N3Q3MSAS.cjs +1 -0
  53. package/dist/chunk-NFQHDB4C.cjs +1 -0
  54. package/dist/chunk-NSZEPQXP.cjs +1 -0
  55. package/dist/chunk-O4X74PTP.cjs +1 -0
  56. package/dist/chunk-Q3ZJOXAP.js +1 -0
  57. package/dist/chunk-Q4WJ7QNP.js +1 -0
  58. package/dist/chunk-QIHAACUW.js +1 -0
  59. package/dist/chunk-QPG5RPLB.js +1 -0
  60. package/dist/chunk-RCGA5LLF.cjs +1 -0
  61. package/dist/{chunk-3J4NDFR5.js → chunk-SCSTKTGR.js} +1 -1
  62. package/dist/chunk-VNNOPP7M.cjs +1 -0
  63. package/dist/chunk-WO3S2YII.js +1 -0
  64. package/dist/chunk-YE5N5ADW.js +1 -0
  65. package/dist/chunk-ZSWIQU3U.cjs +1 -0
  66. package/dist/index.cjs +1 -1
  67. package/dist/index.d.cts +16 -12
  68. package/dist/index.d.ts +16 -12
  69. package/dist/index.js +1 -1
  70. package/dist/sdk.cjs +1 -1
  71. package/dist/sdk.d.cts +21 -21
  72. package/dist/sdk.d.ts +21 -21
  73. package/dist/sdk.js +1 -1
  74. package/dist/signers/email-iframe-manager.cjs +1 -0
  75. package/dist/signers/email-iframe-manager.d.cts +15 -0
  76. package/dist/signers/email-iframe-manager.d.ts +15 -0
  77. package/dist/signers/email-iframe-manager.js +1 -0
  78. package/dist/signers/email-signer-api-client.cjs +1 -0
  79. package/dist/signers/email-signer-api-client.d.cts +13 -0
  80. package/dist/signers/email-signer-api-client.d.ts +13 -0
  81. package/dist/signers/email-signer-api-client.js +1 -0
  82. package/dist/signers/email.cjs +1 -0
  83. package/dist/signers/email.d.cts +29 -0
  84. package/dist/signers/email.d.ts +29 -0
  85. package/dist/signers/email.js +1 -0
  86. package/dist/signers/evm-api-key.cjs +1 -0
  87. package/dist/signers/evm-api-key.d.cts +19 -0
  88. package/dist/signers/evm-api-key.d.ts +19 -0
  89. package/dist/signers/evm-api-key.js +1 -0
  90. package/dist/signers/evm-external-wallet.cjs +1 -0
  91. package/dist/signers/evm-external-wallet.d.cts +25 -0
  92. package/dist/signers/evm-external-wallet.d.ts +25 -0
  93. package/dist/signers/evm-external-wallet.js +1 -0
  94. package/dist/signers/index.cjs +1 -0
  95. package/dist/signers/index.d.cts +12 -0
  96. package/dist/signers/index.d.ts +12 -0
  97. package/dist/signers/index.js +1 -0
  98. package/dist/signers/passkey.cjs +1 -0
  99. package/dist/signers/passkey.d.cts +20 -0
  100. package/dist/signers/passkey.d.ts +20 -0
  101. package/dist/signers/passkey.js +1 -0
  102. package/dist/signers/solana-api-key.cjs +1 -0
  103. package/dist/signers/solana-api-key.d.cts +19 -0
  104. package/dist/signers/solana-api-key.d.ts +19 -0
  105. package/dist/signers/solana-api-key.js +1 -0
  106. package/dist/{solana/utils.cjs → signers/solana-external-wallet.cjs} +1 -1
  107. package/dist/signers/solana-external-wallet.d.cts +22 -0
  108. package/dist/signers/solana-external-wallet.d.ts +22 -0
  109. package/dist/signers/solana-external-wallet.js +1 -0
  110. package/dist/signers/types.cjs +1 -0
  111. package/dist/signers/types.d.cts +91 -0
  112. package/dist/signers/types.d.ts +91 -0
  113. package/dist/signers/types.js +1 -0
  114. package/dist/utils/constants.cjs +1 -1
  115. package/dist/utils/constants.d.cts +2 -3
  116. package/dist/utils/constants.d.ts +2 -3
  117. package/dist/utils/constants.js +1 -1
  118. package/dist/wallets/evm.cjs +1 -0
  119. package/dist/wallets/evm.d.cts +134 -0
  120. package/dist/wallets/evm.d.ts +134 -0
  121. package/dist/wallets/evm.js +1 -0
  122. package/dist/wallets/solana.cjs +1 -0
  123. package/dist/wallets/solana.d.cts +21 -0
  124. package/dist/wallets/solana.d.ts +21 -0
  125. package/dist/wallets/solana.js +1 -0
  126. package/dist/wallets/types.cjs +1 -0
  127. package/dist/wallets/types.d.cts +30 -0
  128. package/dist/wallets/types.d.ts +30 -0
  129. package/dist/wallets/types.js +1 -0
  130. package/dist/wallets/wallet-factory.cjs +1 -0
  131. package/dist/wallets/wallet-factory.d.cts +32 -0
  132. package/dist/wallets/wallet-factory.d.ts +32 -0
  133. package/dist/wallets/wallet-factory.js +1 -0
  134. package/dist/wallets/wallet.cjs +1 -0
  135. package/dist/wallets/wallet.d.cts +98 -0
  136. package/dist/wallets/wallet.d.ts +98 -0
  137. package/dist/wallets/wallet.js +1 -0
  138. package/package.json +6 -4
  139. package/dist/chunk-3YDBLQ73.cjs +0 -1
  140. package/dist/chunk-53ZDAWYY.js +0 -1
  141. package/dist/chunk-5CX3CGJS.cjs +0 -1
  142. package/dist/chunk-6ARPMYUZ.js +0 -1
  143. package/dist/chunk-6DTBGTSS.cjs +0 -1
  144. package/dist/chunk-6W35AARC.js +0 -1
  145. package/dist/chunk-6XOH62PV.cjs +0 -1
  146. package/dist/chunk-7WRWCJJ6.js +0 -1
  147. package/dist/chunk-DANM4IBF.cjs +0 -1
  148. package/dist/chunk-DLYUSTHS.js +0 -1
  149. package/dist/chunk-DNWDTJR6.cjs +0 -1
  150. package/dist/chunk-EFRCLQXM.js +0 -1
  151. package/dist/chunk-ER6A2LAJ.cjs +0 -1
  152. package/dist/chunk-EZ7PEO5P.cjs +0 -1
  153. package/dist/chunk-F7GTDFYC.cjs +0 -1
  154. package/dist/chunk-HKY6CBZC.js +0 -1
  155. package/dist/chunk-LWGUOI5G.js +0 -1
  156. package/dist/chunk-LX6WD7J6.js +0 -1
  157. package/dist/chunk-MCMCLRNB.js +0 -1
  158. package/dist/chunk-MTWDHWDY.js +0 -1
  159. package/dist/chunk-OKXV3IAA.js +0 -1
  160. package/dist/chunk-PBD5HUCH.cjs +0 -1
  161. package/dist/chunk-PQH5C2OM.cjs +0 -1
  162. package/dist/chunk-QYX3J3RZ.js +0 -1
  163. package/dist/chunk-SDH5CVH7.js +0 -0
  164. package/dist/chunk-TCIZIST7.js +0 -1
  165. package/dist/chunk-UWWXOC7Y.cjs +0 -1
  166. package/dist/chunk-V445PZHL.cjs +0 -1
  167. package/dist/chunk-VDYYOSPR.cjs +0 -1
  168. package/dist/chunk-VEJMHFK7.cjs +0 -1
  169. package/dist/chunk-WNXCWDJQ.cjs +0 -1
  170. package/dist/chunk-WZAT3LML.js +0 -0
  171. package/dist/chunk-XKXW2FNY.cjs +0 -1
  172. package/dist/chunk-XP4DDN2K.cjs +0 -1
  173. package/dist/chunk-YLMKJ56K.js +0 -1
  174. package/dist/chunk-ZXV5SOXM.js +0 -1
  175. package/dist/evm/abi/entryPoint.cjs +0 -1
  176. package/dist/evm/abi/entryPoint.d.cts +0 -777
  177. package/dist/evm/abi/entryPoint.d.ts +0 -777
  178. package/dist/evm/abi/entryPoint.js +0 -1
  179. package/dist/evm/chains/definitions/story.cjs +0 -1
  180. package/dist/evm/chains/definitions/story.js +0 -1
  181. package/dist/evm/chains/definitions/storyTestnet.cjs +0 -1
  182. package/dist/evm/chains/definitions/storyTestnet.js +0 -1
  183. package/dist/evm/chains/index.cjs +0 -1
  184. package/dist/evm/chains/index.js +0 -1
  185. package/dist/evm/index.cjs +0 -1
  186. package/dist/evm/index.d.cts +0 -16
  187. package/dist/evm/index.d.ts +0 -16
  188. package/dist/evm/index.js +0 -1
  189. package/dist/evm/services/delegated-signers-service.cjs +0 -1
  190. package/dist/evm/services/delegated-signers-service.d.cts +0 -154
  191. package/dist/evm/services/delegated-signers-service.d.ts +0 -154
  192. package/dist/evm/services/delegated-signers-service.js +0 -1
  193. package/dist/evm/types/signers.cjs +0 -1
  194. package/dist/evm/types/signers.d.cts +0 -40
  195. package/dist/evm/types/signers.d.ts +0 -40
  196. package/dist/evm/types/signers.js +0 -0
  197. package/dist/evm/types/wallet.cjs +0 -1
  198. package/dist/evm/types/wallet.d.cts +0 -48
  199. package/dist/evm/types/wallet.d.ts +0 -48
  200. package/dist/evm/types/wallet.js +0 -0
  201. package/dist/evm/utils.cjs +0 -1
  202. package/dist/evm/utils.d.cts +0 -20
  203. package/dist/evm/utils.d.ts +0 -20
  204. package/dist/evm/utils.js +0 -1
  205. package/dist/evm/wallet.cjs +0 -1
  206. package/dist/evm/wallet.d.cts +0 -16
  207. package/dist/evm/wallet.d.ts +0 -16
  208. package/dist/evm/wallet.js +0 -1
  209. package/dist/options-DQUNKXxn.d.ts +0 -109
  210. package/dist/options-IchphkHW.d.cts +0 -109
  211. package/dist/services/types.cjs +0 -1
  212. package/dist/services/types.d.cts +0 -35
  213. package/dist/services/types.d.ts +0 -35
  214. package/dist/services/types.js +0 -0
  215. package/dist/services/wallet-factory.cjs +0 -1
  216. package/dist/services/wallet-factory.d.cts +0 -37
  217. package/dist/services/wallet-factory.d.ts +0 -37
  218. package/dist/services/wallet-factory.js +0 -1
  219. package/dist/solana/index.cjs +0 -1
  220. package/dist/solana/index.d.cts +0 -13
  221. package/dist/solana/index.d.ts +0 -13
  222. package/dist/solana/index.js +0 -1
  223. package/dist/solana/services/approvals-service.cjs +0 -1
  224. package/dist/solana/services/approvals-service.d.cts +0 -18
  225. package/dist/solana/services/approvals-service.d.ts +0 -18
  226. package/dist/solana/services/approvals-service.js +0 -1
  227. package/dist/solana/services/delegated-signers-service.cjs +0 -1
  228. package/dist/solana/services/delegated-signers-service.d.cts +0 -13
  229. package/dist/solana/services/delegated-signers-service.d.ts +0 -13
  230. package/dist/solana/services/delegated-signers-service.js +0 -1
  231. package/dist/solana/services/transactions-service.cjs +0 -1
  232. package/dist/solana/services/transactions-service.d.cts +0 -13
  233. package/dist/solana/services/transactions-service.d.ts +0 -13
  234. package/dist/solana/services/transactions-service.js +0 -1
  235. package/dist/solana/tokens.cjs +0 -1
  236. package/dist/solana/tokens.d.cts +0 -3
  237. package/dist/solana/tokens.d.ts +0 -3
  238. package/dist/solana/tokens.js +0 -1
  239. package/dist/solana/types/signers.cjs +0 -1
  240. package/dist/solana/types/signers.d.cts +0 -38
  241. package/dist/solana/types/signers.d.ts +0 -38
  242. package/dist/solana/types/signers.js +0 -1
  243. package/dist/solana/types/wallet.cjs +0 -1
  244. package/dist/solana/types/wallet.d.cts +0 -62
  245. package/dist/solana/types/wallet.d.ts +0 -62
  246. package/dist/solana/types/wallet.js +0 -0
  247. package/dist/solana/utils.d.cts +0 -6
  248. package/dist/solana/utils.d.ts +0 -6
  249. package/dist/solana/utils.js +0 -1
  250. package/dist/solana/wallet.cjs +0 -1
  251. package/dist/solana/wallet.d.cts +0 -13
  252. package/dist/solana/wallet.d.ts +0 -13
  253. package/dist/solana/wallet.js +0 -1
  254. package/dist/utils/index.cjs +0 -1
  255. package/dist/utils/index.d.cts +0 -3
  256. package/dist/utils/index.d.ts +0 -3
  257. package/dist/utils/index.js +0 -1
  258. package/dist/utils/options.cjs +0 -1
  259. package/dist/utils/options.d.cts +0 -13
  260. package/dist/utils/options.d.ts +0 -13
  261. package/dist/utils/options.js +0 -0
  262. /package/dist/{evm/chains → chains}/definitions/story.d.cts +0 -0
  263. /package/dist/{evm/chains → chains}/definitions/story.d.ts +0 -0
  264. /package/dist/{evm/chains → chains}/definitions/storyTestnet.d.cts +0 -0
  265. /package/dist/{evm/chains → chains}/definitions/storyTestnet.d.ts +0 -0
  266. /package/dist/{chunk-F2XDGZCB.cjs → chunk-GEY574TH.cjs} +0 -0
  267. /package/dist/{chunk-MFUN74KH.cjs → chunk-IR5WN6FQ.cjs} +0 -0
  268. /package/dist/{chunk-KVFFSUF4.js → chunk-KKQBZXFE.js} +0 -0
  269. /package/dist/{chunk-3TTYXSH3.cjs → chunk-MHKWLGN5.cjs} +0 -0
  270. /package/dist/{chunk-ITCP6W2T.js → chunk-PJUVPRKB.js} +0 -0
  271. /package/dist/{chunk-SILEK5O4.js → chunk-S3DYQVRD.js} +0 -0
package/README.md CHANGED
@@ -26,10 +26,10 @@ const crossmint = createCrossmint({
26
26
  jwt: "<USER_TOKEN>", // Not needed for server wallets
27
27
  });
28
28
  const crossmintWallets = CrossmintWallets.from(crossmint);
29
- const wallet = await crossmintWallets.getOrCreateWallet("evm-smart-wallet", {
29
+ const wallet = await crossmintWallets.getOrCreateWallet({
30
30
  chain: "base-sepolia",
31
- adminSigner: {
32
- type: "evm-passkey",
31
+ signer: {
32
+ type: "passkey",
33
33
  },
34
34
  });
35
35
 
@@ -46,11 +46,14 @@ const address = wallet.address;
46
46
  import { Keypair } from "@solana/web3.js";
47
47
 
48
48
  const keypair = Keypair.generate();
49
- const wallet = await crossmintWallets.getOrCreateWallet("solana-smart-wallet", {
50
- adminSigner: {
51
- type: "solana-keypair",
52
- signer: keypair,
49
+ const wallet = await crossmintWallets.getOrCreateWallet({
50
+ chain: "solana",
51
+ signer: {
52
+ type: "external-wallet",
53
53
  address: keypair.publicKey.toBase58(),
54
+ onSignTransaction: async (transaction: VersionedTransaction) => {
55
+ return await keypair.signTransaction(transaction);
56
+ },
54
57
  },
55
58
  });
56
59
  ```
@@ -59,7 +62,7 @@ const wallet = await crossmintWallets.getOrCreateWallet("solana-smart-wallet", {
59
62
 
60
63
  ```ts
61
64
  const wallet = await crossmintWallets.getOrCreateWallet("solana-mpc-wallet", {
62
- linkedUser: "<USER_UD>",
65
+ owner: "<USER_UD>",
63
66
  });
64
67
  ```
65
68
 
@@ -123,10 +126,10 @@ const txHash = await wallet.sendTransaction({
123
126
  #### Passkey Smart Wallets
124
127
 
125
128
  ```ts
126
- const wallet = await crossmintWallets.getOrCreateWallet("evm-smart-wallet", {
129
+ const wallet = await crossmintWallets.getOrCreateWallet({
127
130
  chain: "base-sepolia",
128
- adminSigner: {
129
- type: "evm-passkey",
131
+ signer: {
132
+ type: "passkey",
130
133
  name: "My Wallet",
131
134
  },
132
135
  });
@@ -138,15 +141,12 @@ const wallet = await crossmintWallets.getOrCreateWallet("evm-smart-wallet", {
138
141
  import { generatePrivateKey, privateKeyToAccount } from "viem/accounts";
139
142
 
140
143
  const account = privateKeyToAccount(generatePrivateKey());
141
- const wallet = await crossmintWallets.getOrCreateWallet("evm-smart-wallet", {
144
+ const wallet = await crossmintWallets.getOrCreateWallet({
142
145
  chain: "base-sepolia",
143
- adminSigner: {
144
- type: "evm-keypair",
146
+ signer: {
147
+ type: "external-wallet",
145
148
  address: account.address,
146
- signer: {
147
- type: "viem_v2",
148
- account,
149
- },
149
+ viemAccount: account,
150
150
  },
151
151
  });
152
152
  ```
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunk3YDBLQ73cjs = require('../chunk-3YDBLQ73.cjs');require('../chunk-ER6A2LAJ.cjs');require('../chunk-CT2UGJEL.cjs');require('../chunk-CK4JCQY6.cjs');exports.ApiClient = _chunk3YDBLQ73cjs.a;
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunk3J7G6OXZcjs = require('../chunk-3J7G6OXZ.cjs');require('../chunk-NFQHDB4C.cjs');require('../chunk-CT2UGJEL.cjs');require('../chunk-CK4JCQY6.cjs');exports.ApiClient = _chunk3J7G6OXZcjs.a;
@@ -1,13 +1,12 @@
1
1
  import * as _crossmint_common_sdk_base from '@crossmint/common-sdk-base';
2
2
  import { CrossmintApiClient, Crossmint } from '@crossmint/common-sdk-base';
3
- import { CreateWalletParams, CreateWalletResponse, WalletLocator, GetWalletResponse, CreateTransactionParams, CreateTransactionResponse, ApproveTransactionParams, ApproveTransactionResponse, GetTransactionResponse, CreateSignatureParams, CreateSignatureResponse, ApproveSignatureParams, ApproveSignatureResponse, EvmWalletLocator, GetSignatureResponse, GetTransactionsResponse, GetNftsResponse, GetBalanceResponse, RegisterSignerParams, RegisterSignerResponse, GetSignerResponse } from './types.cjs';
3
+ import { CreateWalletParams, CreateWalletResponse, WalletLocator, GetWalletResponse, CreateTransactionParams, CreateTransactionResponse, ApproveTransactionParams, ApproveTransactionResponse, GetTransactionResponse, CreateSignatureParams, CreateSignatureResponse, ApproveSignatureParams, ApproveSignatureResponse, EvmWalletLocator, GetSignatureResponse, GetTransactionsResponse, GetNftsResponse, GetBalanceResponse, RegisterSignerParams, RegisterSignerResponse, GetSignerResponse, SendParams, SendResponse } from './types.cjs';
4
4
  import 'viem';
5
5
  import './gen/types.gen.cjs';
6
6
 
7
7
  declare class ApiClient extends CrossmintApiClient {
8
- private readonly appId?;
9
8
  private apiPrefix;
10
- constructor(crossmint: Crossmint, appId?: string | undefined);
9
+ constructor(crossmint: Crossmint);
11
10
  createWallet(params: CreateWalletParams): Promise<CreateWalletResponse>;
12
11
  getWallet(locator: WalletLocator): Promise<GetWalletResponse>;
13
12
  createTransaction(walletLocator: WalletLocator, params: CreateTransactionParams): Promise<CreateTransactionResponse>;
@@ -29,6 +28,7 @@ declare class ApiClient extends CrossmintApiClient {
29
28
  }): Promise<GetBalanceResponse>;
30
29
  registerSigner(walletLocator: WalletLocator, params: RegisterSignerParams): Promise<RegisterSignerResponse>;
31
30
  getSigner(walletLocator: WalletLocator, signer: string): Promise<GetSignerResponse>;
31
+ send(walletLocator: WalletLocator, tokenLocator: string, params: SendParams): Promise<SendResponse>;
32
32
  get isServerSide(): boolean;
33
33
  get environment(): _crossmint_common_sdk_base.APIKeyEnvironmentPrefix;
34
34
  private get headers();
@@ -1,13 +1,12 @@
1
1
  import * as _crossmint_common_sdk_base from '@crossmint/common-sdk-base';
2
2
  import { CrossmintApiClient, Crossmint } from '@crossmint/common-sdk-base';
3
- import { CreateWalletParams, CreateWalletResponse, WalletLocator, GetWalletResponse, CreateTransactionParams, CreateTransactionResponse, ApproveTransactionParams, ApproveTransactionResponse, GetTransactionResponse, CreateSignatureParams, CreateSignatureResponse, ApproveSignatureParams, ApproveSignatureResponse, EvmWalletLocator, GetSignatureResponse, GetTransactionsResponse, GetNftsResponse, GetBalanceResponse, RegisterSignerParams, RegisterSignerResponse, GetSignerResponse } from './types.js';
3
+ import { CreateWalletParams, CreateWalletResponse, WalletLocator, GetWalletResponse, CreateTransactionParams, CreateTransactionResponse, ApproveTransactionParams, ApproveTransactionResponse, GetTransactionResponse, CreateSignatureParams, CreateSignatureResponse, ApproveSignatureParams, ApproveSignatureResponse, EvmWalletLocator, GetSignatureResponse, GetTransactionsResponse, GetNftsResponse, GetBalanceResponse, RegisterSignerParams, RegisterSignerResponse, GetSignerResponse, SendParams, SendResponse } from './types.js';
4
4
  import 'viem';
5
5
  import './gen/types.gen.js';
6
6
 
7
7
  declare class ApiClient extends CrossmintApiClient {
8
- private readonly appId?;
9
8
  private apiPrefix;
10
- constructor(crossmint: Crossmint, appId?: string | undefined);
9
+ constructor(crossmint: Crossmint);
11
10
  createWallet(params: CreateWalletParams): Promise<CreateWalletResponse>;
12
11
  getWallet(locator: WalletLocator): Promise<GetWalletResponse>;
13
12
  createTransaction(walletLocator: WalletLocator, params: CreateTransactionParams): Promise<CreateTransactionResponse>;
@@ -29,6 +28,7 @@ declare class ApiClient extends CrossmintApiClient {
29
28
  }): Promise<GetBalanceResponse>;
30
29
  registerSigner(walletLocator: WalletLocator, params: RegisterSignerParams): Promise<RegisterSignerResponse>;
31
30
  getSigner(walletLocator: WalletLocator, signer: string): Promise<GetSignerResponse>;
31
+ send(walletLocator: WalletLocator, tokenLocator: string, params: SendParams): Promise<SendResponse>;
32
32
  get isServerSide(): boolean;
33
33
  get environment(): _crossmint_common_sdk_base.APIKeyEnvironmentPrefix;
34
34
  private get headers();
@@ -1 +1 @@
1
- import{a}from"../chunk-DLYUSTHS.js";import"../chunk-TCIZIST7.js";import"../chunk-7ENJXL4H.js";import"../chunk-22GIA4MK.js";export{a as ApiClient};
1
+ import{a}from"../chunk-6EFZZZFC.js";import"../chunk-EOCGMBYW.js";import"../chunk-7ENJXL4H.js";import"../chunk-22GIA4MK.js";export{a as ApiClient};
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkMV7LJCABcjs = require('../../chunk-MV7LJCAB.cjs');require('../../chunk-STYSP6KL.cjs');require('../../chunk-XPMCPXI3.cjs');require('../../chunk-CK4JCQY6.cjs');exports.balanceControllerFundWallet2 = _chunkMV7LJCABcjs.x; exports.balanceControllerGetBalanceForLocator2 = _chunkMV7LJCABcjs.w; exports.fetchContentFromWallet = _chunkMV7LJCABcjs.v; exports.walletsSendTokenControllerSendToken2 = _chunkMV7LJCABcjs.B; exports.walletsV1ControllerCreateDelegatedSigner4 = _chunkMV7LJCABcjs.S; exports.walletsV1ControllerCreateDelegatedSigner5 = _chunkMV7LJCABcjs.q; exports.walletsV1ControllerCreateMeDelegatedSigner4 = _chunkMV7LJCABcjs.H; exports.walletsV1ControllerCreateMeDelegatedSigner5 = _chunkMV7LJCABcjs.f; exports.walletsV1ControllerCreateMeSignatureRequest4 = _chunkMV7LJCABcjs.K; exports.walletsV1ControllerCreateMeSignatureRequest5 = _chunkMV7LJCABcjs.i; exports.walletsV1ControllerCreateMeTransaction4 = _chunkMV7LJCABcjs.F; exports.walletsV1ControllerCreateMeTransaction5 = _chunkMV7LJCABcjs.d; exports.walletsV1ControllerCreateMeWallet4 = _chunkMV7LJCABcjs.M; exports.walletsV1ControllerCreateMeWallet5 = _chunkMV7LJCABcjs.k; exports.walletsV1ControllerCreateSignatureRequest4 = _chunkMV7LJCABcjs.W; exports.walletsV1ControllerCreateSignatureRequest5 = _chunkMV7LJCABcjs.u; exports.walletsV1ControllerCreateTransaction4 = _chunkMV7LJCABcjs.Q; exports.walletsV1ControllerCreateTransaction5 = _chunkMV7LJCABcjs.o; exports.walletsV1ControllerCreateWallet4 = _chunkMV7LJCABcjs.Z; exports.walletsV1ControllerCreateWallet5 = _chunkMV7LJCABcjs.A; exports.walletsV1ControllerGetAllSignatures4 = _chunkMV7LJCABcjs.V; exports.walletsV1ControllerGetAllSignatures5 = _chunkMV7LJCABcjs.t; exports.walletsV1ControllerGetDelegatedSigner4 = _chunkMV7LJCABcjs.R; exports.walletsV1ControllerGetDelegatedSigner5 = _chunkMV7LJCABcjs.p; exports.walletsV1ControllerGetMeDelegatedSigner4 = _chunkMV7LJCABcjs.G; exports.walletsV1ControllerGetMeDelegatedSigner5 = _chunkMV7LJCABcjs.e; exports.walletsV1ControllerGetMeSignature4 = _chunkMV7LJCABcjs.J; exports.walletsV1ControllerGetMeSignature5 = _chunkMV7LJCABcjs.h; exports.walletsV1ControllerGetMeTransaction4 = _chunkMV7LJCABcjs.D; exports.walletsV1ControllerGetMeTransaction5 = _chunkMV7LJCABcjs.b; exports.walletsV1ControllerGetMeTransactionsWithoutChain4 = _chunkMV7LJCABcjs.E; exports.walletsV1ControllerGetMeTransactionsWithoutChain5 = _chunkMV7LJCABcjs.c; exports.walletsV1ControllerGetMeWallet4 = _chunkMV7LJCABcjs.L; exports.walletsV1ControllerGetMeWallet5 = _chunkMV7LJCABcjs.j; exports.walletsV1ControllerGetSignature4 = _chunkMV7LJCABcjs.U; exports.walletsV1ControllerGetSignature5 = _chunkMV7LJCABcjs.s; exports.walletsV1ControllerGetTransaction4 = _chunkMV7LJCABcjs.O; exports.walletsV1ControllerGetTransaction5 = _chunkMV7LJCABcjs.m; exports.walletsV1ControllerGetTransactionsWithoutChain4 = _chunkMV7LJCABcjs.P; exports.walletsV1ControllerGetTransactionsWithoutChain5 = _chunkMV7LJCABcjs.n; exports.walletsV1ControllerGetWalletActivity4 = _chunkMV7LJCABcjs.X; exports.walletsV1ControllerGetWalletActivity5 = _chunkMV7LJCABcjs.y; exports.walletsV1ControllerGetWalletByLocator4 = _chunkMV7LJCABcjs.Y; exports.walletsV1ControllerGetWalletByLocator5 = _chunkMV7LJCABcjs.z; exports.walletsV1ControllerSubmitApprovals4 = _chunkMV7LJCABcjs.N; exports.walletsV1ControllerSubmitApprovals5 = _chunkMV7LJCABcjs.l; exports.walletsV1ControllerSubmitMeApprovals4 = _chunkMV7LJCABcjs.C; exports.walletsV1ControllerSubmitMeApprovals5 = _chunkMV7LJCABcjs.a; exports.walletsV1ControllerSubmitMeSignatureApprovals4 = _chunkMV7LJCABcjs.I; exports.walletsV1ControllerSubmitMeSignatureApprovals5 = _chunkMV7LJCABcjs.g; exports.walletsV1ControllerSubmitSignatureApprovals4 = _chunkMV7LJCABcjs.T; exports.walletsV1ControllerSubmitSignatureApprovals5 = _chunkMV7LJCABcjs.r;
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkEHGCJCNZcjs = require('../../chunk-EHGCJCNZ.cjs');require('../../chunk-XPMCPXI3.cjs');require('../../chunk-STYSP6KL.cjs');require('../../chunk-CK4JCQY6.cjs');exports.balanceControllerFundWallet2 = _chunkEHGCJCNZcjs.x; exports.balanceControllerGetBalanceForLocator2 = _chunkEHGCJCNZcjs.w; exports.fetchContentFromWallet = _chunkEHGCJCNZcjs.v; exports.walletsSendTokenControllerSendToken2 = _chunkEHGCJCNZcjs.B; exports.walletsV1ControllerCreateDelegatedSigner4 = _chunkEHGCJCNZcjs.S; exports.walletsV1ControllerCreateDelegatedSigner5 = _chunkEHGCJCNZcjs.q; exports.walletsV1ControllerCreateMeDelegatedSigner4 = _chunkEHGCJCNZcjs.H; exports.walletsV1ControllerCreateMeDelegatedSigner5 = _chunkEHGCJCNZcjs.f; exports.walletsV1ControllerCreateMeSignatureRequest4 = _chunkEHGCJCNZcjs.K; exports.walletsV1ControllerCreateMeSignatureRequest5 = _chunkEHGCJCNZcjs.i; exports.walletsV1ControllerCreateMeTransaction4 = _chunkEHGCJCNZcjs.F; exports.walletsV1ControllerCreateMeTransaction5 = _chunkEHGCJCNZcjs.d; exports.walletsV1ControllerCreateMeWallet4 = _chunkEHGCJCNZcjs.M; exports.walletsV1ControllerCreateMeWallet5 = _chunkEHGCJCNZcjs.k; exports.walletsV1ControllerCreateSignatureRequest4 = _chunkEHGCJCNZcjs.W; exports.walletsV1ControllerCreateSignatureRequest5 = _chunkEHGCJCNZcjs.u; exports.walletsV1ControllerCreateTransaction4 = _chunkEHGCJCNZcjs.Q; exports.walletsV1ControllerCreateTransaction5 = _chunkEHGCJCNZcjs.o; exports.walletsV1ControllerCreateWallet4 = _chunkEHGCJCNZcjs.Z; exports.walletsV1ControllerCreateWallet5 = _chunkEHGCJCNZcjs.A; exports.walletsV1ControllerGetAllSignatures4 = _chunkEHGCJCNZcjs.V; exports.walletsV1ControllerGetAllSignatures5 = _chunkEHGCJCNZcjs.t; exports.walletsV1ControllerGetDelegatedSigner4 = _chunkEHGCJCNZcjs.R; exports.walletsV1ControllerGetDelegatedSigner5 = _chunkEHGCJCNZcjs.p; exports.walletsV1ControllerGetMeDelegatedSigner4 = _chunkEHGCJCNZcjs.G; exports.walletsV1ControllerGetMeDelegatedSigner5 = _chunkEHGCJCNZcjs.e; exports.walletsV1ControllerGetMeSignature4 = _chunkEHGCJCNZcjs.J; exports.walletsV1ControllerGetMeSignature5 = _chunkEHGCJCNZcjs.h; exports.walletsV1ControllerGetMeTransaction4 = _chunkEHGCJCNZcjs.D; exports.walletsV1ControllerGetMeTransaction5 = _chunkEHGCJCNZcjs.b; exports.walletsV1ControllerGetMeTransactionsWithoutChain4 = _chunkEHGCJCNZcjs.E; exports.walletsV1ControllerGetMeTransactionsWithoutChain5 = _chunkEHGCJCNZcjs.c; exports.walletsV1ControllerGetMeWallet4 = _chunkEHGCJCNZcjs.L; exports.walletsV1ControllerGetMeWallet5 = _chunkEHGCJCNZcjs.j; exports.walletsV1ControllerGetSignature4 = _chunkEHGCJCNZcjs.U; exports.walletsV1ControllerGetSignature5 = _chunkEHGCJCNZcjs.s; exports.walletsV1ControllerGetTransaction4 = _chunkEHGCJCNZcjs.O; exports.walletsV1ControllerGetTransaction5 = _chunkEHGCJCNZcjs.m; exports.walletsV1ControllerGetTransactionsWithoutChain4 = _chunkEHGCJCNZcjs.P; exports.walletsV1ControllerGetTransactionsWithoutChain5 = _chunkEHGCJCNZcjs.n; exports.walletsV1ControllerGetWalletActivity4 = _chunkEHGCJCNZcjs.X; exports.walletsV1ControllerGetWalletActivity5 = _chunkEHGCJCNZcjs.y; exports.walletsV1ControllerGetWalletByLocator4 = _chunkEHGCJCNZcjs.Y; exports.walletsV1ControllerGetWalletByLocator5 = _chunkEHGCJCNZcjs.z; exports.walletsV1ControllerSubmitApprovals4 = _chunkEHGCJCNZcjs.N; exports.walletsV1ControllerSubmitApprovals5 = _chunkEHGCJCNZcjs.l; exports.walletsV1ControllerSubmitMeApprovals4 = _chunkEHGCJCNZcjs.C; exports.walletsV1ControllerSubmitMeApprovals5 = _chunkEHGCJCNZcjs.a; exports.walletsV1ControllerSubmitMeSignatureApprovals4 = _chunkEHGCJCNZcjs.I; exports.walletsV1ControllerSubmitMeSignatureApprovals5 = _chunkEHGCJCNZcjs.g; exports.walletsV1ControllerSubmitSignatureApprovals4 = _chunkEHGCJCNZcjs.T; exports.walletsV1ControllerSubmitSignatureApprovals5 = _chunkEHGCJCNZcjs.r;
@@ -1 +1 @@
1
- import{A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,a as o,b as r,c as e,d as f,e as m,f as p,g as t,h as x,i as a,j as b,k as c,l as d,m as g,n as h,o as i,p as j,q as k,r as l,s as n,t as q,u as s,v as u,w as v,x as w,y,z}from"../../chunk-3J4NDFR5.js";import"../../chunk-5M7IRODB.js";import"../../chunk-YMRXMNME.js";import"../../chunk-22GIA4MK.js";export{w as balanceControllerFundWallet2,v as balanceControllerGetBalanceForLocator2,u as fetchContentFromWallet,B as walletsSendTokenControllerSendToken2,S as walletsV1ControllerCreateDelegatedSigner4,k as walletsV1ControllerCreateDelegatedSigner5,H as walletsV1ControllerCreateMeDelegatedSigner4,p as walletsV1ControllerCreateMeDelegatedSigner5,K as walletsV1ControllerCreateMeSignatureRequest4,a as walletsV1ControllerCreateMeSignatureRequest5,F as walletsV1ControllerCreateMeTransaction4,f as walletsV1ControllerCreateMeTransaction5,M as walletsV1ControllerCreateMeWallet4,c as walletsV1ControllerCreateMeWallet5,W as walletsV1ControllerCreateSignatureRequest4,s as walletsV1ControllerCreateSignatureRequest5,Q as walletsV1ControllerCreateTransaction4,i as walletsV1ControllerCreateTransaction5,Z as walletsV1ControllerCreateWallet4,A as walletsV1ControllerCreateWallet5,V as walletsV1ControllerGetAllSignatures4,q as walletsV1ControllerGetAllSignatures5,R as walletsV1ControllerGetDelegatedSigner4,j as walletsV1ControllerGetDelegatedSigner5,G as walletsV1ControllerGetMeDelegatedSigner4,m as walletsV1ControllerGetMeDelegatedSigner5,J as walletsV1ControllerGetMeSignature4,x as walletsV1ControllerGetMeSignature5,D as walletsV1ControllerGetMeTransaction4,r as walletsV1ControllerGetMeTransaction5,E as walletsV1ControllerGetMeTransactionsWithoutChain4,e as walletsV1ControllerGetMeTransactionsWithoutChain5,L as walletsV1ControllerGetMeWallet4,b as walletsV1ControllerGetMeWallet5,U as walletsV1ControllerGetSignature4,n as walletsV1ControllerGetSignature5,O as walletsV1ControllerGetTransaction4,g as walletsV1ControllerGetTransaction5,P as walletsV1ControllerGetTransactionsWithoutChain4,h as walletsV1ControllerGetTransactionsWithoutChain5,X as walletsV1ControllerGetWalletActivity4,y as walletsV1ControllerGetWalletActivity5,Y as walletsV1ControllerGetWalletByLocator4,z as walletsV1ControllerGetWalletByLocator5,N as walletsV1ControllerSubmitApprovals4,d as walletsV1ControllerSubmitApprovals5,C as walletsV1ControllerSubmitMeApprovals4,o as walletsV1ControllerSubmitMeApprovals5,I as walletsV1ControllerSubmitMeSignatureApprovals4,t as walletsV1ControllerSubmitMeSignatureApprovals5,T as walletsV1ControllerSubmitSignatureApprovals4,l as walletsV1ControllerSubmitSignatureApprovals5};
1
+ import{A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,a as o,b as r,c as e,d as f,e as m,f as p,g as t,h as x,i as a,j as b,k as c,l as d,m as g,n as h,o as i,p as j,q as k,r as l,s as n,t as q,u as s,v as u,w as v,x as w,y,z}from"../../chunk-SCSTKTGR.js";import"../../chunk-YMRXMNME.js";import"../../chunk-5M7IRODB.js";import"../../chunk-22GIA4MK.js";export{w as balanceControllerFundWallet2,v as balanceControllerGetBalanceForLocator2,u as fetchContentFromWallet,B as walletsSendTokenControllerSendToken2,S as walletsV1ControllerCreateDelegatedSigner4,k as walletsV1ControllerCreateDelegatedSigner5,H as walletsV1ControllerCreateMeDelegatedSigner4,p as walletsV1ControllerCreateMeDelegatedSigner5,K as walletsV1ControllerCreateMeSignatureRequest4,a as walletsV1ControllerCreateMeSignatureRequest5,F as walletsV1ControllerCreateMeTransaction4,f as walletsV1ControllerCreateMeTransaction5,M as walletsV1ControllerCreateMeWallet4,c as walletsV1ControllerCreateMeWallet5,W as walletsV1ControllerCreateSignatureRequest4,s as walletsV1ControllerCreateSignatureRequest5,Q as walletsV1ControllerCreateTransaction4,i as walletsV1ControllerCreateTransaction5,Z as walletsV1ControllerCreateWallet4,A as walletsV1ControllerCreateWallet5,V as walletsV1ControllerGetAllSignatures4,q as walletsV1ControllerGetAllSignatures5,R as walletsV1ControllerGetDelegatedSigner4,j as walletsV1ControllerGetDelegatedSigner5,G as walletsV1ControllerGetMeDelegatedSigner4,m as walletsV1ControllerGetMeDelegatedSigner5,J as walletsV1ControllerGetMeSignature4,x as walletsV1ControllerGetMeSignature5,D as walletsV1ControllerGetMeTransaction4,r as walletsV1ControllerGetMeTransaction5,E as walletsV1ControllerGetMeTransactionsWithoutChain4,e as walletsV1ControllerGetMeTransactionsWithoutChain5,L as walletsV1ControllerGetMeWallet4,b as walletsV1ControllerGetMeWallet5,U as walletsV1ControllerGetSignature4,n as walletsV1ControllerGetSignature5,O as walletsV1ControllerGetTransaction4,g as walletsV1ControllerGetTransaction5,P as walletsV1ControllerGetTransactionsWithoutChain4,h as walletsV1ControllerGetTransactionsWithoutChain5,X as walletsV1ControllerGetWalletActivity4,y as walletsV1ControllerGetWalletActivity5,Y as walletsV1ControllerGetWalletByLocator4,z as walletsV1ControllerGetWalletByLocator5,N as walletsV1ControllerSubmitApprovals4,d as walletsV1ControllerSubmitApprovals5,C as walletsV1ControllerSubmitMeApprovals4,o as walletsV1ControllerSubmitMeApprovals5,I as walletsV1ControllerSubmitMeSignatureApprovals4,t as walletsV1ControllerSubmitMeSignatureApprovals5,T as walletsV1ControllerSubmitSignatureApprovals4,l as walletsV1ControllerSubmitSignatureApprovals5};
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkMV7LJCABcjs = require('../../chunk-MV7LJCAB.cjs');require('../../chunk-STYSP6KL.cjs');require('../../chunk-CK4JCQY6.cjs');exports.balanceControllerFundWallet2 = _chunkMV7LJCABcjs.x; exports.balanceControllerGetBalanceForLocator2 = _chunkMV7LJCABcjs.w; exports.fetchContentFromWallet = _chunkMV7LJCABcjs.v; exports.walletsSendTokenControllerSendToken2 = _chunkMV7LJCABcjs.B; exports.walletsV1ControllerCreateDelegatedSigner4 = _chunkMV7LJCABcjs.S; exports.walletsV1ControllerCreateDelegatedSigner5 = _chunkMV7LJCABcjs.q; exports.walletsV1ControllerCreateMeDelegatedSigner4 = _chunkMV7LJCABcjs.H; exports.walletsV1ControllerCreateMeDelegatedSigner5 = _chunkMV7LJCABcjs.f; exports.walletsV1ControllerCreateMeSignatureRequest4 = _chunkMV7LJCABcjs.K; exports.walletsV1ControllerCreateMeSignatureRequest5 = _chunkMV7LJCABcjs.i; exports.walletsV1ControllerCreateMeTransaction4 = _chunkMV7LJCABcjs.F; exports.walletsV1ControllerCreateMeTransaction5 = _chunkMV7LJCABcjs.d; exports.walletsV1ControllerCreateMeWallet4 = _chunkMV7LJCABcjs.M; exports.walletsV1ControllerCreateMeWallet5 = _chunkMV7LJCABcjs.k; exports.walletsV1ControllerCreateSignatureRequest4 = _chunkMV7LJCABcjs.W; exports.walletsV1ControllerCreateSignatureRequest5 = _chunkMV7LJCABcjs.u; exports.walletsV1ControllerCreateTransaction4 = _chunkMV7LJCABcjs.Q; exports.walletsV1ControllerCreateTransaction5 = _chunkMV7LJCABcjs.o; exports.walletsV1ControllerCreateWallet4 = _chunkMV7LJCABcjs.Z; exports.walletsV1ControllerCreateWallet5 = _chunkMV7LJCABcjs.A; exports.walletsV1ControllerGetAllSignatures4 = _chunkMV7LJCABcjs.V; exports.walletsV1ControllerGetAllSignatures5 = _chunkMV7LJCABcjs.t; exports.walletsV1ControllerGetDelegatedSigner4 = _chunkMV7LJCABcjs.R; exports.walletsV1ControllerGetDelegatedSigner5 = _chunkMV7LJCABcjs.p; exports.walletsV1ControllerGetMeDelegatedSigner4 = _chunkMV7LJCABcjs.G; exports.walletsV1ControllerGetMeDelegatedSigner5 = _chunkMV7LJCABcjs.e; exports.walletsV1ControllerGetMeSignature4 = _chunkMV7LJCABcjs.J; exports.walletsV1ControllerGetMeSignature5 = _chunkMV7LJCABcjs.h; exports.walletsV1ControllerGetMeTransaction4 = _chunkMV7LJCABcjs.D; exports.walletsV1ControllerGetMeTransaction5 = _chunkMV7LJCABcjs.b; exports.walletsV1ControllerGetMeTransactionsWithoutChain4 = _chunkMV7LJCABcjs.E; exports.walletsV1ControllerGetMeTransactionsWithoutChain5 = _chunkMV7LJCABcjs.c; exports.walletsV1ControllerGetMeWallet4 = _chunkMV7LJCABcjs.L; exports.walletsV1ControllerGetMeWallet5 = _chunkMV7LJCABcjs.j; exports.walletsV1ControllerGetSignature4 = _chunkMV7LJCABcjs.U; exports.walletsV1ControllerGetSignature5 = _chunkMV7LJCABcjs.s; exports.walletsV1ControllerGetTransaction4 = _chunkMV7LJCABcjs.O; exports.walletsV1ControllerGetTransaction5 = _chunkMV7LJCABcjs.m; exports.walletsV1ControllerGetTransactionsWithoutChain4 = _chunkMV7LJCABcjs.P; exports.walletsV1ControllerGetTransactionsWithoutChain5 = _chunkMV7LJCABcjs.n; exports.walletsV1ControllerGetWalletActivity4 = _chunkMV7LJCABcjs.X; exports.walletsV1ControllerGetWalletActivity5 = _chunkMV7LJCABcjs.y; exports.walletsV1ControllerGetWalletByLocator4 = _chunkMV7LJCABcjs.Y; exports.walletsV1ControllerGetWalletByLocator5 = _chunkMV7LJCABcjs.z; exports.walletsV1ControllerSubmitApprovals4 = _chunkMV7LJCABcjs.N; exports.walletsV1ControllerSubmitApprovals5 = _chunkMV7LJCABcjs.l; exports.walletsV1ControllerSubmitMeApprovals4 = _chunkMV7LJCABcjs.C; exports.walletsV1ControllerSubmitMeApprovals5 = _chunkMV7LJCABcjs.a; exports.walletsV1ControllerSubmitMeSignatureApprovals4 = _chunkMV7LJCABcjs.I; exports.walletsV1ControllerSubmitMeSignatureApprovals5 = _chunkMV7LJCABcjs.g; exports.walletsV1ControllerSubmitSignatureApprovals4 = _chunkMV7LJCABcjs.T; exports.walletsV1ControllerSubmitSignatureApprovals5 = _chunkMV7LJCABcjs.r;
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkEHGCJCNZcjs = require('../../chunk-EHGCJCNZ.cjs');require('../../chunk-STYSP6KL.cjs');require('../../chunk-CK4JCQY6.cjs');exports.balanceControllerFundWallet2 = _chunkEHGCJCNZcjs.x; exports.balanceControllerGetBalanceForLocator2 = _chunkEHGCJCNZcjs.w; exports.fetchContentFromWallet = _chunkEHGCJCNZcjs.v; exports.walletsSendTokenControllerSendToken2 = _chunkEHGCJCNZcjs.B; exports.walletsV1ControllerCreateDelegatedSigner4 = _chunkEHGCJCNZcjs.S; exports.walletsV1ControllerCreateDelegatedSigner5 = _chunkEHGCJCNZcjs.q; exports.walletsV1ControllerCreateMeDelegatedSigner4 = _chunkEHGCJCNZcjs.H; exports.walletsV1ControllerCreateMeDelegatedSigner5 = _chunkEHGCJCNZcjs.f; exports.walletsV1ControllerCreateMeSignatureRequest4 = _chunkEHGCJCNZcjs.K; exports.walletsV1ControllerCreateMeSignatureRequest5 = _chunkEHGCJCNZcjs.i; exports.walletsV1ControllerCreateMeTransaction4 = _chunkEHGCJCNZcjs.F; exports.walletsV1ControllerCreateMeTransaction5 = _chunkEHGCJCNZcjs.d; exports.walletsV1ControllerCreateMeWallet4 = _chunkEHGCJCNZcjs.M; exports.walletsV1ControllerCreateMeWallet5 = _chunkEHGCJCNZcjs.k; exports.walletsV1ControllerCreateSignatureRequest4 = _chunkEHGCJCNZcjs.W; exports.walletsV1ControllerCreateSignatureRequest5 = _chunkEHGCJCNZcjs.u; exports.walletsV1ControllerCreateTransaction4 = _chunkEHGCJCNZcjs.Q; exports.walletsV1ControllerCreateTransaction5 = _chunkEHGCJCNZcjs.o; exports.walletsV1ControllerCreateWallet4 = _chunkEHGCJCNZcjs.Z; exports.walletsV1ControllerCreateWallet5 = _chunkEHGCJCNZcjs.A; exports.walletsV1ControllerGetAllSignatures4 = _chunkEHGCJCNZcjs.V; exports.walletsV1ControllerGetAllSignatures5 = _chunkEHGCJCNZcjs.t; exports.walletsV1ControllerGetDelegatedSigner4 = _chunkEHGCJCNZcjs.R; exports.walletsV1ControllerGetDelegatedSigner5 = _chunkEHGCJCNZcjs.p; exports.walletsV1ControllerGetMeDelegatedSigner4 = _chunkEHGCJCNZcjs.G; exports.walletsV1ControllerGetMeDelegatedSigner5 = _chunkEHGCJCNZcjs.e; exports.walletsV1ControllerGetMeSignature4 = _chunkEHGCJCNZcjs.J; exports.walletsV1ControllerGetMeSignature5 = _chunkEHGCJCNZcjs.h; exports.walletsV1ControllerGetMeTransaction4 = _chunkEHGCJCNZcjs.D; exports.walletsV1ControllerGetMeTransaction5 = _chunkEHGCJCNZcjs.b; exports.walletsV1ControllerGetMeTransactionsWithoutChain4 = _chunkEHGCJCNZcjs.E; exports.walletsV1ControllerGetMeTransactionsWithoutChain5 = _chunkEHGCJCNZcjs.c; exports.walletsV1ControllerGetMeWallet4 = _chunkEHGCJCNZcjs.L; exports.walletsV1ControllerGetMeWallet5 = _chunkEHGCJCNZcjs.j; exports.walletsV1ControllerGetSignature4 = _chunkEHGCJCNZcjs.U; exports.walletsV1ControllerGetSignature5 = _chunkEHGCJCNZcjs.s; exports.walletsV1ControllerGetTransaction4 = _chunkEHGCJCNZcjs.O; exports.walletsV1ControllerGetTransaction5 = _chunkEHGCJCNZcjs.m; exports.walletsV1ControllerGetTransactionsWithoutChain4 = _chunkEHGCJCNZcjs.P; exports.walletsV1ControllerGetTransactionsWithoutChain5 = _chunkEHGCJCNZcjs.n; exports.walletsV1ControllerGetWalletActivity4 = _chunkEHGCJCNZcjs.X; exports.walletsV1ControllerGetWalletActivity5 = _chunkEHGCJCNZcjs.y; exports.walletsV1ControllerGetWalletByLocator4 = _chunkEHGCJCNZcjs.Y; exports.walletsV1ControllerGetWalletByLocator5 = _chunkEHGCJCNZcjs.z; exports.walletsV1ControllerSubmitApprovals4 = _chunkEHGCJCNZcjs.N; exports.walletsV1ControllerSubmitApprovals5 = _chunkEHGCJCNZcjs.l; exports.walletsV1ControllerSubmitMeApprovals4 = _chunkEHGCJCNZcjs.C; exports.walletsV1ControllerSubmitMeApprovals5 = _chunkEHGCJCNZcjs.a; exports.walletsV1ControllerSubmitMeSignatureApprovals4 = _chunkEHGCJCNZcjs.I; exports.walletsV1ControllerSubmitMeSignatureApprovals5 = _chunkEHGCJCNZcjs.g; exports.walletsV1ControllerSubmitSignatureApprovals4 = _chunkEHGCJCNZcjs.T; exports.walletsV1ControllerSubmitSignatureApprovals5 = _chunkEHGCJCNZcjs.r;
@@ -206,7 +206,7 @@ declare const walletsV1ControllerGetWalletByLocator5: <ThrowOnError extends bool
206
206
  */
207
207
  declare const walletsV1ControllerCreateWallet5: <ThrowOnError extends boolean = false>(options: Options<WalletsV1ControllerCreateWallet5Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<WalletV1Alpha2ResponseDto, WalletV1Alpha2ErrorDto, ThrowOnError>;
208
208
  /**
209
- * Send Token
209
+ * Transfer Token
210
210
  * Sends a token of any type from this wallet to a recipient
211
211
  */
212
212
  declare const walletsSendTokenControllerSendToken2: <ThrowOnError extends boolean = false>(options: Options<WalletsSendTokenControllerSendToken2Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<WalletsV1Alpha2TransactionResponseDto, unknown, ThrowOnError>;
@@ -206,7 +206,7 @@ declare const walletsV1ControllerGetWalletByLocator5: <ThrowOnError extends bool
206
206
  */
207
207
  declare const walletsV1ControllerCreateWallet5: <ThrowOnError extends boolean = false>(options: Options<WalletsV1ControllerCreateWallet5Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<WalletV1Alpha2ResponseDto, WalletV1Alpha2ErrorDto, ThrowOnError>;
208
208
  /**
209
- * Send Token
209
+ * Transfer Token
210
210
  * Sends a token of any type from this wallet to a recipient
211
211
  */
212
212
  declare const walletsSendTokenControllerSendToken2: <ThrowOnError extends boolean = false>(options: Options<WalletsSendTokenControllerSendToken2Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<WalletsV1Alpha2TransactionResponseDto, unknown, ThrowOnError>;
@@ -1 +1 @@
1
- import{A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}from"../../chunk-3J4NDFR5.js";import"../../chunk-5M7IRODB.js";import"../../chunk-22GIA4MK.js";export{x as balanceControllerFundWallet2,w as balanceControllerGetBalanceForLocator2,v as fetchContentFromWallet,B as walletsSendTokenControllerSendToken2,S as walletsV1ControllerCreateDelegatedSigner4,q as walletsV1ControllerCreateDelegatedSigner5,H as walletsV1ControllerCreateMeDelegatedSigner4,f as walletsV1ControllerCreateMeDelegatedSigner5,K as walletsV1ControllerCreateMeSignatureRequest4,i as walletsV1ControllerCreateMeSignatureRequest5,F as walletsV1ControllerCreateMeTransaction4,d as walletsV1ControllerCreateMeTransaction5,M as walletsV1ControllerCreateMeWallet4,k as walletsV1ControllerCreateMeWallet5,W as walletsV1ControllerCreateSignatureRequest4,u as walletsV1ControllerCreateSignatureRequest5,Q as walletsV1ControllerCreateTransaction4,o as walletsV1ControllerCreateTransaction5,Z as walletsV1ControllerCreateWallet4,A as walletsV1ControllerCreateWallet5,V as walletsV1ControllerGetAllSignatures4,t as walletsV1ControllerGetAllSignatures5,R as walletsV1ControllerGetDelegatedSigner4,p as walletsV1ControllerGetDelegatedSigner5,G as walletsV1ControllerGetMeDelegatedSigner4,e as walletsV1ControllerGetMeDelegatedSigner5,J as walletsV1ControllerGetMeSignature4,h as walletsV1ControllerGetMeSignature5,D as walletsV1ControllerGetMeTransaction4,b as walletsV1ControllerGetMeTransaction5,E as walletsV1ControllerGetMeTransactionsWithoutChain4,c as walletsV1ControllerGetMeTransactionsWithoutChain5,L as walletsV1ControllerGetMeWallet4,j as walletsV1ControllerGetMeWallet5,U as walletsV1ControllerGetSignature4,s as walletsV1ControllerGetSignature5,O as walletsV1ControllerGetTransaction4,m as walletsV1ControllerGetTransaction5,P as walletsV1ControllerGetTransactionsWithoutChain4,n as walletsV1ControllerGetTransactionsWithoutChain5,X as walletsV1ControllerGetWalletActivity4,y as walletsV1ControllerGetWalletActivity5,Y as walletsV1ControllerGetWalletByLocator4,z as walletsV1ControllerGetWalletByLocator5,N as walletsV1ControllerSubmitApprovals4,l as walletsV1ControllerSubmitApprovals5,C as walletsV1ControllerSubmitMeApprovals4,a as walletsV1ControllerSubmitMeApprovals5,I as walletsV1ControllerSubmitMeSignatureApprovals4,g as walletsV1ControllerSubmitMeSignatureApprovals5,T as walletsV1ControllerSubmitSignatureApprovals4,r as walletsV1ControllerSubmitSignatureApprovals5};
1
+ import{A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}from"../../chunk-SCSTKTGR.js";import"../../chunk-5M7IRODB.js";import"../../chunk-22GIA4MK.js";export{x as balanceControllerFundWallet2,w as balanceControllerGetBalanceForLocator2,v as fetchContentFromWallet,B as walletsSendTokenControllerSendToken2,S as walletsV1ControllerCreateDelegatedSigner4,q as walletsV1ControllerCreateDelegatedSigner5,H as walletsV1ControllerCreateMeDelegatedSigner4,f as walletsV1ControllerCreateMeDelegatedSigner5,K as walletsV1ControllerCreateMeSignatureRequest4,i as walletsV1ControllerCreateMeSignatureRequest5,F as walletsV1ControllerCreateMeTransaction4,d as walletsV1ControllerCreateMeTransaction5,M as walletsV1ControllerCreateMeWallet4,k as walletsV1ControllerCreateMeWallet5,W as walletsV1ControllerCreateSignatureRequest4,u as walletsV1ControllerCreateSignatureRequest5,Q as walletsV1ControllerCreateTransaction4,o as walletsV1ControllerCreateTransaction5,Z as walletsV1ControllerCreateWallet4,A as walletsV1ControllerCreateWallet5,V as walletsV1ControllerGetAllSignatures4,t as walletsV1ControllerGetAllSignatures5,R as walletsV1ControllerGetDelegatedSigner4,p as walletsV1ControllerGetDelegatedSigner5,G as walletsV1ControllerGetMeDelegatedSigner4,e as walletsV1ControllerGetMeDelegatedSigner5,J as walletsV1ControllerGetMeSignature4,h as walletsV1ControllerGetMeSignature5,D as walletsV1ControllerGetMeTransaction4,b as walletsV1ControllerGetMeTransaction5,E as walletsV1ControllerGetMeTransactionsWithoutChain4,c as walletsV1ControllerGetMeTransactionsWithoutChain5,L as walletsV1ControllerGetMeWallet4,j as walletsV1ControllerGetMeWallet5,U as walletsV1ControllerGetSignature4,s as walletsV1ControllerGetSignature5,O as walletsV1ControllerGetTransaction4,m as walletsV1ControllerGetTransaction5,P as walletsV1ControllerGetTransactionsWithoutChain4,n as walletsV1ControllerGetTransactionsWithoutChain5,X as walletsV1ControllerGetWalletActivity4,y as walletsV1ControllerGetWalletActivity5,Y as walletsV1ControllerGetWalletByLocator4,z as walletsV1ControllerGetWalletByLocator5,N as walletsV1ControllerSubmitApprovals4,l as walletsV1ControllerSubmitApprovals5,C as walletsV1ControllerSubmitMeApprovals4,a as walletsV1ControllerSubmitMeApprovals5,I as walletsV1ControllerSubmitMeSignatureApprovals4,g as walletsV1ControllerSubmitMeSignatureApprovals5,T as walletsV1ControllerSubmitSignatureApprovals4,r as walletsV1ControllerSubmitSignatureApprovals5};