@metamask-previews/keyring-api 11.0.0-22cd5fe → 11.0.0-b85bfaa

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 (332) hide show
  1. package/dist/{api/account.cjs → account.cjs} +3 -8
  2. package/dist/account.cjs.map +1 -0
  3. package/dist/{api/account.d.cts → account.d.cts} +1 -6
  4. package/dist/account.d.cts.map +1 -0
  5. package/dist/{api/account.d.mts → account.d.mts} +1 -6
  6. package/dist/account.d.mts.map +1 -0
  7. package/dist/{api/account.mjs → account.mjs} +3 -8
  8. package/dist/account.mjs.map +1 -0
  9. package/dist/balance.cjs +10 -0
  10. package/dist/balance.cjs.map +1 -0
  11. package/dist/balance.d.cts.map +1 -0
  12. package/dist/balance.d.mts.map +1 -0
  13. package/dist/{api/balance.mjs → balance.mjs} +1 -2
  14. package/dist/balance.mjs.map +1 -0
  15. package/dist/{api/caip.cjs → caip.cjs} +3 -3
  16. package/dist/{api/caip.cjs.map → caip.cjs.map} +1 -1
  17. package/dist/caip.d.cts.map +1 -0
  18. package/dist/caip.d.mts.map +1 -0
  19. package/dist/{api/caip.mjs → caip.mjs} +1 -1
  20. package/dist/{api/caip.mjs.map → caip.mjs.map} +1 -1
  21. package/dist/export.cjs.map +1 -0
  22. package/dist/export.d.cts.map +1 -0
  23. package/dist/export.d.mts.map +1 -0
  24. package/dist/export.mjs.map +1 -0
  25. package/dist/index.cjs +6 -12
  26. package/dist/index.cjs.map +1 -1
  27. package/dist/index.d.cts +7 -12
  28. package/dist/index.d.cts.map +1 -1
  29. package/dist/index.d.mts +7 -12
  30. package/dist/index.d.mts.map +1 -1
  31. package/dist/index.mjs +6 -12
  32. package/dist/index.mjs.map +1 -1
  33. package/dist/keyring.cjs +5 -0
  34. package/dist/keyring.cjs.map +1 -0
  35. package/dist/keyring.d.cts.map +1 -0
  36. package/dist/keyring.d.mts.map +1 -0
  37. package/dist/keyring.mjs +4 -0
  38. package/dist/keyring.mjs.map +1 -0
  39. package/dist/{api/request.cjs → request.cjs} +6 -7
  40. package/dist/request.cjs.map +1 -0
  41. package/dist/{api/request.d.cts → request.d.cts} +3 -3
  42. package/dist/request.d.cts.map +1 -0
  43. package/dist/{api/request.d.mts → request.d.mts} +3 -3
  44. package/dist/request.d.mts.map +1 -0
  45. package/dist/{api/request.mjs → request.mjs} +1 -2
  46. package/dist/request.mjs.map +1 -0
  47. package/dist/{api/response.cjs → response.cjs} +6 -6
  48. package/dist/{api/response.cjs.map → response.cjs.map} +1 -1
  49. package/dist/response.d.cts.map +1 -0
  50. package/dist/response.d.mts.map +1 -0
  51. package/dist/{api/response.mjs → response.mjs} +1 -1
  52. package/dist/{api/response.mjs.map → response.mjs.map} +1 -1
  53. package/package.json +9 -10
  54. package/dist/JsonRpcRequest.cjs +0 -13
  55. package/dist/JsonRpcRequest.cjs.map +0 -1
  56. package/dist/JsonRpcRequest.d.cts +0 -17
  57. package/dist/JsonRpcRequest.d.cts.map +0 -1
  58. package/dist/JsonRpcRequest.d.mts +0 -17
  59. package/dist/JsonRpcRequest.d.mts.map +0 -1
  60. package/dist/JsonRpcRequest.mjs +0 -10
  61. package/dist/JsonRpcRequest.mjs.map +0 -1
  62. package/dist/KeyringClient.cjs +0 -124
  63. package/dist/KeyringClient.cjs.map +0 -1
  64. package/dist/KeyringClient.d.cts +0 -29
  65. package/dist/KeyringClient.d.cts.map +0 -1
  66. package/dist/KeyringClient.d.mts +0 -29
  67. package/dist/KeyringClient.d.mts.map +0 -1
  68. package/dist/KeyringClient.mjs +0 -120
  69. package/dist/KeyringClient.mjs.map +0 -1
  70. package/dist/KeyringSnapRpcClient.cjs +0 -68
  71. package/dist/KeyringSnapRpcClient.cjs.map +0 -1
  72. package/dist/KeyringSnapRpcClient.d.cts +0 -40
  73. package/dist/KeyringSnapRpcClient.d.cts.map +0 -1
  74. package/dist/KeyringSnapRpcClient.d.mts +0 -40
  75. package/dist/KeyringSnapRpcClient.d.mts.map +0 -1
  76. package/dist/KeyringSnapRpcClient.mjs +0 -63
  77. package/dist/KeyringSnapRpcClient.mjs.map +0 -1
  78. package/dist/api/account.cjs.map +0 -1
  79. package/dist/api/account.d.cts.map +0 -1
  80. package/dist/api/account.d.mts.map +0 -1
  81. package/dist/api/account.mjs.map +0 -1
  82. package/dist/api/balance.cjs +0 -11
  83. package/dist/api/balance.cjs.map +0 -1
  84. package/dist/api/balance.d.cts.map +0 -1
  85. package/dist/api/balance.d.mts.map +0 -1
  86. package/dist/api/balance.mjs.map +0 -1
  87. package/dist/api/caip.d.cts.map +0 -1
  88. package/dist/api/caip.d.mts.map +0 -1
  89. package/dist/api/export.cjs.map +0 -1
  90. package/dist/api/export.d.cts.map +0 -1
  91. package/dist/api/export.d.mts.map +0 -1
  92. package/dist/api/export.mjs.map +0 -1
  93. package/dist/api/index.cjs +0 -23
  94. package/dist/api/index.cjs.map +0 -1
  95. package/dist/api/index.d.cts +0 -8
  96. package/dist/api/index.d.cts.map +0 -1
  97. package/dist/api/index.d.mts +0 -8
  98. package/dist/api/index.d.mts.map +0 -1
  99. package/dist/api/index.mjs +0 -7
  100. package/dist/api/index.mjs.map +0 -1
  101. package/dist/api/keyring.cjs +0 -3
  102. package/dist/api/keyring.cjs.map +0 -1
  103. package/dist/api/keyring.d.cts.map +0 -1
  104. package/dist/api/keyring.d.mts.map +0 -1
  105. package/dist/api/keyring.mjs +0 -2
  106. package/dist/api/keyring.mjs.map +0 -1
  107. package/dist/api/request.cjs.map +0 -1
  108. package/dist/api/request.d.cts.map +0 -1
  109. package/dist/api/request.d.mts.map +0 -1
  110. package/dist/api/request.mjs.map +0 -1
  111. package/dist/api/response.d.cts.map +0 -1
  112. package/dist/api/response.d.mts.map +0 -1
  113. package/dist/btc/constants.cjs +0 -13
  114. package/dist/btc/constants.cjs.map +0 -1
  115. package/dist/btc/constants.d.cts +0 -9
  116. package/dist/btc/constants.d.cts.map +0 -1
  117. package/dist/btc/constants.d.mts +0 -9
  118. package/dist/btc/constants.d.mts.map +0 -1
  119. package/dist/btc/constants.mjs +0 -10
  120. package/dist/btc/constants.mjs.map +0 -1
  121. package/dist/btc/index.cjs +0 -19
  122. package/dist/btc/index.cjs.map +0 -1
  123. package/dist/btc/index.d.cts +0 -3
  124. package/dist/btc/index.d.cts.map +0 -1
  125. package/dist/btc/index.d.mts +0 -3
  126. package/dist/btc/index.d.mts.map +0 -1
  127. package/dist/btc/index.mjs +0 -3
  128. package/dist/btc/index.mjs.map +0 -1
  129. package/dist/btc/types.cjs +0 -40
  130. package/dist/btc/types.cjs.map +0 -1
  131. package/dist/btc/types.d.cts +0 -36
  132. package/dist/btc/types.d.cts.map +0 -1
  133. package/dist/btc/types.d.mts +0 -36
  134. package/dist/btc/types.d.mts.map +0 -1
  135. package/dist/btc/types.mjs +0 -37
  136. package/dist/btc/types.mjs.map +0 -1
  137. package/dist/eth/constants.cjs +0 -12
  138. package/dist/eth/constants.cjs.map +0 -1
  139. package/dist/eth/constants.d.cts +0 -8
  140. package/dist/eth/constants.d.cts.map +0 -1
  141. package/dist/eth/constants.d.mts +0 -8
  142. package/dist/eth/constants.d.mts.map +0 -1
  143. package/dist/eth/constants.mjs +0 -9
  144. package/dist/eth/constants.mjs.map +0 -1
  145. package/dist/eth/erc4337/index.cjs +0 -18
  146. package/dist/eth/erc4337/index.cjs.map +0 -1
  147. package/dist/eth/erc4337/index.d.cts +0 -2
  148. package/dist/eth/erc4337/index.d.cts.map +0 -1
  149. package/dist/eth/erc4337/index.d.mts +0 -2
  150. package/dist/eth/erc4337/index.d.mts.map +0 -1
  151. package/dist/eth/erc4337/index.mjs +0 -2
  152. package/dist/eth/erc4337/index.mjs.map +0 -1
  153. package/dist/eth/erc4337/types.cjs +0 -62
  154. package/dist/eth/erc4337/types.cjs.map +0 -1
  155. package/dist/eth/erc4337/types.d.cts +0 -98
  156. package/dist/eth/erc4337/types.d.cts.map +0 -1
  157. package/dist/eth/erc4337/types.d.mts +0 -98
  158. package/dist/eth/erc4337/types.d.mts.map +0 -1
  159. package/dist/eth/erc4337/types.mjs +0 -59
  160. package/dist/eth/erc4337/types.mjs.map +0 -1
  161. package/dist/eth/index.cjs +0 -21
  162. package/dist/eth/index.cjs.map +0 -1
  163. package/dist/eth/index.d.cts +0 -5
  164. package/dist/eth/index.d.cts.map +0 -1
  165. package/dist/eth/index.d.mts +0 -5
  166. package/dist/eth/index.d.mts.map +0 -1
  167. package/dist/eth/index.mjs +0 -5
  168. package/dist/eth/index.mjs.map +0 -1
  169. package/dist/eth/types.cjs +0 -73
  170. package/dist/eth/types.cjs.map +0 -1
  171. package/dist/eth/types.d.cts +0 -85
  172. package/dist/eth/types.d.cts.map +0 -1
  173. package/dist/eth/types.d.mts +0 -85
  174. package/dist/eth/types.d.mts.map +0 -1
  175. package/dist/eth/types.mjs +0 -70
  176. package/dist/eth/types.mjs.map +0 -1
  177. package/dist/eth/utils.cjs +0 -14
  178. package/dist/eth/utils.cjs.map +0 -1
  179. package/dist/eth/utils.d.cts +0 -9
  180. package/dist/eth/utils.d.cts.map +0 -1
  181. package/dist/eth/utils.d.mts +0 -9
  182. package/dist/eth/utils.d.mts.map +0 -1
  183. package/dist/eth/utils.mjs +0 -11
  184. package/dist/eth/utils.mjs.map +0 -1
  185. package/dist/events.cjs +0 -17
  186. package/dist/events.cjs.map +0 -1
  187. package/dist/events.d.cts +0 -11
  188. package/dist/events.d.cts.map +0 -1
  189. package/dist/events.d.mts +0 -11
  190. package/dist/events.d.mts.map +0 -1
  191. package/dist/events.mjs +0 -14
  192. package/dist/events.mjs.map +0 -1
  193. package/dist/internal/api.cjs +0 -139
  194. package/dist/internal/api.cjs.map +0 -1
  195. package/dist/internal/api.d.cts +0 -431
  196. package/dist/internal/api.d.cts.map +0 -1
  197. package/dist/internal/api.d.mts +0 -431
  198. package/dist/internal/api.d.mts.map +0 -1
  199. package/dist/internal/api.mjs +0 -136
  200. package/dist/internal/api.mjs.map +0 -1
  201. package/dist/internal/eth/EthKeyring.cjs +0 -3
  202. package/dist/internal/eth/EthKeyring.cjs.map +0 -1
  203. package/dist/internal/eth/EthKeyring.d.cts +0 -34
  204. package/dist/internal/eth/EthKeyring.d.cts.map +0 -1
  205. package/dist/internal/eth/EthKeyring.d.mts +0 -34
  206. package/dist/internal/eth/EthKeyring.d.mts.map +0 -1
  207. package/dist/internal/eth/EthKeyring.mjs +0 -2
  208. package/dist/internal/eth/EthKeyring.mjs.map +0 -1
  209. package/dist/internal/eth/index.cjs +0 -3
  210. package/dist/internal/eth/index.cjs.map +0 -1
  211. package/dist/internal/eth/index.d.cts +0 -2
  212. package/dist/internal/eth/index.d.cts.map +0 -1
  213. package/dist/internal/eth/index.d.mts +0 -2
  214. package/dist/internal/eth/index.d.mts.map +0 -1
  215. package/dist/internal/eth/index.mjs +0 -2
  216. package/dist/internal/eth/index.mjs.map +0 -1
  217. package/dist/internal/events.cjs +0 -72
  218. package/dist/internal/events.cjs.map +0 -1
  219. package/dist/internal/events.d.cts +0 -170
  220. package/dist/internal/events.d.cts.map +0 -1
  221. package/dist/internal/events.d.mts +0 -170
  222. package/dist/internal/events.d.mts.map +0 -1
  223. package/dist/internal/events.mjs +0 -69
  224. package/dist/internal/events.mjs.map +0 -1
  225. package/dist/internal/index.cjs +0 -21
  226. package/dist/internal/index.cjs.map +0 -1
  227. package/dist/internal/index.d.cts +0 -6
  228. package/dist/internal/index.d.cts.map +0 -1
  229. package/dist/internal/index.d.mts +0 -6
  230. package/dist/internal/index.d.mts.map +0 -1
  231. package/dist/internal/index.mjs +0 -5
  232. package/dist/internal/index.mjs.map +0 -1
  233. package/dist/internal/rpc.cjs +0 -33
  234. package/dist/internal/rpc.cjs.map +0 -1
  235. package/dist/internal/rpc.d.cts +0 -26
  236. package/dist/internal/rpc.d.cts.map +0 -1
  237. package/dist/internal/rpc.d.mts +0 -26
  238. package/dist/internal/rpc.d.mts.map +0 -1
  239. package/dist/internal/rpc.mjs +0 -29
  240. package/dist/internal/rpc.mjs.map +0 -1
  241. package/dist/internal/types.cjs +0 -52
  242. package/dist/internal/types.cjs.map +0 -1
  243. package/dist/internal/types.d.cts +0 -402
  244. package/dist/internal/types.d.cts.map +0 -1
  245. package/dist/internal/types.d.mts +0 -402
  246. package/dist/internal/types.d.mts.map +0 -1
  247. package/dist/internal/types.mjs +0 -49
  248. package/dist/internal/types.mjs.map +0 -1
  249. package/dist/rpc-handler.cjs +0 -136
  250. package/dist/rpc-handler.cjs.map +0 -1
  251. package/dist/rpc-handler.d.cts +0 -30
  252. package/dist/rpc-handler.d.cts.map +0 -1
  253. package/dist/rpc-handler.d.mts +0 -30
  254. package/dist/rpc-handler.d.mts.map +0 -1
  255. package/dist/rpc-handler.mjs +0 -131
  256. package/dist/rpc-handler.mjs.map +0 -1
  257. package/dist/snap-utils.cjs +0 -20
  258. package/dist/snap-utils.cjs.map +0 -1
  259. package/dist/snap-utils.d.cts +0 -12
  260. package/dist/snap-utils.d.cts.map +0 -1
  261. package/dist/snap-utils.d.mts +0 -12
  262. package/dist/snap-utils.d.mts.map +0 -1
  263. package/dist/snap-utils.mjs +0 -17
  264. package/dist/snap-utils.mjs.map +0 -1
  265. package/dist/sol/constants.cjs +0 -14
  266. package/dist/sol/constants.cjs.map +0 -1
  267. package/dist/sol/constants.d.cts +0 -10
  268. package/dist/sol/constants.d.cts.map +0 -1
  269. package/dist/sol/constants.d.mts +0 -10
  270. package/dist/sol/constants.d.mts.map +0 -1
  271. package/dist/sol/constants.mjs +0 -11
  272. package/dist/sol/constants.mjs.map +0 -1
  273. package/dist/sol/index.cjs +0 -19
  274. package/dist/sol/index.cjs.map +0 -1
  275. package/dist/sol/index.d.cts +0 -3
  276. package/dist/sol/index.d.cts.map +0 -1
  277. package/dist/sol/index.d.mts +0 -3
  278. package/dist/sol/index.d.mts.map +0 -1
  279. package/dist/sol/index.mjs +0 -3
  280. package/dist/sol/index.mjs.map +0 -1
  281. package/dist/sol/types.cjs +0 -36
  282. package/dist/sol/types.cjs.map +0 -1
  283. package/dist/sol/types.d.cts +0 -41
  284. package/dist/sol/types.d.cts.map +0 -1
  285. package/dist/sol/types.d.mts +0 -41
  286. package/dist/sol/types.d.mts.map +0 -1
  287. package/dist/sol/types.mjs +0 -33
  288. package/dist/sol/types.mjs.map +0 -1
  289. package/dist/superstruct.cjs +0 -80
  290. package/dist/superstruct.cjs.map +0 -1
  291. package/dist/superstruct.d.cts +0 -84
  292. package/dist/superstruct.d.cts.map +0 -1
  293. package/dist/superstruct.d.mts +0 -84
  294. package/dist/superstruct.d.mts.map +0 -1
  295. package/dist/superstruct.mjs +0 -74
  296. package/dist/superstruct.mjs.map +0 -1
  297. package/dist/utils/index.cjs +0 -19
  298. package/dist/utils/index.cjs.map +0 -1
  299. package/dist/utils/index.d.cts +0 -3
  300. package/dist/utils/index.d.cts.map +0 -1
  301. package/dist/utils/index.d.mts +0 -3
  302. package/dist/utils/index.d.mts.map +0 -1
  303. package/dist/utils/index.mjs +0 -3
  304. package/dist/utils/index.mjs.map +0 -1
  305. package/dist/utils/types.cjs +0 -29
  306. package/dist/utils/types.cjs.map +0 -1
  307. package/dist/utils/types.d.cts +0 -18
  308. package/dist/utils/types.d.cts.map +0 -1
  309. package/dist/utils/types.d.mts +0 -18
  310. package/dist/utils/types.d.mts.map +0 -1
  311. package/dist/utils/types.mjs +0 -26
  312. package/dist/utils/types.mjs.map +0 -1
  313. package/dist/utils/typing.cjs +0 -20
  314. package/dist/utils/typing.cjs.map +0 -1
  315. package/dist/utils/typing.d.cts +0 -33
  316. package/dist/utils/typing.d.cts.map +0 -1
  317. package/dist/utils/typing.d.mts +0 -33
  318. package/dist/utils/typing.d.mts.map +0 -1
  319. package/dist/utils/typing.mjs +0 -17
  320. package/dist/utils/typing.mjs.map +0 -1
  321. /package/dist/{api/balance.d.cts → balance.d.cts} +0 -0
  322. /package/dist/{api/balance.d.mts → balance.d.mts} +0 -0
  323. /package/dist/{api/caip.d.cts → caip.d.cts} +0 -0
  324. /package/dist/{api/caip.d.mts → caip.d.mts} +0 -0
  325. /package/dist/{api/export.cjs → export.cjs} +0 -0
  326. /package/dist/{api/export.d.cts → export.d.cts} +0 -0
  327. /package/dist/{api/export.d.mts → export.d.mts} +0 -0
  328. /package/dist/{api/export.mjs → export.mjs} +0 -0
  329. /package/dist/{api/keyring.d.cts → keyring.d.cts} +0 -0
  330. /package/dist/{api/keyring.d.mts → keyring.d.mts} +0 -0
  331. /package/dist/{api/response.d.cts → response.d.cts} +0 -0
  332. /package/dist/{api/response.d.mts → response.d.mts} +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.cts","sourceRoot":"","sources":["../../src/btc/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,8BAA8B;AAOnD,eAAO,MAAM,sBAAsB,sDAalC,CAAC;AAEF;;GAEG;AACH,oBAAY,SAAS;IAEnB,WAAW,gBAAgB;CAC5B;AAED,eAAO,MAAM,sBAAsB;;;;;;;;IAGjC;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;;;;;;EAEH,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
@@ -1,36 +0,0 @@
1
- import type { Infer } from "@metamask/superstruct";
2
- export declare const BtcP2wpkhAddressStruct: import("@metamask/superstruct").Struct<string, null>;
3
- /**
4
- * Supported Bitcoin methods.
5
- */
6
- export declare enum BtcMethod {
7
- SendBitcoin = "sendBitcoin"
8
- }
9
- export declare const BtcP2wpkhAccountStruct: import("@metamask/superstruct").Struct<{
10
- type: "bip122:p2wpkh";
11
- id: string;
12
- address: string;
13
- scopes: string[];
14
- options: Record<string, import("@metamask/utils").Json>;
15
- methods: "sendBitcoin"[];
16
- }, {
17
- /**
18
- * Account address.
19
- */
20
- address: import("@metamask/superstruct").Struct<string, null>;
21
- /**
22
- * Account type.
23
- */
24
- type: import("@metamask/superstruct").Struct<"bip122:p2wpkh", "bip122:p2wpkh">;
25
- /**
26
- * Account supported methods.
27
- */
28
- methods: import("@metamask/superstruct").Struct<"sendBitcoin"[], import("@metamask/superstruct").Struct<"sendBitcoin", {
29
- sendBitcoin: "sendBitcoin";
30
- }>>;
31
- id: import("@metamask/superstruct").Struct<string, null>;
32
- scopes: import("@metamask/superstruct").Struct<string[], import("@metamask/superstruct").Struct<string, null>>;
33
- options: import("@metamask/superstruct").Struct<Record<string, import("@metamask/utils").Json>, null>;
34
- }>;
35
- export type BtcP2wpkhAccount = Infer<typeof BtcP2wpkhAccountStruct>;
36
- //# sourceMappingURL=types.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.mts","sourceRoot":"","sources":["../../src/btc/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,8BAA8B;AAOnD,eAAO,MAAM,sBAAsB,sDAalC,CAAC;AAEF;;GAEG;AACH,oBAAY,SAAS;IAEnB,WAAW,gBAAgB;CAC5B;AAED,eAAO,MAAM,sBAAsB;;;;;;;;IAGjC;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;;;;;;EAEH,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
@@ -1,37 +0,0 @@
1
- import { string, array, enums, refine, literal } from "@metamask/superstruct";
2
- import { bech32 } from "bech32";
3
- import { KeyringAccountStruct, BtcAccountType } from "../api/index.mjs";
4
- import { object } from "../superstruct.mjs";
5
- export const BtcP2wpkhAddressStruct = refine(string(), 'BtcP2wpkhAddressStruct', (address) => {
6
- try {
7
- bech32.decode(address);
8
- }
9
- catch (error) {
10
- return new Error(`Could not decode P2WPKH address: ${error.message}`);
11
- }
12
- return true;
13
- });
14
- /**
15
- * Supported Bitcoin methods.
16
- */
17
- export var BtcMethod;
18
- (function (BtcMethod) {
19
- // General transaction methods
20
- BtcMethod["SendBitcoin"] = "sendBitcoin";
21
- })(BtcMethod || (BtcMethod = {}));
22
- export const BtcP2wpkhAccountStruct = object({
23
- ...KeyringAccountStruct.schema,
24
- /**
25
- * Account address.
26
- */
27
- address: BtcP2wpkhAddressStruct,
28
- /**
29
- * Account type.
30
- */
31
- type: literal(`${BtcAccountType.P2wpkh}`),
32
- /**
33
- * Account supported methods.
34
- */
35
- methods: array(enums([`${BtcMethod.SendBitcoin}`])),
36
- });
37
- //# sourceMappingURL=types.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.mjs","sourceRoot":"","sources":["../../src/btc/types.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,8BAA8B;AAC9E,OAAO,EAAE,MAAM,EAAE,eAAe;AAEhC,OAAO,EAAE,oBAAoB,EAAE,cAAc,EAAE,yBAAe;AAC9D,OAAO,EAAE,MAAM,EAAE,2BAAuB;AAExC,MAAM,CAAC,MAAM,sBAAsB,GAAG,MAAM,CAC1C,MAAM,EAAE,EACR,wBAAwB,EACxB,CAAC,OAAe,EAAE,EAAE;IAClB,IAAI,CAAC;QACH,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IACzB,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,OAAO,IAAI,KAAK,CACd,oCAAqC,KAAe,CAAC,OAAO,EAAE,CAC/D,CAAC;IACJ,CAAC;IACD,OAAO,IAAI,CAAC;AACd,CAAC,CACF,CAAC;AAEF;;GAEG;AACH,MAAM,CAAN,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,8BAA8B;IAC9B,wCAA2B,CAAA;AAC7B,CAAC,EAHW,SAAS,KAAT,SAAS,QAGpB;AAED,MAAM,CAAC,MAAM,sBAAsB,GAAG,MAAM,CAAC;IAC3C,GAAG,oBAAoB,CAAC,MAAM;IAE9B;;OAEG;IACH,OAAO,EAAE,sBAAsB;IAE/B;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC,GAAG,cAAc,CAAC,MAAM,EAAE,CAAC;IAEzC;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC,GAAG,SAAS,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC;CACpD,CAAC,CAAC","sourcesContent":["import type { Infer } from '@metamask/superstruct';\nimport { string, array, enums, refine, literal } from '@metamask/superstruct';\nimport { bech32 } from 'bech32';\n\nimport { KeyringAccountStruct, BtcAccountType } from '../api';\nimport { object } from '../superstruct';\n\nexport const BtcP2wpkhAddressStruct = refine(\n string(),\n 'BtcP2wpkhAddressStruct',\n (address: string) => {\n try {\n bech32.decode(address);\n } catch (error) {\n return new Error(\n `Could not decode P2WPKH address: ${(error as Error).message}`,\n );\n }\n return true;\n },\n);\n\n/**\n * Supported Bitcoin methods.\n */\nexport enum BtcMethod {\n // General transaction methods\n SendBitcoin = 'sendBitcoin',\n}\n\nexport const BtcP2wpkhAccountStruct = object({\n ...KeyringAccountStruct.schema,\n\n /**\n * Account address.\n */\n address: BtcP2wpkhAddressStruct,\n\n /**\n * Account type.\n */\n type: literal(`${BtcAccountType.P2wpkh}`),\n\n /**\n * Account supported methods.\n */\n methods: array(enums([`${BtcMethod.SendBitcoin}`])),\n});\n\nexport type BtcP2wpkhAccount = Infer<typeof BtcP2wpkhAccountStruct>;\n"]}
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EthScopes = void 0;
4
- /**
5
- * Scopes for EVM account type. See {@link KeyringAccount.scopes}.
6
- */
7
- var EthScopes;
8
- (function (EthScopes) {
9
- EthScopes["Namespace"] = "eip155";
10
- EthScopes["Mainnet"] = "eip155:1";
11
- })(EthScopes || (exports.EthScopes = EthScopes = {}));
12
- //# sourceMappingURL=constants.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.cjs","sourceRoot":"","sources":["../../src/eth/constants.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACH,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,iCAAoB,CAAA;IACpB,iCAAoB,CAAA;AACtB,CAAC,EAHW,SAAS,yBAAT,SAAS,QAGpB","sourcesContent":["/**\n * Scopes for EVM account type. See {@link KeyringAccount.scopes}.\n */\nexport enum EthScopes {\n Namespace = 'eip155',\n Mainnet = 'eip155:1',\n}\n"]}
@@ -1,8 +0,0 @@
1
- /**
2
- * Scopes for EVM account type. See {@link KeyringAccount.scopes}.
3
- */
4
- export declare enum EthScopes {
5
- Namespace = "eip155",
6
- Mainnet = "eip155:1"
7
- }
8
- //# sourceMappingURL=constants.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.d.cts","sourceRoot":"","sources":["../../src/eth/constants.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,SAAS;IACnB,SAAS,WAAW;IACpB,OAAO,aAAa;CACrB"}
@@ -1,8 +0,0 @@
1
- /**
2
- * Scopes for EVM account type. See {@link KeyringAccount.scopes}.
3
- */
4
- export declare enum EthScopes {
5
- Namespace = "eip155",
6
- Mainnet = "eip155:1"
7
- }
8
- //# sourceMappingURL=constants.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.d.mts","sourceRoot":"","sources":["../../src/eth/constants.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,SAAS;IACnB,SAAS,WAAW;IACpB,OAAO,aAAa;CACrB"}
@@ -1,9 +0,0 @@
1
- /**
2
- * Scopes for EVM account type. See {@link KeyringAccount.scopes}.
3
- */
4
- export var EthScopes;
5
- (function (EthScopes) {
6
- EthScopes["Namespace"] = "eip155";
7
- EthScopes["Mainnet"] = "eip155:1";
8
- })(EthScopes || (EthScopes = {}));
9
- //# sourceMappingURL=constants.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.mjs","sourceRoot":"","sources":["../../src/eth/constants.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,CAAN,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,iCAAoB,CAAA;IACpB,iCAAoB,CAAA;AACtB,CAAC,EAHW,SAAS,KAAT,SAAS,QAGpB","sourcesContent":["/**\n * Scopes for EVM account type. See {@link KeyringAccount.scopes}.\n */\nexport enum EthScopes {\n Namespace = 'eip155',\n Mainnet = 'eip155:1',\n}\n"]}
@@ -1,18 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./types.cjs"), exports);
18
- //# sourceMappingURL=index.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/eth/erc4337/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAAwB","sourcesContent":["export * from './types';\n"]}
@@ -1,2 +0,0 @@
1
- export * from "./types.cjs";
2
- //# sourceMappingURL=index.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/eth/erc4337/index.ts"],"names":[],"mappings":"AAAA,4BAAwB"}
@@ -1,2 +0,0 @@
1
- export * from "./types.mjs";
2
- //# sourceMappingURL=index.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/eth/erc4337/index.ts"],"names":[],"mappings":"AAAA,4BAAwB"}
@@ -1,2 +0,0 @@
1
- export * from "./types.mjs";
2
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/eth/erc4337/index.ts"],"names":[],"mappings":"AAAA,4BAAwB","sourcesContent":["export * from './types';\n"]}
@@ -1,62 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EthUserOperationPatchStruct = exports.EthBaseUserOperationStruct = exports.EthBaseTransactionStruct = exports.EthUserOperationStruct = void 0;
4
- const superstruct_1 = require("../../superstruct.cjs");
5
- const utils_1 = require("../../utils/index.cjs");
6
- const types_1 = require("../types.cjs");
7
- /**
8
- * Struct of a UserOperation as defined by ERC-4337.
9
- *
10
- * @see https://eips.ethereum.org/EIPS/eip-4337#definitions
11
- */
12
- exports.EthUserOperationStruct = (0, superstruct_1.object)({
13
- sender: types_1.EthAddressStruct,
14
- nonce: types_1.EthUint256Struct,
15
- initCode: types_1.EthBytesStruct,
16
- callData: types_1.EthBytesStruct,
17
- callGasLimit: types_1.EthUint256Struct,
18
- verificationGasLimit: types_1.EthUint256Struct,
19
- preVerificationGas: types_1.EthUint256Struct,
20
- maxFeePerGas: types_1.EthUint256Struct,
21
- maxPriorityFeePerGas: types_1.EthUint256Struct,
22
- paymasterAndData: types_1.EthBytesStruct,
23
- signature: types_1.EthBytesStruct,
24
- });
25
- /**
26
- * Struct containing the most basic transaction information required to
27
- * construct a UserOperation.
28
- */
29
- exports.EthBaseTransactionStruct = (0, superstruct_1.object)({
30
- /**
31
- * Address of the transaction recipient.
32
- */
33
- to: types_1.EthAddressStruct,
34
- /**
35
- * Amount of wei to transfer to the recipient.
36
- */
37
- value: types_1.EthUint256Struct,
38
- /**
39
- * Data to pass to the recipient.
40
- */
41
- data: types_1.EthBytesStruct,
42
- });
43
- exports.EthBaseUserOperationStruct = (0, superstruct_1.object)({
44
- nonce: types_1.EthUint256Struct,
45
- initCode: types_1.EthBytesStruct,
46
- callData: types_1.EthBytesStruct,
47
- gasLimits: (0, superstruct_1.exactOptional)((0, superstruct_1.object)({
48
- callGasLimit: types_1.EthUint256Struct,
49
- verificationGasLimit: types_1.EthUint256Struct,
50
- preVerificationGas: types_1.EthUint256Struct,
51
- })),
52
- dummyPaymasterAndData: types_1.EthBytesStruct,
53
- dummySignature: types_1.EthBytesStruct,
54
- bundlerUrl: utils_1.UrlStruct,
55
- });
56
- exports.EthUserOperationPatchStruct = (0, superstruct_1.object)({
57
- paymasterAndData: types_1.EthBytesStruct,
58
- callGasLimit: (0, superstruct_1.exactOptional)(types_1.EthUint256Struct),
59
- verificationGasLimit: (0, superstruct_1.exactOptional)(types_1.EthUint256Struct),
60
- preVerificationGas: (0, superstruct_1.exactOptional)(types_1.EthUint256Struct),
61
- });
62
- //# sourceMappingURL=types.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.cjs","sourceRoot":"","sources":["../../../src/eth/erc4337/types.ts"],"names":[],"mappings":";;;AAEA,uDAA0D;AAC1D,iDAAwC;AACxC,wCAA8E;AAE9E;;;;GAIG;AACU,QAAA,sBAAsB,GAAG,IAAA,oBAAM,EAAC;IAC3C,MAAM,EAAE,wBAAgB;IACxB,KAAK,EAAE,wBAAgB;IACvB,QAAQ,EAAE,sBAAc;IACxB,QAAQ,EAAE,sBAAc;IACxB,YAAY,EAAE,wBAAgB;IAC9B,oBAAoB,EAAE,wBAAgB;IACtC,kBAAkB,EAAE,wBAAgB;IACpC,YAAY,EAAE,wBAAgB;IAC9B,oBAAoB,EAAE,wBAAgB;IACtC,gBAAgB,EAAE,sBAAc;IAChC,SAAS,EAAE,sBAAc;CAC1B,CAAC,CAAC;AAIH;;;GAGG;AACU,QAAA,wBAAwB,GAAG,IAAA,oBAAM,EAAC;IAC7C;;OAEG;IACH,EAAE,EAAE,wBAAgB;IAEpB;;OAEG;IACH,KAAK,EAAE,wBAAgB;IAEvB;;OAEG;IACH,IAAI,EAAE,sBAAc;CACrB,CAAC,CAAC;AAIU,QAAA,0BAA0B,GAAG,IAAA,oBAAM,EAAC;IAC/C,KAAK,EAAE,wBAAgB;IACvB,QAAQ,EAAE,sBAAc;IACxB,QAAQ,EAAE,sBAAc;IACxB,SAAS,EAAE,IAAA,2BAAa,EACtB,IAAA,oBAAM,EAAC;QACL,YAAY,EAAE,wBAAgB;QAC9B,oBAAoB,EAAE,wBAAgB;QACtC,kBAAkB,EAAE,wBAAgB;KACrC,CAAC,CACH;IACD,qBAAqB,EAAE,sBAAc;IACrC,cAAc,EAAE,sBAAc;IAC9B,UAAU,EAAE,iBAAS;CACtB,CAAC,CAAC;AAIU,QAAA,2BAA2B,GAAG,IAAA,oBAAM,EAAC;IAChD,gBAAgB,EAAE,sBAAc;IAChC,YAAY,EAAE,IAAA,2BAAa,EAAC,wBAAgB,CAAC;IAC7C,oBAAoB,EAAE,IAAA,2BAAa,EAAC,wBAAgB,CAAC;IACrD,kBAAkB,EAAE,IAAA,2BAAa,EAAC,wBAAgB,CAAC;CACpD,CAAC,CAAC","sourcesContent":["import { type Infer } from '@metamask/superstruct';\n\nimport { exactOptional, object } from '../../superstruct';\nimport { UrlStruct } from '../../utils';\nimport { EthAddressStruct, EthBytesStruct, EthUint256Struct } from '../types';\n\n/**\n * Struct of a UserOperation as defined by ERC-4337.\n *\n * @see https://eips.ethereum.org/EIPS/eip-4337#definitions\n */\nexport const EthUserOperationStruct = object({\n sender: EthAddressStruct,\n nonce: EthUint256Struct,\n initCode: EthBytesStruct,\n callData: EthBytesStruct,\n callGasLimit: EthUint256Struct,\n verificationGasLimit: EthUint256Struct,\n preVerificationGas: EthUint256Struct,\n maxFeePerGas: EthUint256Struct,\n maxPriorityFeePerGas: EthUint256Struct,\n paymasterAndData: EthBytesStruct,\n signature: EthBytesStruct,\n});\n\nexport type EthUserOperation = Infer<typeof EthUserOperationStruct>;\n\n/**\n * Struct containing the most basic transaction information required to\n * construct a UserOperation.\n */\nexport const EthBaseTransactionStruct = object({\n /**\n * Address of the transaction recipient.\n */\n to: EthAddressStruct,\n\n /**\n * Amount of wei to transfer to the recipient.\n */\n value: EthUint256Struct,\n\n /**\n * Data to pass to the recipient.\n */\n data: EthBytesStruct,\n});\n\nexport type EthBaseTransaction = Infer<typeof EthBaseTransactionStruct>;\n\nexport const EthBaseUserOperationStruct = object({\n nonce: EthUint256Struct,\n initCode: EthBytesStruct,\n callData: EthBytesStruct,\n gasLimits: exactOptional(\n object({\n callGasLimit: EthUint256Struct,\n verificationGasLimit: EthUint256Struct,\n preVerificationGas: EthUint256Struct,\n }),\n ),\n dummyPaymasterAndData: EthBytesStruct,\n dummySignature: EthBytesStruct,\n bundlerUrl: UrlStruct,\n});\n\nexport type EthBaseUserOperation = Infer<typeof EthBaseUserOperationStruct>;\n\nexport const EthUserOperationPatchStruct = object({\n paymasterAndData: EthBytesStruct,\n callGasLimit: exactOptional(EthUint256Struct),\n verificationGasLimit: exactOptional(EthUint256Struct),\n preVerificationGas: exactOptional(EthUint256Struct),\n});\n\nexport type EthUserOperationPatch = Infer<typeof EthUserOperationPatchStruct>;\n"]}
@@ -1,98 +0,0 @@
1
- import { type Infer } from "@metamask/superstruct";
2
- /**
3
- * Struct of a UserOperation as defined by ERC-4337.
4
- *
5
- * @see https://eips.ethereum.org/EIPS/eip-4337#definitions
6
- */
7
- export declare const EthUserOperationStruct: import("@metamask/superstruct").Struct<{
8
- sender: string;
9
- nonce: string;
10
- initCode: string;
11
- callData: string;
12
- callGasLimit: string;
13
- verificationGasLimit: string;
14
- preVerificationGas: string;
15
- maxFeePerGas: string;
16
- maxPriorityFeePerGas: string;
17
- paymasterAndData: string;
18
- signature: string;
19
- }, {
20
- sender: import("@metamask/superstruct").Struct<string, null>;
21
- nonce: import("@metamask/superstruct").Struct<string, null>;
22
- initCode: import("@metamask/superstruct").Struct<string, null>;
23
- callData: import("@metamask/superstruct").Struct<string, null>;
24
- callGasLimit: import("@metamask/superstruct").Struct<string, null>;
25
- verificationGasLimit: import("@metamask/superstruct").Struct<string, null>;
26
- preVerificationGas: import("@metamask/superstruct").Struct<string, null>;
27
- maxFeePerGas: import("@metamask/superstruct").Struct<string, null>;
28
- maxPriorityFeePerGas: import("@metamask/superstruct").Struct<string, null>;
29
- paymasterAndData: import("@metamask/superstruct").Struct<string, null>;
30
- signature: import("@metamask/superstruct").Struct<string, null>;
31
- }>;
32
- export type EthUserOperation = Infer<typeof EthUserOperationStruct>;
33
- /**
34
- * Struct containing the most basic transaction information required to
35
- * construct a UserOperation.
36
- */
37
- export declare const EthBaseTransactionStruct: import("@metamask/superstruct").Struct<{
38
- value: string;
39
- data: string;
40
- to: string;
41
- }, {
42
- /**
43
- * Address of the transaction recipient.
44
- */
45
- to: import("@metamask/superstruct").Struct<string, null>;
46
- /**
47
- * Amount of wei to transfer to the recipient.
48
- */
49
- value: import("@metamask/superstruct").Struct<string, null>;
50
- /**
51
- * Data to pass to the recipient.
52
- */
53
- data: import("@metamask/superstruct").Struct<string, null>;
54
- }>;
55
- export type EthBaseTransaction = Infer<typeof EthBaseTransactionStruct>;
56
- export declare const EthBaseUserOperationStruct: import("@metamask/superstruct").Struct<{
57
- nonce: string;
58
- initCode: string;
59
- callData: string;
60
- dummyPaymasterAndData: string;
61
- dummySignature: string;
62
- bundlerUrl: string;
63
- gasLimits?: {
64
- callGasLimit: string;
65
- verificationGasLimit: string;
66
- preVerificationGas: string;
67
- };
68
- }, {
69
- nonce: import("@metamask/superstruct").Struct<string, null>;
70
- initCode: import("@metamask/superstruct").Struct<string, null>;
71
- callData: import("@metamask/superstruct").Struct<string, null>;
72
- gasLimits: import("@metamask/superstruct").Struct<import("../../superstruct.cjs").ExactOptionalTag | {
73
- callGasLimit: string;
74
- verificationGasLimit: string;
75
- preVerificationGas: string;
76
- }, {
77
- callGasLimit: import("@metamask/superstruct").Struct<string, null>;
78
- verificationGasLimit: import("@metamask/superstruct").Struct<string, null>;
79
- preVerificationGas: import("@metamask/superstruct").Struct<string, null>;
80
- }>;
81
- dummyPaymasterAndData: import("@metamask/superstruct").Struct<string, null>;
82
- dummySignature: import("@metamask/superstruct").Struct<string, null>;
83
- bundlerUrl: import("@metamask/superstruct").Struct<string, null>;
84
- }>;
85
- export type EthBaseUserOperation = Infer<typeof EthBaseUserOperationStruct>;
86
- export declare const EthUserOperationPatchStruct: import("@metamask/superstruct").Struct<{
87
- paymasterAndData: string;
88
- callGasLimit?: string;
89
- verificationGasLimit?: string;
90
- preVerificationGas?: string;
91
- }, {
92
- paymasterAndData: import("@metamask/superstruct").Struct<string, null>;
93
- callGasLimit: import("@metamask/superstruct").Struct<string | import("../../superstruct.cjs").ExactOptionalTag, null>;
94
- verificationGasLimit: import("@metamask/superstruct").Struct<string | import("../../superstruct.cjs").ExactOptionalTag, null>;
95
- preVerificationGas: import("@metamask/superstruct").Struct<string | import("../../superstruct.cjs").ExactOptionalTag, null>;
96
- }>;
97
- export type EthUserOperationPatch = Infer<typeof EthUserOperationPatchStruct>;
98
- //# sourceMappingURL=types.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.cts","sourceRoot":"","sources":["../../../src/eth/erc4337/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,KAAK,EAAE,8BAA8B;AAMnD;;;;GAIG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;EAYjC,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAEpE;;;GAGG;AACH,eAAO,MAAM,wBAAwB;;;;;IACnC;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;EAEH,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAExE,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAcrC,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAE5E,eAAO,MAAM,2BAA2B;;;;;;;;;;EAKtC,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
@@ -1,98 +0,0 @@
1
- import { type Infer } from "@metamask/superstruct";
2
- /**
3
- * Struct of a UserOperation as defined by ERC-4337.
4
- *
5
- * @see https://eips.ethereum.org/EIPS/eip-4337#definitions
6
- */
7
- export declare const EthUserOperationStruct: import("@metamask/superstruct").Struct<{
8
- sender: string;
9
- nonce: string;
10
- initCode: string;
11
- callData: string;
12
- callGasLimit: string;
13
- verificationGasLimit: string;
14
- preVerificationGas: string;
15
- maxFeePerGas: string;
16
- maxPriorityFeePerGas: string;
17
- paymasterAndData: string;
18
- signature: string;
19
- }, {
20
- sender: import("@metamask/superstruct").Struct<string, null>;
21
- nonce: import("@metamask/superstruct").Struct<string, null>;
22
- initCode: import("@metamask/superstruct").Struct<string, null>;
23
- callData: import("@metamask/superstruct").Struct<string, null>;
24
- callGasLimit: import("@metamask/superstruct").Struct<string, null>;
25
- verificationGasLimit: import("@metamask/superstruct").Struct<string, null>;
26
- preVerificationGas: import("@metamask/superstruct").Struct<string, null>;
27
- maxFeePerGas: import("@metamask/superstruct").Struct<string, null>;
28
- maxPriorityFeePerGas: import("@metamask/superstruct").Struct<string, null>;
29
- paymasterAndData: import("@metamask/superstruct").Struct<string, null>;
30
- signature: import("@metamask/superstruct").Struct<string, null>;
31
- }>;
32
- export type EthUserOperation = Infer<typeof EthUserOperationStruct>;
33
- /**
34
- * Struct containing the most basic transaction information required to
35
- * construct a UserOperation.
36
- */
37
- export declare const EthBaseTransactionStruct: import("@metamask/superstruct").Struct<{
38
- value: string;
39
- data: string;
40
- to: string;
41
- }, {
42
- /**
43
- * Address of the transaction recipient.
44
- */
45
- to: import("@metamask/superstruct").Struct<string, null>;
46
- /**
47
- * Amount of wei to transfer to the recipient.
48
- */
49
- value: import("@metamask/superstruct").Struct<string, null>;
50
- /**
51
- * Data to pass to the recipient.
52
- */
53
- data: import("@metamask/superstruct").Struct<string, null>;
54
- }>;
55
- export type EthBaseTransaction = Infer<typeof EthBaseTransactionStruct>;
56
- export declare const EthBaseUserOperationStruct: import("@metamask/superstruct").Struct<{
57
- nonce: string;
58
- initCode: string;
59
- callData: string;
60
- dummyPaymasterAndData: string;
61
- dummySignature: string;
62
- bundlerUrl: string;
63
- gasLimits?: {
64
- callGasLimit: string;
65
- verificationGasLimit: string;
66
- preVerificationGas: string;
67
- };
68
- }, {
69
- nonce: import("@metamask/superstruct").Struct<string, null>;
70
- initCode: import("@metamask/superstruct").Struct<string, null>;
71
- callData: import("@metamask/superstruct").Struct<string, null>;
72
- gasLimits: import("@metamask/superstruct").Struct<import("../../superstruct.mjs").ExactOptionalTag | {
73
- callGasLimit: string;
74
- verificationGasLimit: string;
75
- preVerificationGas: string;
76
- }, {
77
- callGasLimit: import("@metamask/superstruct").Struct<string, null>;
78
- verificationGasLimit: import("@metamask/superstruct").Struct<string, null>;
79
- preVerificationGas: import("@metamask/superstruct").Struct<string, null>;
80
- }>;
81
- dummyPaymasterAndData: import("@metamask/superstruct").Struct<string, null>;
82
- dummySignature: import("@metamask/superstruct").Struct<string, null>;
83
- bundlerUrl: import("@metamask/superstruct").Struct<string, null>;
84
- }>;
85
- export type EthBaseUserOperation = Infer<typeof EthBaseUserOperationStruct>;
86
- export declare const EthUserOperationPatchStruct: import("@metamask/superstruct").Struct<{
87
- paymasterAndData: string;
88
- callGasLimit?: string;
89
- verificationGasLimit?: string;
90
- preVerificationGas?: string;
91
- }, {
92
- paymasterAndData: import("@metamask/superstruct").Struct<string, null>;
93
- callGasLimit: import("@metamask/superstruct").Struct<string | import("../../superstruct.mjs").ExactOptionalTag, null>;
94
- verificationGasLimit: import("@metamask/superstruct").Struct<string | import("../../superstruct.mjs").ExactOptionalTag, null>;
95
- preVerificationGas: import("@metamask/superstruct").Struct<string | import("../../superstruct.mjs").ExactOptionalTag, null>;
96
- }>;
97
- export type EthUserOperationPatch = Infer<typeof EthUserOperationPatchStruct>;
98
- //# sourceMappingURL=types.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.mts","sourceRoot":"","sources":["../../../src/eth/erc4337/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,KAAK,EAAE,8BAA8B;AAMnD;;;;GAIG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;EAYjC,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAEpE;;;GAGG;AACH,eAAO,MAAM,wBAAwB;;;;;IACnC;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;EAEH,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAExE,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAcrC,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAE5E,eAAO,MAAM,2BAA2B;;;;;;;;;;EAKtC,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
@@ -1,59 +0,0 @@
1
- import { exactOptional, object } from "../../superstruct.mjs";
2
- import { UrlStruct } from "../../utils/index.mjs";
3
- import { EthAddressStruct, EthBytesStruct, EthUint256Struct } from "../types.mjs";
4
- /**
5
- * Struct of a UserOperation as defined by ERC-4337.
6
- *
7
- * @see https://eips.ethereum.org/EIPS/eip-4337#definitions
8
- */
9
- export const EthUserOperationStruct = object({
10
- sender: EthAddressStruct,
11
- nonce: EthUint256Struct,
12
- initCode: EthBytesStruct,
13
- callData: EthBytesStruct,
14
- callGasLimit: EthUint256Struct,
15
- verificationGasLimit: EthUint256Struct,
16
- preVerificationGas: EthUint256Struct,
17
- maxFeePerGas: EthUint256Struct,
18
- maxPriorityFeePerGas: EthUint256Struct,
19
- paymasterAndData: EthBytesStruct,
20
- signature: EthBytesStruct,
21
- });
22
- /**
23
- * Struct containing the most basic transaction information required to
24
- * construct a UserOperation.
25
- */
26
- export const EthBaseTransactionStruct = object({
27
- /**
28
- * Address of the transaction recipient.
29
- */
30
- to: EthAddressStruct,
31
- /**
32
- * Amount of wei to transfer to the recipient.
33
- */
34
- value: EthUint256Struct,
35
- /**
36
- * Data to pass to the recipient.
37
- */
38
- data: EthBytesStruct,
39
- });
40
- export const EthBaseUserOperationStruct = object({
41
- nonce: EthUint256Struct,
42
- initCode: EthBytesStruct,
43
- callData: EthBytesStruct,
44
- gasLimits: exactOptional(object({
45
- callGasLimit: EthUint256Struct,
46
- verificationGasLimit: EthUint256Struct,
47
- preVerificationGas: EthUint256Struct,
48
- })),
49
- dummyPaymasterAndData: EthBytesStruct,
50
- dummySignature: EthBytesStruct,
51
- bundlerUrl: UrlStruct,
52
- });
53
- export const EthUserOperationPatchStruct = object({
54
- paymasterAndData: EthBytesStruct,
55
- callGasLimit: exactOptional(EthUint256Struct),
56
- verificationGasLimit: exactOptional(EthUint256Struct),
57
- preVerificationGas: exactOptional(EthUint256Struct),
58
- });
59
- //# sourceMappingURL=types.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.mjs","sourceRoot":"","sources":["../../../src/eth/erc4337/types.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,EAAE,8BAA0B;AAC1D,OAAO,EAAE,SAAS,EAAE,8BAAoB;AACxC,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,gBAAgB,EAAE,qBAAiB;AAE9E;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG,MAAM,CAAC;IAC3C,MAAM,EAAE,gBAAgB;IACxB,KAAK,EAAE,gBAAgB;IACvB,QAAQ,EAAE,cAAc;IACxB,QAAQ,EAAE,cAAc;IACxB,YAAY,EAAE,gBAAgB;IAC9B,oBAAoB,EAAE,gBAAgB;IACtC,kBAAkB,EAAE,gBAAgB;IACpC,YAAY,EAAE,gBAAgB;IAC9B,oBAAoB,EAAE,gBAAgB;IACtC,gBAAgB,EAAE,cAAc;IAChC,SAAS,EAAE,cAAc;CAC1B,CAAC,CAAC;AAIH;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG,MAAM,CAAC;IAC7C;;OAEG;IACH,EAAE,EAAE,gBAAgB;IAEpB;;OAEG;IACH,KAAK,EAAE,gBAAgB;IAEvB;;OAEG;IACH,IAAI,EAAE,cAAc;CACrB,CAAC,CAAC;AAIH,MAAM,CAAC,MAAM,0BAA0B,GAAG,MAAM,CAAC;IAC/C,KAAK,EAAE,gBAAgB;IACvB,QAAQ,EAAE,cAAc;IACxB,QAAQ,EAAE,cAAc;IACxB,SAAS,EAAE,aAAa,CACtB,MAAM,CAAC;QACL,YAAY,EAAE,gBAAgB;QAC9B,oBAAoB,EAAE,gBAAgB;QACtC,kBAAkB,EAAE,gBAAgB;KACrC,CAAC,CACH;IACD,qBAAqB,EAAE,cAAc;IACrC,cAAc,EAAE,cAAc;IAC9B,UAAU,EAAE,SAAS;CACtB,CAAC,CAAC;AAIH,MAAM,CAAC,MAAM,2BAA2B,GAAG,MAAM,CAAC;IAChD,gBAAgB,EAAE,cAAc;IAChC,YAAY,EAAE,aAAa,CAAC,gBAAgB,CAAC;IAC7C,oBAAoB,EAAE,aAAa,CAAC,gBAAgB,CAAC;IACrD,kBAAkB,EAAE,aAAa,CAAC,gBAAgB,CAAC;CACpD,CAAC,CAAC","sourcesContent":["import { type Infer } from '@metamask/superstruct';\n\nimport { exactOptional, object } from '../../superstruct';\nimport { UrlStruct } from '../../utils';\nimport { EthAddressStruct, EthBytesStruct, EthUint256Struct } from '../types';\n\n/**\n * Struct of a UserOperation as defined by ERC-4337.\n *\n * @see https://eips.ethereum.org/EIPS/eip-4337#definitions\n */\nexport const EthUserOperationStruct = object({\n sender: EthAddressStruct,\n nonce: EthUint256Struct,\n initCode: EthBytesStruct,\n callData: EthBytesStruct,\n callGasLimit: EthUint256Struct,\n verificationGasLimit: EthUint256Struct,\n preVerificationGas: EthUint256Struct,\n maxFeePerGas: EthUint256Struct,\n maxPriorityFeePerGas: EthUint256Struct,\n paymasterAndData: EthBytesStruct,\n signature: EthBytesStruct,\n});\n\nexport type EthUserOperation = Infer<typeof EthUserOperationStruct>;\n\n/**\n * Struct containing the most basic transaction information required to\n * construct a UserOperation.\n */\nexport const EthBaseTransactionStruct = object({\n /**\n * Address of the transaction recipient.\n */\n to: EthAddressStruct,\n\n /**\n * Amount of wei to transfer to the recipient.\n */\n value: EthUint256Struct,\n\n /**\n * Data to pass to the recipient.\n */\n data: EthBytesStruct,\n});\n\nexport type EthBaseTransaction = Infer<typeof EthBaseTransactionStruct>;\n\nexport const EthBaseUserOperationStruct = object({\n nonce: EthUint256Struct,\n initCode: EthBytesStruct,\n callData: EthBytesStruct,\n gasLimits: exactOptional(\n object({\n callGasLimit: EthUint256Struct,\n verificationGasLimit: EthUint256Struct,\n preVerificationGas: EthUint256Struct,\n }),\n ),\n dummyPaymasterAndData: EthBytesStruct,\n dummySignature: EthBytesStruct,\n bundlerUrl: UrlStruct,\n});\n\nexport type EthBaseUserOperation = Infer<typeof EthBaseUserOperationStruct>;\n\nexport const EthUserOperationPatchStruct = object({\n paymasterAndData: EthBytesStruct,\n callGasLimit: exactOptional(EthUint256Struct),\n verificationGasLimit: exactOptional(EthUint256Struct),\n preVerificationGas: exactOptional(EthUint256Struct),\n});\n\nexport type EthUserOperationPatch = Infer<typeof EthUserOperationPatchStruct>;\n"]}
@@ -1,21 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./constants.cjs"), exports);
18
- __exportStar(require("./erc4337/index.cjs"), exports);
19
- __exportStar(require("./types.cjs"), exports);
20
- __exportStar(require("./utils.cjs"), exports);
21
- //# sourceMappingURL=index.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../src/eth/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAA4B;AAC5B,sDAA0B;AAC1B,8CAAwB;AACxB,8CAAwB","sourcesContent":["export * from './constants';\nexport * from './erc4337';\nexport * from './types';\nexport * from './utils';\n"]}
@@ -1,5 +0,0 @@
1
- export * from "./constants.cjs";
2
- export * from "./erc4337/index.cjs";
3
- export * from "./types.cjs";
4
- export * from "./utils.cjs";
5
- //# sourceMappingURL=index.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../src/eth/index.ts"],"names":[],"mappings":"AAAA,gCAA4B;AAC5B,oCAA0B;AAC1B,4BAAwB;AACxB,4BAAwB"}
@@ -1,5 +0,0 @@
1
- export * from "./constants.mjs";
2
- export * from "./erc4337/index.mjs";
3
- export * from "./types.mjs";
4
- export * from "./utils.mjs";
5
- //# sourceMappingURL=index.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/eth/index.ts"],"names":[],"mappings":"AAAA,gCAA4B;AAC5B,oCAA0B;AAC1B,4BAAwB;AACxB,4BAAwB"}
@@ -1,5 +0,0 @@
1
- export * from "./constants.mjs";
2
- export * from "./erc4337/index.mjs";
3
- export * from "./types.mjs";
4
- export * from "./utils.mjs";
5
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/eth/index.ts"],"names":[],"mappings":"AAAA,gCAA4B;AAC5B,oCAA0B;AAC1B,4BAAwB;AACxB,4BAAwB","sourcesContent":["export * from './constants';\nexport * from './erc4337';\nexport * from './types';\nexport * from './utils';\n"]}