@metamask/keyring-api 11.1.0 → 12.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/CHANGELOG.md +14 -1
  2. package/dist/api/account.cjs +3 -4
  3. package/dist/api/account.cjs.map +1 -1
  4. package/dist/api/account.d.cts +1 -1
  5. package/dist/api/account.d.cts.map +1 -1
  6. package/dist/api/account.d.mts +1 -1
  7. package/dist/api/account.d.mts.map +1 -1
  8. package/dist/api/account.mjs +1 -2
  9. package/dist/api/account.mjs.map +1 -1
  10. package/dist/api/asset.cjs +5 -6
  11. package/dist/api/asset.cjs.map +1 -1
  12. package/dist/api/asset.d.cts +2 -2
  13. package/dist/api/asset.d.cts.map +1 -1
  14. package/dist/api/asset.d.mts +2 -2
  15. package/dist/api/asset.d.mts.map +1 -1
  16. package/dist/api/asset.mjs +1 -2
  17. package/dist/api/asset.mjs.map +1 -1
  18. package/dist/api/balance.cjs +3 -4
  19. package/dist/api/balance.cjs.map +1 -1
  20. package/dist/api/balance.d.cts.map +1 -1
  21. package/dist/api/balance.d.mts.map +1 -1
  22. package/dist/api/balance.mjs +1 -2
  23. package/dist/api/balance.mjs.map +1 -1
  24. package/dist/api/caip.cjs +3 -3
  25. package/dist/api/caip.cjs.map +1 -1
  26. package/dist/api/caip.d.cts.map +1 -1
  27. package/dist/api/caip.d.mts.map +1 -1
  28. package/dist/api/caip.mjs +1 -1
  29. package/dist/api/caip.mjs.map +1 -1
  30. package/dist/api/index.cjs +1 -0
  31. package/dist/api/index.cjs.map +1 -1
  32. package/dist/api/index.d.cts +1 -0
  33. package/dist/api/index.d.cts.map +1 -1
  34. package/dist/api/index.d.mts +1 -0
  35. package/dist/api/index.d.mts.map +1 -1
  36. package/dist/api/index.mjs +1 -0
  37. package/dist/api/index.mjs.map +1 -1
  38. package/dist/api/keyring.cjs +2 -0
  39. package/dist/api/keyring.cjs.map +1 -1
  40. package/dist/api/keyring.d.cts +1 -1
  41. package/dist/api/keyring.d.cts.map +1 -1
  42. package/dist/api/keyring.d.mts +1 -1
  43. package/dist/api/keyring.d.mts.map +1 -1
  44. package/dist/api/keyring.mjs +2 -0
  45. package/dist/api/keyring.mjs.map +1 -1
  46. package/dist/{utils → api}/pagination.cjs +3 -3
  47. package/dist/api/pagination.cjs.map +1 -0
  48. package/dist/{utils → api}/pagination.d.cts +1 -1
  49. package/dist/api/pagination.d.cts.map +1 -0
  50. package/dist/{utils → api}/pagination.d.mts +1 -1
  51. package/dist/api/pagination.d.mts.map +1 -0
  52. package/dist/{utils → api}/pagination.mjs +1 -1
  53. package/dist/api/pagination.mjs.map +1 -0
  54. package/dist/api/request.cjs +6 -7
  55. package/dist/api/request.cjs.map +1 -1
  56. package/dist/api/request.d.cts +5 -5
  57. package/dist/api/request.d.cts.map +1 -1
  58. package/dist/api/request.d.mts +5 -5
  59. package/dist/api/request.d.mts.map +1 -1
  60. package/dist/api/request.mjs +1 -2
  61. package/dist/api/request.mjs.map +1 -1
  62. package/dist/api/response.cjs +6 -6
  63. package/dist/api/response.cjs.map +1 -1
  64. package/dist/api/response.d.cts +1 -1
  65. package/dist/api/response.d.cts.map +1 -1
  66. package/dist/api/response.d.mts +1 -1
  67. package/dist/api/response.d.mts.map +1 -1
  68. package/dist/api/response.mjs +1 -1
  69. package/dist/api/response.mjs.map +1 -1
  70. package/dist/api/transaction.cjs +7 -8
  71. package/dist/api/transaction.cjs.map +1 -1
  72. package/dist/api/transaction.d.cts +65 -65
  73. package/dist/api/transaction.d.cts.map +1 -1
  74. package/dist/api/transaction.d.mts +65 -65
  75. package/dist/api/transaction.d.mts.map +1 -1
  76. package/dist/api/transaction.mjs +1 -2
  77. package/dist/api/transaction.mjs.map +1 -1
  78. package/dist/btc/types.cjs +2 -2
  79. package/dist/btc/types.cjs.map +1 -1
  80. package/dist/btc/types.d.cts +1 -1
  81. package/dist/btc/types.d.cts.map +1 -1
  82. package/dist/btc/types.d.mts +1 -1
  83. package/dist/btc/types.d.mts.map +1 -1
  84. package/dist/btc/types.mjs +2 -2
  85. package/dist/btc/types.mjs.map +1 -1
  86. package/dist/eth/erc4337/types.cjs +10 -11
  87. package/dist/eth/erc4337/types.cjs.map +1 -1
  88. package/dist/eth/erc4337/types.d.cts +5 -5
  89. package/dist/eth/erc4337/types.d.cts.map +1 -1
  90. package/dist/eth/erc4337/types.d.mts +5 -5
  91. package/dist/eth/erc4337/types.d.mts.map +1 -1
  92. package/dist/eth/erc4337/types.mjs +1 -2
  93. package/dist/eth/erc4337/types.mjs.map +1 -1
  94. package/dist/eth/types.cjs +6 -6
  95. package/dist/eth/types.cjs.map +1 -1
  96. package/dist/eth/types.d.cts +2 -2
  97. package/dist/eth/types.d.cts.map +1 -1
  98. package/dist/eth/types.d.mts +2 -2
  99. package/dist/eth/types.d.mts.map +1 -1
  100. package/dist/eth/types.mjs +1 -1
  101. package/dist/eth/types.mjs.map +1 -1
  102. package/dist/eth/utils.cjs.map +1 -1
  103. package/dist/eth/utils.d.cts.map +1 -1
  104. package/dist/eth/utils.d.mts.map +1 -1
  105. package/dist/eth/utils.mjs.map +1 -1
  106. package/dist/events.cjs +67 -1
  107. package/dist/events.cjs.map +1 -1
  108. package/dist/events.d.cts +161 -0
  109. package/dist/events.d.cts.map +1 -1
  110. package/dist/events.d.mts +161 -0
  111. package/dist/events.d.mts.map +1 -1
  112. package/dist/events.mjs +66 -0
  113. package/dist/events.mjs.map +1 -1
  114. package/dist/index.cjs +2 -8
  115. package/dist/index.cjs.map +1 -1
  116. package/dist/index.d.cts +3 -9
  117. package/dist/index.d.cts.map +1 -1
  118. package/dist/index.d.mts +3 -9
  119. package/dist/index.d.mts.map +1 -1
  120. package/dist/index.mjs +2 -8
  121. package/dist/index.mjs.map +1 -1
  122. package/dist/{internal/api.cjs → rpc.cjs} +71 -42
  123. package/dist/rpc.cjs.map +1 -0
  124. package/dist/{internal/api.d.cts → rpc.d.cts} +130 -104
  125. package/dist/rpc.d.cts.map +1 -0
  126. package/dist/{internal/api.d.mts → rpc.d.mts} +130 -104
  127. package/dist/rpc.d.mts.map +1 -0
  128. package/dist/{internal/api.mjs → rpc.mjs} +33 -5
  129. package/dist/rpc.mjs.map +1 -0
  130. package/dist/sol/types.cjs +3 -3
  131. package/dist/sol/types.cjs.map +1 -1
  132. package/dist/sol/types.d.cts +1 -1
  133. package/dist/sol/types.d.cts.map +1 -1
  134. package/dist/sol/types.d.mts +1 -1
  135. package/dist/sol/types.d.mts.map +1 -1
  136. package/dist/sol/types.mjs +1 -1
  137. package/dist/sol/types.mjs.map +1 -1
  138. package/package.json +10 -13
  139. package/dist/JsonRpcRequest.cjs +0 -13
  140. package/dist/JsonRpcRequest.cjs.map +0 -1
  141. package/dist/JsonRpcRequest.d.cts +0 -17
  142. package/dist/JsonRpcRequest.d.cts.map +0 -1
  143. package/dist/JsonRpcRequest.d.mts +0 -17
  144. package/dist/JsonRpcRequest.d.mts.map +0 -1
  145. package/dist/JsonRpcRequest.mjs +0 -10
  146. package/dist/JsonRpcRequest.mjs.map +0 -1
  147. package/dist/KeyringClient.cjs +0 -130
  148. package/dist/KeyringClient.cjs.map +0 -1
  149. package/dist/KeyringClient.d.cts +0 -31
  150. package/dist/KeyringClient.d.cts.map +0 -1
  151. package/dist/KeyringClient.d.mts +0 -31
  152. package/dist/KeyringClient.d.mts.map +0 -1
  153. package/dist/KeyringClient.mjs +0 -126
  154. package/dist/KeyringClient.mjs.map +0 -1
  155. package/dist/KeyringSnapRpcClient.cjs +0 -68
  156. package/dist/KeyringSnapRpcClient.cjs.map +0 -1
  157. package/dist/KeyringSnapRpcClient.d.cts +0 -40
  158. package/dist/KeyringSnapRpcClient.d.cts.map +0 -1
  159. package/dist/KeyringSnapRpcClient.d.mts +0 -40
  160. package/dist/KeyringSnapRpcClient.d.mts.map +0 -1
  161. package/dist/KeyringSnapRpcClient.mjs +0 -63
  162. package/dist/KeyringSnapRpcClient.mjs.map +0 -1
  163. package/dist/internal/api.cjs.map +0 -1
  164. package/dist/internal/api.d.cts.map +0 -1
  165. package/dist/internal/api.d.mts.map +0 -1
  166. package/dist/internal/api.mjs.map +0 -1
  167. package/dist/internal/eth/EthKeyring.cjs +0 -3
  168. package/dist/internal/eth/EthKeyring.cjs.map +0 -1
  169. package/dist/internal/eth/EthKeyring.d.cts +0 -34
  170. package/dist/internal/eth/EthKeyring.d.cts.map +0 -1
  171. package/dist/internal/eth/EthKeyring.d.mts +0 -34
  172. package/dist/internal/eth/EthKeyring.d.mts.map +0 -1
  173. package/dist/internal/eth/EthKeyring.mjs +0 -2
  174. package/dist/internal/eth/EthKeyring.mjs.map +0 -1
  175. package/dist/internal/eth/index.cjs +0 -3
  176. package/dist/internal/eth/index.cjs.map +0 -1
  177. package/dist/internal/eth/index.d.cts +0 -2
  178. package/dist/internal/eth/index.d.cts.map +0 -1
  179. package/dist/internal/eth/index.d.mts +0 -2
  180. package/dist/internal/eth/index.d.mts.map +0 -1
  181. package/dist/internal/eth/index.mjs +0 -2
  182. package/dist/internal/eth/index.mjs.map +0 -1
  183. package/dist/internal/events.cjs +0 -72
  184. package/dist/internal/events.cjs.map +0 -1
  185. package/dist/internal/events.d.cts +0 -162
  186. package/dist/internal/events.d.cts.map +0 -1
  187. package/dist/internal/events.d.mts +0 -162
  188. package/dist/internal/events.d.mts.map +0 -1
  189. package/dist/internal/events.mjs +0 -69
  190. package/dist/internal/events.mjs.map +0 -1
  191. package/dist/internal/index.cjs +0 -21
  192. package/dist/internal/index.cjs.map +0 -1
  193. package/dist/internal/index.d.cts +0 -6
  194. package/dist/internal/index.d.cts.map +0 -1
  195. package/dist/internal/index.d.mts +0 -6
  196. package/dist/internal/index.d.mts.map +0 -1
  197. package/dist/internal/index.mjs +0 -5
  198. package/dist/internal/index.mjs.map +0 -1
  199. package/dist/internal/rpc.cjs +0 -34
  200. package/dist/internal/rpc.cjs.map +0 -1
  201. package/dist/internal/rpc.d.cts +0 -27
  202. package/dist/internal/rpc.d.cts.map +0 -1
  203. package/dist/internal/rpc.d.mts +0 -27
  204. package/dist/internal/rpc.d.mts.map +0 -1
  205. package/dist/internal/rpc.mjs +0 -30
  206. package/dist/internal/rpc.mjs.map +0 -1
  207. package/dist/internal/types.cjs +0 -52
  208. package/dist/internal/types.cjs.map +0 -1
  209. package/dist/internal/types.d.cts +0 -392
  210. package/dist/internal/types.d.cts.map +0 -1
  211. package/dist/internal/types.d.mts +0 -392
  212. package/dist/internal/types.d.mts.map +0 -1
  213. package/dist/internal/types.mjs +0 -49
  214. package/dist/internal/types.mjs.map +0 -1
  215. package/dist/rpc-handler.cjs +0 -143
  216. package/dist/rpc-handler.cjs.map +0 -1
  217. package/dist/rpc-handler.d.cts +0 -30
  218. package/dist/rpc-handler.d.cts.map +0 -1
  219. package/dist/rpc-handler.d.mts +0 -30
  220. package/dist/rpc-handler.d.mts.map +0 -1
  221. package/dist/rpc-handler.mjs +0 -138
  222. package/dist/rpc-handler.mjs.map +0 -1
  223. package/dist/snap-utils.cjs +0 -20
  224. package/dist/snap-utils.cjs.map +0 -1
  225. package/dist/snap-utils.d.cts +0 -12
  226. package/dist/snap-utils.d.cts.map +0 -1
  227. package/dist/snap-utils.d.mts +0 -12
  228. package/dist/snap-utils.d.mts.map +0 -1
  229. package/dist/snap-utils.mjs +0 -17
  230. package/dist/snap-utils.mjs.map +0 -1
  231. package/dist/superstruct.cjs +0 -109
  232. package/dist/superstruct.cjs.map +0 -1
  233. package/dist/superstruct.d.cts +0 -102
  234. package/dist/superstruct.d.cts.map +0 -1
  235. package/dist/superstruct.d.mts +0 -102
  236. package/dist/superstruct.d.mts.map +0 -1
  237. package/dist/superstruct.mjs +0 -102
  238. package/dist/superstruct.mjs.map +0 -1
  239. package/dist/utils/index.cjs +0 -20
  240. package/dist/utils/index.cjs.map +0 -1
  241. package/dist/utils/index.d.cts +0 -4
  242. package/dist/utils/index.d.cts.map +0 -1
  243. package/dist/utils/index.d.mts +0 -4
  244. package/dist/utils/index.d.mts.map +0 -1
  245. package/dist/utils/index.mjs +0 -4
  246. package/dist/utils/index.mjs.map +0 -1
  247. package/dist/utils/pagination.cjs.map +0 -1
  248. package/dist/utils/pagination.d.cts.map +0 -1
  249. package/dist/utils/pagination.d.mts.map +0 -1
  250. package/dist/utils/pagination.mjs.map +0 -1
  251. package/dist/utils/types.cjs +0 -29
  252. package/dist/utils/types.cjs.map +0 -1
  253. package/dist/utils/types.d.cts +0 -42
  254. package/dist/utils/types.d.cts.map +0 -1
  255. package/dist/utils/types.d.mts +0 -42
  256. package/dist/utils/types.d.mts.map +0 -1
  257. package/dist/utils/types.mjs +0 -26
  258. package/dist/utils/types.mjs.map +0 -1
  259. package/dist/utils/typing.cjs +0 -20
  260. package/dist/utils/typing.cjs.map +0 -1
  261. package/dist/utils/typing.d.cts +0 -33
  262. package/dist/utils/typing.d.cts.map +0 -1
  263. package/dist/utils/typing.d.mts +0 -33
  264. package/dist/utils/typing.d.mts.map +0 -1
  265. package/dist/utils/typing.mjs +0 -17
  266. package/dist/utils/typing.mjs.map +0 -1
package/dist/events.d.mts CHANGED
@@ -8,4 +8,165 @@ export declare enum KeyringEvent {
8
8
  RequestApproved = "notify:requestApproved",
9
9
  RequestRejected = "notify:requestRejected"
10
10
  }
11
+ export declare const AccountCreatedEventStruct: import("@metamask/superstruct").Struct<{
12
+ method: "notify:accountCreated";
13
+ params: {
14
+ account: {
15
+ type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh" | "solana:data-account";
16
+ id: string;
17
+ options: Record<string, import("@metamask/utils").Json>;
18
+ address: string;
19
+ methods: string[];
20
+ };
21
+ accountNameSuggestion?: string;
22
+ displayConfirmation?: boolean;
23
+ };
24
+ }, {
25
+ method: import("@metamask/superstruct").Struct<"notify:accountCreated", "notify:accountCreated">;
26
+ params: import("@metamask/superstruct").Struct<{
27
+ account: {
28
+ type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh" | "solana:data-account";
29
+ id: string;
30
+ options: Record<string, import("@metamask/utils").Json>;
31
+ address: string;
32
+ methods: string[];
33
+ };
34
+ accountNameSuggestion?: string;
35
+ displayConfirmation?: boolean;
36
+ }, {
37
+ /**
38
+ * New account object.
39
+ */
40
+ account: import("@metamask/superstruct").Struct<{
41
+ type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh" | "solana:data-account";
42
+ id: string;
43
+ options: Record<string, import("@metamask/utils").Json>;
44
+ address: string;
45
+ methods: string[];
46
+ }, {
47
+ id: import("@metamask/superstruct").Struct<string, null>;
48
+ type: import("@metamask/superstruct").Struct<"eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh" | "solana:data-account", {
49
+ "eip155:eoa": "eip155:eoa";
50
+ "eip155:erc4337": "eip155:erc4337";
51
+ "bip122:p2wpkh": "bip122:p2wpkh";
52
+ "solana:data-account": "solana:data-account";
53
+ }>;
54
+ address: import("@metamask/superstruct").Struct<string, null>;
55
+ options: import("@metamask/superstruct").Struct<Record<string, import("@metamask/utils").Json>, null>;
56
+ methods: import("@metamask/superstruct").Struct<string[], import("@metamask/superstruct").Struct<string, null>>;
57
+ }>;
58
+ /**
59
+ * Account name suggestion provided to the MetaMask client.
60
+ *
61
+ * The keyring can suggest a name for the account, but it's up to the
62
+ * client to decide whether to use it. The keyring won't be informed if the
63
+ * client decides to use a different name.
64
+ */
65
+ accountNameSuggestion: import("@metamask/superstruct").Struct<string | import("@metamask/keyring-utils").ExactOptionalTag, null>;
66
+ /**
67
+ * Instructs MetaMask to display the add account confirmation dialog in the UI.
68
+ * **Note:** This is not guaranteed to be honored by the MetaMask client.
69
+ */
70
+ displayConfirmation: import("@metamask/superstruct").Struct<boolean | import("@metamask/keyring-utils").ExactOptionalTag, null>;
71
+ }>;
72
+ }>;
73
+ export declare const AccountUpdatedEventStruct: import("@metamask/superstruct").Struct<{
74
+ method: "notify:accountUpdated";
75
+ params: {
76
+ account: {
77
+ type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh" | "solana:data-account";
78
+ id: string;
79
+ options: Record<string, import("@metamask/utils").Json>;
80
+ address: string;
81
+ methods: string[];
82
+ };
83
+ };
84
+ }, {
85
+ method: import("@metamask/superstruct").Struct<"notify:accountUpdated", "notify:accountUpdated">;
86
+ params: import("@metamask/superstruct").Struct<{
87
+ account: {
88
+ type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh" | "solana:data-account";
89
+ id: string;
90
+ options: Record<string, import("@metamask/utils").Json>;
91
+ address: string;
92
+ methods: string[];
93
+ };
94
+ }, {
95
+ /**
96
+ * Updated account object.
97
+ */
98
+ account: import("@metamask/superstruct").Struct<{
99
+ type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh" | "solana:data-account";
100
+ id: string;
101
+ options: Record<string, import("@metamask/utils").Json>;
102
+ address: string;
103
+ methods: string[];
104
+ }, {
105
+ id: import("@metamask/superstruct").Struct<string, null>;
106
+ type: import("@metamask/superstruct").Struct<"eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh" | "solana:data-account", {
107
+ "eip155:eoa": "eip155:eoa";
108
+ "eip155:erc4337": "eip155:erc4337";
109
+ "bip122:p2wpkh": "bip122:p2wpkh";
110
+ "solana:data-account": "solana:data-account";
111
+ }>;
112
+ address: import("@metamask/superstruct").Struct<string, null>;
113
+ options: import("@metamask/superstruct").Struct<Record<string, import("@metamask/utils").Json>, null>;
114
+ methods: import("@metamask/superstruct").Struct<string[], import("@metamask/superstruct").Struct<string, null>>;
115
+ }>;
116
+ }>;
117
+ }>;
118
+ export declare const AccountDeletedEventStruct: import("@metamask/superstruct").Struct<{
119
+ method: "notify:accountDeleted";
120
+ params: {
121
+ id: string;
122
+ };
123
+ }, {
124
+ method: import("@metamask/superstruct").Struct<"notify:accountDeleted", "notify:accountDeleted">;
125
+ params: import("@metamask/superstruct").Struct<{
126
+ id: string;
127
+ }, {
128
+ /**
129
+ * Deleted account ID.
130
+ */
131
+ id: import("@metamask/superstruct").Struct<string, null>;
132
+ }>;
133
+ }>;
134
+ export declare const RequestApprovedEventStruct: import("@metamask/superstruct").Struct<{
135
+ method: "notify:requestApproved";
136
+ params: {
137
+ result: import("@metamask/utils").Json;
138
+ id: string;
139
+ };
140
+ }, {
141
+ method: import("@metamask/superstruct").Struct<"notify:requestApproved", "notify:requestApproved">;
142
+ params: import("@metamask/superstruct").Struct<{
143
+ result: import("@metamask/utils").Json;
144
+ id: string;
145
+ }, {
146
+ /**
147
+ * Request ID.
148
+ */
149
+ id: import("@metamask/superstruct").Struct<string, null>;
150
+ /**
151
+ * Request result.
152
+ */
153
+ result: import("@metamask/superstruct").Struct<import("@metamask/utils").Json, unknown>;
154
+ }>;
155
+ }>;
156
+ export declare const RequestRejectedEventStruct: import("@metamask/superstruct").Struct<{
157
+ method: "notify:requestRejected";
158
+ params: {
159
+ id: string;
160
+ };
161
+ }, {
162
+ method: import("@metamask/superstruct").Struct<"notify:requestRejected", "notify:requestRejected">;
163
+ params: import("@metamask/superstruct").Struct<{
164
+ id: string;
165
+ }, {
166
+ /**
167
+ * Request ID.
168
+ */
169
+ id: import("@metamask/superstruct").Struct<string, null>;
170
+ }>;
171
+ }>;
11
172
  //# sourceMappingURL=events.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"events.d.mts","sourceRoot":"","sources":["../src/events.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,YAAY;IAEtB,cAAc,0BAA0B;IACxC,cAAc,0BAA0B;IACxC,cAAc,0BAA0B;IAGxC,eAAe,2BAA2B;IAC1C,eAAe,2BAA2B;CAC3C"}
1
+ {"version":3,"file":"events.d.mts","sourceRoot":"","sources":["../src/events.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,oBAAY,YAAY;IAEtB,cAAc,0BAA0B;IACxC,cAAc,0BAA0B;IACxC,cAAc,0BAA0B;IAGxC,eAAe,2BAA2B;IAC1C,eAAe,2BAA2B;CAC3C;AAED,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;QAGlC;;WAEG;;;;;;;;;;;;;;;;;;;QAGH;;;;;;WAMG;;QAGH;;;WAGG;;;EAGL,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;QAGlC;;WAEG;;;;;;;;;;;;;;;;;;;;EAGL,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;QAGlC;;WAEG;;;EAGL,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;QAGnC;;WAEG;;QAGH;;WAEG;;;EAGL,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;QAGnC;;WAEG;;;EAGL,CAAC"}
package/dist/events.mjs CHANGED
@@ -1,3 +1,7 @@
1
+ import { exactOptional, object, UuidStruct } from "@metamask/keyring-utils";
2
+ import { boolean, literal, string } from "@metamask/superstruct";
3
+ import { JsonStruct } from "@metamask/utils";
4
+ import { KeyringAccountStruct } from "./api/index.mjs";
1
5
  /**
2
6
  * Supported keyring events.
3
7
  */
@@ -11,4 +15,66 @@ export var KeyringEvent;
11
15
  KeyringEvent["RequestApproved"] = "notify:requestApproved";
12
16
  KeyringEvent["RequestRejected"] = "notify:requestRejected";
13
17
  })(KeyringEvent || (KeyringEvent = {}));
18
+ export const AccountCreatedEventStruct = object({
19
+ method: literal(`${KeyringEvent.AccountCreated}`),
20
+ params: object({
21
+ /**
22
+ * New account object.
23
+ */
24
+ account: KeyringAccountStruct,
25
+ /**
26
+ * Account name suggestion provided to the MetaMask client.
27
+ *
28
+ * The keyring can suggest a name for the account, but it's up to the
29
+ * client to decide whether to use it. The keyring won't be informed if the
30
+ * client decides to use a different name.
31
+ */
32
+ accountNameSuggestion: exactOptional(string()),
33
+ /**
34
+ * Instructs MetaMask to display the add account confirmation dialog in the UI.
35
+ * **Note:** This is not guaranteed to be honored by the MetaMask client.
36
+ */
37
+ displayConfirmation: exactOptional(boolean()),
38
+ }),
39
+ });
40
+ export const AccountUpdatedEventStruct = object({
41
+ method: literal(`${KeyringEvent.AccountUpdated}`),
42
+ params: object({
43
+ /**
44
+ * Updated account object.
45
+ */
46
+ account: KeyringAccountStruct,
47
+ }),
48
+ });
49
+ export const AccountDeletedEventStruct = object({
50
+ method: literal(`${KeyringEvent.AccountDeleted}`),
51
+ params: object({
52
+ /**
53
+ * Deleted account ID.
54
+ */
55
+ id: UuidStruct,
56
+ }),
57
+ });
58
+ export const RequestApprovedEventStruct = object({
59
+ method: literal(`${KeyringEvent.RequestApproved}`),
60
+ params: object({
61
+ /**
62
+ * Request ID.
63
+ */
64
+ id: UuidStruct,
65
+ /**
66
+ * Request result.
67
+ */
68
+ result: JsonStruct,
69
+ }),
70
+ });
71
+ export const RequestRejectedEventStruct = object({
72
+ method: literal(`${KeyringEvent.RequestRejected}`),
73
+ params: object({
74
+ /**
75
+ * Request ID.
76
+ */
77
+ id: UuidStruct,
78
+ }),
79
+ });
14
80
  //# sourceMappingURL=events.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"events.mjs","sourceRoot":"","sources":["../src/events.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,CAAN,IAAY,YASX;AATD,WAAY,YAAY;IACtB,iBAAiB;IACjB,wDAAwC,CAAA;IACxC,wDAAwC,CAAA;IACxC,wDAAwC,CAAA;IAExC,iBAAiB;IACjB,0DAA0C,CAAA;IAC1C,0DAA0C,CAAA;AAC5C,CAAC,EATW,YAAY,KAAZ,YAAY,QASvB","sourcesContent":["/**\n * Supported keyring events.\n */\nexport enum KeyringEvent {\n // Account events\n AccountCreated = 'notify:accountCreated',\n AccountUpdated = 'notify:accountUpdated',\n AccountDeleted = 'notify:accountDeleted',\n\n // Request events\n RequestApproved = 'notify:requestApproved',\n RequestRejected = 'notify:requestRejected',\n}\n"]}
1
+ {"version":3,"file":"events.mjs","sourceRoot":"","sources":["../src/events.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,EAAE,UAAU,EAAE,gCAAgC;AAC5E,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,8BAA8B;AACjE,OAAO,EAAE,UAAU,EAAE,wBAAwB;AAE7C,OAAO,EAAE,oBAAoB,EAAE,wBAAc;AAE7C;;GAEG;AACH,MAAM,CAAN,IAAY,YASX;AATD,WAAY,YAAY;IACtB,iBAAiB;IACjB,wDAAwC,CAAA;IACxC,wDAAwC,CAAA;IACxC,wDAAwC,CAAA;IAExC,iBAAiB;IACjB,0DAA0C,CAAA;IAC1C,0DAA0C,CAAA;AAC5C,CAAC,EATW,YAAY,KAAZ,YAAY,QASvB;AAED,MAAM,CAAC,MAAM,yBAAyB,GAAG,MAAM,CAAC;IAC9C,MAAM,EAAE,OAAO,CAAC,GAAG,YAAY,CAAC,cAAc,EAAE,CAAC;IACjD,MAAM,EAAE,MAAM,CAAC;QACb;;WAEG;QACH,OAAO,EAAE,oBAAoB;QAE7B;;;;;;WAMG;QACH,qBAAqB,EAAE,aAAa,CAAC,MAAM,EAAE,CAAC;QAE9C;;;WAGG;QACH,mBAAmB,EAAE,aAAa,CAAC,OAAO,EAAE,CAAC;KAC9C,CAAC;CACH,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,yBAAyB,GAAG,MAAM,CAAC;IAC9C,MAAM,EAAE,OAAO,CAAC,GAAG,YAAY,CAAC,cAAc,EAAE,CAAC;IACjD,MAAM,EAAE,MAAM,CAAC;QACb;;WAEG;QACH,OAAO,EAAE,oBAAoB;KAC9B,CAAC;CACH,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,yBAAyB,GAAG,MAAM,CAAC;IAC9C,MAAM,EAAE,OAAO,CAAC,GAAG,YAAY,CAAC,cAAc,EAAE,CAAC;IACjD,MAAM,EAAE,MAAM,CAAC;QACb;;WAEG;QACH,EAAE,EAAE,UAAU;KACf,CAAC;CACH,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,0BAA0B,GAAG,MAAM,CAAC;IAC/C,MAAM,EAAE,OAAO,CAAC,GAAG,YAAY,CAAC,eAAe,EAAE,CAAC;IAClD,MAAM,EAAE,MAAM,CAAC;QACb;;WAEG;QACH,EAAE,EAAE,UAAU;QAEd;;WAEG;QACH,MAAM,EAAE,UAAU;KACnB,CAAC;CACH,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,0BAA0B,GAAG,MAAM,CAAC;IAC/C,MAAM,EAAE,OAAO,CAAC,GAAG,YAAY,CAAC,eAAe,EAAE,CAAC;IAClD,MAAM,EAAE,MAAM,CAAC;QACb;;WAEG;QACH,EAAE,EAAE,UAAU;KACf,CAAC;CACH,CAAC,CAAC","sourcesContent":["import { exactOptional, object, UuidStruct } from '@metamask/keyring-utils';\nimport { boolean, literal, string } from '@metamask/superstruct';\nimport { JsonStruct } from '@metamask/utils';\n\nimport { KeyringAccountStruct } from './api';\n\n/**\n * Supported keyring events.\n */\nexport enum KeyringEvent {\n // Account events\n AccountCreated = 'notify:accountCreated',\n AccountUpdated = 'notify:accountUpdated',\n AccountDeleted = 'notify:accountDeleted',\n\n // Request events\n RequestApproved = 'notify:requestApproved',\n RequestRejected = 'notify:requestRejected',\n}\n\nexport const AccountCreatedEventStruct = object({\n method: literal(`${KeyringEvent.AccountCreated}`),\n params: object({\n /**\n * New account object.\n */\n account: KeyringAccountStruct,\n\n /**\n * Account name suggestion provided to the MetaMask client.\n *\n * The keyring can suggest a name for the account, but it's up to the\n * client to decide whether to use it. The keyring won't be informed if the\n * client decides to use a different name.\n */\n accountNameSuggestion: exactOptional(string()),\n\n /**\n * Instructs MetaMask to display the add account confirmation dialog in the UI.\n * **Note:** This is not guaranteed to be honored by the MetaMask client.\n */\n displayConfirmation: exactOptional(boolean()),\n }),\n});\n\nexport const AccountUpdatedEventStruct = object({\n method: literal(`${KeyringEvent.AccountUpdated}`),\n params: object({\n /**\n * Updated account object.\n */\n account: KeyringAccountStruct,\n }),\n});\n\nexport const AccountDeletedEventStruct = object({\n method: literal(`${KeyringEvent.AccountDeleted}`),\n params: object({\n /**\n * Deleted account ID.\n */\n id: UuidStruct,\n }),\n});\n\nexport const RequestApprovedEventStruct = object({\n method: literal(`${KeyringEvent.RequestApproved}`),\n params: object({\n /**\n * Request ID.\n */\n id: UuidStruct,\n\n /**\n * Request result.\n */\n result: JsonStruct,\n }),\n});\n\nexport const RequestRejectedEventStruct = object({\n method: literal(`${KeyringEvent.RequestRejected}`),\n params: object({\n /**\n * Request ID.\n */\n id: UuidStruct,\n }),\n});\n"]}
package/dist/index.cjs CHANGED
@@ -16,14 +16,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./api/index.cjs"), exports);
18
18
  __exportStar(require("./btc/index.cjs"), exports);
19
- __exportStar(require("./eth/index.cjs"), exports);
20
19
  __exportStar(require("./sol/index.cjs"), exports);
20
+ __exportStar(require("./eth/index.cjs"), exports);
21
+ __exportStar(require("./rpc.cjs"), exports);
21
22
  __exportStar(require("./events.cjs"), exports);
22
- __exportStar(require("./internal/index.cjs"), exports);
23
- __exportStar(require("./JsonRpcRequest.cjs"), exports);
24
- __exportStar(require("./KeyringClient.cjs"), exports);
25
- __exportStar(require("./KeyringSnapRpcClient.cjs"), exports);
26
- __exportStar(require("./rpc-handler.cjs"), exports);
27
- __exportStar(require("./snap-utils.cjs"), exports);
28
- __exportStar(require("./superstruct.cjs"), exports);
29
23
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAsB;AACtB,kDAAsB;AAEtB,kDAAsB;AACtB,kDAAsB;AACtB,+CAAyB;AACzB,uDAA2B;AAC3B,uDAAiC;AACjC,sDAAgC;AAChC,6DAAuC;AACvC,oDAA8B;AAC9B,mDAA6B;AAC7B,oDAA8B","sourcesContent":["export * from './api';\nexport * from './btc';\nexport type * from './contexts';\nexport * from './eth';\nexport * from './sol';\nexport * from './events';\nexport * from './internal';\nexport * from './JsonRpcRequest';\nexport * from './KeyringClient';\nexport * from './KeyringSnapRpcClient';\nexport * from './rpc-handler';\nexport * from './snap-utils';\nexport * from './superstruct';\n"]}
1
+ {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAsB;AACtB,kDAAsB;AACtB,kDAAsB;AACtB,kDAAsB;AAEtB,4CAAsB;AACtB,+CAAyB","sourcesContent":["export * from './api';\nexport * from './btc';\nexport * from './sol';\nexport * from './eth';\nexport type * from './contexts';\nexport * from './rpc';\nexport * from './events';\n"]}
package/dist/index.d.cts CHANGED
@@ -1,14 +1,8 @@
1
1
  export * from "./api/index.cjs";
2
2
  export * from "./btc/index.cjs";
3
- export type * from "./contexts.cjs";
4
- export * from "./eth/index.cjs";
5
3
  export * from "./sol/index.cjs";
4
+ export * from "./eth/index.cjs";
5
+ export type * from "./contexts.cjs";
6
+ export * from "./rpc.cjs";
6
7
  export * from "./events.cjs";
7
- export * from "./internal/index.cjs";
8
- export * from "./JsonRpcRequest.cjs";
9
- export * from "./KeyringClient.cjs";
10
- export * from "./KeyringSnapRpcClient.cjs";
11
- export * from "./rpc-handler.cjs";
12
- export * from "./snap-utils.cjs";
13
- export * from "./superstruct.cjs";
14
8
  //# sourceMappingURL=index.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,gCAAsB;AACtB,gCAAsB;AACtB,oCAAgC;AAChC,gCAAsB;AACtB,gCAAsB;AACtB,6BAAyB;AACzB,qCAA2B;AAC3B,qCAAiC;AACjC,oCAAgC;AAChC,2CAAuC;AACvC,kCAA8B;AAC9B,iCAA6B;AAC7B,kCAA8B"}
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,gCAAsB;AACtB,gCAAsB;AACtB,gCAAsB;AACtB,gCAAsB;AACtB,oCAAgC;AAChC,0BAAsB;AACtB,6BAAyB"}
package/dist/index.d.mts CHANGED
@@ -1,14 +1,8 @@
1
1
  export * from "./api/index.mjs";
2
2
  export * from "./btc/index.mjs";
3
- export type * from "./contexts.mjs";
4
- export * from "./eth/index.mjs";
5
3
  export * from "./sol/index.mjs";
4
+ export * from "./eth/index.mjs";
5
+ export type * from "./contexts.mjs";
6
+ export * from "./rpc.mjs";
6
7
  export * from "./events.mjs";
7
- export * from "./internal/index.mjs";
8
- export * from "./JsonRpcRequest.mjs";
9
- export * from "./KeyringClient.mjs";
10
- export * from "./KeyringSnapRpcClient.mjs";
11
- export * from "./rpc-handler.mjs";
12
- export * from "./snap-utils.mjs";
13
- export * from "./superstruct.mjs";
14
8
  //# sourceMappingURL=index.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,gCAAsB;AACtB,gCAAsB;AACtB,oCAAgC;AAChC,gCAAsB;AACtB,gCAAsB;AACtB,6BAAyB;AACzB,qCAA2B;AAC3B,qCAAiC;AACjC,oCAAgC;AAChC,2CAAuC;AACvC,kCAA8B;AAC9B,iCAA6B;AAC7B,kCAA8B"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,gCAAsB;AACtB,gCAAsB;AACtB,gCAAsB;AACtB,gCAAsB;AACtB,oCAAgC;AAChC,0BAAsB;AACtB,6BAAyB"}
package/dist/index.mjs CHANGED
@@ -1,13 +1,7 @@
1
1
  export * from "./api/index.mjs";
2
2
  export * from "./btc/index.mjs";
3
- export * from "./eth/index.mjs";
4
3
  export * from "./sol/index.mjs";
4
+ export * from "./eth/index.mjs";
5
+ export * from "./rpc.mjs";
5
6
  export * from "./events.mjs";
6
- export * from "./internal/index.mjs";
7
- export * from "./JsonRpcRequest.mjs";
8
- export * from "./KeyringClient.mjs";
9
- export * from "./KeyringSnapRpcClient.mjs";
10
- export * from "./rpc-handler.mjs";
11
- export * from "./snap-utils.mjs";
12
- export * from "./superstruct.mjs";
13
7
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,gCAAsB;AACtB,gCAAsB;AAEtB,gCAAsB;AACtB,gCAAsB;AACtB,6BAAyB;AACzB,qCAA2B;AAC3B,qCAAiC;AACjC,oCAAgC;AAChC,2CAAuC;AACvC,kCAA8B;AAC9B,iCAA6B;AAC7B,kCAA8B","sourcesContent":["export * from './api';\nexport * from './btc';\nexport type * from './contexts';\nexport * from './eth';\nexport * from './sol';\nexport * from './events';\nexport * from './internal';\nexport * from './JsonRpcRequest';\nexport * from './KeyringClient';\nexport * from './KeyringSnapRpcClient';\nexport * from './rpc-handler';\nexport * from './snap-utils';\nexport * from './superstruct';\n"]}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,gCAAsB;AACtB,gCAAsB;AACtB,gCAAsB;AACtB,gCAAsB;AAEtB,0BAAsB;AACtB,6BAAyB","sourcesContent":["export * from './api';\nexport * from './btc';\nexport * from './sol';\nexport * from './eth';\nexport type * from './contexts';\nexport * from './rpc';\nexport * from './events';\n"]}
@@ -1,126 +1,155 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RejectRequestResponseStruct = exports.RejectRequestRequestStruct = exports.ApproveRequestResponseStruct = exports.ApproveRequestRequestStruct = exports.SubmitRequestResponseStruct = exports.SubmitRequestRequestStruct = exports.GetRequestResponseStruct = exports.GetRequestRequestStruct = exports.ListRequestsResponseStruct = exports.ListRequestsRequestStruct = exports.ExportAccountResponseStruct = exports.ExportAccountRequestStruct = exports.DeleteAccountResponseStruct = exports.DeleteAccountRequestStruct = exports.UpdateAccountResponseStruct = exports.UpdateAccountRequestStruct = exports.FilterAccountChainsResponseStruct = exports.FilterAccountChainsStruct = exports.GetAccountBalancesResponseStruct = exports.GetAccountBalancesRequestStruct = exports.ListAccountTransactionsResponseStruct = exports.ListAccountTransactionsRequestStruct = exports.CreateAccountResponseStruct = exports.CreateAccountRequestStruct = exports.GetAccountResponseStruct = exports.GetAccountRequestStruct = exports.ListAccountsResponseStruct = exports.ListAccountsRequestStruct = void 0;
3
+ exports.RejectRequestResponseStruct = exports.RejectRequestRequestStruct = exports.ApproveRequestResponseStruct = exports.ApproveRequestRequestStruct = exports.SubmitRequestResponseStruct = exports.SubmitRequestRequestStruct = exports.GetRequestResponseStruct = exports.GetRequestRequestStruct = exports.ListRequestsResponseStruct = exports.ListRequestsRequestStruct = exports.ExportAccountResponseStruct = exports.ExportAccountRequestStruct = exports.DeleteAccountResponseStruct = exports.DeleteAccountRequestStruct = exports.UpdateAccountResponseStruct = exports.UpdateAccountRequestStruct = exports.FilterAccountChainsResponseStruct = exports.FilterAccountChainsStruct = exports.GetAccountBalancesResponseStruct = exports.GetAccountBalancesRequestStruct = exports.ListAccountTransactionsResponseStruct = exports.ListAccountTransactionsRequestStruct = exports.CreateAccountResponseStruct = exports.CreateAccountRequestStruct = exports.GetAccountResponseStruct = exports.GetAccountRequestStruct = exports.ListAccountsResponseStruct = exports.ListAccountsRequestStruct = exports.KeyringRpcMethod = void 0;
4
+ exports.isKeyringRpcMethod = isKeyringRpcMethod;
5
+ const keyring_utils_1 = require("@metamask/keyring-utils");
4
6
  const superstruct_1 = require("@metamask/superstruct");
5
7
  const utils_1 = require("@metamask/utils");
6
- const rpc_1 = require("./rpc.cjs");
7
- const api_1 = require("../api/index.cjs");
8
- const superstruct_2 = require("../superstruct.cjs");
9
- const utils_2 = require("../utils/index.cjs");
8
+ const api_1 = require("./api/index.cjs");
9
+ /**
10
+ * Keyring RPC methods used by the API.
11
+ */
12
+ var KeyringRpcMethod;
13
+ (function (KeyringRpcMethod) {
14
+ KeyringRpcMethod["ListAccounts"] = "keyring_listAccounts";
15
+ KeyringRpcMethod["GetAccount"] = "keyring_getAccount";
16
+ KeyringRpcMethod["CreateAccount"] = "keyring_createAccount";
17
+ KeyringRpcMethod["ListAccountTransactions"] = "keyring_listAccountTransactions";
18
+ KeyringRpcMethod["GetAccountBalances"] = "keyring_getAccountBalances";
19
+ KeyringRpcMethod["FilterAccountChains"] = "keyring_filterAccountChains";
20
+ KeyringRpcMethod["UpdateAccount"] = "keyring_updateAccount";
21
+ KeyringRpcMethod["DeleteAccount"] = "keyring_deleteAccount";
22
+ KeyringRpcMethod["ExportAccount"] = "keyring_exportAccount";
23
+ KeyringRpcMethod["ListRequests"] = "keyring_listRequests";
24
+ KeyringRpcMethod["GetRequest"] = "keyring_getRequest";
25
+ KeyringRpcMethod["SubmitRequest"] = "keyring_submitRequest";
26
+ KeyringRpcMethod["ApproveRequest"] = "keyring_approveRequest";
27
+ KeyringRpcMethod["RejectRequest"] = "keyring_rejectRequest";
28
+ })(KeyringRpcMethod || (exports.KeyringRpcMethod = KeyringRpcMethod = {}));
29
+ /**
30
+ * Check if a method is a keyring RPC method.
31
+ *
32
+ * @param method - Method to check.
33
+ * @returns Whether the method is a keyring RPC method.
34
+ */
35
+ function isKeyringRpcMethod(method) {
36
+ return Object.values(KeyringRpcMethod).includes(method);
37
+ }
38
+ // ----------------------------------------------------------------------------
10
39
  const CommonHeader = {
11
40
  jsonrpc: (0, superstruct_1.literal)('2.0'),
12
41
  id: (0, superstruct_1.union)([(0, superstruct_1.string)(), (0, superstruct_1.number)(), (0, superstruct_1.literal)(null)]),
13
42
  };
14
43
  // ----------------------------------------------------------------------------
15
44
  // List accounts
16
- exports.ListAccountsRequestStruct = (0, superstruct_2.object)({
45
+ exports.ListAccountsRequestStruct = (0, keyring_utils_1.object)({
17
46
  ...CommonHeader,
18
47
  method: (0, superstruct_1.literal)('keyring_listAccounts'),
19
48
  });
20
49
  exports.ListAccountsResponseStruct = (0, superstruct_1.array)(api_1.KeyringAccountStruct);
21
50
  // ----------------------------------------------------------------------------
22
51
  // Get account
23
- exports.GetAccountRequestStruct = (0, superstruct_2.object)({
52
+ exports.GetAccountRequestStruct = (0, keyring_utils_1.object)({
24
53
  ...CommonHeader,
25
54
  method: (0, superstruct_1.literal)('keyring_getAccount'),
26
- params: (0, superstruct_2.object)({
27
- id: utils_2.UuidStruct,
55
+ params: (0, keyring_utils_1.object)({
56
+ id: keyring_utils_1.UuidStruct,
28
57
  }),
29
58
  });
30
59
  exports.GetAccountResponseStruct = api_1.KeyringAccountStruct;
31
60
  // ----------------------------------------------------------------------------
32
61
  // Create account
33
- exports.CreateAccountRequestStruct = (0, superstruct_2.object)({
62
+ exports.CreateAccountRequestStruct = (0, keyring_utils_1.object)({
34
63
  ...CommonHeader,
35
64
  method: (0, superstruct_1.literal)('keyring_createAccount'),
36
- params: (0, superstruct_2.object)({
65
+ params: (0, keyring_utils_1.object)({
37
66
  options: (0, superstruct_1.record)((0, superstruct_1.string)(), utils_1.JsonStruct),
38
67
  }),
39
68
  });
40
69
  exports.CreateAccountResponseStruct = api_1.KeyringAccountStruct;
41
70
  // ----------------------------------------------------------------------------
42
71
  // List account transactions
43
- exports.ListAccountTransactionsRequestStruct = (0, superstruct_2.object)({
72
+ exports.ListAccountTransactionsRequestStruct = (0, keyring_utils_1.object)({
44
73
  ...CommonHeader,
45
74
  method: (0, superstruct_1.literal)('keyring_listAccountTransactions'),
46
- params: (0, superstruct_2.object)({
47
- id: utils_2.UuidStruct,
48
- pagination: utils_2.PaginationStruct,
75
+ params: (0, keyring_utils_1.object)({
76
+ id: keyring_utils_1.UuidStruct,
77
+ pagination: api_1.PaginationStruct,
49
78
  }),
50
79
  });
51
80
  exports.ListAccountTransactionsResponseStruct = api_1.TransactionsPageStruct;
52
81
  // ----------------------------------------------------------------------------
53
82
  // Get account balances
54
- exports.GetAccountBalancesRequestStruct = (0, superstruct_2.object)({
83
+ exports.GetAccountBalancesRequestStruct = (0, keyring_utils_1.object)({
55
84
  ...CommonHeader,
56
- method: (0, superstruct_1.literal)(`${rpc_1.KeyringRpcMethod.GetAccountBalances}`),
57
- params: (0, superstruct_2.object)({
58
- id: utils_2.UuidStruct,
85
+ method: (0, superstruct_1.literal)(`${KeyringRpcMethod.GetAccountBalances}`),
86
+ params: (0, keyring_utils_1.object)({
87
+ id: keyring_utils_1.UuidStruct,
59
88
  assets: (0, superstruct_1.array)(api_1.CaipAssetTypeStruct),
60
89
  }),
61
90
  });
62
91
  exports.GetAccountBalancesResponseStruct = (0, superstruct_1.record)(api_1.CaipAssetTypeStruct, api_1.BalanceStruct);
63
92
  // ----------------------------------------------------------------------------
64
93
  // Filter account chains
65
- exports.FilterAccountChainsStruct = (0, superstruct_2.object)({
94
+ exports.FilterAccountChainsStruct = (0, keyring_utils_1.object)({
66
95
  ...CommonHeader,
67
96
  method: (0, superstruct_1.literal)('keyring_filterAccountChains'),
68
- params: (0, superstruct_2.object)({
69
- id: utils_2.UuidStruct,
97
+ params: (0, keyring_utils_1.object)({
98
+ id: keyring_utils_1.UuidStruct,
70
99
  chains: (0, superstruct_1.array)((0, superstruct_1.string)()),
71
100
  }),
72
101
  });
73
102
  exports.FilterAccountChainsResponseStruct = (0, superstruct_1.array)((0, superstruct_1.string)());
74
103
  // ----------------------------------------------------------------------------
75
104
  // Update account
76
- exports.UpdateAccountRequestStruct = (0, superstruct_2.object)({
105
+ exports.UpdateAccountRequestStruct = (0, keyring_utils_1.object)({
77
106
  ...CommonHeader,
78
107
  method: (0, superstruct_1.literal)('keyring_updateAccount'),
79
- params: (0, superstruct_2.object)({
108
+ params: (0, keyring_utils_1.object)({
80
109
  account: api_1.KeyringAccountStruct,
81
110
  }),
82
111
  });
83
112
  exports.UpdateAccountResponseStruct = (0, superstruct_1.literal)(null);
84
113
  // ----------------------------------------------------------------------------
85
114
  // Delete account
86
- exports.DeleteAccountRequestStruct = (0, superstruct_2.object)({
115
+ exports.DeleteAccountRequestStruct = (0, keyring_utils_1.object)({
87
116
  ...CommonHeader,
88
117
  method: (0, superstruct_1.literal)('keyring_deleteAccount'),
89
- params: (0, superstruct_2.object)({
90
- id: utils_2.UuidStruct,
118
+ params: (0, keyring_utils_1.object)({
119
+ id: keyring_utils_1.UuidStruct,
91
120
  }),
92
121
  });
93
122
  exports.DeleteAccountResponseStruct = (0, superstruct_1.literal)(null);
94
123
  // ----------------------------------------------------------------------------
95
124
  // Export account
96
- exports.ExportAccountRequestStruct = (0, superstruct_2.object)({
125
+ exports.ExportAccountRequestStruct = (0, keyring_utils_1.object)({
97
126
  ...CommonHeader,
98
127
  method: (0, superstruct_1.literal)('keyring_exportAccount'),
99
- params: (0, superstruct_2.object)({
100
- id: utils_2.UuidStruct,
128
+ params: (0, keyring_utils_1.object)({
129
+ id: keyring_utils_1.UuidStruct,
101
130
  }),
102
131
  });
103
132
  exports.ExportAccountResponseStruct = api_1.KeyringAccountDataStruct;
104
133
  // ----------------------------------------------------------------------------
105
134
  // List requests
106
- exports.ListRequestsRequestStruct = (0, superstruct_2.object)({
135
+ exports.ListRequestsRequestStruct = (0, keyring_utils_1.object)({
107
136
  ...CommonHeader,
108
137
  method: (0, superstruct_1.literal)('keyring_listRequests'),
109
138
  });
110
139
  exports.ListRequestsResponseStruct = (0, superstruct_1.array)(api_1.KeyringRequestStruct);
111
140
  // ----------------------------------------------------------------------------
112
141
  // Get request
113
- exports.GetRequestRequestStruct = (0, superstruct_2.object)({
142
+ exports.GetRequestRequestStruct = (0, keyring_utils_1.object)({
114
143
  ...CommonHeader,
115
144
  method: (0, superstruct_1.literal)('keyring_getRequest'),
116
- params: (0, superstruct_2.object)({
117
- id: utils_2.UuidStruct,
145
+ params: (0, keyring_utils_1.object)({
146
+ id: keyring_utils_1.UuidStruct,
118
147
  }),
119
148
  });
120
149
  exports.GetRequestResponseStruct = api_1.KeyringRequestStruct;
121
150
  // ----------------------------------------------------------------------------
122
151
  // Submit request
123
- exports.SubmitRequestRequestStruct = (0, superstruct_2.object)({
152
+ exports.SubmitRequestRequestStruct = (0, keyring_utils_1.object)({
124
153
  ...CommonHeader,
125
154
  method: (0, superstruct_1.literal)('keyring_submitRequest'),
126
155
  params: api_1.KeyringRequestStruct,
@@ -128,23 +157,23 @@ exports.SubmitRequestRequestStruct = (0, superstruct_2.object)({
128
157
  exports.SubmitRequestResponseStruct = api_1.KeyringResponseStruct;
129
158
  // ----------------------------------------------------------------------------
130
159
  // Approve request
131
- exports.ApproveRequestRequestStruct = (0, superstruct_2.object)({
160
+ exports.ApproveRequestRequestStruct = (0, keyring_utils_1.object)({
132
161
  ...CommonHeader,
133
162
  method: (0, superstruct_1.literal)('keyring_approveRequest'),
134
- params: (0, superstruct_2.object)({
135
- id: utils_2.UuidStruct,
163
+ params: (0, keyring_utils_1.object)({
164
+ id: keyring_utils_1.UuidStruct,
136
165
  data: (0, superstruct_1.record)((0, superstruct_1.string)(), utils_1.JsonStruct),
137
166
  }),
138
167
  });
139
168
  exports.ApproveRequestResponseStruct = (0, superstruct_1.literal)(null);
140
169
  // ----------------------------------------------------------------------------
141
170
  // Reject request
142
- exports.RejectRequestRequestStruct = (0, superstruct_2.object)({
171
+ exports.RejectRequestRequestStruct = (0, keyring_utils_1.object)({
143
172
  ...CommonHeader,
144
173
  method: (0, superstruct_1.literal)('keyring_rejectRequest'),
145
- params: (0, superstruct_2.object)({
146
- id: utils_2.UuidStruct,
174
+ params: (0, keyring_utils_1.object)({
175
+ id: keyring_utils_1.UuidStruct,
147
176
  }),
148
177
  });
149
178
  exports.RejectRequestResponseStruct = (0, superstruct_1.literal)(null);
150
- //# sourceMappingURL=api.cjs.map
179
+ //# sourceMappingURL=rpc.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rpc.cjs","sourceRoot":"","sources":["../src/rpc.ts"],"names":[],"mappings":"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","sourcesContent":["import { object, UuidStruct } from '@metamask/keyring-utils';\nimport type { Infer } from '@metamask/superstruct';\nimport {\n array,\n literal,\n number,\n record,\n string,\n union,\n} from '@metamask/superstruct';\nimport { JsonStruct } from '@metamask/utils';\n\nimport {\n BalanceStruct,\n CaipAssetTypeStruct,\n KeyringAccountDataStruct,\n KeyringAccountStruct,\n KeyringRequestStruct,\n KeyringResponseStruct,\n TransactionsPageStruct,\n PaginationStruct,\n} from './api';\n\n/**\n * Keyring RPC methods used by the API.\n */\nexport enum KeyringRpcMethod {\n ListAccounts = 'keyring_listAccounts',\n GetAccount = 'keyring_getAccount',\n CreateAccount = 'keyring_createAccount',\n ListAccountTransactions = 'keyring_listAccountTransactions',\n GetAccountBalances = 'keyring_getAccountBalances',\n FilterAccountChains = 'keyring_filterAccountChains',\n UpdateAccount = 'keyring_updateAccount',\n DeleteAccount = 'keyring_deleteAccount',\n ExportAccount = 'keyring_exportAccount',\n ListRequests = 'keyring_listRequests',\n GetRequest = 'keyring_getRequest',\n SubmitRequest = 'keyring_submitRequest',\n ApproveRequest = 'keyring_approveRequest',\n RejectRequest = 'keyring_rejectRequest',\n}\n\n/**\n * Check if a method is a keyring RPC method.\n *\n * @param method - Method to check.\n * @returns Whether the method is a keyring RPC method.\n */\nexport function isKeyringRpcMethod(method: string): boolean {\n return Object.values(KeyringRpcMethod).includes(method as KeyringRpcMethod);\n}\n\n// ----------------------------------------------------------------------------\n\nconst CommonHeader = {\n jsonrpc: literal('2.0'),\n id: union([string(), number(), literal(null)]),\n};\n\n// ----------------------------------------------------------------------------\n// List accounts\n\nexport const ListAccountsRequestStruct = object({\n ...CommonHeader,\n method: literal('keyring_listAccounts'),\n});\n\nexport type ListAccountsRequest = Infer<typeof ListAccountsRequestStruct>;\n\nexport const ListAccountsResponseStruct = array(KeyringAccountStruct);\n\nexport type ListAccountsResponse = Infer<typeof ListAccountsResponseStruct>;\n\n// ----------------------------------------------------------------------------\n// Get account\n\nexport const GetAccountRequestStruct = object({\n ...CommonHeader,\n method: literal('keyring_getAccount'),\n params: object({\n id: UuidStruct,\n }),\n});\n\nexport type GetAccountRequest = Infer<typeof GetAccountRequestStruct>;\n\nexport const GetAccountResponseStruct = KeyringAccountStruct;\n\nexport type GetAccountResponse = Infer<typeof GetAccountResponseStruct>;\n\n// ----------------------------------------------------------------------------\n// Create account\n\nexport const CreateAccountRequestStruct = object({\n ...CommonHeader,\n method: literal('keyring_createAccount'),\n params: object({\n options: record(string(), JsonStruct),\n }),\n});\n\nexport type CreateAccountRequest = Infer<typeof CreateAccountRequestStruct>;\n\nexport const CreateAccountResponseStruct = KeyringAccountStruct;\n\nexport type CreateAccountResponse = Infer<typeof CreateAccountResponseStruct>;\n\n// ----------------------------------------------------------------------------\n// List account transactions\n\nexport const ListAccountTransactionsRequestStruct = object({\n ...CommonHeader,\n method: literal('keyring_listAccountTransactions'),\n params: object({\n id: UuidStruct,\n pagination: PaginationStruct,\n }),\n});\n\nexport type ListAccountTransactionsRequest = Infer<\n typeof ListAccountTransactionsRequestStruct\n>;\n\nexport const ListAccountTransactionsResponseStruct = TransactionsPageStruct;\n\nexport type ListAccountTransactionsResponse = Infer<\n typeof ListAccountTransactionsResponseStruct\n>;\n\n// ----------------------------------------------------------------------------\n// Get account balances\n\nexport const GetAccountBalancesRequestStruct = object({\n ...CommonHeader,\n method: literal(`${KeyringRpcMethod.GetAccountBalances}`),\n params: object({\n id: UuidStruct,\n assets: array(CaipAssetTypeStruct),\n }),\n});\n\nexport type GetAccountBalancesRequest = Infer<\n typeof GetAccountBalancesRequestStruct\n>;\n\nexport const GetAccountBalancesResponseStruct = record(\n CaipAssetTypeStruct,\n BalanceStruct,\n);\n\nexport type GetAccountBalancesResponse = Infer<\n typeof GetAccountBalancesResponseStruct\n>;\n\n// ----------------------------------------------------------------------------\n// Filter account chains\n\nexport const FilterAccountChainsStruct = object({\n ...CommonHeader,\n method: literal('keyring_filterAccountChains'),\n params: object({\n id: UuidStruct,\n chains: array(string()),\n }),\n});\n\nexport type FilterAccountChainsRequest = Infer<\n typeof FilterAccountChainsStruct\n>;\n\nexport const FilterAccountChainsResponseStruct = array(string());\n\nexport type FilterAccountChainsResponse = Infer<\n typeof FilterAccountChainsResponseStruct\n>;\n\n// ----------------------------------------------------------------------------\n// Update account\n\nexport const UpdateAccountRequestStruct = object({\n ...CommonHeader,\n method: literal('keyring_updateAccount'),\n params: object({\n account: KeyringAccountStruct,\n }),\n});\n\nexport type UpdateAccountRequest = Infer<typeof UpdateAccountRequestStruct>;\n\nexport const UpdateAccountResponseStruct = literal(null);\n\nexport type UpdateAccountResponse = Infer<typeof UpdateAccountResponseStruct>;\n\n// ----------------------------------------------------------------------------\n// Delete account\n\nexport const DeleteAccountRequestStruct = object({\n ...CommonHeader,\n method: literal('keyring_deleteAccount'),\n params: object({\n id: UuidStruct,\n }),\n});\n\nexport type DeleteAccountRequest = Infer<typeof DeleteAccountRequestStruct>;\n\nexport const DeleteAccountResponseStruct = literal(null);\n\nexport type DeleteAccountResponse = Infer<typeof DeleteAccountResponseStruct>;\n\n// ----------------------------------------------------------------------------\n// Export account\n\nexport const ExportAccountRequestStruct = object({\n ...CommonHeader,\n method: literal('keyring_exportAccount'),\n params: object({\n id: UuidStruct,\n }),\n});\n\nexport type ExportAccountRequest = Infer<typeof ExportAccountRequestStruct>;\n\nexport const ExportAccountResponseStruct = KeyringAccountDataStruct;\n\nexport type ExportAccountResponse = Infer<typeof ExportAccountResponseStruct>;\n\n// ----------------------------------------------------------------------------\n// List requests\n\nexport const ListRequestsRequestStruct = object({\n ...CommonHeader,\n method: literal('keyring_listRequests'),\n});\n\nexport type ListRequestsRequest = Infer<typeof ListRequestsRequestStruct>;\n\nexport const ListRequestsResponseStruct = array(KeyringRequestStruct);\n\nexport type ListRequestsResponse = Infer<typeof ListRequestsResponseStruct>;\n\n// ----------------------------------------------------------------------------\n// Get request\n\nexport const GetRequestRequestStruct = object({\n ...CommonHeader,\n method: literal('keyring_getRequest'),\n params: object({\n id: UuidStruct,\n }),\n});\n\nexport type GetRequestRequest = Infer<typeof GetRequestRequestStruct>;\n\nexport const GetRequestResponseStruct = KeyringRequestStruct;\n\nexport type GetRequestResponse = Infer<typeof GetRequestResponseStruct>;\n\n// ----------------------------------------------------------------------------\n// Submit request\n\nexport const SubmitRequestRequestStruct = object({\n ...CommonHeader,\n method: literal('keyring_submitRequest'),\n params: KeyringRequestStruct,\n});\n\nexport type SubmitRequestRequest = Infer<typeof SubmitRequestRequestStruct>;\n\nexport const SubmitRequestResponseStruct = KeyringResponseStruct;\n\nexport type SubmitRequestResponse = Infer<typeof SubmitRequestResponseStruct>;\n\n// ----------------------------------------------------------------------------\n// Approve request\n\nexport const ApproveRequestRequestStruct = object({\n ...CommonHeader,\n method: literal('keyring_approveRequest'),\n params: object({\n id: UuidStruct,\n data: record(string(), JsonStruct),\n }),\n});\n\nexport type ApproveRequestRequest = Infer<typeof ApproveRequestRequestStruct>;\n\nexport const ApproveRequestResponseStruct = literal(null);\n\nexport type ApproveRequestResponse = Infer<typeof ApproveRequestResponseStruct>;\n\n// ----------------------------------------------------------------------------\n// Reject request\n\nexport const RejectRequestRequestStruct = object({\n ...CommonHeader,\n method: literal('keyring_rejectRequest'),\n params: object({\n id: UuidStruct,\n }),\n});\n\nexport type RejectRequestRequest = Infer<typeof RejectRequestRequestStruct>;\n\nexport const RejectRequestResponseStruct = literal(null);\n\nexport type RejectRequestResponse = Infer<typeof RejectRequestResponseStruct>;\n"]}