viem 2.27.3 → 2.28.0-canary-20250422025603

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 (244) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/_cjs/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.js.map +1 -1
  3. package/_cjs/account-abstraction/accounts/implementations/toSimple7702SmartAccount.js +257 -0
  4. package/_cjs/account-abstraction/accounts/implementations/toSimple7702SmartAccount.js.map +1 -0
  5. package/_cjs/account-abstraction/accounts/implementations/toSoladySmartAccount.js.map +1 -1
  6. package/_cjs/account-abstraction/accounts/toSmartAccount.js +2 -2
  7. package/_cjs/account-abstraction/accounts/toSmartAccount.js.map +1 -1
  8. package/_cjs/account-abstraction/actions/bundler/estimateUserOperationGas.js +7 -1
  9. package/_cjs/account-abstraction/actions/bundler/estimateUserOperationGas.js.map +1 -1
  10. package/_cjs/account-abstraction/actions/bundler/prepareUserOperation.js +21 -1
  11. package/_cjs/account-abstraction/actions/bundler/prepareUserOperation.js.map +1 -1
  12. package/_cjs/account-abstraction/actions/bundler/sendUserOperation.js +2 -2
  13. package/_cjs/account-abstraction/actions/bundler/sendUserOperation.js.map +1 -1
  14. package/_cjs/account-abstraction/actions/paymaster/getPaymasterData.js.map +1 -1
  15. package/_cjs/account-abstraction/constants/abis.js +691 -1
  16. package/_cjs/account-abstraction/constants/abis.js.map +1 -1
  17. package/_cjs/account-abstraction/constants/address.js +2 -1
  18. package/_cjs/account-abstraction/constants/address.js.map +1 -1
  19. package/_cjs/account-abstraction/index.js +6 -2
  20. package/_cjs/account-abstraction/index.js.map +1 -1
  21. package/_cjs/account-abstraction/utils/formatters/userOperationRequest.js +19 -0
  22. package/_cjs/account-abstraction/utils/formatters/userOperationRequest.js.map +1 -1
  23. package/_cjs/account-abstraction/utils/userOperation/getInitCode.js +18 -0
  24. package/_cjs/account-abstraction/utils/userOperation/getInitCode.js.map +1 -0
  25. package/_cjs/account-abstraction/utils/userOperation/getUserOperationHash.js +30 -39
  26. package/_cjs/account-abstraction/utils/userOperation/getUserOperationHash.js.map +1 -1
  27. package/_cjs/account-abstraction/utils/userOperation/getUserOperationTypedData.js +31 -0
  28. package/_cjs/account-abstraction/utils/userOperation/getUserOperationTypedData.js.map +1 -0
  29. package/_cjs/account-abstraction/utils/userOperation/toPackedUserOperation.js +3 -2
  30. package/_cjs/account-abstraction/utils/userOperation/toPackedUserOperation.js.map +1 -1
  31. package/_cjs/actions/index.js +12 -1
  32. package/_cjs/actions/index.js.map +1 -1
  33. package/_cjs/{experimental/eip5792/actions → actions/wallet}/getCallsStatus.js +3 -3
  34. package/_cjs/actions/wallet/getCallsStatus.js.map +1 -0
  35. package/_cjs/{experimental/eip5792/actions → actions/wallet}/getCapabilities.js +1 -1
  36. package/{_esm/experimental/eip5792/actions → _cjs/actions/wallet}/getCapabilities.js.map +1 -1
  37. package/_cjs/{experimental/eip5792/actions → actions/wallet}/sendCalls.js +6 -6
  38. package/_cjs/actions/wallet/sendCalls.js.map +1 -0
  39. package/_cjs/actions/wallet/showCallsStatus.js.map +1 -0
  40. package/_cjs/{experimental/eip5792/actions → actions/wallet}/waitForCallsStatus.js +5 -5
  41. package/_cjs/actions/wallet/waitForCallsStatus.js.map +1 -0
  42. package/_cjs/clients/decorators/wallet.js +10 -0
  43. package/_cjs/clients/decorators/wallet.js.map +1 -1
  44. package/_cjs/constants/address.js +2 -1
  45. package/_cjs/constants/address.js.map +1 -1
  46. package/_cjs/errors/version.js +1 -1
  47. package/_cjs/errors/version.js.map +1 -1
  48. package/_cjs/experimental/eip5792/actions/writeContracts.js +1 -1
  49. package/_cjs/experimental/eip5792/actions/writeContracts.js.map +1 -1
  50. package/_cjs/experimental/eip5792/decorators/eip5792.js +5 -5
  51. package/_cjs/experimental/eip5792/decorators/eip5792.js.map +1 -1
  52. package/_cjs/experimental/index.js +6 -7
  53. package/_cjs/experimental/index.js.map +1 -1
  54. package/_cjs/index.js +11 -9
  55. package/_cjs/index.js.map +1 -1
  56. package/_esm/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.js.map +1 -1
  57. package/_esm/account-abstraction/accounts/implementations/toSimple7702SmartAccount.js +271 -0
  58. package/_esm/account-abstraction/accounts/implementations/toSimple7702SmartAccount.js.map +1 -0
  59. package/_esm/account-abstraction/accounts/implementations/toSoladySmartAccount.js.map +1 -1
  60. package/_esm/account-abstraction/accounts/toSmartAccount.js +2 -2
  61. package/_esm/account-abstraction/accounts/toSmartAccount.js.map +1 -1
  62. package/_esm/account-abstraction/actions/bundler/estimateUserOperationGas.js +7 -1
  63. package/_esm/account-abstraction/actions/bundler/estimateUserOperationGas.js.map +1 -1
  64. package/_esm/account-abstraction/actions/bundler/prepareUserOperation.js +21 -1
  65. package/_esm/account-abstraction/actions/bundler/prepareUserOperation.js.map +1 -1
  66. package/_esm/account-abstraction/actions/bundler/sendUserOperation.js +2 -2
  67. package/_esm/account-abstraction/actions/bundler/sendUserOperation.js.map +1 -1
  68. package/_esm/account-abstraction/actions/paymaster/getPaymasterData.js.map +1 -1
  69. package/_esm/account-abstraction/constants/abis.js +690 -0
  70. package/_esm/account-abstraction/constants/abis.js.map +1 -1
  71. package/_esm/account-abstraction/constants/address.js +1 -0
  72. package/_esm/account-abstraction/constants/address.js.map +1 -1
  73. package/_esm/account-abstraction/index.js +3 -2
  74. package/_esm/account-abstraction/index.js.map +1 -1
  75. package/_esm/account-abstraction/utils/formatters/userOperationRequest.js +19 -0
  76. package/_esm/account-abstraction/utils/formatters/userOperationRequest.js.map +1 -1
  77. package/_esm/account-abstraction/utils/userOperation/getInitCode.js +15 -0
  78. package/_esm/account-abstraction/utils/userOperation/getInitCode.js.map +1 -0
  79. package/_esm/account-abstraction/utils/userOperation/getUserOperationHash.js +30 -39
  80. package/_esm/account-abstraction/utils/userOperation/getUserOperationHash.js.map +1 -1
  81. package/_esm/account-abstraction/utils/userOperation/getUserOperationTypedData.js +28 -0
  82. package/_esm/account-abstraction/utils/userOperation/getUserOperationTypedData.js.map +1 -0
  83. package/_esm/account-abstraction/utils/userOperation/toPackedUserOperation.js +3 -2
  84. package/_esm/account-abstraction/utils/userOperation/toPackedUserOperation.js.map +1 -1
  85. package/_esm/actions/index.js +5 -0
  86. package/_esm/actions/index.js.map +1 -1
  87. package/_esm/{experimental/eip5792/actions → actions/wallet}/getCallsStatus.js +5 -5
  88. package/_esm/actions/wallet/getCallsStatus.js.map +1 -0
  89. package/_esm/{experimental/eip5792/actions → actions/wallet}/getCapabilities.js +3 -3
  90. package/_esm/actions/wallet/getCapabilities.js.map +1 -0
  91. package/_esm/{experimental/eip5792/actions → actions/wallet}/sendCalls.js +8 -8
  92. package/_esm/actions/wallet/sendCalls.js.map +1 -0
  93. package/_esm/{experimental/eip5792/actions → actions/wallet}/showCallsStatus.js +2 -2
  94. package/_esm/actions/wallet/showCallsStatus.js.map +1 -0
  95. package/_esm/{experimental/eip5792/actions → actions/wallet}/waitForCallsStatus.js +7 -7
  96. package/_esm/actions/wallet/waitForCallsStatus.js.map +1 -0
  97. package/_esm/clients/decorators/wallet.js +10 -0
  98. package/_esm/clients/decorators/wallet.js.map +1 -1
  99. package/_esm/constants/address.js +1 -0
  100. package/_esm/constants/address.js.map +1 -1
  101. package/_esm/errors/version.js +1 -1
  102. package/_esm/errors/version.js.map +1 -1
  103. package/_esm/experimental/eip5792/actions/writeContracts.js +2 -3
  104. package/_esm/experimental/eip5792/actions/writeContracts.js.map +1 -1
  105. package/_esm/experimental/eip5792/decorators/eip5792.js +6 -5
  106. package/_esm/experimental/eip5792/decorators/eip5792.js.map +1 -1
  107. package/_esm/experimental/index.js +21 -7
  108. package/_esm/experimental/index.js.map +1 -1
  109. package/_esm/index.js +1 -0
  110. package/_esm/index.js.map +1 -1
  111. package/_types/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.d.ts +1 -2
  112. package/_types/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.d.ts.map +1 -1
  113. package/_types/account-abstraction/accounts/implementations/toSimple7702SmartAccount.d.ts +311 -0
  114. package/_types/account-abstraction/accounts/implementations/toSimple7702SmartAccount.d.ts.map +1 -0
  115. package/_types/account-abstraction/accounts/implementations/toSoladySmartAccount.d.ts +1 -2
  116. package/_types/account-abstraction/accounts/implementations/toSoladySmartAccount.d.ts.map +1 -1
  117. package/_types/account-abstraction/accounts/types.d.ts +16 -3
  118. package/_types/account-abstraction/accounts/types.d.ts.map +1 -1
  119. package/_types/account-abstraction/actions/bundler/estimateUserOperationGas.d.ts.map +1 -1
  120. package/_types/account-abstraction/actions/bundler/prepareUserOperation.d.ts +23 -6
  121. package/_types/account-abstraction/actions/bundler/prepareUserOperation.d.ts.map +1 -1
  122. package/_types/account-abstraction/actions/paymaster/getPaymasterData.d.ts +1 -1
  123. package/_types/account-abstraction/actions/paymaster/getPaymasterData.d.ts.map +1 -1
  124. package/_types/account-abstraction/constants/abis.d.ts +830 -0
  125. package/_types/account-abstraction/constants/abis.d.ts.map +1 -1
  126. package/_types/account-abstraction/constants/address.d.ts +1 -0
  127. package/_types/account-abstraction/constants/address.d.ts.map +1 -1
  128. package/_types/account-abstraction/index.d.ts +3 -2
  129. package/_types/account-abstraction/index.d.ts.map +1 -1
  130. package/_types/account-abstraction/types/entryPointVersion.d.ts +1 -1
  131. package/_types/account-abstraction/types/entryPointVersion.d.ts.map +1 -1
  132. package/_types/account-abstraction/types/rpc.d.ts +6 -3
  133. package/_types/account-abstraction/types/rpc.d.ts.map +1 -1
  134. package/_types/account-abstraction/types/userOperation.d.ts +49 -5
  135. package/_types/account-abstraction/types/userOperation.d.ts.map +1 -1
  136. package/_types/account-abstraction/utils/formatters/userOperationRequest.d.ts.map +1 -1
  137. package/_types/account-abstraction/utils/userOperation/getInitCode.d.ts +3 -0
  138. package/_types/account-abstraction/utils/userOperation/getInitCode.d.ts.map +1 -0
  139. package/_types/account-abstraction/utils/userOperation/getUserOperationHash.d.ts.map +1 -1
  140. package/_types/account-abstraction/utils/userOperation/getUserOperationTypedData.d.ts +45 -0
  141. package/_types/account-abstraction/utils/userOperation/getUserOperationTypedData.d.ts.map +1 -0
  142. package/_types/account-abstraction/utils/userOperation/toPackedUserOperation.d.ts.map +1 -1
  143. package/_types/actions/index.d.ts +5 -0
  144. package/_types/actions/index.d.ts.map +1 -1
  145. package/_types/{experimental/eip5792/actions → actions/wallet}/getCallsStatus.d.ts +10 -10
  146. package/_types/actions/wallet/getCallsStatus.d.ts.map +1 -0
  147. package/_types/{experimental/eip5792/actions → actions/wallet}/getCapabilities.d.ts +9 -9
  148. package/_types/actions/wallet/getCapabilities.d.ts.map +1 -0
  149. package/_types/{experimental/eip5792/actions → actions/wallet}/sendCalls.d.ts +10 -10
  150. package/_types/actions/wallet/sendCalls.d.ts.map +1 -0
  151. package/_types/{experimental/eip5792/actions → actions/wallet}/showCallsStatus.d.ts +8 -8
  152. package/_types/actions/wallet/showCallsStatus.d.ts.map +1 -0
  153. package/_types/{experimental/eip5792/actions → actions/wallet}/waitForCallsStatus.d.ts +9 -9
  154. package/_types/actions/wallet/waitForCallsStatus.d.ts.map +1 -0
  155. package/_types/celo/chainConfig.d.ts +14 -14
  156. package/_types/celo/formatters.d.ts +7 -7
  157. package/_types/chains/definitions/abstract.d.ts +3 -3
  158. package/_types/chains/definitions/abstractTestnet.d.ts +3 -3
  159. package/_types/chains/definitions/celo.d.ts +14 -14
  160. package/_types/chains/definitions/celoAlfajores.d.ts +14 -14
  161. package/_types/chains/definitions/playfiAlbireo.d.ts +3 -3
  162. package/_types/chains/definitions/sophon.d.ts +3 -3
  163. package/_types/chains/definitions/sophonTestnet.d.ts +3 -3
  164. package/_types/chains/definitions/treasure.d.ts +3 -3
  165. package/_types/chains/definitions/treasureTopaz.d.ts +3 -3
  166. package/_types/chains/definitions/zksync.d.ts +3 -3
  167. package/_types/chains/definitions/zksyncInMemoryNode.d.ts +3 -3
  168. package/_types/chains/definitions/zksyncLocalCustomHyperchain.d.ts +3 -3
  169. package/_types/chains/definitions/zksyncLocalHyperchain.d.ts +3 -3
  170. package/_types/chains/definitions/zksyncLocalNode.d.ts +3 -3
  171. package/_types/chains/definitions/zksyncSepoliaTestnet.d.ts +3 -3
  172. package/_types/clients/decorators/wallet.d.ts +126 -0
  173. package/_types/clients/decorators/wallet.d.ts.map +1 -1
  174. package/_types/constants/address.d.ts +1 -0
  175. package/_types/constants/address.d.ts.map +1 -1
  176. package/_types/errors/version.d.ts +1 -1
  177. package/_types/errors/version.d.ts.map +1 -1
  178. package/_types/experimental/eip5792/actions/writeContracts.d.ts +1 -3
  179. package/_types/experimental/eip5792/actions/writeContracts.d.ts.map +1 -1
  180. package/_types/experimental/eip5792/decorators/eip5792.d.ts +5 -5
  181. package/_types/experimental/eip5792/decorators/eip5792.d.ts.map +1 -1
  182. package/_types/experimental/index.d.ts +63 -7
  183. package/_types/experimental/index.d.ts.map +1 -1
  184. package/_types/index.d.ts +6 -0
  185. package/_types/index.d.ts.map +1 -1
  186. package/_types/types/authorization.d.ts +1 -1
  187. package/_types/types/authorization.d.ts.map +1 -1
  188. package/_types/types/misc.d.ts +7 -7
  189. package/_types/types/misc.d.ts.map +1 -1
  190. package/_types/utils/formatters/transaction.d.ts +1 -1
  191. package/_types/utils/formatters/transactionRequest.d.ts +1 -1
  192. package/_types/zksync/chainConfig.d.ts +3 -3
  193. package/_types/zksync/formatters.d.ts +3 -3
  194. package/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.ts +1 -2
  195. package/account-abstraction/accounts/implementations/toSimple7702SmartAccount.ts +317 -0
  196. package/account-abstraction/accounts/implementations/toSoladySmartAccount.ts +1 -2
  197. package/account-abstraction/accounts/toSmartAccount.ts +2 -2
  198. package/account-abstraction/accounts/types.ts +26 -2
  199. package/account-abstraction/actions/bundler/estimateUserOperationGas.ts +8 -1
  200. package/account-abstraction/actions/bundler/prepareUserOperation.ts +56 -2
  201. package/account-abstraction/actions/bundler/sendUserOperation.ts +2 -2
  202. package/account-abstraction/actions/paymaster/getPaymasterData.ts +24 -0
  203. package/account-abstraction/constants/abis.ts +691 -0
  204. package/account-abstraction/constants/address.ts +2 -0
  205. package/account-abstraction/index.ts +12 -1
  206. package/account-abstraction/types/entryPointVersion.ts +1 -1
  207. package/account-abstraction/types/rpc.ts +6 -3
  208. package/account-abstraction/types/userOperation.ts +69 -3
  209. package/account-abstraction/utils/formatters/userOperationRequest.ts +21 -0
  210. package/account-abstraction/utils/userOperation/getInitCode.ts +21 -0
  211. package/account-abstraction/utils/userOperation/getUserOperationHash.ts +37 -50
  212. package/account-abstraction/utils/userOperation/getUserOperationTypedData.ts +42 -0
  213. package/account-abstraction/utils/userOperation/toPackedUserOperation.ts +2 -4
  214. package/actions/index.ts +31 -0
  215. package/{experimental/eip5792/actions → actions/wallet}/getCallsStatus.ts +13 -13
  216. package/{experimental/eip5792/actions → actions/wallet}/getCapabilities.ts +10 -10
  217. package/{experimental/eip5792/actions → actions/wallet}/sendCalls.ts +17 -17
  218. package/{experimental/eip5792/actions → actions/wallet}/showCallsStatus.ts +8 -8
  219. package/{experimental/eip5792/actions → actions/wallet}/waitForCallsStatus.ts +11 -11
  220. package/clients/decorators/wallet.ts +164 -0
  221. package/constants/address.ts +2 -0
  222. package/errors/version.ts +1 -1
  223. package/experimental/eip5792/actions/writeContracts.ts +8 -8
  224. package/experimental/eip5792/decorators/eip5792.ts +11 -9
  225. package/experimental/index.ts +33 -6
  226. package/index.ts +27 -0
  227. package/package.json +1 -1
  228. package/types/authorization.ts +1 -1
  229. package/types/misc.ts +7 -7
  230. package/_cjs/experimental/eip5792/actions/getCallsStatus.js.map +0 -1
  231. package/_cjs/experimental/eip5792/actions/getCapabilities.js.map +0 -1
  232. package/_cjs/experimental/eip5792/actions/sendCalls.js.map +0 -1
  233. package/_cjs/experimental/eip5792/actions/showCallsStatus.js.map +0 -1
  234. package/_cjs/experimental/eip5792/actions/waitForCallsStatus.js.map +0 -1
  235. package/_esm/experimental/eip5792/actions/getCallsStatus.js.map +0 -1
  236. package/_esm/experimental/eip5792/actions/sendCalls.js.map +0 -1
  237. package/_esm/experimental/eip5792/actions/showCallsStatus.js.map +0 -1
  238. package/_esm/experimental/eip5792/actions/waitForCallsStatus.js.map +0 -1
  239. package/_types/experimental/eip5792/actions/getCallsStatus.d.ts.map +0 -1
  240. package/_types/experimental/eip5792/actions/getCapabilities.d.ts.map +0 -1
  241. package/_types/experimental/eip5792/actions/sendCalls.d.ts.map +0 -1
  242. package/_types/experimental/eip5792/actions/showCallsStatus.d.ts.map +0 -1
  243. package/_types/experimental/eip5792/actions/waitForCallsStatus.d.ts.map +0 -1
  244. /package/_cjs/{experimental/eip5792/actions → actions/wallet}/showCallsStatus.js +0 -0
@@ -1,9 +1,9 @@
1
- import type { Client } from '../../../clients/createClient.js'
2
- import type { Transport } from '../../../clients/transports/createTransport.js'
3
- import type { ErrorType } from '../../../errors/utils.js'
4
- import type { Account } from '../../../types/account.js'
5
- import type { Chain } from '../../../types/chain.js'
6
- import type { RequestErrorType } from '../../../utils/buildRequest.js'
1
+ import type { Client } from '../../clients/createClient.js'
2
+ import type { Transport } from '../../clients/transports/createTransport.js'
3
+ import type { ErrorType } from '../../errors/utils.js'
4
+ import type { Account } from '../../types/account.js'
5
+ import type { Chain } from '../../types/chain.js'
6
+ import type { RequestErrorType } from '../../utils/buildRequest.js'
7
7
 
8
8
  export type ShowCallsStatusParameters = { id: string }
9
9
 
@@ -15,7 +15,7 @@ export type ShowCallsStatusErrorType = RequestErrorType | ErrorType
15
15
  * Requests for the wallet to show information about a call batch
16
16
  * that was sent via `sendCalls`.
17
17
  *
18
- * - Docs: https://viem.sh/experimental/eip5792/showCallsStatus
18
+ * - Docs: https://viem.sh/docs/actions/wallet/showCallsStatus
19
19
  * - JSON-RPC Methods: [`wallet_showCallsStatus`](https://eips.ethereum.org/EIPS/eip-5792)
20
20
  *
21
21
  * @param client - Client to use
@@ -24,7 +24,7 @@ export type ShowCallsStatusErrorType = RequestErrorType | ErrorType
24
24
  * @example
25
25
  * import { createWalletClient, custom } from 'viem'
26
26
  * import { mainnet } from 'viem/chains'
27
- * import { showCallsStatus } from 'viem/experimental'
27
+ * import { showCallsStatus } from 'viem/actions'
28
28
  *
29
29
  * const client = createWalletClient({
30
30
  * chain: mainnet,
@@ -1,12 +1,12 @@
1
- import type { Client } from '../../../clients/createClient.js'
2
- import type { Transport } from '../../../clients/transports/createTransport.js'
3
- import { BaseError } from '../../../errors/base.js'
4
- import type { ErrorType } from '../../../errors/utils.js'
5
- import type { Chain } from '../../../types/chain.js'
6
- import { type ObserveErrorType, observe } from '../../../utils/observe.js'
7
- import { type PollErrorType, poll } from '../../../utils/poll.js'
8
- import { withResolvers } from '../../../utils/promise/withResolvers.js'
9
- import { stringify } from '../../../utils/stringify.js'
1
+ import type { Client } from '../../clients/createClient.js'
2
+ import type { Transport } from '../../clients/transports/createTransport.js'
3
+ import { BaseError } from '../../errors/base.js'
4
+ import type { ErrorType } from '../../errors/utils.js'
5
+ import type { Chain } from '../../types/chain.js'
6
+ import { type ObserveErrorType, observe } from '../../utils/observe.js'
7
+ import { type PollErrorType, poll } from '../../utils/poll.js'
8
+ import { withResolvers } from '../../utils/promise/withResolvers.js'
9
+ import { stringify } from '../../utils/stringify.js'
10
10
  import {
11
11
  type GetCallsStatusErrorType,
12
12
  type GetCallsStatusReturnType,
@@ -50,7 +50,7 @@ export type WaitForCallsStatusErrorType =
50
50
  /**
51
51
  * Waits for the status & receipts of a call bundle that was sent via `sendCalls`.
52
52
  *
53
- * - Docs: https://viem.sh/experimental/eip5792/waitForCallsStatus
53
+ * - Docs: https://viem.sh/docs/actions/wallet/waitForCallsStatus
54
54
  * - JSON-RPC Methods: [`wallet_getCallsStatus`](https://eips.ethereum.org/EIPS/eip-5792)
55
55
  *
56
56
  * @param client - Client to use
@@ -60,7 +60,7 @@ export type WaitForCallsStatusErrorType =
60
60
  * @example
61
61
  * import { createWalletClient, custom } from 'viem'
62
62
  * import { mainnet } from 'viem/chains'
63
- * import { waitForCallsStatus } from 'viem/experimental'
63
+ * import { waitForCallsStatus } from 'viem/actions'
64
64
  *
65
65
  * const client = createWalletClient({
66
66
  * chain: mainnet,
@@ -18,6 +18,16 @@ import {
18
18
  type GetAddressesReturnType,
19
19
  getAddresses,
20
20
  } from '../../actions/wallet/getAddresses.js'
21
+ import {
22
+ type GetCallsStatusParameters,
23
+ type GetCallsStatusReturnType,
24
+ getCallsStatus,
25
+ } from '../../actions/wallet/getCallsStatus.js'
26
+ import {
27
+ type GetCapabilitiesParameters,
28
+ type GetCapabilitiesReturnType,
29
+ getCapabilities,
30
+ } from '../../actions/wallet/getCapabilities.js'
21
31
  import {
22
32
  type GetPermissionsReturnType,
23
33
  getPermissions,
@@ -42,6 +52,11 @@ import {
42
52
  type RequestPermissionsReturnType,
43
53
  requestPermissions,
44
54
  } from '../../actions/wallet/requestPermissions.js'
55
+ import {
56
+ type SendCallsParameters,
57
+ type SendCallsReturnType,
58
+ sendCalls,
59
+ } from '../../actions/wallet/sendCalls.js'
45
60
  import {
46
61
  type SendRawTransactionParameters,
47
62
  type SendRawTransactionReturnType,
@@ -53,6 +68,11 @@ import {
53
68
  type SendTransactionReturnType,
54
69
  sendTransaction,
55
70
  } from '../../actions/wallet/sendTransaction.js'
71
+ import {
72
+ type ShowCallsStatusParameters,
73
+ type ShowCallsStatusReturnType,
74
+ showCallsStatus,
75
+ } from '../../actions/wallet/showCallsStatus.js'
56
76
  import {
57
77
  type SignAuthorizationParameters,
58
78
  type SignAuthorizationReturnType,
@@ -78,6 +98,11 @@ import {
78
98
  type SwitchChainParameters,
79
99
  switchChain,
80
100
  } from '../../actions/wallet/switchChain.js'
101
+ import {
102
+ type WaitForCallsStatusParameters,
103
+ type WaitForCallsStatusReturnType,
104
+ waitForCallsStatus,
105
+ } from '../../actions/wallet/waitForCallsStatus.js'
81
106
  import {
82
107
  type WatchAssetParameters,
83
108
  type WatchAssetReturnType,
@@ -168,6 +193,54 @@ export type WalletActions<
168
193
  * const accounts = await client.getAddresses()
169
194
  */
170
195
  getAddresses: () => Promise<GetAddressesReturnType>
196
+ /**
197
+ * Returns the status of a call batch that was sent via `sendCalls`.
198
+ *
199
+ * - Docs: https://viem.sh/docs/actions/wallet/getCallsStatus
200
+ * - JSON-RPC Methods: [`wallet_getCallsStatus`](https://eips.ethereum.org/EIPS/eip-5792)
201
+ *
202
+ * @param client - Client to use
203
+ * @returns Status of the calls. {@link GetCallsStatusReturnType}
204
+ *
205
+ * @example
206
+ * import { createWalletClient, custom } from 'viem'
207
+ * import { mainnet } from 'viem/chains'
208
+ *
209
+ * const client = createWalletClient({
210
+ * chain: mainnet,
211
+ * transport: custom(window.ethereum),
212
+ * })
213
+ *
214
+ * const { receipts, status } = await client.getCallsStatus({ id: '0xdeadbeef' })
215
+ */
216
+ getCallsStatus: (
217
+ parameters: GetCallsStatusParameters,
218
+ ) => Promise<GetCallsStatusReturnType>
219
+ /**
220
+ * Extract capabilities that a connected wallet supports (e.g. paymasters, session keys, etc).
221
+ *
222
+ * - Docs: https://viem.sh/docs/actions/wallet/getCapabilities
223
+ * - JSON-RPC Methods: [`wallet_getCapabilities`](https://eips.ethereum.org/EIPS/eip-5792)
224
+ *
225
+ * @param client - Client to use
226
+ * @returns The wallet's capabilities. {@link GetCapabilitiesReturnType}
227
+ *
228
+ * @example
229
+ * import { createWalletClient, custom } from 'viem'
230
+ * import { mainnet } from 'viem/chains'
231
+ *
232
+ * const client = createWalletClient({
233
+ * chain: mainnet,
234
+ * transport: custom(window.ethereum),
235
+ * })
236
+ *
237
+ * const capabilities = await client.getCapabilities({
238
+ * account: '0xA0Cf798816D4b9b9866b5330EEa46a18382f251e',
239
+ * })
240
+ */
241
+ getCapabilities: (
242
+ parameters?: GetCapabilitiesParameters,
243
+ ) => Promise<GetCapabilitiesReturnType>
171
244
  /**
172
245
  * Returns the chain ID associated with the current network.
173
246
  *
@@ -360,6 +433,44 @@ export type WalletActions<
360
433
  requestPermissions: (
361
434
  args: RequestPermissionsParameters,
362
435
  ) => Promise<RequestPermissionsReturnType>
436
+ /**
437
+ * Requests the connected wallet to send a batch of calls.
438
+ *
439
+ * - Docs: https://viem.sh/docs/actions/wallet/sendCalls
440
+ * - JSON-RPC Methods: [`wallet_sendCalls`](https://eips.ethereum.org/EIPS/eip-5792)
441
+ *
442
+ * @param client - Client to use
443
+ * @returns Transaction identifier. {@link SendCallsReturnType}
444
+ *
445
+ * @example
446
+ * import { createWalletClient, custom } from 'viem'
447
+ * import { mainnet } from 'viem/chains'
448
+ *
449
+ * const client = createWalletClient({
450
+ * chain: mainnet,
451
+ * transport: custom(window.ethereum),
452
+ * })
453
+ *
454
+ * const id = await client.sendCalls({
455
+ * account: '0xA0Cf798816D4b9b9866b5330EEa46a18382f251e',
456
+ * calls: [
457
+ * {
458
+ * data: '0xdeadbeef',
459
+ * to: '0x70997970c51812dc3a010c7d01b50e0d17dc79c8',
460
+ * },
461
+ * {
462
+ * to: '0x70997970c51812dc3a010c7d01b50e0d17dc79c8',
463
+ * value: 69420n,
464
+ * },
465
+ * ],
466
+ * })
467
+ */
468
+ sendCalls: <
469
+ const calls extends readonly unknown[],
470
+ chainOverride extends Chain | undefined = undefined,
471
+ >(
472
+ parameters: SendCallsParameters<chain, account, chainOverride, calls>,
473
+ ) => Promise<SendCallsReturnType>
363
474
  /**
364
475
  * Sends a **signed** transaction to the network
365
476
  *
@@ -435,6 +546,30 @@ export type WalletActions<
435
546
  >(
436
547
  args: SendTransactionParameters<chain, account, chainOverride, request>,
437
548
  ) => Promise<SendTransactionReturnType>
549
+ /**
550
+ * Requests for the wallet to show information about a call batch
551
+ * that was sent via `sendCalls`.
552
+ *
553
+ * - Docs: https://viem.sh/docs/actions/wallet/showCallsStatus
554
+ * - JSON-RPC Methods: [`wallet_showCallsStatus`](https://eips.ethereum.org/EIPS/eip-5792)
555
+ *
556
+ * @param client - Client to use
557
+ * @returns Displays status of the calls in wallet. {@link ShowCallsStatusReturnType}
558
+ *
559
+ * @example
560
+ * import { createWalletClient, custom } from 'viem'
561
+ * import { mainnet } from 'viem/chains'
562
+ *
563
+ * const client = createWalletClient({
564
+ * chain: mainnet,
565
+ * transport: custom(window.ethereum),
566
+ * })
567
+ *
568
+ * await client.showCallsStatus({ id: '0xdeadbeef' })
569
+ */
570
+ showCallsStatus: (
571
+ parameters: ShowCallsStatusParameters,
572
+ ) => Promise<ShowCallsStatusReturnType>
438
573
  /**
439
574
  * Signs an [EIP-7702 Authorization](https://eips.ethereum.org/EIPS/eip-7702) object.
440
575
  *
@@ -699,6 +834,30 @@ export type WalletActions<
699
834
  * await client.switchChain({ id: optimism.id })
700
835
  */
701
836
  switchChain: (args: SwitchChainParameters) => Promise<void>
837
+ /**
838
+ * Waits for the status & receipts of a call bundle that was sent via `sendCalls`.
839
+ *
840
+ * - Docs: https://viem.sh/docs/actions/wallet/waitForCallsStatus
841
+ * - JSON-RPC Methods: [`wallet_getCallsStatus`](https://eips.ethereum.org/EIPS/eip-5792)
842
+ *
843
+ * @param client - Client to use
844
+ * @param parameters - {@link WaitForCallsStatusParameters}
845
+ * @returns Status & receipts of the call bundle. {@link WaitForCallsStatusReturnType}
846
+ *
847
+ * @example
848
+ * import { createWalletClient, custom } from 'viem'
849
+ * import { mainnet } from 'viem/chains'
850
+ *
851
+ * const client = createWalletClient({
852
+ * chain: mainnet,
853
+ * transport: custom(window.ethereum),
854
+ * })
855
+ *
856
+ * const { receipts, status } = await waitForCallsStatus(client, { id: '0xdeadbeef' })
857
+ */
858
+ waitForCallsStatus: (
859
+ parameters: WaitForCallsStatusParameters,
860
+ ) => Promise<WaitForCallsStatusReturnType>
702
861
  /**
703
862
  * Adds an EVM chain to the wallet.
704
863
  *
@@ -803,6 +962,8 @@ export function walletActions<
803
962
  addChain: (args) => addChain(client, args),
804
963
  deployContract: (args) => deployContract(client, args),
805
964
  getAddresses: () => getAddresses(client),
965
+ getCallsStatus: (args) => getCallsStatus(client, args),
966
+ getCapabilities: () => getCapabilities(client),
806
967
  getChainId: () => getChainId(client),
807
968
  getPermissions: () => getPermissions(client),
808
969
  prepareAuthorization: (args) => prepareAuthorization(client, args),
@@ -810,13 +971,16 @@ export function walletActions<
810
971
  prepareTransactionRequest(client as any, args as any) as any,
811
972
  requestAddresses: () => requestAddresses(client),
812
973
  requestPermissions: (args) => requestPermissions(client, args),
974
+ sendCalls: (args) => sendCalls(client, args),
813
975
  sendRawTransaction: (args) => sendRawTransaction(client, args),
814
976
  sendTransaction: (args) => sendTransaction(client, args),
977
+ showCallsStatus: (args) => showCallsStatus(client, args),
815
978
  signAuthorization: (args) => signAuthorization(client, args),
816
979
  signMessage: (args) => signMessage(client, args),
817
980
  signTransaction: (args) => signTransaction(client, args),
818
981
  signTypedData: (args) => signTypedData(client, args),
819
982
  switchChain: (args) => switchChain(client, args),
983
+ waitForCallsStatus: (args) => waitForCallsStatus(client, args),
820
984
  watchAsset: (args) => watchAsset(client, args),
821
985
  writeContract: (args) => writeContract(client, args as any),
822
986
  }
@@ -2,6 +2,8 @@ export const entryPoint06Address =
2
2
  '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789' as const
3
3
  export const entryPoint07Address =
4
4
  '0x0000000071727De22E5E9d8BAf0edAc6f37da032' as const
5
+ export const entryPoint08Address =
6
+ '0x4337084D9E255Ff0702461CF8895CE9E3b5Ff108' as const
5
7
 
6
8
  export const ethAddress = '0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee' as const
7
9
 
package/errors/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '2.27.3'
1
+ export const version = '2.28.0-canary-20250422025603'
@@ -1,5 +1,13 @@
1
+ // TODO(v3): Remove this.
2
+
1
3
  import type { Abi, AbiStateMutability, Address, Narrow } from 'abitype'
2
4
 
5
+ import {
6
+ type SendCallsErrorType,
7
+ type SendCallsParameters,
8
+ type SendCallsReturnType,
9
+ sendCalls,
10
+ } from '../../../actions/wallet/sendCalls.js'
3
11
  import type { Client } from '../../../clients/createClient.js'
4
12
  import type { Transport } from '../../../clients/transports/createTransport.js'
5
13
  import type { ErrorType } from '../../../errors/utils.js'
@@ -18,12 +26,6 @@ import {
18
26
  encodeFunctionData,
19
27
  } from '../../../utils/abi/encodeFunctionData.js'
20
28
  import { getAction } from '../../../utils/getAction.js'
21
- import {
22
- type SendCallsErrorType,
23
- type SendCallsParameters,
24
- type SendCallsReturnType,
25
- sendCalls,
26
- } from './sendCalls.js'
27
29
 
28
30
  export type WriteContractsParameters<
29
31
  contracts extends
@@ -50,8 +52,6 @@ export type WriteContractsErrorType =
50
52
  | ErrorType
51
53
 
52
54
  /**
53
- * @deprecated Use {@link sendCalls} instead. See https://viem.sh/experimental/eip5792/sendCalls#contract-calls.
54
- *
55
55
  * Requests for the wallet to sign and broadcast a batch of write contract calls (transactions) to the network.
56
56
  *
57
57
  * - Docs: https://viem.sh/experimental/eip5792/writeContracts
@@ -1,32 +1,34 @@
1
- import type { Client } from '../../../clients/createClient.js'
2
- import type { Transport } from '../../../clients/transports/createTransport.js'
3
- import type { Account } from '../../../types/account.js'
4
- import type { Chain } from '../../../types/chain.js'
1
+ // TODO(v3): Remove this.
2
+
5
3
  import {
6
4
  type GetCallsStatusParameters,
7
5
  type GetCallsStatusReturnType,
8
6
  getCallsStatus,
9
- } from '../actions/getCallsStatus.js'
7
+ } from '../../../actions/wallet/getCallsStatus.js'
10
8
  import {
11
9
  type GetCapabilitiesParameters,
12
10
  type GetCapabilitiesReturnType,
13
11
  getCapabilities,
14
- } from '../actions/getCapabilities.js'
12
+ } from '../../../actions/wallet/getCapabilities.js'
15
13
  import {
16
14
  type SendCallsParameters,
17
15
  type SendCallsReturnType,
18
16
  sendCalls,
19
- } from '../actions/sendCalls.js'
17
+ } from '../../../actions/wallet/sendCalls.js'
20
18
  import {
21
19
  type ShowCallsStatusParameters,
22
20
  type ShowCallsStatusReturnType,
23
21
  showCallsStatus,
24
- } from '../actions/showCallsStatus.js'
22
+ } from '../../../actions/wallet/showCallsStatus.js'
25
23
  import {
26
24
  type WaitForCallsStatusParameters,
27
25
  type WaitForCallsStatusReturnType,
28
26
  waitForCallsStatus,
29
- } from '../actions/waitForCallsStatus.js'
27
+ } from '../../../actions/wallet/waitForCallsStatus.js'
28
+ import type { Client } from '../../../clients/createClient.js'
29
+ import type { Transport } from '../../../clients/transports/createTransport.js'
30
+ import type { Account } from '../../../types/account.js'
31
+ import type { Chain } from '../../../types/chain.js'
30
32
  import {
31
33
  type WriteContractsParameters,
32
34
  type WriteContractsReturnType,
@@ -1,45 +1,72 @@
1
1
  // biome-ignore lint/performance/noBarrelFile: entrypoint module
2
2
  export {
3
+ /** @deprecated This is no longer experimental – use `import type { GetCapabilitiesParameters } from 'viem/actions'` instead. */
3
4
  type GetCapabilitiesParameters,
5
+ /** @deprecated This is no longer experimental – use `import type { GetCapabilitiesErrorType } from 'viem/actions'` instead. */
4
6
  type GetCapabilitiesErrorType,
7
+ /** @deprecated This is no longer experimental – use `import type { GetCapabilitiesReturnType } from 'viem/actions'` instead. */
5
8
  type GetCapabilitiesReturnType,
9
+ /** @deprecated This is no longer experimental – use `import { getCapabilities } from 'viem/actions'` instead. */
6
10
  getCapabilities,
7
- } from './eip5792/actions/getCapabilities.js'
11
+ } from '../actions/wallet/getCapabilities.js'
8
12
  export {
13
+ /** @deprecated This is no longer experimental – use `import type { SendCallsErrorType } from 'viem/actions'` instead. */
9
14
  type SendCallsErrorType,
15
+ /** @deprecated This is no longer experimental – use `import type { SendCallsParameters } from 'viem/actions'` instead. */
10
16
  type SendCallsParameters,
17
+ /** @deprecated This is no longer experimental – use `import type { SendCallsReturnType } from 'viem/actions'` instead. */
11
18
  type SendCallsReturnType,
19
+ /** @deprecated This is no longer experimental – use `import { sendCalls } from 'viem/actions'` instead. */
12
20
  sendCalls,
13
- } from './eip5792/actions/sendCalls.js'
21
+ } from '../actions/wallet/sendCalls.js'
14
22
  export {
23
+ /** @deprecated This is no longer experimental – use `import type { GetCallsStatusErrorType } from 'viem/actions'` instead. */
15
24
  type GetCallsStatusErrorType,
25
+ /** @deprecated This is no longer experimental – use `import type { GetCallsStatusParameters } from 'viem/actions'` instead. */
16
26
  type GetCallsStatusParameters,
27
+ /** @deprecated This is no longer experimental – use `import type { GetCallsStatusReturnType } from 'viem/actions'` instead. */
17
28
  type GetCallsStatusReturnType,
29
+ /** @deprecated This is no longer experimental – use `import { getCallsStatus } from 'viem/actions'` instead. */
18
30
  getCallsStatus,
19
- } from './eip5792/actions/getCallsStatus.js'
31
+ } from '../actions/wallet/getCallsStatus.js'
20
32
  export {
33
+ /** @deprecated This is no longer experimental – use `import type { ShowCallsStatusErrorType } from 'viem/actions'` instead. */
21
34
  type ShowCallsStatusErrorType,
35
+ /** @deprecated This is no longer experimental – use `import type { ShowCallsStatusParameters } from 'viem/actions'` instead. */
22
36
  type ShowCallsStatusParameters,
37
+ /** @deprecated This is no longer experimental – use `import type { ShowCallsStatusReturnType } from 'viem/actions'` instead. */
23
38
  type ShowCallsStatusReturnType,
39
+ /** @deprecated This is no longer experimental – use `import { showCallsStatus } from 'viem/actions'` instead. */
24
40
  showCallsStatus,
25
- } from './eip5792/actions/showCallsStatus.js'
41
+ } from '../actions/wallet/showCallsStatus.js'
26
42
  export {
43
+ /** @deprecated This is no longer experimental – use `import type { WaitForCallsStatusErrorType } from 'viem/actions'` instead. */
27
44
  type WaitForCallsStatusErrorType,
45
+ /** @deprecated This is no longer experimental – use `import type { WaitForCallsStatusParameters } from 'viem/actions'` instead. */
28
46
  type WaitForCallsStatusParameters,
47
+ /** @deprecated This is no longer experimental – use `import type { WaitForCallsStatusReturnType } from 'viem/actions'` instead. */
29
48
  type WaitForCallsStatusReturnType,
49
+ /** @deprecated This is no longer experimental – use `import type { WaitForCallsStatusTimeoutErrorType } from 'viem/actions'` instead. */
30
50
  type WaitForCallsStatusTimeoutErrorType,
31
- WaitForCallsStatusTimeoutError,
51
+ /** @deprecated This is no longer experimental – use `import { waitForCallsStatus } from 'viem/actions'` instead. */
32
52
  waitForCallsStatus,
33
- } from './eip5792/actions/waitForCallsStatus.js'
53
+ } from '../actions/wallet/waitForCallsStatus.js'
34
54
  export {
55
+ /** @deprecated Use `SendCallsErrorType` instead. */
35
56
  type WriteContractsErrorType,
57
+ /** @deprecated Use `SendCallsParameters` instead. */
36
58
  type WriteContractsParameters,
59
+ /** @deprecated Use `SendCallsReturnType` instead. */
37
60
  type WriteContractsReturnType,
61
+ /** @deprecated */
38
62
  type WriteContractFunctionParameters,
63
+ /** @deprecated Use `sendCalls` instead. */
39
64
  writeContracts,
40
65
  } from './eip5792/actions/writeContracts.js'
41
66
  export {
67
+ /** @deprecated This is no longer experimental – use `import type { WalletActions } from 'viem'` instead. */
42
68
  type Eip5792Actions,
69
+ /** @deprecated This is no longer experimental – use `import { createWalletClient } from 'viem'` or `import { walletActions } from 'viem'` instead. */
43
70
  eip5792Actions,
44
71
  } from './eip5792/decorators/eip5792.js'
45
72
 
package/index.ts CHANGED
@@ -378,6 +378,33 @@ export type {
378
378
  PrepareTransactionRequestRequest,
379
379
  PrepareTransactionRequestReturnType,
380
380
  } from './actions/wallet/prepareTransactionRequest.js'
381
+ export type {
382
+ GetCapabilitiesParameters,
383
+ GetCapabilitiesErrorType,
384
+ GetCapabilitiesReturnType,
385
+ } from './actions/wallet/getCapabilities.js'
386
+ export type {
387
+ SendCallsErrorType,
388
+ SendCallsParameters,
389
+ SendCallsReturnType,
390
+ } from './actions/wallet/sendCalls.js'
391
+ export type {
392
+ GetCallsStatusErrorType,
393
+ GetCallsStatusParameters,
394
+ GetCallsStatusReturnType,
395
+ } from './actions/wallet/getCallsStatus.js'
396
+ export type {
397
+ ShowCallsStatusErrorType,
398
+ ShowCallsStatusParameters,
399
+ ShowCallsStatusReturnType,
400
+ } from './actions/wallet/showCallsStatus.js'
401
+ export { WaitForCallsStatusTimeoutError } from './actions/wallet/waitForCallsStatus.js'
402
+ export type {
403
+ WaitForCallsStatusErrorType,
404
+ WaitForCallsStatusParameters,
405
+ WaitForCallsStatusReturnType,
406
+ WaitForCallsStatusTimeoutErrorType,
407
+ } from './actions/wallet/waitForCallsStatus.js'
381
408
  export type {
382
409
  SendUnsignedTransactionErrorType,
383
410
  SendUnsignedTransactionParameters,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "viem",
3
3
  "description": "TypeScript Interface for Ethereum",
4
- "version": "2.27.3",
4
+ "version": "2.28.0-canary-20250422025603",
5
5
  "main": "./_cjs/index.js",
6
6
  "module": "./_esm/index.js",
7
7
  "types": "./_types/index.d.ts",
@@ -9,7 +9,7 @@ export type Authorization<uint32 = number, signed extends boolean = false> = {
9
9
  chainId: uint32
10
10
  /** Nonce of the EOA to delegate to. */
11
11
  nonce: uint32
12
- } & (signed extends true ? Signature : ExactPartial<Signature>)
12
+ } & (signed extends true ? Signature<uint32> : ExactPartial<Signature<uint32>>)
13
13
 
14
14
  export type AuthorizationList<
15
15
  uint32 = number,
package/types/misc.ts CHANGED
@@ -10,26 +10,26 @@ export type SignableMessage =
10
10
  /** Raw data representation of the message. */
11
11
  raw: Hex | ByteArray
12
12
  }
13
- export type SignatureLegacy = {
13
+ export type SignatureLegacy<bigintType = bigint> = {
14
14
  r: Hex
15
15
  s: Hex
16
- v: bigint
16
+ v: bigintType
17
17
  }
18
- export type Signature = OneOf<
18
+ export type Signature<numberType = number, bigintType = bigint> = OneOf<
19
19
  | SignatureLegacy
20
20
  | {
21
21
  r: Hex
22
22
  s: Hex
23
23
  /** @deprecated use `yParity`. */
24
- v: bigint
25
- yParity?: number | undefined
24
+ v: bigintType
25
+ yParity?: numberType | undefined
26
26
  }
27
27
  | {
28
28
  r: Hex
29
29
  s: Hex
30
30
  /** @deprecated use `yParity`. */
31
- v?: bigint | undefined
32
- yParity: number
31
+ v?: bigintType | undefined
32
+ yParity: numberType
33
33
  }
34
34
  >
35
35
  export type CompactSignature = {
@@ -1 +0,0 @@
1
- {"version":3,"file":"getCallsStatus.js","sourceRoot":"","sources":["../../../../experimental/eip5792/actions/getCallsStatus.ts"],"names":[],"mappings":";;AAqDA,wCA+CC;AAzFD,mEAA6E;AAC7E,2FAAiF;AAyC1E,KAAK,UAAU,cAAc,CAIlC,MAAyC,EACzC,UAAoC;IAEpC,MAAM,EACJ,MAAM,GAAG,KAAK,EACd,OAAO,EACP,QAAQ,EACR,OAAO,GAAG,KAAK,EACf,GAAG,QAAQ,EACZ,GAAG,MAAM,MAAM,CAAC,OAAO,CAAC;QACvB,MAAM,EAAE,uBAAuB;QAC/B,MAAM,EAAE,CAAC,UAAU,CAAC,EAAE,CAAC;KACxB,CAAC,CAAA;IACF,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,GAAG,CAAC,GAAG,EAAE;QACjC,MAAM,UAAU,GAAG,QAAQ,CAAC,MAAM,CAAA;QAClC,IAAI,UAAU,IAAI,GAAG,IAAI,UAAU,GAAG,GAAG;YACvC,OAAO,CAAC,SAAS,EAAE,UAAU,CAAU,CAAA;QACzC,IAAI,UAAU,IAAI,GAAG,IAAI,UAAU,GAAG,GAAG;YACvC,OAAO,CAAC,SAAS,EAAE,UAAU,CAAU,CAAA;QACzC,IAAI,UAAU,IAAI,GAAG,IAAI,UAAU,GAAG,GAAG;YACvC,OAAO,CAAC,SAAS,EAAE,UAAU,CAAU,CAAA;QAEzC,IAAI,UAAU,KAAK,WAAW;YAAE,OAAO,CAAC,SAAS,EAAE,GAAG,CAAU,CAAA;QAEhE,IAAI,UAAU,KAAK,SAAS;YAAE,OAAO,CAAC,SAAS,EAAE,GAAG,CAAU,CAAA;QAC9D,OAAO,CAAC,SAAS,EAAE,UAAU,CAAC,CAAA;IAChC,CAAC,CAAC,EAAE,CAAA;IACJ,OAAO;QACL,GAAG,QAAQ;QACX,MAAM;QAEN,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,IAAA,wBAAW,EAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS;QACnD,QAAQ,EACN,QAAQ,EAAE,GAAG,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC;YAC1B,GAAG,OAAO;YACV,WAAW,EAAE,IAAA,wBAAW,EAAC,OAAO,CAAC,WAAW,CAAC;YAC7C,OAAO,EAAE,IAAA,wBAAW,EAAC,OAAO,CAAC,OAAO,CAAC;YACrC,MAAM,EAAE,uCAAe,CAAC,OAAO,CAAC,MAAuB,CAAC;SACzD,CAAC,CAAC,IAAI,EAAE;QACX,UAAU;QACV,MAAM;QACN,OAAO;KACR,CAAA;AACH,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getCapabilities.js","sourceRoot":"","sources":["../../../../experimental/eip5792/actions/getCapabilities.ts"],"names":[],"mappings":";;AAmDA,0CAwBC;AAzED,6EAAsE;AAiD/D,KAAK,UAAU,eAAe,CAGnC,MAAyB,EACzB,aAAiD,EAAE;IAEnD,MAAM,EAAE,OAAO,GAAG,MAAM,CAAC,OAAO,EAAE,OAAO,EAAE,GAAG,UAAU,CAAA;IAExD,MAAM,QAAQ,GAAG,OAAO,CAAC,CAAC,CAAC,IAAA,8BAAY,EAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAA;IAE5D,MAAM,gBAAgB,GAAG,MAAM,MAAM,CAAC,OAAO,CAAC;QAC5C,MAAM,EAAE,wBAAwB;QAChC,MAAM,EAAE,CAAC,QAAQ,EAAE,OAAO,CAAC;KAC5B,CAAC,CAAA;IAEF,MAAM,YAAY,GAAG,EAGpB,CAAA;IACD,KAAK,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,gBAAgB,CAAC;QACzD,YAAY,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,GAAG,KAAK,CAAA;IACnC,OAAO,CACL,OAAO,OAAO,KAAK,QAAQ,CAAC,CAAC,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,YAAY,CAC1D,CAAA;AACZ,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"sendCalls.js","sourceRoot":"","sources":["../../../../experimental/eip5792/actions/sendCalls.ts"],"names":[],"mappings":";;AA0EA,8BAqEC;AA9ID,6EAAsE;AAGtE,2DAAiE;AAUjE,oFAA6E;AAE7E,+DAA8D;AAC9D,yFAAkF;AAyD3E,KAAK,UAAU,SAAS,CAM7B,MAAyC,EACzC,UAAqE;IAErE,MAAM,EACJ,OAAO,EAAE,QAAQ,GAAG,MAAM,CAAC,OAAO,EAClC,YAAY,EACZ,KAAK,GAAG,MAAM,CAAC,KAAK,EACpB,WAAW,GAAG,KAAK,EACnB,EAAE,EACF,OAAO,GAAG,KAAK,GAChB,GAAG,UAAU,CAAA;IAEd,IAAI,OAAO,QAAQ,KAAK,WAAW;QACjC,MAAM,IAAI,iCAAoB,CAAC;YAC7B,QAAQ,EAAE,iCAAiC;SAC5C,CAAC,CAAA;IACJ,MAAM,OAAO,GAAG,QAAQ,CAAC,CAAC,CAAC,IAAA,8BAAY,EAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAA;IAExD,MAAM,KAAK,GAAG,UAAU,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,KAAc,EAAE,EAAE;QACpD,MAAM,IAAI,GAAG,KAAa,CAAA;QAE1B,MAAM,IAAI,GAAG,IAAI,CAAC,GAAG;YACnB,CAAC,CAAC,IAAA,0CAAkB,EAAC;gBACjB,GAAG,EAAE,IAAI,CAAC,GAAG;gBACb,YAAY,EAAE,IAAI,CAAC,YAAY;gBAC/B,IAAI,EAAE,IAAI,CAAC,IAAI;aAChB,CAAC;YACJ,CAAC,CAAC,IAAI,CAAC,IAAI,CAAA;QAEb,OAAO;YACL,IAAI;YACJ,EAAE,EAAE,IAAI,CAAC,EAAE;YACX,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,IAAA,sBAAW,EAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS;SACxD,CAAA;IACH,CAAC,CAAC,CAAA;IAEF,IAAI,CAAC;QACH,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,OAAO,CACnC;YACE,MAAM,EAAE,kBAAkB;YAC1B,MAAM,EAAE;gBACN;oBACE,cAAc,EAAE,WAAW;oBAC3B,KAAK;oBACL,YAAY;oBACZ,OAAO,EAAE,IAAA,sBAAW,EAAC,KAAM,CAAC,EAAE,CAAC;oBAC/B,IAAI,EAAE,OAAO,EAAE,OAAO;oBACtB,EAAE;oBACF,OAAO;iBACR;aACF;SACF,EACD,EAAE,UAAU,EAAE,CAAC,EAAE,CAClB,CAAA;QACD,IAAI,OAAO,QAAQ,KAAK,QAAQ;YAAE,OAAO,EAAE,EAAE,EAAE,QAAQ,EAAE,CAAA;QACzD,OAAO,QAAQ,CAAA;IACjB,CAAC;IAAC,OAAO,GAAG,EAAE,CAAC;QACb,MAAM,IAAA,4CAAmB,EAAC,GAAgB,EAAE;YAC1C,GAAG,UAAU;YACb,OAAO;YACP,KAAK,EAAE,UAAU,CAAC,KAAM;SACzB,CAAC,CAAA;IACJ,CAAC;AACH,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"showCallsStatus.js","sourceRoot":"","sources":["../../../../experimental/eip5792/actions/showCallsStatus.ts"],"names":[],"mappings":";;AAkCA,0CAaC;AAbM,KAAK,UAAU,eAAe,CAInC,MAAyC,EACzC,UAAqC;IAErC,MAAM,EAAE,EAAE,EAAE,GAAG,UAAU,CAAA;IACzB,MAAM,MAAM,CAAC,OAAO,CAAC;QACnB,MAAM,EAAE,wBAAwB;QAChC,MAAM,EAAE,CAAC,EAAE,CAAC;KACb,CAAC,CAAA;IACF,OAAM;AACR,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"waitForCallsStatus.js","sourceRoot":"","sources":["../../../../experimental/eip5792/actions/waitForCallsStatus.ts"],"names":[],"mappings":";;;AAuEA,gDAqDC;AA1HD,qDAAmD;AAGnD,0DAA0E;AAC1E,oDAAiE;AACjE,8EAAuE;AACvE,8DAAuD;AACvD,2DAI4B;AA0DrB,KAAK,UAAU,kBAAkB,CACtC,MAAgC,EAChC,UAAwC;IAExC,MAAM,EACJ,EAAE,EACF,eAAe,GAAG,MAAM,CAAC,eAAe,EACxC,MAAM,GAAG,CAAC,EAAE,UAAU,EAAE,EAAE,EAAE,CAAC,UAAU,IAAI,GAAG,EAC9C,OAAO,GAAG,MAAM,GACjB,GAAG,UAAU,CAAA;IACd,MAAM,UAAU,GAAG,IAAA,wBAAS,EAAC,CAAC,oBAAoB,EAAE,MAAM,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,CAAA;IAEpE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,GAChC,IAAA,gCAAa,GAAgC,CAAA;IAE/C,IAAI,KAAK,GAAsB,SAAS,CAAA;IAExC,MAAM,SAAS,GAAG,IAAA,oBAAO,EAAC,UAAU,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,CAAC,IAAI,EAAE,EAAE;QAClE,MAAM,MAAM,GAAG,IAAA,cAAI,EACjB,KAAK,IAAI,EAAE;YACT,MAAM,IAAI,GAAG,CAAC,EAAc,EAAE,EAAE;gBAC9B,YAAY,CAAC,KAAK,CAAC,CAAA;gBACnB,MAAM,EAAE,CAAA;gBACR,EAAE,EAAE,CAAA;gBACJ,SAAS,EAAE,CAAA;YACb,CAAC,CAAA;YAED,IAAI,CAAC;gBACH,MAAM,MAAM,GAAG,MAAM,IAAA,kCAAc,EAAC,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAA;gBACnD,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC;oBAAE,OAAM;gBAC3B,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAA;YAClC,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAA;YAChC,CAAC;QACH,CAAC,EACD;YACE,QAAQ,EAAE,eAAe;YACzB,WAAW,EAAE,IAAI;SAClB,CACF,CAAA;QAED,OAAO,MAAM,CAAA;IACf,CAAC,CAAC,CAAA;IAEF,KAAK,GAAG,OAAO;QACb,CAAC,CAAC,UAAU,CAAC,GAAG,EAAE;YACd,SAAS,EAAE,CAAA;YACX,YAAY,CAAC,KAAK,CAAC,CAAA;YACnB,MAAM,CAAC,IAAI,8BAA8B,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,CAAA;QACpD,CAAC,EAAE,OAAO,CAAC;QACb,CAAC,CAAC,SAAS,CAAA;IAEb,OAAO,MAAM,OAAO,CAAA;AACtB,CAAC;AAMD,MAAa,8BAA+B,SAAQ,mBAAS;IAC3D,YAAY,EAAE,EAAE,EAAkB;QAChC,KAAK,CACH,oDAAoD,EAAE,oBAAoB,EAC1E,EAAE,IAAI,EAAE,gCAAgC,EAAE,CAC3C,CAAA;IACH,CAAC;CACF;AAPD,wEAOC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getCallsStatus.js","sourceRoot":"","sources":["../../../../experimental/eip5792/actions/getCallsStatus.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,oCAAoC,CAAA;AAC7E,OAAO,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAA;AAqBjF;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,CAAC,KAAK,UAAU,cAAc,CAIlC,MAAyC,EACzC,UAAoC;IAEpC,MAAM,EACJ,MAAM,GAAG,KAAK,EACd,OAAO,EACP,QAAQ,EACR,OAAO,GAAG,KAAK,EACf,GAAG,QAAQ,EACZ,GAAG,MAAM,MAAM,CAAC,OAAO,CAAC;QACvB,MAAM,EAAE,uBAAuB;QAC/B,MAAM,EAAE,CAAC,UAAU,CAAC,EAAE,CAAC;KACxB,CAAC,CAAA;IACF,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,GAAG,CAAC,GAAG,EAAE;QACjC,MAAM,UAAU,GAAG,QAAQ,CAAC,MAAM,CAAA;QAClC,IAAI,UAAU,IAAI,GAAG,IAAI,UAAU,GAAG,GAAG;YACvC,OAAO,CAAC,SAAS,EAAE,UAAU,CAAU,CAAA;QACzC,IAAI,UAAU,IAAI,GAAG,IAAI,UAAU,GAAG,GAAG;YACvC,OAAO,CAAC,SAAS,EAAE,UAAU,CAAU,CAAA;QACzC,IAAI,UAAU,IAAI,GAAG,IAAI,UAAU,GAAG,GAAG;YACvC,OAAO,CAAC,SAAS,EAAE,UAAU,CAAU,CAAA;QACzC,gDAAgD;QAChD,IAAI,UAAU,KAAK,WAAW;YAAE,OAAO,CAAC,SAAS,EAAE,GAAG,CAAU,CAAA;QAChE,gDAAgD;QAChD,IAAI,UAAU,KAAK,SAAS;YAAE,OAAO,CAAC,SAAS,EAAE,GAAG,CAAU,CAAA;QAC9D,OAAO,CAAC,SAAS,EAAE,UAAU,CAAC,CAAA;IAChC,CAAC,CAAC,EAAE,CAAA;IACJ,OAAO;QACL,GAAG,QAAQ;QACX,MAAM;QACN,gDAAgD;QAChD,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS;QACnD,QAAQ,EACN,QAAQ,EAAE,GAAG,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC;YAC1B,GAAG,OAAO;YACV,WAAW,EAAE,WAAW,CAAC,OAAO,CAAC,WAAW,CAAC;YAC7C,OAAO,EAAE,WAAW,CAAC,OAAO,CAAC,OAAO,CAAC;YACrC,MAAM,EAAE,eAAe,CAAC,OAAO,CAAC,MAAuB,CAAC;SACzD,CAAC,CAAC,IAAI,EAAE;QACX,UAAU;QACV,MAAM;QACN,OAAO;KACR,CAAA;AACH,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"sendCalls.js","sourceRoot":"","sources":["../../../../experimental/eip5792/actions/sendCalls.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,yCAAyC,CAAA;AAGtE,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAA;AAUjE,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAA;AAE7E,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAC9D,OAAO,EAAE,mBAAmB,EAAE,MAAM,8CAA8C,CAAA;AAyBlF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,MAAM,CAAC,KAAK,UAAU,SAAS,CAM7B,MAAyC,EACzC,UAAqE;IAErE,MAAM,EACJ,OAAO,EAAE,QAAQ,GAAG,MAAM,CAAC,OAAO,EAClC,YAAY,EACZ,KAAK,GAAG,MAAM,CAAC,KAAK,EACpB,WAAW,GAAG,KAAK,EACnB,EAAE,EACF,OAAO,GAAG,KAAK,GAChB,GAAG,UAAU,CAAA;IAEd,IAAI,OAAO,QAAQ,KAAK,WAAW;QACjC,MAAM,IAAI,oBAAoB,CAAC;YAC7B,QAAQ,EAAE,iCAAiC;SAC5C,CAAC,CAAA;IACJ,MAAM,OAAO,GAAG,QAAQ,CAAC,CAAC,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAA;IAExD,MAAM,KAAK,GAAG,UAAU,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,KAAc,EAAE,EAAE;QACpD,MAAM,IAAI,GAAG,KAAa,CAAA;QAE1B,MAAM,IAAI,GAAG,IAAI,CAAC,GAAG;YACnB,CAAC,CAAC,kBAAkB,CAAC;gBACjB,GAAG,EAAE,IAAI,CAAC,GAAG;gBACb,YAAY,EAAE,IAAI,CAAC,YAAY;gBAC/B,IAAI,EAAE,IAAI,CAAC,IAAI;aAChB,CAAC;YACJ,CAAC,CAAC,IAAI,CAAC,IAAI,CAAA;QAEb,OAAO;YACL,IAAI;YACJ,EAAE,EAAE,IAAI,CAAC,EAAE;YACX,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,WAAW,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS;SACxD,CAAA;IACH,CAAC,CAAC,CAAA;IAEF,IAAI,CAAC;QACH,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,OAAO,CACnC;YACE,MAAM,EAAE,kBAAkB;YAC1B,MAAM,EAAE;gBACN;oBACE,cAAc,EAAE,WAAW;oBAC3B,KAAK;oBACL,YAAY;oBACZ,OAAO,EAAE,WAAW,CAAC,KAAM,CAAC,EAAE,CAAC;oBAC/B,IAAI,EAAE,OAAO,EAAE,OAAO;oBACtB,EAAE;oBACF,OAAO;iBACR;aACF;SACF,EACD,EAAE,UAAU,EAAE,CAAC,EAAE,CAClB,CAAA;QACD,IAAI,OAAO,QAAQ,KAAK,QAAQ;YAAE,OAAO,EAAE,EAAE,EAAE,QAAQ,EAAE,CAAA;QACzD,OAAO,QAAQ,CAAA;IACjB,CAAC;IAAC,OAAO,GAAG,EAAE,CAAC;QACb,MAAM,mBAAmB,CAAC,GAAgB,EAAE;YAC1C,GAAG,UAAU;YACb,OAAO;YACP,KAAK,EAAE,UAAU,CAAC,KAAM;SACzB,CAAC,CAAA;IACJ,CAAC;AACH,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"showCallsStatus.js","sourceRoot":"","sources":["../../../../experimental/eip5792/actions/showCallsStatus.ts"],"names":[],"mappings":"AAaA;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,CAAC,KAAK,UAAU,eAAe,CAInC,MAAyC,EACzC,UAAqC;IAErC,MAAM,EAAE,EAAE,EAAE,GAAG,UAAU,CAAA;IACzB,MAAM,MAAM,CAAC,OAAO,CAAC;QACnB,MAAM,EAAE,wBAAwB;QAChC,MAAM,EAAE,CAAC,EAAE,CAAC;KACb,CAAC,CAAA;IACF,OAAM;AACR,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"waitForCallsStatus.js","sourceRoot":"","sources":["../../../../experimental/eip5792/actions/waitForCallsStatus.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AAGnD,OAAO,EAAyB,OAAO,EAAE,MAAM,2BAA2B,CAAA;AAC1E,OAAO,EAAsB,IAAI,EAAE,MAAM,wBAAwB,CAAA;AACjE,OAAO,EAAE,aAAa,EAAE,MAAM,yCAAyC,CAAA;AACvE,OAAO,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAA;AACvD,OAAO,EAGL,cAAc,GACf,MAAM,qBAAqB,CAAA;AAoC5B;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAM,CAAC,KAAK,UAAU,kBAAkB,CACtC,MAAgC,EAChC,UAAwC;IAExC,MAAM,EACJ,EAAE,EACF,eAAe,GAAG,MAAM,CAAC,eAAe,EACxC,MAAM,GAAG,CAAC,EAAE,UAAU,EAAE,EAAE,EAAE,CAAC,UAAU,IAAI,GAAG,EAC9C,OAAO,GAAG,MAAM,GACjB,GAAG,UAAU,CAAA;IACd,MAAM,UAAU,GAAG,SAAS,CAAC,CAAC,oBAAoB,EAAE,MAAM,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,CAAA;IAEpE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,GAChC,aAAa,EAAgC,CAAA;IAE/C,IAAI,KAAK,GAAsB,SAAS,CAAA;IAExC,MAAM,SAAS,GAAG,OAAO,CAAC,UAAU,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,CAAC,IAAI,EAAE,EAAE;QAClE,MAAM,MAAM,GAAG,IAAI,CACjB,KAAK,IAAI,EAAE;YACT,MAAM,IAAI,GAAG,CAAC,EAAc,EAAE,EAAE;gBAC9B,YAAY,CAAC,KAAK,CAAC,CAAA;gBACnB,MAAM,EAAE,CAAA;gBACR,EAAE,EAAE,CAAA;gBACJ,SAAS,EAAE,CAAA;YACb,CAAC,CAAA;YAED,IAAI,CAAC;gBACH,MAAM,MAAM,GAAG,MAAM,cAAc,CAAC,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAA;gBACnD,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC;oBAAE,OAAM;gBAC3B,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAA;YAClC,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAA;YAChC,CAAC;QACH,CAAC,EACD;YACE,QAAQ,EAAE,eAAe;YACzB,WAAW,EAAE,IAAI;SAClB,CACF,CAAA;QAED,OAAO,MAAM,CAAA;IACf,CAAC,CAAC,CAAA;IAEF,KAAK,GAAG,OAAO;QACb,CAAC,CAAC,UAAU,CAAC,GAAG,EAAE;YACd,SAAS,EAAE,CAAA;YACX,YAAY,CAAC,KAAK,CAAC,CAAA;YACnB,MAAM,CAAC,IAAI,8BAA8B,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,CAAA;QACpD,CAAC,EAAE,OAAO,CAAC;QACb,CAAC,CAAC,SAAS,CAAA;IAEb,OAAO,MAAM,OAAO,CAAA;AACtB,CAAC;AAMD,MAAM,OAAO,8BAA+B,SAAQ,SAAS;IAC3D,YAAY,EAAE,EAAE,EAAkB;QAChC,KAAK,CACH,oDAAoD,EAAE,oBAAoB,EAC1E,EAAE,IAAI,EAAE,gCAAgC,EAAE,CAC3C,CAAA;IACH,CAAC;CACF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getCallsStatus.d.ts","sourceRoot":"","sources":["../../../../experimental/eip5792/actions/getCallsStatus.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kCAAkC,CAAA;AAC9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAA;AAC/E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAA;AACzD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAA;AACxD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,yBAAyB,CAAA;AACpD,OAAO,KAAK,EACV,kBAAkB,EAClB,8BAA8B,EAC/B,MAAM,2BAA2B,CAAA;AAClC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAA;AACvD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AAItE,MAAM,MAAM,wBAAwB,GAAG;IAAE,EAAE,EAAE,MAAM,CAAA;CAAE,CAAA;AAErD,MAAM,MAAM,wBAAwB,GAAG,QAAQ,CAC7C,IAAI,CACF,8BAA8B,CAC5B,kBAAkB,EAClB,MAAM,EACN,MAAM,EACN,SAAS,GAAG,UAAU,CACvB,EACD,QAAQ,CACT,GAAG;IACF,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,CAAA;CACtD,CACF,CAAA;AAED,MAAM,MAAM,uBAAuB,GAAG,gBAAgB,GAAG,SAAS,CAAA;AAElE;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAsB,cAAc,CAClC,KAAK,SAAS,KAAK,GAAG,SAAS,EAC/B,OAAO,SAAS,OAAO,GAAG,SAAS,GAAG,SAAS,EAE/C,MAAM,EAAE,MAAM,CAAC,SAAS,EAAE,KAAK,EAAE,OAAO,CAAC,EACzC,UAAU,EAAE,wBAAwB,GACnC,OAAO,CAAC,wBAAwB,CAAC,CAyCnC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getCapabilities.d.ts","sourceRoot":"","sources":["../../../../experimental/eip5792/actions/getCapabilities.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;AAGtC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kCAAkC,CAAA;AAC9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAA;AAC/E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAA;AACzD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAA;AACxD,OAAO,KAAK,EACV,kBAAkB,EAClB,wBAAwB,EACzB,MAAM,2BAA2B,CAAA;AAClC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAA;AACvD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AAEtE,MAAM,MAAM,yBAAyB,CACnC,OAAO,SAAS,MAAM,GAAG,SAAS,GAAG,SAAS,IAC5C;IACF,OAAO,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,SAAS,CAAA;IACvC,OAAO,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAAA;CACvC,CAAA;AAED,MAAM,MAAM,yBAAyB,CACnC,OAAO,SAAS,MAAM,GAAG,SAAS,GAAG,SAAS,IAC5C,QAAQ,CACV,OAAO,SAAS,MAAM,GAClB,kBAAkB,GAClB,wBAAwB,CAAC,kBAAkB,EAAE,MAAM,CAAC,CACzD,CAAA;AAED,MAAM,MAAM,wBAAwB,GAAG,gBAAgB,GAAG,SAAS,CAAA;AAEnE;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAsB,eAAe,CACnC,OAAO,SAAS,MAAM,GAAG,SAAS,GAAG,SAAS,EAE9C,MAAM,EAAE,MAAM,CAAC,SAAS,CAAC,EACzB,UAAU,GAAE,yBAAyB,CAAC,OAAO,CAAM,GAClD,OAAO,CAAC,yBAAyB,CAAC,OAAO,CAAC,CAAC,CAmB7C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"sendCalls.d.ts","sourceRoot":"","sources":["../../../../experimental/eip5792/actions/sendCalls.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAA;AAE9C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kCAAkC,CAAA;AAC9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAA;AAG/E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAA;AACzD,OAAO,KAAK,EAAE,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAA;AAC7E,OAAO,KAAK,EAAQ,KAAK,EAAE,MAAM,yBAAyB,CAAA;AAC1D,OAAO,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AACjE,OAAO,KAAK,EACV,kBAAkB,EAClB,yBAAyB,EAC1B,MAAM,2BAA2B,CAAA;AAElC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AAItE,MAAM,MAAM,mBAAmB,CAC7B,KAAK,SAAS,KAAK,GAAG,SAAS,GAAG,KAAK,GAAG,SAAS,EACnD,OAAO,SAAS,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,EACzD,aAAa,SAAS,KAAK,GAAG,SAAS,GAAG,KAAK,GAAG,SAAS,EAC3D,KAAK,SAAS,SAAS,OAAO,EAAE,GAAG,SAAS,OAAO,EAAE,EAErD,MAAM,SAAS,KAAK,GAAG,SAAS,GAAG,WAAW,CAAC,KAAK,EAAE,aAAa,CAAC,IAClE;IACF,KAAK,CAAC,EAAE,aAAa,GAAG,KAAK,GAAG,SAAS,CAAA;IACzC,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAA;IAC3B,YAAY,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAA;IAC7C,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IACjC,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IACvB,OAAO,CAAC,EAAE,yBAAyB,CAAC,MAAM,CAAC,CAAC,SAAS,CAAC,GAAG,SAAS,CAAA;CACnE,GAAG,mBAAmB,CAAC,OAAO,EAAE,OAAO,GAAG,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,CAAA;AAE/D,MAAM,MAAM,mBAAmB,GAAG;IAChC,YAAY,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAA;IAC7C,EAAE,EAAE,MAAM,CAAA;CACX,CAAA;AAED,MAAM,MAAM,kBAAkB,GAAG,gBAAgB,GAAG,SAAS,CAAA;AAE7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,wBAAsB,SAAS,CAC7B,KAAK,CAAC,KAAK,SAAS,SAAS,OAAO,EAAE,EACtC,KAAK,SAAS,KAAK,GAAG,SAAS,EAC/B,OAAO,SAAS,OAAO,GAAG,SAAS,GAAG,SAAS,EAC/C,aAAa,SAAS,KAAK,GAAG,SAAS,GAAG,SAAS,EAEnD,MAAM,EAAE,MAAM,CAAC,SAAS,EAAE,KAAK,EAAE,OAAO,CAAC,EACzC,UAAU,EAAE,mBAAmB,CAAC,KAAK,EAAE,OAAO,EAAE,aAAa,EAAE,KAAK,CAAC,GACpE,OAAO,CAAC,mBAAmB,CAAC,CA6D9B"}