@wirexapp/wpay-baas-sdk 0.1.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 (323) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +566 -0
  3. package/dist/abi/accounts.abi.d.ts +405 -0
  4. package/dist/abi/accounts.abi.d.ts.map +1 -0
  5. package/dist/abi/accounts.abi.js +351 -0
  6. package/dist/abi/accounts.abi.js.map +1 -0
  7. package/dist/abi/contractRegistry.abi.d.ts +220 -0
  8. package/dist/abi/contractRegistry.abi.d.ts.map +1 -0
  9. package/dist/abi/contractRegistry.abi.js +287 -0
  10. package/dist/abi/contractRegistry.abi.js.map +1 -0
  11. package/dist/abi/corporateAccounts.abi.d.ts +42 -0
  12. package/dist/abi/corporateAccounts.abi.d.ts.map +1 -0
  13. package/dist/abi/corporateAccounts.abi.js +34 -0
  14. package/dist/abi/corporateAccounts.abi.js.map +1 -0
  15. package/dist/abi/erc20.abi.d.ts +253 -0
  16. package/dist/abi/erc20.abi.d.ts.map +1 -0
  17. package/dist/abi/erc20.abi.js +98 -0
  18. package/dist/abi/erc20.abi.js.map +1 -0
  19. package/dist/abi/executionDelayPolicy.abi.d.ts +378 -0
  20. package/dist/abi/executionDelayPolicy.abi.d.ts.map +1 -0
  21. package/dist/abi/executionDelayPolicy.abi.js +502 -0
  22. package/dist/abi/executionDelayPolicy.abi.js.map +1 -0
  23. package/dist/abi/fundsManagement.abi.d.ts +54 -0
  24. package/dist/abi/fundsManagement.abi.d.ts.map +1 -0
  25. package/dist/abi/fundsManagement.abi.js +361 -0
  26. package/dist/abi/fundsManagement.abi.js.map +1 -0
  27. package/dist/abi/index.d.ts +11 -0
  28. package/dist/abi/index.d.ts.map +1 -0
  29. package/dist/abi/index.js +11 -0
  30. package/dist/abi/index.js.map +1 -0
  31. package/dist/abi/signer.abi.d.ts +20 -0
  32. package/dist/abi/signer.abi.d.ts.map +1 -0
  33. package/dist/abi/signer.abi.js +13 -0
  34. package/dist/abi/signer.abi.js.map +1 -0
  35. package/dist/abi/synthetic.abi.d.ts +2459 -0
  36. package/dist/abi/synthetic.abi.d.ts.map +1 -0
  37. package/dist/abi/synthetic.abi.js +1739 -0
  38. package/dist/abi/synthetic.abi.js.map +1 -0
  39. package/dist/abi/tokenRegistry.abi.d.ts +209 -0
  40. package/dist/abi/tokenRegistry.abi.d.ts.map +1 -0
  41. package/dist/abi/tokenRegistry.abi.js +117 -0
  42. package/dist/abi/tokenRegistry.abi.js.map +1 -0
  43. package/dist/abi/yieldCalculator.abi.d.ts +327 -0
  44. package/dist/abi/yieldCalculator.abi.d.ts.map +1 -0
  45. package/dist/abi/yieldCalculator.abi.js +2 -0
  46. package/dist/abi/yieldCalculator.abi.js.map +1 -0
  47. package/dist/client.d.ts +23 -0
  48. package/dist/client.d.ts.map +1 -0
  49. package/dist/client.js +97 -0
  50. package/dist/client.js.map +1 -0
  51. package/dist/core/config/config.service.d.ts +18 -0
  52. package/dist/core/config/config.service.d.ts.map +1 -0
  53. package/dist/core/config/config.service.js +78 -0
  54. package/dist/core/config/config.service.js.map +1 -0
  55. package/dist/core/config/index.d.ts +4 -0
  56. package/dist/core/config/index.d.ts.map +1 -0
  57. package/dist/core/config/index.js +3 -0
  58. package/dist/core/config/index.js.map +1 -0
  59. package/dist/core/config/types.d.ts +40 -0
  60. package/dist/core/config/types.d.ts.map +1 -0
  61. package/dist/core/config/types.js +5 -0
  62. package/dist/core/config/types.js.map +1 -0
  63. package/dist/core/errors.d.ts +31 -0
  64. package/dist/core/errors.d.ts.map +1 -0
  65. package/dist/core/errors.js +63 -0
  66. package/dist/core/errors.js.map +1 -0
  67. package/dist/core/index.d.ts +8 -0
  68. package/dist/core/index.d.ts.map +1 -0
  69. package/dist/core/index.js +5 -0
  70. package/dist/core/index.js.map +1 -0
  71. package/dist/core/internal/http-client.d.ts +40 -0
  72. package/dist/core/internal/http-client.d.ts.map +1 -0
  73. package/dist/core/internal/http-client.js +113 -0
  74. package/dist/core/internal/http-client.js.map +1 -0
  75. package/dist/core/types.d.ts +82 -0
  76. package/dist/core/types.d.ts.map +1 -0
  77. package/dist/core/types.js +13 -0
  78. package/dist/core/types.js.map +1 -0
  79. package/dist/index.d.ts +14 -0
  80. package/dist/index.d.ts.map +1 -0
  81. package/dist/index.js +7 -0
  82. package/dist/index.js.map +1 -0
  83. package/dist/modules/api/api.module.d.ts +21 -0
  84. package/dist/modules/api/api.module.d.ts.map +1 -0
  85. package/dist/modules/api/api.module.js +47 -0
  86. package/dist/modules/api/api.module.js.map +1 -0
  87. package/dist/modules/api/baas/activity/activity.service.d.ts +34 -0
  88. package/dist/modules/api/baas/activity/activity.service.d.ts.map +1 -0
  89. package/dist/modules/api/baas/activity/activity.service.js +61 -0
  90. package/dist/modules/api/baas/activity/activity.service.js.map +1 -0
  91. package/dist/modules/api/baas/activity/index.d.ts +3 -0
  92. package/dist/modules/api/baas/activity/index.d.ts.map +1 -0
  93. package/dist/modules/api/baas/activity/index.js +2 -0
  94. package/dist/modules/api/baas/activity/index.js.map +1 -0
  95. package/dist/modules/api/baas/activity/types.d.ts +166 -0
  96. package/dist/modules/api/baas/activity/types.d.ts.map +1 -0
  97. package/dist/modules/api/baas/activity/types.js +5 -0
  98. package/dist/modules/api/baas/activity/types.js.map +1 -0
  99. package/dist/modules/api/baas/baas.module.d.ts +41 -0
  100. package/dist/modules/api/baas/baas.module.d.ts.map +1 -0
  101. package/dist/modules/api/baas/baas.module.js +144 -0
  102. package/dist/modules/api/baas/baas.module.js.map +1 -0
  103. package/dist/modules/api/baas/bank/bank.service.d.ts +42 -0
  104. package/dist/modules/api/baas/bank/bank.service.d.ts.map +1 -0
  105. package/dist/modules/api/baas/bank/bank.service.js +75 -0
  106. package/dist/modules/api/baas/bank/bank.service.js.map +1 -0
  107. package/dist/modules/api/baas/bank/index.d.ts +3 -0
  108. package/dist/modules/api/baas/bank/index.d.ts.map +1 -0
  109. package/dist/modules/api/baas/bank/index.js +2 -0
  110. package/dist/modules/api/baas/bank/index.js.map +1 -0
  111. package/dist/modules/api/baas/bank/types.d.ts +116 -0
  112. package/dist/modules/api/baas/bank/types.d.ts.map +1 -0
  113. package/dist/modules/api/baas/bank/types.js +5 -0
  114. package/dist/modules/api/baas/bank/types.js.map +1 -0
  115. package/dist/modules/api/baas/cards/cards.service.d.ts +118 -0
  116. package/dist/modules/api/baas/cards/cards.service.d.ts.map +1 -0
  117. package/dist/modules/api/baas/cards/cards.service.js +254 -0
  118. package/dist/modules/api/baas/cards/cards.service.js.map +1 -0
  119. package/dist/modules/api/baas/cards/index.d.ts +3 -0
  120. package/dist/modules/api/baas/cards/index.d.ts.map +1 -0
  121. package/dist/modules/api/baas/cards/index.js +2 -0
  122. package/dist/modules/api/baas/cards/index.js.map +1 -0
  123. package/dist/modules/api/baas/cards/types.d.ts +249 -0
  124. package/dist/modules/api/baas/cards/types.d.ts.map +1 -0
  125. package/dist/modules/api/baas/cards/types.js +5 -0
  126. package/dist/modules/api/baas/cards/types.js.map +1 -0
  127. package/dist/modules/api/baas/config/config.service.d.ts +21 -0
  128. package/dist/modules/api/baas/config/config.service.d.ts.map +1 -0
  129. package/dist/modules/api/baas/config/config.service.js +22 -0
  130. package/dist/modules/api/baas/config/config.service.js.map +1 -0
  131. package/dist/modules/api/baas/config/index.d.ts +3 -0
  132. package/dist/modules/api/baas/config/index.d.ts.map +1 -0
  133. package/dist/modules/api/baas/config/index.js +2 -0
  134. package/dist/modules/api/baas/config/index.js.map +1 -0
  135. package/dist/modules/api/baas/config/types.d.ts +42 -0
  136. package/dist/modules/api/baas/config/types.d.ts.map +1 -0
  137. package/dist/modules/api/baas/config/types.js +2 -0
  138. package/dist/modules/api/baas/config/types.js.map +1 -0
  139. package/dist/modules/api/baas/confirmation/confirmation.service.d.ts +30 -0
  140. package/dist/modules/api/baas/confirmation/confirmation.service.d.ts.map +1 -0
  141. package/dist/modules/api/baas/confirmation/confirmation.service.js +39 -0
  142. package/dist/modules/api/baas/confirmation/confirmation.service.js.map +1 -0
  143. package/dist/modules/api/baas/confirmation/index.d.ts +3 -0
  144. package/dist/modules/api/baas/confirmation/index.d.ts.map +1 -0
  145. package/dist/modules/api/baas/confirmation/index.js +2 -0
  146. package/dist/modules/api/baas/confirmation/index.js.map +1 -0
  147. package/dist/modules/api/baas/confirmation/types.d.ts +30 -0
  148. package/dist/modules/api/baas/confirmation/types.d.ts.map +1 -0
  149. package/dist/modules/api/baas/confirmation/types.js +5 -0
  150. package/dist/modules/api/baas/confirmation/types.js.map +1 -0
  151. package/dist/modules/api/baas/index.d.ts +12 -0
  152. package/dist/modules/api/baas/index.d.ts.map +1 -0
  153. package/dist/modules/api/baas/index.js +12 -0
  154. package/dist/modules/api/baas/index.js.map +1 -0
  155. package/dist/modules/api/baas/rates/index.d.ts +3 -0
  156. package/dist/modules/api/baas/rates/index.d.ts.map +1 -0
  157. package/dist/modules/api/baas/rates/index.js +2 -0
  158. package/dist/modules/api/baas/rates/index.js.map +1 -0
  159. package/dist/modules/api/baas/rates/rates.service.d.ts +21 -0
  160. package/dist/modules/api/baas/rates/rates.service.d.ts.map +1 -0
  161. package/dist/modules/api/baas/rates/rates.service.js +25 -0
  162. package/dist/modules/api/baas/rates/rates.service.js.map +1 -0
  163. package/dist/modules/api/baas/rates/types.d.ts +12 -0
  164. package/dist/modules/api/baas/rates/types.d.ts.map +1 -0
  165. package/dist/modules/api/baas/rates/types.js +2 -0
  166. package/dist/modules/api/baas/rates/types.js.map +1 -0
  167. package/dist/modules/api/baas/recipients/index.d.ts +3 -0
  168. package/dist/modules/api/baas/recipients/index.d.ts.map +1 -0
  169. package/dist/modules/api/baas/recipients/index.js +2 -0
  170. package/dist/modules/api/baas/recipients/index.js.map +1 -0
  171. package/dist/modules/api/baas/recipients/recipients.service.d.ts +74 -0
  172. package/dist/modules/api/baas/recipients/recipients.service.d.ts.map +1 -0
  173. package/dist/modules/api/baas/recipients/recipients.service.js +190 -0
  174. package/dist/modules/api/baas/recipients/recipients.service.js.map +1 -0
  175. package/dist/modules/api/baas/recipients/types.d.ts +208 -0
  176. package/dist/modules/api/baas/recipients/types.d.ts.map +1 -0
  177. package/dist/modules/api/baas/recipients/types.js +5 -0
  178. package/dist/modules/api/baas/recipients/types.js.map +1 -0
  179. package/dist/modules/api/baas/token/index.d.ts +3 -0
  180. package/dist/modules/api/baas/token/index.d.ts.map +1 -0
  181. package/dist/modules/api/baas/token/index.js +2 -0
  182. package/dist/modules/api/baas/token/index.js.map +1 -0
  183. package/dist/modules/api/baas/token/token.service.d.ts +21 -0
  184. package/dist/modules/api/baas/token/token.service.d.ts.map +1 -0
  185. package/dist/modules/api/baas/token/token.service.js +22 -0
  186. package/dist/modules/api/baas/token/token.service.js.map +1 -0
  187. package/dist/modules/api/baas/token/types.d.ts +12 -0
  188. package/dist/modules/api/baas/token/types.d.ts.map +1 -0
  189. package/dist/modules/api/baas/token/types.js +2 -0
  190. package/dist/modules/api/baas/token/types.js.map +1 -0
  191. package/dist/modules/api/baas/user/index.d.ts +3 -0
  192. package/dist/modules/api/baas/user/index.d.ts.map +1 -0
  193. package/dist/modules/api/baas/user/index.js +2 -0
  194. package/dist/modules/api/baas/user/index.js.map +1 -0
  195. package/dist/modules/api/baas/user/types.d.ts +145 -0
  196. package/dist/modules/api/baas/user/types.d.ts.map +1 -0
  197. package/dist/modules/api/baas/user/types.js +5 -0
  198. package/dist/modules/api/baas/user/types.js.map +1 -0
  199. package/dist/modules/api/baas/user/user.service.d.ts +73 -0
  200. package/dist/modules/api/baas/user/user.service.d.ts.map +1 -0
  201. package/dist/modules/api/baas/user/user.service.js +140 -0
  202. package/dist/modules/api/baas/user/user.service.js.map +1 -0
  203. package/dist/modules/api/baas/wallet/index.d.ts +3 -0
  204. package/dist/modules/api/baas/wallet/index.d.ts.map +1 -0
  205. package/dist/modules/api/baas/wallet/index.js +2 -0
  206. package/dist/modules/api/baas/wallet/index.js.map +1 -0
  207. package/dist/modules/api/baas/wallet/types.d.ts +26 -0
  208. package/dist/modules/api/baas/wallet/types.d.ts.map +1 -0
  209. package/dist/modules/api/baas/wallet/types.js +5 -0
  210. package/dist/modules/api/baas/wallet/types.js.map +1 -0
  211. package/dist/modules/api/baas/wallet/wallet.service.d.ts +30 -0
  212. package/dist/modules/api/baas/wallet/wallet.service.d.ts.map +1 -0
  213. package/dist/modules/api/baas/wallet/wallet.service.js +43 -0
  214. package/dist/modules/api/baas/wallet/wallet.service.js.map +1 -0
  215. package/dist/modules/api/index.d.ts +7 -0
  216. package/dist/modules/api/index.d.ts.map +1 -0
  217. package/dist/modules/api/index.js +5 -0
  218. package/dist/modules/api/index.js.map +1 -0
  219. package/dist/modules/api/internal/endpoints/wallets.api.d.ts +8 -0
  220. package/dist/modules/api/internal/endpoints/wallets.api.d.ts.map +1 -0
  221. package/dist/modules/api/internal/endpoints/wallets.api.js +9 -0
  222. package/dist/modules/api/internal/endpoints/wallets.api.js.map +1 -0
  223. package/dist/modules/api/internal/endpoints/withdrawal.api.d.ts +8 -0
  224. package/dist/modules/api/internal/endpoints/withdrawal.api.d.ts.map +1 -0
  225. package/dist/modules/api/internal/endpoints/withdrawal.api.js +10 -0
  226. package/dist/modules/api/internal/endpoints/withdrawal.api.js.map +1 -0
  227. package/dist/modules/api/types/common.types.d.ts +19 -0
  228. package/dist/modules/api/types/common.types.d.ts.map +1 -0
  229. package/dist/modules/api/types/common.types.js +2 -0
  230. package/dist/modules/api/types/common.types.js.map +1 -0
  231. package/dist/modules/api/types/wallets.types.d.ts +12 -0
  232. package/dist/modules/api/types/wallets.types.d.ts.map +1 -0
  233. package/dist/modules/api/types/wallets.types.js +2 -0
  234. package/dist/modules/api/types/wallets.types.js.map +1 -0
  235. package/dist/modules/auth/auth.service.d.ts +32 -0
  236. package/dist/modules/auth/auth.service.d.ts.map +1 -0
  237. package/dist/modules/auth/auth.service.js +182 -0
  238. package/dist/modules/auth/auth.service.js.map +1 -0
  239. package/dist/modules/auth/index.d.ts +3 -0
  240. package/dist/modules/auth/index.d.ts.map +1 -0
  241. package/dist/modules/auth/index.js +2 -0
  242. package/dist/modules/auth/index.js.map +1 -0
  243. package/dist/modules/auth/types.d.ts +82 -0
  244. package/dist/modules/auth/types.d.ts.map +1 -0
  245. package/dist/modules/auth/types.js +2 -0
  246. package/dist/modules/auth/types.js.map +1 -0
  247. package/dist/modules/crypto/chains/base/account-abstraction.service.d.ts +28 -0
  248. package/dist/modules/crypto/chains/base/account-abstraction.service.d.ts.map +1 -0
  249. package/dist/modules/crypto/chains/base/account-abstraction.service.js +173 -0
  250. package/dist/modules/crypto/chains/base/account-abstraction.service.js.map +1 -0
  251. package/dist/modules/crypto/chains/base/account.contract.service.d.ts +26 -0
  252. package/dist/modules/crypto/chains/base/account.contract.service.d.ts.map +1 -0
  253. package/dist/modules/crypto/chains/base/account.contract.service.js +109 -0
  254. package/dist/modules/crypto/chains/base/account.contract.service.js.map +1 -0
  255. package/dist/modules/crypto/chains/base/crypto.service.d.ts +32 -0
  256. package/dist/modules/crypto/chains/base/crypto.service.d.ts.map +1 -0
  257. package/dist/modules/crypto/chains/base/crypto.service.js +211 -0
  258. package/dist/modules/crypto/chains/base/crypto.service.js.map +1 -0
  259. package/dist/modules/crypto/chains/base/index.d.ts +6 -0
  260. package/dist/modules/crypto/chains/base/index.d.ts.map +1 -0
  261. package/dist/modules/crypto/chains/base/index.js +54 -0
  262. package/dist/modules/crypto/chains/base/index.js.map +1 -0
  263. package/dist/modules/crypto/chains/base/wallet.service.d.ts +53 -0
  264. package/dist/modules/crypto/chains/base/wallet.service.d.ts.map +1 -0
  265. package/dist/modules/crypto/chains/base/wallet.service.js +142 -0
  266. package/dist/modules/crypto/chains/base/wallet.service.js.map +1 -0
  267. package/dist/modules/crypto/chains/base/yield.service.d.ts +38 -0
  268. package/dist/modules/crypto/chains/base/yield.service.d.ts.map +1 -0
  269. package/dist/modules/crypto/chains/base/yield.service.js +297 -0
  270. package/dist/modules/crypto/chains/base/yield.service.js.map +1 -0
  271. package/dist/modules/crypto/chains/index.d.ts +5 -0
  272. package/dist/modules/crypto/chains/index.d.ts.map +1 -0
  273. package/dist/modules/crypto/chains/index.js +3 -0
  274. package/dist/modules/crypto/chains/index.js.map +1 -0
  275. package/dist/modules/crypto/chains/registry.d.ts +11 -0
  276. package/dist/modules/crypto/chains/registry.d.ts.map +1 -0
  277. package/dist/modules/crypto/chains/registry.js +19 -0
  278. package/dist/modules/crypto/chains/registry.js.map +1 -0
  279. package/dist/modules/crypto/chains/types.d.ts +37 -0
  280. package/dist/modules/crypto/chains/types.d.ts.map +1 -0
  281. package/dist/modules/crypto/chains/types.js +2 -0
  282. package/dist/modules/crypto/chains/types.js.map +1 -0
  283. package/dist/modules/crypto/crypto.module.d.ts +40 -0
  284. package/dist/modules/crypto/crypto.module.d.ts.map +1 -0
  285. package/dist/modules/crypto/crypto.module.js +127 -0
  286. package/dist/modules/crypto/crypto.module.js.map +1 -0
  287. package/dist/modules/crypto/index.d.ts +9 -0
  288. package/dist/modules/crypto/index.d.ts.map +1 -0
  289. package/dist/modules/crypto/index.js +8 -0
  290. package/dist/modules/crypto/index.js.map +1 -0
  291. package/dist/modules/crypto/interfaces/account-abstraction.interface.d.ts +8 -0
  292. package/dist/modules/crypto/interfaces/account-abstraction.interface.d.ts.map +1 -0
  293. package/dist/modules/crypto/interfaces/account-abstraction.interface.js +2 -0
  294. package/dist/modules/crypto/interfaces/account-abstraction.interface.js.map +1 -0
  295. package/dist/modules/crypto/interfaces/account-contract.interface.d.ts +8 -0
  296. package/dist/modules/crypto/interfaces/account-contract.interface.d.ts.map +1 -0
  297. package/dist/modules/crypto/interfaces/account-contract.interface.js +2 -0
  298. package/dist/modules/crypto/interfaces/account-contract.interface.js.map +1 -0
  299. package/dist/modules/crypto/interfaces/crypto.interface.d.ts +50 -0
  300. package/dist/modules/crypto/interfaces/crypto.interface.d.ts.map +1 -0
  301. package/dist/modules/crypto/interfaces/crypto.interface.js +2 -0
  302. package/dist/modules/crypto/interfaces/crypto.interface.js.map +1 -0
  303. package/dist/modules/crypto/interfaces/index.d.ts +5 -0
  304. package/dist/modules/crypto/interfaces/index.d.ts.map +1 -0
  305. package/dist/modules/crypto/interfaces/index.js +2 -0
  306. package/dist/modules/crypto/interfaces/index.js.map +1 -0
  307. package/dist/modules/crypto/interfaces/yield.interface.d.ts +19 -0
  308. package/dist/modules/crypto/interfaces/yield.interface.d.ts.map +1 -0
  309. package/dist/modules/crypto/interfaces/yield.interface.js +2 -0
  310. package/dist/modules/crypto/interfaces/yield.interface.js.map +1 -0
  311. package/dist/modules/crypto/internal/contract-registry.service.d.ts +14 -0
  312. package/dist/modules/crypto/internal/contract-registry.service.d.ts.map +1 -0
  313. package/dist/modules/crypto/internal/contract-registry.service.js +76 -0
  314. package/dist/modules/crypto/internal/contract-registry.service.js.map +1 -0
  315. package/dist/modules/crypto/internal/smartDepositWallet.service.d.ts +39 -0
  316. package/dist/modules/crypto/internal/smartDepositWallet.service.d.ts.map +1 -0
  317. package/dist/modules/crypto/internal/smartDepositWallet.service.js +183 -0
  318. package/dist/modules/crypto/internal/smartDepositWallet.service.js.map +1 -0
  319. package/dist/modules/crypto/types.d.ts +47 -0
  320. package/dist/modules/crypto/types.d.ts.map +1 -0
  321. package/dist/modules/crypto/types.js +2 -0
  322. package/dist/modules/crypto/types.js.map +1 -0
  323. package/package.json +96 -0
@@ -0,0 +1,351 @@
1
+ export const accountsAbi = [
2
+ { type: 'error', name: 'InvalidInitialization', inputs: [] },
3
+ {
4
+ type: 'error',
5
+ name: 'NotInitializing',
6
+ inputs: [],
7
+ },
8
+ {
9
+ type: 'event',
10
+ anonymous: false,
11
+ name: 'AccountCreated',
12
+ inputs: [{ type: 'address', name: 'owner', indexed: false }],
13
+ },
14
+ {
15
+ type: 'event',
16
+ anonymous: false,
17
+ name: 'AccountStatusChanged',
18
+ inputs: [
19
+ { type: 'address', name: 'owner', indexed: false },
20
+ {
21
+ type: 'uint8',
22
+ name: 'newStatus',
23
+ indexed: false,
24
+ },
25
+ ],
26
+ },
27
+ {
28
+ type: 'event',
29
+ anonymous: false,
30
+ name: 'AccountVerificationStatusChanged',
31
+ inputs: [
32
+ { type: 'address', name: 'owner', indexed: false },
33
+ {
34
+ type: 'uint8',
35
+ name: 'newStatus',
36
+ indexed: false,
37
+ },
38
+ ],
39
+ },
40
+ {
41
+ type: 'event',
42
+ anonymous: false,
43
+ name: 'Initialized',
44
+ inputs: [{ type: 'uint64', name: 'version', indexed: false }],
45
+ },
46
+ {
47
+ type: 'event',
48
+ anonymous: false,
49
+ name: 'UserAccountCreated',
50
+ inputs: [
51
+ { type: 'bytes16', name: 'parentEntity', indexed: false },
52
+ {
53
+ type: 'address',
54
+ name: 'owner',
55
+ indexed: false,
56
+ },
57
+ ],
58
+ },
59
+ {
60
+ type: 'event',
61
+ anonymous: false,
62
+ name: 'UserAccountStatusChanged',
63
+ inputs: [
64
+ { type: 'bytes16', name: 'parentEntity', indexed: false },
65
+ {
66
+ type: 'address',
67
+ name: 'owner',
68
+ indexed: false,
69
+ },
70
+ { type: 'uint8', name: 'newStatus', indexed: false },
71
+ ],
72
+ },
73
+ {
74
+ type: 'event',
75
+ anonymous: false,
76
+ name: 'UserAccountVerificationStatusChanged',
77
+ inputs: [
78
+ { type: 'bytes16', name: 'parentEntity', indexed: false },
79
+ {
80
+ type: 'address',
81
+ name: 'owner',
82
+ indexed: false,
83
+ },
84
+ { type: 'uint8', name: 'newStatus', indexed: false },
85
+ ],
86
+ },
87
+ {
88
+ type: 'event',
89
+ anonymous: false,
90
+ name: 'WalletConfirmationStatusChanged',
91
+ inputs: [
92
+ { type: 'bytes16', name: 'parentEntity', indexed: false },
93
+ {
94
+ type: 'address',
95
+ name: 'wallet',
96
+ indexed: false,
97
+ },
98
+ { type: 'uint8', name: 'newStatus', indexed: false },
99
+ ],
100
+ },
101
+ {
102
+ type: 'event',
103
+ anonymous: false,
104
+ name: 'WalletLinked',
105
+ inputs: [
106
+ { type: 'bytes16', name: 'parentEntity', indexed: false },
107
+ {
108
+ type: 'address',
109
+ name: 'owner',
110
+ indexed: false,
111
+ },
112
+ { type: 'address', name: 'wallet', indexed: false },
113
+ ],
114
+ },
115
+ {
116
+ type: 'event',
117
+ anonymous: false,
118
+ name: 'WalletRoleAssigned',
119
+ inputs: [
120
+ { type: 'bytes16', name: 'parentEntity', indexed: false },
121
+ {
122
+ type: 'address',
123
+ name: 'account',
124
+ indexed: false,
125
+ },
126
+ { type: 'address', name: 'wallet', indexed: false },
127
+ { type: 'string', name: 'role', indexed: false },
128
+ ],
129
+ },
130
+ {
131
+ type: 'event',
132
+ anonymous: false,
133
+ name: 'WalletRoleRemoved',
134
+ inputs: [
135
+ { type: 'bytes16', name: 'parentEntity', indexed: false },
136
+ {
137
+ type: 'address',
138
+ name: 'account',
139
+ indexed: false,
140
+ },
141
+ { type: 'address', name: 'wallet', indexed: false },
142
+ ],
143
+ },
144
+ {
145
+ type: 'function',
146
+ name: 'assignWalletRole',
147
+ constant: false,
148
+ payable: false,
149
+ inputs: [
150
+ { type: 'bytes16', name: 'parentEntity' },
151
+ { type: 'address', name: 'account' },
152
+ {
153
+ type: 'address',
154
+ name: 'wallet',
155
+ },
156
+ { type: 'string', name: 'role' },
157
+ ],
158
+ outputs: [],
159
+ },
160
+ {
161
+ type: 'function',
162
+ name: 'changeAccountStatus',
163
+ constant: false,
164
+ payable: false,
165
+ inputs: [
166
+ { type: 'address', name: 'owner' },
167
+ { type: 'uint8', name: 'newStatus' },
168
+ ],
169
+ outputs: [],
170
+ },
171
+ {
172
+ type: 'function',
173
+ name: 'changeAccountVerificationStatus',
174
+ constant: false,
175
+ payable: false,
176
+ inputs: [
177
+ { type: 'address', name: 'owner' },
178
+ { type: 'uint8', name: 'newStatus' },
179
+ ],
180
+ outputs: [],
181
+ },
182
+ {
183
+ type: 'function',
184
+ name: 'changeUserAccountStatus',
185
+ constant: false,
186
+ payable: false,
187
+ inputs: [
188
+ { type: 'bytes16', name: 'parentEntity' },
189
+ { type: 'address', name: 'owner' },
190
+ {
191
+ type: 'uint8',
192
+ name: 'newStatus',
193
+ },
194
+ ],
195
+ outputs: [],
196
+ },
197
+ {
198
+ type: 'function',
199
+ name: 'changeUserAccountVerificationStatus',
200
+ constant: false,
201
+ payable: false,
202
+ inputs: [
203
+ { type: 'bytes16', name: 'parentEntity' },
204
+ { type: 'address', name: 'owner' },
205
+ {
206
+ type: 'uint8',
207
+ name: 'newStatus',
208
+ },
209
+ ],
210
+ outputs: [],
211
+ },
212
+ {
213
+ type: 'function',
214
+ name: 'changeWalletConfirmationStatus',
215
+ constant: false,
216
+ payable: false,
217
+ inputs: [
218
+ { type: 'bytes16', name: 'parentEntity' },
219
+ { type: 'address', name: 'wallet' },
220
+ {
221
+ type: 'uint8',
222
+ name: 'status',
223
+ },
224
+ ],
225
+ outputs: [],
226
+ },
227
+ {
228
+ type: 'function',
229
+ name: 'createAccount',
230
+ constant: false,
231
+ payable: false,
232
+ inputs: [],
233
+ outputs: [],
234
+ },
235
+ {
236
+ type: 'function',
237
+ name: 'createUserAccount',
238
+ constant: false,
239
+ payable: false,
240
+ inputs: [{ type: 'bytes16', name: 'parentEntity' }],
241
+ outputs: [],
242
+ },
243
+ {
244
+ type: 'function',
245
+ name: 'createUserAccountWithWallet',
246
+ constant: false,
247
+ payable: false,
248
+ inputs: [{ type: 'bytes16', name: 'parentEntity' }],
249
+ outputs: [],
250
+ },
251
+ {
252
+ type: 'function',
253
+ name: 'getAccount',
254
+ constant: true,
255
+ stateMutability: 'view',
256
+ payable: false,
257
+ inputs: [{ type: 'address', name: 'owner' }],
258
+ outputs: [
259
+ {
260
+ type: 'tuple',
261
+ name: '',
262
+ components: [
263
+ { type: 'uint8', name: 'status' },
264
+ { type: 'uint8', name: 'verificationStatus' },
265
+ ],
266
+ },
267
+ ],
268
+ },
269
+ {
270
+ type: 'function',
271
+ name: 'getUserAccount',
272
+ constant: true,
273
+ stateMutability: 'view',
274
+ payable: false,
275
+ inputs: [
276
+ { type: 'address', name: 'owner' },
277
+ { type: 'bytes16', name: 'parentEntity' },
278
+ ],
279
+ outputs: [
280
+ {
281
+ type: 'tuple',
282
+ name: '',
283
+ components: [
284
+ { type: 'uint8', name: 'status' },
285
+ { type: 'uint8', name: 'verificationStatus' },
286
+ ],
287
+ },
288
+ ],
289
+ },
290
+ {
291
+ type: 'function',
292
+ name: 'getWallet',
293
+ constant: true,
294
+ stateMutability: 'view',
295
+ payable: false,
296
+ inputs: [
297
+ { type: 'bytes16', name: 'parentEntity' },
298
+ { type: 'address', name: 'wallet' },
299
+ ],
300
+ outputs: [
301
+ {
302
+ type: 'tuple',
303
+ name: '',
304
+ components: [
305
+ { type: 'uint8', name: 'confirmationStatus' },
306
+ { type: 'address', name: 'owner' },
307
+ ],
308
+ },
309
+ ],
310
+ },
311
+ {
312
+ type: 'function',
313
+ name: 'init',
314
+ constant: false,
315
+ payable: false,
316
+ inputs: [{ type: 'address', name: 'register' }],
317
+ outputs: [],
318
+ },
319
+ {
320
+ type: 'function',
321
+ name: 'linkWallet',
322
+ constant: false,
323
+ payable: false,
324
+ inputs: [{ type: 'bytes16', name: 'parentEntity' }],
325
+ outputs: [],
326
+ },
327
+ {
328
+ type: 'function',
329
+ name: 'migrateAccount',
330
+ constant: false,
331
+ payable: false,
332
+ inputs: [],
333
+ outputs: [],
334
+ },
335
+ {
336
+ type: 'function',
337
+ name: 'removeWalletRole',
338
+ constant: false,
339
+ payable: false,
340
+ inputs: [
341
+ { type: 'bytes16', name: 'parentEntity' },
342
+ { type: 'address', name: 'account' },
343
+ {
344
+ type: 'address',
345
+ name: 'wallet',
346
+ },
347
+ ],
348
+ outputs: [],
349
+ },
350
+ ];
351
+ //# sourceMappingURL=accounts.abi.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accounts.abi.js","sourceRoot":"","sources":["../../src/abi/accounts.abi.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,220 @@
1
+ export declare const contractRegistryAbi: readonly [{
2
+ readonly inputs: readonly [];
3
+ readonly stateMutability: "nonpayable";
4
+ readonly type: "constructor";
5
+ }, {
6
+ readonly inputs: readonly [{
7
+ readonly internalType: "address";
8
+ readonly name: "owner";
9
+ readonly type: "address";
10
+ }];
11
+ readonly name: "OwnableInvalidOwner";
12
+ readonly type: "error";
13
+ }, {
14
+ readonly inputs: readonly [{
15
+ readonly internalType: "address";
16
+ readonly name: "account";
17
+ readonly type: "address";
18
+ }];
19
+ readonly name: "OwnableUnauthorizedAccount";
20
+ readonly type: "error";
21
+ }, {
22
+ readonly anonymous: false;
23
+ readonly inputs: readonly [{
24
+ readonly indexed: true;
25
+ readonly internalType: "address";
26
+ readonly name: "previousOwner";
27
+ readonly type: "address";
28
+ }, {
29
+ readonly indexed: true;
30
+ readonly internalType: "address";
31
+ readonly name: "newOwner";
32
+ readonly type: "address";
33
+ }];
34
+ readonly name: "OwnershipTransferred";
35
+ readonly type: "event";
36
+ }, {
37
+ readonly inputs: readonly [];
38
+ readonly name: "admin";
39
+ readonly outputs: readonly [{
40
+ readonly internalType: "address";
41
+ readonly name: "";
42
+ readonly type: "address";
43
+ }];
44
+ readonly stateMutability: "view";
45
+ readonly type: "function";
46
+ }, {
47
+ readonly inputs: readonly [{
48
+ readonly internalType: "string";
49
+ readonly name: "name";
50
+ readonly type: "string";
51
+ }];
52
+ readonly name: "contractByName";
53
+ readonly outputs: readonly [{
54
+ readonly internalType: "address";
55
+ readonly name: "proxy";
56
+ readonly type: "address";
57
+ }];
58
+ readonly stateMutability: "view";
59
+ readonly type: "function";
60
+ }, {
61
+ readonly inputs: readonly [];
62
+ readonly name: "contracts";
63
+ readonly outputs: readonly [{
64
+ readonly components: readonly [{
65
+ readonly internalType: "string";
66
+ readonly name: "name";
67
+ readonly type: "string";
68
+ }, {
69
+ readonly internalType: "address";
70
+ readonly name: "proxy";
71
+ readonly type: "address";
72
+ }];
73
+ readonly internalType: "struct IContractRegistry.ContractData[]";
74
+ readonly name: "contractsInfo";
75
+ readonly type: "tuple[]";
76
+ }];
77
+ readonly stateMutability: "view";
78
+ readonly type: "function";
79
+ }, {
80
+ readonly inputs: readonly [];
81
+ readonly name: "oracleCards";
82
+ readonly outputs: readonly [{
83
+ readonly internalType: "address";
84
+ readonly name: "";
85
+ readonly type: "address";
86
+ }];
87
+ readonly stateMutability: "view";
88
+ readonly type: "function";
89
+ }, {
90
+ readonly inputs: readonly [];
91
+ readonly name: "oracleFunds";
92
+ readonly outputs: readonly [{
93
+ readonly internalType: "address";
94
+ readonly name: "";
95
+ readonly type: "address";
96
+ }];
97
+ readonly stateMutability: "view";
98
+ readonly type: "function";
99
+ }, {
100
+ readonly inputs: readonly [];
101
+ readonly name: "oracleKYC";
102
+ readonly outputs: readonly [{
103
+ readonly internalType: "address";
104
+ readonly name: "";
105
+ readonly type: "address";
106
+ }];
107
+ readonly stateMutability: "view";
108
+ readonly type: "function";
109
+ }, {
110
+ readonly inputs: readonly [];
111
+ readonly name: "oracleProcessing";
112
+ readonly outputs: readonly [{
113
+ readonly internalType: "address";
114
+ readonly name: "";
115
+ readonly type: "address";
116
+ }];
117
+ readonly stateMutability: "view";
118
+ readonly type: "function";
119
+ }, {
120
+ readonly inputs: readonly [];
121
+ readonly name: "owner";
122
+ readonly outputs: readonly [{
123
+ readonly internalType: "address";
124
+ readonly name: "";
125
+ readonly type: "address";
126
+ }];
127
+ readonly stateMutability: "view";
128
+ readonly type: "function";
129
+ }, {
130
+ readonly inputs: readonly [{
131
+ readonly internalType: "string";
132
+ readonly name: "name";
133
+ readonly type: "string";
134
+ }];
135
+ readonly name: "removeContract";
136
+ readonly outputs: readonly [];
137
+ readonly stateMutability: "nonpayable";
138
+ readonly type: "function";
139
+ }, {
140
+ readonly inputs: readonly [];
141
+ readonly name: "renounceOwnership";
142
+ readonly outputs: readonly [];
143
+ readonly stateMutability: "nonpayable";
144
+ readonly type: "function";
145
+ }, {
146
+ readonly inputs: readonly [{
147
+ readonly internalType: "address";
148
+ readonly name: "newAddress";
149
+ readonly type: "address";
150
+ }];
151
+ readonly name: "setAdmin";
152
+ readonly outputs: readonly [];
153
+ readonly stateMutability: "nonpayable";
154
+ readonly type: "function";
155
+ }, {
156
+ readonly inputs: readonly [{
157
+ readonly internalType: "string";
158
+ readonly name: "name";
159
+ readonly type: "string";
160
+ }, {
161
+ readonly internalType: "address";
162
+ readonly name: "proxy";
163
+ readonly type: "address";
164
+ }];
165
+ readonly name: "setContract";
166
+ readonly outputs: readonly [];
167
+ readonly stateMutability: "nonpayable";
168
+ readonly type: "function";
169
+ }, {
170
+ readonly inputs: readonly [{
171
+ readonly internalType: "address";
172
+ readonly name: "newAddress";
173
+ readonly type: "address";
174
+ }];
175
+ readonly name: "setOracleCards";
176
+ readonly outputs: readonly [];
177
+ readonly stateMutability: "nonpayable";
178
+ readonly type: "function";
179
+ }, {
180
+ readonly inputs: readonly [{
181
+ readonly internalType: "address";
182
+ readonly name: "newAddress";
183
+ readonly type: "address";
184
+ }];
185
+ readonly name: "setOracleFunds";
186
+ readonly outputs: readonly [];
187
+ readonly stateMutability: "nonpayable";
188
+ readonly type: "function";
189
+ }, {
190
+ readonly inputs: readonly [{
191
+ readonly internalType: "address";
192
+ readonly name: "newAddress";
193
+ readonly type: "address";
194
+ }];
195
+ readonly name: "setOracleKYC";
196
+ readonly outputs: readonly [];
197
+ readonly stateMutability: "nonpayable";
198
+ readonly type: "function";
199
+ }, {
200
+ readonly inputs: readonly [{
201
+ readonly internalType: "address";
202
+ readonly name: "newAddress";
203
+ readonly type: "address";
204
+ }];
205
+ readonly name: "setOracleProcessing";
206
+ readonly outputs: readonly [];
207
+ readonly stateMutability: "nonpayable";
208
+ readonly type: "function";
209
+ }, {
210
+ readonly inputs: readonly [{
211
+ readonly internalType: "address";
212
+ readonly name: "newOwner";
213
+ readonly type: "address";
214
+ }];
215
+ readonly name: "transferOwnership";
216
+ readonly outputs: readonly [];
217
+ readonly stateMutability: "nonpayable";
218
+ readonly type: "function";
219
+ }];
220
+ //# sourceMappingURL=contractRegistry.abi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contractRegistry.abi.d.ts","sourceRoot":"","sources":["../../src/abi/contractRegistry.abi.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6RtB,CAAC"}