@paimaexample/wallets 0.3.117

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 (700) hide show
  1. package/README.md +1 -0
  2. package/esm/chain-types/src/hash.d.ts +28 -0
  3. package/esm/chain-types/src/hash.d.ts.map +1 -0
  4. package/esm/chain-types/src/hash.js +29 -0
  5. package/esm/chain-types/src/mod.d.ts +3 -0
  6. package/esm/chain-types/src/mod.d.ts.map +1 -0
  7. package/esm/chain-types/src/mod.js +2 -0
  8. package/esm/chain-types/src/types.d.ts +70 -0
  9. package/esm/chain-types/src/types.d.ts.map +1 -0
  10. package/esm/chain-types/src/types.js +1 -0
  11. package/esm/concise/src/batcher.d.ts +40 -0
  12. package/esm/concise/src/batcher.d.ts.map +1 -0
  13. package/esm/concise/src/batcher.js +117 -0
  14. package/esm/concise/src/delegate.d.ts +18 -0
  15. package/esm/concise/src/delegate.d.ts.map +1 -0
  16. package/esm/concise/src/delegate.js +118 -0
  17. package/esm/concise/src/mod.d.ts +5 -0
  18. package/esm/concise/src/mod.d.ts.map +1 -0
  19. package/esm/concise/src/mod.js +3 -0
  20. package/esm/concise/src/v2/builtins/batcher.d.ts +27 -0
  21. package/esm/concise/src/v2/builtins/batcher.d.ts.map +1 -0
  22. package/esm/concise/src/v2/builtins/batcher.js +51 -0
  23. package/esm/concise/src/v2/builtins/grammar.d.ts +25 -0
  24. package/esm/concise/src/v2/builtins/grammar.d.ts.map +1 -0
  25. package/esm/concise/src/v2/builtins/grammar.js +40 -0
  26. package/esm/concise/src/v2/builtins/index.d.ts +3 -0
  27. package/esm/concise/src/v2/builtins/index.d.ts.map +1 -0
  28. package/esm/concise/src/v2/builtins/index.js +3 -0
  29. package/esm/concise/src/v2/grammar.d.ts +8 -0
  30. package/esm/concise/src/v2/grammar.d.ts.map +1 -0
  31. package/esm/concise/src/v2/grammar.js +19 -0
  32. package/esm/concise/src/v2/inputs.d.ts +7 -0
  33. package/esm/concise/src/v2/inputs.d.ts.map +1 -0
  34. package/esm/concise/src/v2/inputs.js +37 -0
  35. package/esm/concise/src/v2/mod.d.ts +5 -0
  36. package/esm/concise/src/v2/mod.d.ts.map +1 -0
  37. package/esm/concise/src/v2/mod.js +4 -0
  38. package/esm/concise/src/v2/types.d.ts +23 -0
  39. package/esm/concise/src/v2/types.d.ts.map +1 -0
  40. package/esm/concise/src/v2/types.js +1 -0
  41. package/esm/config/src/config/builder.d.ts +33 -0
  42. package/esm/config/src/config/builder.d.ts.map +1 -0
  43. package/esm/config/src/config/builder.js +82 -0
  44. package/esm/config/src/config/configCheck.d.ts +32 -0
  45. package/esm/config/src/config/configCheck.d.ts.map +1 -0
  46. package/esm/config/src/config/configCheck.js +67 -0
  47. package/esm/config/src/config/context.d.ts +23 -0
  48. package/esm/config/src/config/context.d.ts.map +1 -0
  49. package/esm/config/src/config/context.js +25 -0
  50. package/esm/config/src/config/mod.d.ts +7 -0
  51. package/esm/config/src/config/mod.d.ts.map +1 -0
  52. package/esm/config/src/config/mod.js +4 -0
  53. package/esm/config/src/config/parts/deployedAddresses.d.ts +17 -0
  54. package/esm/config/src/config/parts/deployedAddresses.d.ts.map +1 -0
  55. package/esm/config/src/config/parts/deployedAddresses.js +24 -0
  56. package/esm/config/src/config/parts/network.d.ts +19 -0
  57. package/esm/config/src/config/parts/network.d.ts.map +1 -0
  58. package/esm/config/src/config/parts/network.js +29 -0
  59. package/esm/config/src/config/parts/primitive.d.ts +31 -0
  60. package/esm/config/src/config/parts/primitive.d.ts.map +1 -0
  61. package/esm/config/src/config/parts/primitive.js +28 -0
  62. package/esm/config/src/config/parts/securityNamespace.d.ts +14 -0
  63. package/esm/config/src/config/parts/securityNamespace.d.ts.map +1 -0
  64. package/esm/config/src/config/parts/securityNamespace.js +26 -0
  65. package/esm/config/src/config/parts/syncProtocols.d.ts +43 -0
  66. package/esm/config/src/config/parts/syncProtocols.d.ts.map +1 -0
  67. package/esm/config/src/config/parts/syncProtocols.js +66 -0
  68. package/esm/config/src/config/utils.d.ts +40 -0
  69. package/esm/config/src/config/utils.d.ts.map +1 -0
  70. package/esm/config/src/config/utils.js +55 -0
  71. package/esm/config/src/mod.d.ts +3 -0
  72. package/esm/config/src/mod.d.ts.map +1 -0
  73. package/esm/config/src/mod.js +2 -0
  74. package/esm/config/src/schema/common.d.ts +26 -0
  75. package/esm/config/src/schema/common.d.ts.map +1 -0
  76. package/esm/config/src/schema/common.js +51 -0
  77. package/esm/config/src/schema/mod.d.ts +7 -0
  78. package/esm/config/src/schema/mod.d.ts.map +1 -0
  79. package/esm/config/src/schema/mod.js +6 -0
  80. package/esm/config/src/schema/namespace.d.ts +39 -0
  81. package/esm/config/src/schema/namespace.d.ts.map +1 -0
  82. package/esm/config/src/schema/namespace.js +34 -0
  83. package/esm/config/src/schema/network/algorand.d.ts +12 -0
  84. package/esm/config/src/schema/network/algorand.d.ts.map +1 -0
  85. package/esm/config/src/schema/network/algorand.js +23 -0
  86. package/esm/config/src/schema/network/all.d.ts +175 -0
  87. package/esm/config/src/schema/network/all.d.ts.map +1 -0
  88. package/esm/config/src/schema/network/all.js +24 -0
  89. package/esm/config/src/schema/network/bitcoin.d.ts +19 -0
  90. package/esm/config/src/schema/network/bitcoin.d.ts.map +1 -0
  91. package/esm/config/src/schema/network/bitcoin.js +21 -0
  92. package/esm/config/src/schema/network/cardano.d.ts +12 -0
  93. package/esm/config/src/schema/network/cardano.d.ts.map +1 -0
  94. package/esm/config/src/schema/network/cardano.js +27 -0
  95. package/esm/config/src/schema/network/evm.d.ts +68 -0
  96. package/esm/config/src/schema/network/evm.d.ts.map +1 -0
  97. package/esm/config/src/schema/network/evm.js +70 -0
  98. package/esm/config/src/schema/network/mina.d.ts +14 -0
  99. package/esm/config/src/schema/network/mina.d.ts.map +1 -0
  100. package/esm/config/src/schema/network/mina.js +25 -0
  101. package/esm/config/src/schema/network/mod.d.ts +9 -0
  102. package/esm/config/src/schema/network/mod.d.ts.map +1 -0
  103. package/esm/config/src/schema/network/mod.js +8 -0
  104. package/esm/config/src/schema/network/ntp.d.ts +32 -0
  105. package/esm/config/src/schema/network/ntp.d.ts.map +1 -0
  106. package/esm/config/src/schema/network/ntp.js +39 -0
  107. package/esm/config/src/schema/network/substrate/avail.d.ts +14 -0
  108. package/esm/config/src/schema/network/substrate/avail.d.ts.map +1 -0
  109. package/esm/config/src/schema/network/substrate/avail.js +26 -0
  110. package/esm/config/src/schema/network/substrate/common.d.ts +18 -0
  111. package/esm/config/src/schema/network/substrate/common.d.ts.map +1 -0
  112. package/esm/config/src/schema/network/substrate/common.js +32 -0
  113. package/esm/config/src/schema/network/substrate/midnight.d.ts +20 -0
  114. package/esm/config/src/schema/network/substrate/midnight.d.ts.map +1 -0
  115. package/esm/config/src/schema/network/substrate/midnight.js +32 -0
  116. package/esm/config/src/schema/network/substrate/mod.d.ts +4 -0
  117. package/esm/config/src/schema/network/substrate/mod.d.ts.map +1 -0
  118. package/esm/config/src/schema/network/substrate/mod.js +3 -0
  119. package/esm/config/src/schema/network/types.d.ts +13 -0
  120. package/esm/config/src/schema/network/types.d.ts.map +1 -0
  121. package/esm/config/src/schema/network/types.js +13 -0
  122. package/esm/config/src/schema/network/utils.d.ts +5 -0
  123. package/esm/config/src/schema/network/utils.d.ts.map +1 -0
  124. package/esm/config/src/schema/network/utils.js +73 -0
  125. package/esm/config/src/schema/primitive/mod.d.ts +2 -0
  126. package/esm/config/src/schema/primitive/mod.d.ts.map +1 -0
  127. package/esm/config/src/schema/primitive/mod.js +1 -0
  128. package/esm/config/src/schema/primitive/types.d.ts +58 -0
  129. package/esm/config/src/schema/primitive/types.d.ts.map +1 -0
  130. package/esm/config/src/schema/primitive/types.js +1 -0
  131. package/esm/config/src/schema/sync-protocols/all.d.ts +583 -0
  132. package/esm/config/src/schema/sync-protocols/all.d.ts.map +1 -0
  133. package/esm/config/src/schema/sync-protocols/all.js +55 -0
  134. package/esm/config/src/schema/sync-protocols/avail/rpc.d.ts +76 -0
  135. package/esm/config/src/schema/sync-protocols/avail/rpc.d.ts.map +1 -0
  136. package/esm/config/src/schema/sync-protocols/avail/rpc.js +56 -0
  137. package/esm/config/src/schema/sync-protocols/bitcoin/rpc.d.ts +76 -0
  138. package/esm/config/src/schema/sync-protocols/bitcoin/rpc.d.ts.map +1 -0
  139. package/esm/config/src/schema/sync-protocols/bitcoin/rpc.js +47 -0
  140. package/esm/config/src/schema/sync-protocols/cardano/carp.d.ts +80 -0
  141. package/esm/config/src/schema/sync-protocols/cardano/carp.d.ts.map +1 -0
  142. package/esm/config/src/schema/sync-protocols/cardano/carp.js +62 -0
  143. package/esm/config/src/schema/sync-protocols/cardano/mod.d.ts +2 -0
  144. package/esm/config/src/schema/sync-protocols/cardano/mod.d.ts.map +1 -0
  145. package/esm/config/src/schema/sync-protocols/cardano/mod.js +1 -0
  146. package/esm/config/src/schema/sync-protocols/cardano/utxorpc.d.ts +56 -0
  147. package/esm/config/src/schema/sync-protocols/cardano/utxorpc.d.ts.map +1 -0
  148. package/esm/config/src/schema/sync-protocols/cardano/utxorpc.js +56 -0
  149. package/esm/config/src/schema/sync-protocols/common.d.ts +60 -0
  150. package/esm/config/src/schema/sync-protocols/common.d.ts.map +1 -0
  151. package/esm/config/src/schema/sync-protocols/common.js +54 -0
  152. package/esm/config/src/schema/sync-protocols/decorators/all.d.ts +17 -0
  153. package/esm/config/src/schema/sync-protocols/decorators/all.d.ts.map +1 -0
  154. package/esm/config/src/schema/sync-protocols/decorators/all.js +8 -0
  155. package/esm/config/src/schema/sync-protocols/decorators/emulated.d.ts +8 -0
  156. package/esm/config/src/schema/sync-protocols/decorators/emulated.d.ts.map +1 -0
  157. package/esm/config/src/schema/sync-protocols/decorators/emulated.js +12 -0
  158. package/esm/config/src/schema/sync-protocols/decorators/mod.d.ts +4 -0
  159. package/esm/config/src/schema/sync-protocols/decorators/mod.d.ts.map +1 -0
  160. package/esm/config/src/schema/sync-protocols/decorators/mod.js +3 -0
  161. package/esm/config/src/schema/sync-protocols/decorators/types.d.ts +4 -0
  162. package/esm/config/src/schema/sync-protocols/decorators/types.d.ts.map +1 -0
  163. package/esm/config/src/schema/sync-protocols/decorators/types.js +4 -0
  164. package/esm/config/src/schema/sync-protocols/evm/rpc.d.ts +68 -0
  165. package/esm/config/src/schema/sync-protocols/evm/rpc.d.ts.map +1 -0
  166. package/esm/config/src/schema/sync-protocols/evm/rpc.js +44 -0
  167. package/esm/config/src/schema/sync-protocols/midnight/graphql.d.ts +66 -0
  168. package/esm/config/src/schema/sync-protocols/midnight/graphql.d.ts.map +1 -0
  169. package/esm/config/src/schema/sync-protocols/midnight/graphql.js +50 -0
  170. package/esm/config/src/schema/sync-protocols/mina/graphql.d.ts +73 -0
  171. package/esm/config/src/schema/sync-protocols/mina/graphql.d.ts.map +1 -0
  172. package/esm/config/src/schema/sync-protocols/mina/graphql.js +59 -0
  173. package/esm/config/src/schema/sync-protocols/mod.d.ts +10 -0
  174. package/esm/config/src/schema/sync-protocols/mod.d.ts.map +1 -0
  175. package/esm/config/src/schema/sync-protocols/mod.js +9 -0
  176. package/esm/config/src/schema/sync-protocols/ntp/rpc.d.ts +45 -0
  177. package/esm/config/src/schema/sync-protocols/ntp/rpc.d.ts.map +1 -0
  178. package/esm/config/src/schema/sync-protocols/ntp/rpc.js +33 -0
  179. package/esm/config/src/schema/sync-protocols/types.d.ts +125 -0
  180. package/esm/config/src/schema/sync-protocols/types.d.ts.map +1 -0
  181. package/esm/config/src/schema/sync-protocols/types.js +22 -0
  182. package/esm/config/src/schema/utils.d.ts +53 -0
  183. package/esm/config/src/schema/utils.d.ts.map +1 -0
  184. package/esm/config/src/schema/utils.js +58 -0
  185. package/esm/events/src/app-events.d.ts +65 -0
  186. package/esm/events/src/app-events.d.ts.map +1 -0
  187. package/esm/events/src/app-events.js +51 -0
  188. package/esm/events/src/asyncapi.d.ts +1173 -0
  189. package/esm/events/src/asyncapi.d.ts.map +1 -0
  190. package/esm/events/src/asyncapi.js +7 -0
  191. package/esm/events/src/builtin-event-utils.d.ts +5 -0
  192. package/esm/events/src/builtin-event-utils.d.ts.map +1 -0
  193. package/esm/events/src/builtin-event-utils.js +58 -0
  194. package/esm/events/src/builtin-events.d.ts +106 -0
  195. package/esm/events/src/builtin-events.d.ts.map +1 -0
  196. package/esm/events/src/builtin-events.js +198 -0
  197. package/esm/events/src/event-connect.d.ts +15 -0
  198. package/esm/events/src/event-connect.d.ts.map +1 -0
  199. package/esm/events/src/event-connect.js +75 -0
  200. package/esm/events/src/event-manager.d.ts +54 -0
  201. package/esm/events/src/event-manager.d.ts.map +1 -0
  202. package/esm/events/src/event-manager.js +129 -0
  203. package/esm/events/src/evm.d.ts +6 -0
  204. package/esm/events/src/evm.d.ts.map +1 -0
  205. package/esm/events/src/evm.js +55 -0
  206. package/esm/events/src/mod.d.ts +10 -0
  207. package/esm/events/src/mod.d.ts.map +1 -0
  208. package/esm/events/src/mod.js +9 -0
  209. package/esm/events/src/types.d.ts +255 -0
  210. package/esm/events/src/types.d.ts.map +1 -0
  211. package/esm/events/src/types.js +103 -0
  212. package/esm/events/src/utils.d.ts +16 -0
  213. package/esm/events/src/utils.d.ts.map +1 -0
  214. package/esm/events/src/utils.js +93 -0
  215. package/esm/package.json +3 -0
  216. package/esm/utils/src/binary-search.d.ts +7 -0
  217. package/esm/utils/src/binary-search.d.ts.map +1 -0
  218. package/esm/utils/src/binary-search.js +38 -0
  219. package/esm/utils/src/captcha.d.ts +9 -0
  220. package/esm/utils/src/captcha.d.ts.map +1 -0
  221. package/esm/utils/src/captcha.js +19 -0
  222. package/esm/utils/src/concurrency/condVar.d.ts +25 -0
  223. package/esm/utils/src/concurrency/condVar.d.ts.map +1 -0
  224. package/esm/utils/src/concurrency/condVar.js +39 -0
  225. package/esm/utils/src/concurrency/latch.d.ts +25 -0
  226. package/esm/utils/src/concurrency/latch.d.ts.map +1 -0
  227. package/esm/utils/src/concurrency/latch.js +51 -0
  228. package/esm/utils/src/concurrency/mod.d.ts +5 -0
  229. package/esm/utils/src/concurrency/mod.d.ts.map +1 -0
  230. package/esm/utils/src/concurrency/mod.js +4 -0
  231. package/esm/utils/src/concurrency/retry.d.ts +14 -0
  232. package/esm/utils/src/concurrency/retry.d.ts.map +1 -0
  233. package/esm/utils/src/concurrency/retry.js +26 -0
  234. package/esm/utils/src/concurrency/utils.d.ts +27 -0
  235. package/esm/utils/src/concurrency/utils.d.ts.map +1 -0
  236. package/esm/utils/src/concurrency/utils.js +27 -0
  237. package/esm/utils/src/constants.d.ts +4 -0
  238. package/esm/utils/src/constants.d.ts.map +1 -0
  239. package/esm/utils/src/constants.js +7 -0
  240. package/esm/utils/src/decorators/bound.d.ts +10 -0
  241. package/esm/utils/src/decorators/bound.d.ts.map +1 -0
  242. package/esm/utils/src/decorators/bound.js +17 -0
  243. package/esm/utils/src/decorators/mod.d.ts +2 -0
  244. package/esm/utils/src/decorators/mod.d.ts.map +1 -0
  245. package/esm/utils/src/decorators/mod.js +1 -0
  246. package/esm/utils/src/mod.d.ts +8 -0
  247. package/esm/utils/src/mod.d.ts.map +1 -0
  248. package/esm/utils/src/mod.js +7 -0
  249. package/esm/utils/src/types/json-query.d.ts +30 -0
  250. package/esm/utils/src/types/json-query.d.ts.map +1 -0
  251. package/esm/utils/src/types/json-query.js +1 -0
  252. package/esm/utils/src/types/misc.d.ts +109 -0
  253. package/esm/utils/src/types/misc.d.ts.map +1 -0
  254. package/esm/utils/src/types/misc.js +2 -0
  255. package/esm/utils/src/types/mod.d.ts +7 -0
  256. package/esm/utils/src/types/mod.d.ts.map +1 -0
  257. package/esm/utils/src/types/mod.js +3 -0
  258. package/esm/utils/src/types/nominal.d.ts +87 -0
  259. package/esm/utils/src/types/nominal.d.ts.map +1 -0
  260. package/esm/utils/src/types/nominal.js +1 -0
  261. package/esm/utils/src/types/typebox-helpers.d.ts +183 -0
  262. package/esm/utils/src/types/typebox-helpers.d.ts.map +1 -0
  263. package/esm/utils/src/types/typebox-helpers.js +235 -0
  264. package/esm/utils/src/types/utils.d.ts +37 -0
  265. package/esm/utils/src/types/utils.d.ts.map +1 -0
  266. package/esm/utils/src/types/utils.js +46 -0
  267. package/esm/utils/src/types/validators/algorand.d.ts +31 -0
  268. package/esm/utils/src/types/validators/algorand.d.ts.map +1 -0
  269. package/esm/utils/src/types/validators/algorand.js +90 -0
  270. package/esm/utils/src/types/validators/cardano.d.ts +26 -0
  271. package/esm/utils/src/types/validators/cardano.d.ts.map +1 -0
  272. package/esm/utils/src/types/validators/cardano.js +113 -0
  273. package/esm/utils/src/types/validators/mina.d.ts +15 -0
  274. package/esm/utils/src/types/validators/mina.d.ts.map +1 -0
  275. package/esm/utils/src/types/validators/mina.js +43 -0
  276. package/esm/utils/src/types/validators/minicbor.d.ts +98 -0
  277. package/esm/utils/src/types/validators/minicbor.d.ts.map +1 -0
  278. package/esm/utils/src/types/validators/minicbor.js +332 -0
  279. package/esm/utils/src/types/validators/mod.d.ts +3 -0
  280. package/esm/utils/src/types/validators/mod.d.ts.map +1 -0
  281. package/esm/utils/src/types/validators/mod.js +2 -0
  282. package/esm/utils/src/types/validators/utils.d.ts +6 -0
  283. package/esm/utils/src/types/validators/utils.d.ts.map +1 -0
  284. package/esm/utils/src/types/validators/utils.js +24 -0
  285. package/esm/utils/src/viem.d.ts +6 -0
  286. package/esm/utils/src/viem.d.ts.map +1 -0
  287. package/esm/utils/src/viem.js +15 -0
  288. package/esm/wallets/src/IProvider.d.ts +48 -0
  289. package/esm/wallets/src/IProvider.d.ts.map +1 -0
  290. package/esm/wallets/src/IProvider.js +7 -0
  291. package/esm/wallets/src/avail/avail.d.ts +28 -0
  292. package/esm/wallets/src/avail/avail.d.ts.map +1 -0
  293. package/esm/wallets/src/avail/avail.js +65 -0
  294. package/esm/wallets/src/avail/wrapper.d.ts +6 -0
  295. package/esm/wallets/src/avail/wrapper.d.ts.map +1 -0
  296. package/esm/wallets/src/avail/wrapper.js +31 -0
  297. package/esm/wallets/src/cardano/cardano.d.ts +30 -0
  298. package/esm/wallets/src/cardano/cardano.d.ts.map +1 -0
  299. package/esm/wallets/src/cardano/cardano.js +158 -0
  300. package/esm/wallets/src/cardano/wrapper.d.ts +7 -0
  301. package/esm/wallets/src/cardano/wrapper.d.ts.map +1 -0
  302. package/esm/wallets/src/cardano/wrapper.js +22 -0
  303. package/esm/wallets/src/evm/ethers.d.ts +28 -0
  304. package/esm/wallets/src/evm/ethers.d.ts.map +1 -0
  305. package/esm/wallets/src/evm/ethers.js +79 -0
  306. package/esm/wallets/src/evm/injected.d.ts +74 -0
  307. package/esm/wallets/src/evm/injected.d.ts.map +1 -0
  308. package/esm/wallets/src/evm/injected.js +322 -0
  309. package/esm/wallets/src/evm/types.d.ts +3 -0
  310. package/esm/wallets/src/evm/types.d.ts.map +1 -0
  311. package/esm/wallets/src/evm/types.js +1 -0
  312. package/esm/wallets/src/evm/wrapper-ethers.d.ts +6 -0
  313. package/esm/wallets/src/evm/wrapper-ethers.d.ts.map +1 -0
  314. package/esm/wallets/src/evm/wrapper-ethers.js +38 -0
  315. package/esm/wallets/src/evm/wrapper-injected.d.ts +7 -0
  316. package/esm/wallets/src/evm/wrapper-injected.d.ts.map +1 -0
  317. package/esm/wallets/src/evm/wrapper-injected.js +80 -0
  318. package/esm/wallets/src/midnight/midnight.d.ts +26 -0
  319. package/esm/wallets/src/midnight/midnight.d.ts.map +1 -0
  320. package/esm/wallets/src/midnight/midnight.js +112 -0
  321. package/esm/wallets/src/midnight/wrapper.d.ts +7 -0
  322. package/esm/wallets/src/midnight/wrapper.d.ts.map +1 -0
  323. package/esm/wallets/src/midnight/wrapper.js +22 -0
  324. package/esm/wallets/src/mina/mina.d.ts +28 -0
  325. package/esm/wallets/src/mina/mina.d.ts.map +1 -0
  326. package/esm/wallets/src/mina/mina.js +133 -0
  327. package/esm/wallets/src/mina/wrapper.d.ts +6 -0
  328. package/esm/wallets/src/mina/wrapper.d.ts.map +1 -0
  329. package/esm/wallets/src/mina/wrapper.js +12 -0
  330. package/esm/wallets/src/mod.d.ts +8 -0
  331. package/esm/wallets/src/mod.d.ts.map +1 -0
  332. package/esm/wallets/src/mod.js +5 -0
  333. package/esm/wallets/src/paima.d.ts +104 -0
  334. package/esm/wallets/src/paima.d.ts.map +1 -0
  335. package/esm/wallets/src/paima.js +244 -0
  336. package/esm/wallets/src/types.d.ts +49 -0
  337. package/esm/wallets/src/types.d.ts.map +1 -0
  338. package/esm/wallets/src/types.js +1 -0
  339. package/esm/wallets/src/utils.d.ts +41 -0
  340. package/esm/wallets/src/utils.d.ts.map +1 -0
  341. package/esm/wallets/src/utils.js +75 -0
  342. package/esm/wallets/src/wallet-modes.d.ts +49 -0
  343. package/esm/wallets/src/wallet-modes.d.ts.map +1 -0
  344. package/esm/wallets/src/wallet-modes.js +26 -0
  345. package/esm/wallets/src/wallets.d.ts +5 -0
  346. package/esm/wallets/src/wallets.d.ts.map +1 -0
  347. package/esm/wallets/src/wallets.js +55 -0
  348. package/esm/wallets/src/windows.d.ts +5 -0
  349. package/esm/wallets/src/windows.d.ts.map +1 -0
  350. package/esm/wallets/src/windows.js +9 -0
  351. package/package.json +51 -0
  352. package/script/chain-types/src/hash.d.ts +28 -0
  353. package/script/chain-types/src/hash.d.ts.map +1 -0
  354. package/script/chain-types/src/hash.js +36 -0
  355. package/script/chain-types/src/mod.d.ts +3 -0
  356. package/script/chain-types/src/mod.d.ts.map +1 -0
  357. package/script/chain-types/src/mod.js +18 -0
  358. package/script/chain-types/src/types.d.ts +70 -0
  359. package/script/chain-types/src/types.d.ts.map +1 -0
  360. package/script/chain-types/src/types.js +2 -0
  361. package/script/concise/src/batcher.d.ts +40 -0
  362. package/script/concise/src/batcher.d.ts.map +1 -0
  363. package/script/concise/src/batcher.js +122 -0
  364. package/script/concise/src/delegate.d.ts +18 -0
  365. package/script/concise/src/delegate.d.ts.map +1 -0
  366. package/script/concise/src/delegate.js +123 -0
  367. package/script/concise/src/mod.d.ts +5 -0
  368. package/script/concise/src/mod.d.ts.map +1 -0
  369. package/script/concise/src/mod.js +19 -0
  370. package/script/concise/src/v2/builtins/batcher.d.ts +27 -0
  371. package/script/concise/src/v2/builtins/batcher.d.ts.map +1 -0
  372. package/script/concise/src/v2/builtins/batcher.js +54 -0
  373. package/script/concise/src/v2/builtins/grammar.d.ts +25 -0
  374. package/script/concise/src/v2/builtins/grammar.d.ts.map +1 -0
  375. package/script/concise/src/v2/builtins/grammar.js +43 -0
  376. package/script/concise/src/v2/builtins/index.d.ts +3 -0
  377. package/script/concise/src/v2/builtins/index.d.ts.map +1 -0
  378. package/script/concise/src/v2/builtins/index.js +19 -0
  379. package/script/concise/src/v2/grammar.d.ts +8 -0
  380. package/script/concise/src/v2/grammar.d.ts.map +1 -0
  381. package/script/concise/src/v2/grammar.js +24 -0
  382. package/script/concise/src/v2/inputs.d.ts +7 -0
  383. package/script/concise/src/v2/inputs.d.ts.map +1 -0
  384. package/script/concise/src/v2/inputs.js +43 -0
  385. package/script/concise/src/v2/mod.d.ts +5 -0
  386. package/script/concise/src/v2/mod.d.ts.map +1 -0
  387. package/script/concise/src/v2/mod.js +20 -0
  388. package/script/concise/src/v2/types.d.ts +23 -0
  389. package/script/concise/src/v2/types.d.ts.map +1 -0
  390. package/script/concise/src/v2/types.js +2 -0
  391. package/script/config/src/config/builder.d.ts +33 -0
  392. package/script/config/src/config/builder.d.ts.map +1 -0
  393. package/script/config/src/config/builder.js +86 -0
  394. package/script/config/src/config/configCheck.d.ts +32 -0
  395. package/script/config/src/config/configCheck.d.ts.map +1 -0
  396. package/script/config/src/config/configCheck.js +70 -0
  397. package/script/config/src/config/context.d.ts +23 -0
  398. package/script/config/src/config/context.d.ts.map +1 -0
  399. package/script/config/src/config/context.js +31 -0
  400. package/script/config/src/config/mod.d.ts +7 -0
  401. package/script/config/src/config/mod.d.ts.map +1 -0
  402. package/script/config/src/config/mod.js +22 -0
  403. package/script/config/src/config/parts/deployedAddresses.d.ts +17 -0
  404. package/script/config/src/config/parts/deployedAddresses.d.ts.map +1 -0
  405. package/script/config/src/config/parts/deployedAddresses.js +28 -0
  406. package/script/config/src/config/parts/network.d.ts +19 -0
  407. package/script/config/src/config/parts/network.d.ts.map +1 -0
  408. package/script/config/src/config/parts/network.js +33 -0
  409. package/script/config/src/config/parts/primitive.d.ts +31 -0
  410. package/script/config/src/config/parts/primitive.d.ts.map +1 -0
  411. package/script/config/src/config/parts/primitive.js +32 -0
  412. package/script/config/src/config/parts/securityNamespace.d.ts +14 -0
  413. package/script/config/src/config/parts/securityNamespace.d.ts.map +1 -0
  414. package/script/config/src/config/parts/securityNamespace.js +30 -0
  415. package/script/config/src/config/parts/syncProtocols.d.ts +43 -0
  416. package/script/config/src/config/parts/syncProtocols.d.ts.map +1 -0
  417. package/script/config/src/config/parts/syncProtocols.js +70 -0
  418. package/script/config/src/config/utils.d.ts +40 -0
  419. package/script/config/src/config/utils.d.ts.map +1 -0
  420. package/script/config/src/config/utils.js +62 -0
  421. package/script/config/src/mod.d.ts +3 -0
  422. package/script/config/src/mod.d.ts.map +1 -0
  423. package/script/config/src/mod.js +18 -0
  424. package/script/config/src/schema/common.d.ts +26 -0
  425. package/script/config/src/schema/common.d.ts.map +1 -0
  426. package/script/config/src/schema/common.js +54 -0
  427. package/script/config/src/schema/mod.d.ts +7 -0
  428. package/script/config/src/schema/mod.d.ts.map +1 -0
  429. package/script/config/src/schema/mod.js +22 -0
  430. package/script/config/src/schema/namespace.d.ts +39 -0
  431. package/script/config/src/schema/namespace.d.ts.map +1 -0
  432. package/script/config/src/schema/namespace.js +38 -0
  433. package/script/config/src/schema/network/algorand.d.ts +12 -0
  434. package/script/config/src/schema/network/algorand.d.ts.map +1 -0
  435. package/script/config/src/schema/network/algorand.js +26 -0
  436. package/script/config/src/schema/network/all.d.ts +175 -0
  437. package/script/config/src/schema/network/all.d.ts.map +1 -0
  438. package/script/config/src/schema/network/all.js +28 -0
  439. package/script/config/src/schema/network/bitcoin.d.ts +19 -0
  440. package/script/config/src/schema/network/bitcoin.d.ts.map +1 -0
  441. package/script/config/src/schema/network/bitcoin.js +24 -0
  442. package/script/config/src/schema/network/cardano.d.ts +12 -0
  443. package/script/config/src/schema/network/cardano.d.ts.map +1 -0
  444. package/script/config/src/schema/network/cardano.js +30 -0
  445. package/script/config/src/schema/network/evm.d.ts +68 -0
  446. package/script/config/src/schema/network/evm.d.ts.map +1 -0
  447. package/script/config/src/schema/network/evm.js +75 -0
  448. package/script/config/src/schema/network/mina.d.ts +14 -0
  449. package/script/config/src/schema/network/mina.d.ts.map +1 -0
  450. package/script/config/src/schema/network/mina.js +28 -0
  451. package/script/config/src/schema/network/mod.d.ts +9 -0
  452. package/script/config/src/schema/network/mod.d.ts.map +1 -0
  453. package/script/config/src/schema/network/mod.js +24 -0
  454. package/script/config/src/schema/network/ntp.d.ts +32 -0
  455. package/script/config/src/schema/network/ntp.d.ts.map +1 -0
  456. package/script/config/src/schema/network/ntp.js +42 -0
  457. package/script/config/src/schema/network/substrate/avail.d.ts +14 -0
  458. package/script/config/src/schema/network/substrate/avail.d.ts.map +1 -0
  459. package/script/config/src/schema/network/substrate/avail.js +29 -0
  460. package/script/config/src/schema/network/substrate/common.d.ts +18 -0
  461. package/script/config/src/schema/network/substrate/common.d.ts.map +1 -0
  462. package/script/config/src/schema/network/substrate/common.js +35 -0
  463. package/script/config/src/schema/network/substrate/midnight.d.ts +20 -0
  464. package/script/config/src/schema/network/substrate/midnight.d.ts.map +1 -0
  465. package/script/config/src/schema/network/substrate/midnight.js +35 -0
  466. package/script/config/src/schema/network/substrate/mod.d.ts +4 -0
  467. package/script/config/src/schema/network/substrate/mod.d.ts.map +1 -0
  468. package/script/config/src/schema/network/substrate/mod.js +19 -0
  469. package/script/config/src/schema/network/types.d.ts +13 -0
  470. package/script/config/src/schema/network/types.d.ts.map +1 -0
  471. package/script/config/src/schema/network/types.js +16 -0
  472. package/script/config/src/schema/network/utils.d.ts +5 -0
  473. package/script/config/src/schema/network/utils.d.ts.map +1 -0
  474. package/script/config/src/schema/network/utils.js +76 -0
  475. package/script/config/src/schema/primitive/mod.d.ts +2 -0
  476. package/script/config/src/schema/primitive/mod.d.ts.map +1 -0
  477. package/script/config/src/schema/primitive/mod.js +17 -0
  478. package/script/config/src/schema/primitive/types.d.ts +58 -0
  479. package/script/config/src/schema/primitive/types.d.ts.map +1 -0
  480. package/script/config/src/schema/primitive/types.js +2 -0
  481. package/script/config/src/schema/sync-protocols/all.d.ts +583 -0
  482. package/script/config/src/schema/sync-protocols/all.d.ts.map +1 -0
  483. package/script/config/src/schema/sync-protocols/all.js +62 -0
  484. package/script/config/src/schema/sync-protocols/avail/rpc.d.ts +76 -0
  485. package/script/config/src/schema/sync-protocols/avail/rpc.d.ts.map +1 -0
  486. package/script/config/src/schema/sync-protocols/avail/rpc.js +59 -0
  487. package/script/config/src/schema/sync-protocols/bitcoin/rpc.d.ts +76 -0
  488. package/script/config/src/schema/sync-protocols/bitcoin/rpc.d.ts.map +1 -0
  489. package/script/config/src/schema/sync-protocols/bitcoin/rpc.js +50 -0
  490. package/script/config/src/schema/sync-protocols/cardano/carp.d.ts +80 -0
  491. package/script/config/src/schema/sync-protocols/cardano/carp.d.ts.map +1 -0
  492. package/script/config/src/schema/sync-protocols/cardano/carp.js +65 -0
  493. package/script/config/src/schema/sync-protocols/cardano/mod.d.ts +2 -0
  494. package/script/config/src/schema/sync-protocols/cardano/mod.d.ts.map +1 -0
  495. package/script/config/src/schema/sync-protocols/cardano/mod.js +17 -0
  496. package/script/config/src/schema/sync-protocols/cardano/utxorpc.d.ts +56 -0
  497. package/script/config/src/schema/sync-protocols/cardano/utxorpc.d.ts.map +1 -0
  498. package/script/config/src/schema/sync-protocols/cardano/utxorpc.js +59 -0
  499. package/script/config/src/schema/sync-protocols/common.d.ts +60 -0
  500. package/script/config/src/schema/sync-protocols/common.d.ts.map +1 -0
  501. package/script/config/src/schema/sync-protocols/common.js +61 -0
  502. package/script/config/src/schema/sync-protocols/decorators/all.d.ts +17 -0
  503. package/script/config/src/schema/sync-protocols/decorators/all.d.ts.map +1 -0
  504. package/script/config/src/schema/sync-protocols/decorators/all.js +12 -0
  505. package/script/config/src/schema/sync-protocols/decorators/emulated.d.ts +8 -0
  506. package/script/config/src/schema/sync-protocols/decorators/emulated.d.ts.map +1 -0
  507. package/script/config/src/schema/sync-protocols/decorators/emulated.js +15 -0
  508. package/script/config/src/schema/sync-protocols/decorators/mod.d.ts +4 -0
  509. package/script/config/src/schema/sync-protocols/decorators/mod.d.ts.map +1 -0
  510. package/script/config/src/schema/sync-protocols/decorators/mod.js +19 -0
  511. package/script/config/src/schema/sync-protocols/decorators/types.d.ts +4 -0
  512. package/script/config/src/schema/sync-protocols/decorators/types.d.ts.map +1 -0
  513. package/script/config/src/schema/sync-protocols/decorators/types.js +7 -0
  514. package/script/config/src/schema/sync-protocols/evm/rpc.d.ts +68 -0
  515. package/script/config/src/schema/sync-protocols/evm/rpc.d.ts.map +1 -0
  516. package/script/config/src/schema/sync-protocols/evm/rpc.js +47 -0
  517. package/script/config/src/schema/sync-protocols/midnight/graphql.d.ts +66 -0
  518. package/script/config/src/schema/sync-protocols/midnight/graphql.d.ts.map +1 -0
  519. package/script/config/src/schema/sync-protocols/midnight/graphql.js +53 -0
  520. package/script/config/src/schema/sync-protocols/mina/graphql.d.ts +73 -0
  521. package/script/config/src/schema/sync-protocols/mina/graphql.d.ts.map +1 -0
  522. package/script/config/src/schema/sync-protocols/mina/graphql.js +62 -0
  523. package/script/config/src/schema/sync-protocols/mod.d.ts +10 -0
  524. package/script/config/src/schema/sync-protocols/mod.d.ts.map +1 -0
  525. package/script/config/src/schema/sync-protocols/mod.js +25 -0
  526. package/script/config/src/schema/sync-protocols/ntp/rpc.d.ts +45 -0
  527. package/script/config/src/schema/sync-protocols/ntp/rpc.d.ts.map +1 -0
  528. package/script/config/src/schema/sync-protocols/ntp/rpc.js +36 -0
  529. package/script/config/src/schema/sync-protocols/types.d.ts +125 -0
  530. package/script/config/src/schema/sync-protocols/types.d.ts.map +1 -0
  531. package/script/config/src/schema/sync-protocols/types.js +25 -0
  532. package/script/config/src/schema/utils.d.ts +53 -0
  533. package/script/config/src/schema/utils.d.ts.map +1 -0
  534. package/script/config/src/schema/utils.js +62 -0
  535. package/script/events/src/app-events.d.ts +65 -0
  536. package/script/events/src/app-events.d.ts.map +1 -0
  537. package/script/events/src/app-events.js +62 -0
  538. package/script/events/src/asyncapi.d.ts +1173 -0
  539. package/script/events/src/asyncapi.d.ts.map +1 -0
  540. package/script/events/src/asyncapi.js +8 -0
  541. package/script/events/src/builtin-event-utils.d.ts +5 -0
  542. package/script/events/src/builtin-event-utils.d.ts.map +1 -0
  543. package/script/events/src/builtin-event-utils.js +63 -0
  544. package/script/events/src/builtin-events.d.ts +106 -0
  545. package/script/events/src/builtin-events.d.ts.map +1 -0
  546. package/script/events/src/builtin-events.js +204 -0
  547. package/script/events/src/event-connect.d.ts +15 -0
  548. package/script/events/src/event-connect.d.ts.map +1 -0
  549. package/script/events/src/event-connect.js +82 -0
  550. package/script/events/src/event-manager.d.ts +54 -0
  551. package/script/events/src/event-manager.d.ts.map +1 -0
  552. package/script/events/src/event-manager.js +133 -0
  553. package/script/events/src/evm.d.ts +6 -0
  554. package/script/events/src/evm.d.ts.map +1 -0
  555. package/script/events/src/evm.js +59 -0
  556. package/script/events/src/mod.d.ts +10 -0
  557. package/script/events/src/mod.d.ts.map +1 -0
  558. package/script/events/src/mod.js +25 -0
  559. package/script/events/src/types.d.ts +255 -0
  560. package/script/events/src/types.d.ts.map +1 -0
  561. package/script/events/src/types.js +111 -0
  562. package/script/events/src/utils.d.ts +16 -0
  563. package/script/events/src/utils.d.ts.map +1 -0
  564. package/script/events/src/utils.js +98 -0
  565. package/script/package.json +3 -0
  566. package/script/utils/src/binary-search.d.ts +7 -0
  567. package/script/utils/src/binary-search.d.ts.map +1 -0
  568. package/script/utils/src/binary-search.js +41 -0
  569. package/script/utils/src/captcha.d.ts +9 -0
  570. package/script/utils/src/captcha.d.ts.map +1 -0
  571. package/script/utils/src/captcha.js +22 -0
  572. package/script/utils/src/concurrency/condVar.d.ts +25 -0
  573. package/script/utils/src/concurrency/condVar.d.ts.map +1 -0
  574. package/script/utils/src/concurrency/condVar.js +42 -0
  575. package/script/utils/src/concurrency/latch.d.ts +25 -0
  576. package/script/utils/src/concurrency/latch.d.ts.map +1 -0
  577. package/script/utils/src/concurrency/latch.js +54 -0
  578. package/script/utils/src/concurrency/mod.d.ts +5 -0
  579. package/script/utils/src/concurrency/mod.d.ts.map +1 -0
  580. package/script/utils/src/concurrency/mod.js +20 -0
  581. package/script/utils/src/concurrency/retry.d.ts +14 -0
  582. package/script/utils/src/concurrency/retry.d.ts.map +1 -0
  583. package/script/utils/src/concurrency/retry.js +30 -0
  584. package/script/utils/src/concurrency/utils.d.ts +27 -0
  585. package/script/utils/src/concurrency/utils.d.ts.map +1 -0
  586. package/script/utils/src/concurrency/utils.js +30 -0
  587. package/script/utils/src/constants.d.ts +4 -0
  588. package/script/utils/src/constants.d.ts.map +1 -0
  589. package/script/utils/src/constants.js +12 -0
  590. package/script/utils/src/decorators/bound.d.ts +10 -0
  591. package/script/utils/src/decorators/bound.d.ts.map +1 -0
  592. package/script/utils/src/decorators/bound.js +20 -0
  593. package/script/utils/src/decorators/mod.d.ts +2 -0
  594. package/script/utils/src/decorators/mod.d.ts.map +1 -0
  595. package/script/utils/src/decorators/mod.js +17 -0
  596. package/script/utils/src/mod.d.ts +8 -0
  597. package/script/utils/src/mod.d.ts.map +1 -0
  598. package/script/utils/src/mod.js +23 -0
  599. package/script/utils/src/types/json-query.d.ts +30 -0
  600. package/script/utils/src/types/json-query.d.ts.map +1 -0
  601. package/script/utils/src/types/json-query.js +2 -0
  602. package/script/utils/src/types/misc.d.ts +109 -0
  603. package/script/utils/src/types/misc.d.ts.map +1 -0
  604. package/script/utils/src/types/misc.js +3 -0
  605. package/script/utils/src/types/mod.d.ts +7 -0
  606. package/script/utils/src/types/mod.d.ts.map +1 -0
  607. package/script/utils/src/types/mod.js +19 -0
  608. package/script/utils/src/types/nominal.d.ts +87 -0
  609. package/script/utils/src/types/nominal.d.ts.map +1 -0
  610. package/script/utils/src/types/nominal.js +2 -0
  611. package/script/utils/src/types/typebox-helpers.d.ts +183 -0
  612. package/script/utils/src/types/typebox-helpers.d.ts.map +1 -0
  613. package/script/utils/src/types/typebox-helpers.js +277 -0
  614. package/script/utils/src/types/utils.d.ts +37 -0
  615. package/script/utils/src/types/utils.d.ts.map +1 -0
  616. package/script/utils/src/types/utils.js +52 -0
  617. package/script/utils/src/types/validators/algorand.d.ts +31 -0
  618. package/script/utils/src/types/validators/algorand.d.ts.map +1 -0
  619. package/script/utils/src/types/validators/algorand.js +98 -0
  620. package/script/utils/src/types/validators/cardano.d.ts +26 -0
  621. package/script/utils/src/types/validators/cardano.d.ts.map +1 -0
  622. package/script/utils/src/types/validators/cardano.js +121 -0
  623. package/script/utils/src/types/validators/mina.d.ts +15 -0
  624. package/script/utils/src/types/validators/mina.d.ts.map +1 -0
  625. package/script/utils/src/types/validators/mina.js +51 -0
  626. package/script/utils/src/types/validators/minicbor.d.ts +98 -0
  627. package/script/utils/src/types/validators/minicbor.d.ts.map +1 -0
  628. package/script/utils/src/types/validators/minicbor.js +337 -0
  629. package/script/utils/src/types/validators/mod.d.ts +3 -0
  630. package/script/utils/src/types/validators/mod.d.ts.map +1 -0
  631. package/script/utils/src/types/validators/mod.js +18 -0
  632. package/script/utils/src/types/validators/utils.d.ts +6 -0
  633. package/script/utils/src/types/validators/utils.d.ts.map +1 -0
  634. package/script/utils/src/types/validators/utils.js +31 -0
  635. package/script/utils/src/viem.d.ts +6 -0
  636. package/script/utils/src/viem.d.ts.map +1 -0
  637. package/script/utils/src/viem.js +19 -0
  638. package/script/wallets/src/IProvider.d.ts +48 -0
  639. package/script/wallets/src/IProvider.d.ts.map +1 -0
  640. package/script/wallets/src/IProvider.js +10 -0
  641. package/script/wallets/src/avail/avail.d.ts +28 -0
  642. package/script/wallets/src/avail/avail.d.ts.map +1 -0
  643. package/script/wallets/src/avail/avail.js +70 -0
  644. package/script/wallets/src/avail/wrapper.d.ts +6 -0
  645. package/script/wallets/src/avail/wrapper.d.ts.map +1 -0
  646. package/script/wallets/src/avail/wrapper.js +34 -0
  647. package/script/wallets/src/cardano/cardano.d.ts +30 -0
  648. package/script/wallets/src/cardano/cardano.d.ts.map +1 -0
  649. package/script/wallets/src/cardano/cardano.js +163 -0
  650. package/script/wallets/src/cardano/wrapper.d.ts +7 -0
  651. package/script/wallets/src/cardano/wrapper.d.ts.map +1 -0
  652. package/script/wallets/src/cardano/wrapper.js +26 -0
  653. package/script/wallets/src/evm/ethers.d.ts +28 -0
  654. package/script/wallets/src/evm/ethers.d.ts.map +1 -0
  655. package/script/wallets/src/evm/ethers.js +84 -0
  656. package/script/wallets/src/evm/injected.d.ts +74 -0
  657. package/script/wallets/src/evm/injected.d.ts.map +1 -0
  658. package/script/wallets/src/evm/injected.js +360 -0
  659. package/script/wallets/src/evm/types.d.ts +3 -0
  660. package/script/wallets/src/evm/types.d.ts.map +1 -0
  661. package/script/wallets/src/evm/types.js +4 -0
  662. package/script/wallets/src/evm/wrapper-ethers.d.ts +6 -0
  663. package/script/wallets/src/evm/wrapper-ethers.d.ts.map +1 -0
  664. package/script/wallets/src/evm/wrapper-ethers.js +41 -0
  665. package/script/wallets/src/evm/wrapper-injected.d.ts +7 -0
  666. package/script/wallets/src/evm/wrapper-injected.d.ts.map +1 -0
  667. package/script/wallets/src/evm/wrapper-injected.js +84 -0
  668. package/script/wallets/src/midnight/midnight.d.ts +26 -0
  669. package/script/wallets/src/midnight/midnight.d.ts.map +1 -0
  670. package/script/wallets/src/midnight/midnight.js +117 -0
  671. package/script/wallets/src/midnight/wrapper.d.ts +7 -0
  672. package/script/wallets/src/midnight/wrapper.d.ts.map +1 -0
  673. package/script/wallets/src/midnight/wrapper.js +26 -0
  674. package/script/wallets/src/mina/mina.d.ts +28 -0
  675. package/script/wallets/src/mina/mina.d.ts.map +1 -0
  676. package/script/wallets/src/mina/mina.js +138 -0
  677. package/script/wallets/src/mina/wrapper.d.ts +6 -0
  678. package/script/wallets/src/mina/wrapper.d.ts.map +1 -0
  679. package/script/wallets/src/mina/wrapper.js +15 -0
  680. package/script/wallets/src/mod.d.ts +8 -0
  681. package/script/wallets/src/mod.d.ts.map +1 -0
  682. package/script/wallets/src/mod.js +26 -0
  683. package/script/wallets/src/paima.d.ts +104 -0
  684. package/script/wallets/src/paima.d.ts.map +1 -0
  685. package/script/wallets/src/paima.js +253 -0
  686. package/script/wallets/src/types.d.ts +49 -0
  687. package/script/wallets/src/types.d.ts.map +1 -0
  688. package/script/wallets/src/types.js +2 -0
  689. package/script/wallets/src/utils.d.ts +41 -0
  690. package/script/wallets/src/utils.d.ts.map +1 -0
  691. package/script/wallets/src/utils.js +81 -0
  692. package/script/wallets/src/wallet-modes.d.ts +49 -0
  693. package/script/wallets/src/wallet-modes.d.ts.map +1 -0
  694. package/script/wallets/src/wallet-modes.js +29 -0
  695. package/script/wallets/src/wallets.d.ts +5 -0
  696. package/script/wallets/src/wallets.d.ts.map +1 -0
  697. package/script/wallets/src/wallets.js +58 -0
  698. package/script/wallets/src/windows.d.ts +5 -0
  699. package/script/wallets/src/windows.d.ts.map +1 -0
  700. package/script/wallets/src/windows.js +12 -0
@@ -0,0 +1,98 @@
1
+ /**
2
+ * We need CBOR to parse Cardano Byron addresses
3
+ * but CBOR parsing libraries are massive
4
+ * we want to avoid having to import megabytes JS code in the browser just for Cardano Byron address parsing
5
+ *
6
+ * As a middle ground, this file copies just the CBOR parsing code required for Byron checksum matching
7
+ * reference: https://github.com/input-output-hk/cardano-js-sdk/blob/d1544fc9d1fb3997eb7c5b94a233789bb9e5cd9f/packages/core/src/Serialization/CBOR/MiniCborReader.ts#L26
8
+ *
9
+ * This file is 3kb when compressing with gzip
10
+ */
11
+ type HexBlob = string;
12
+ export declare const CborContentException: ErrorConstructor;
13
+ export declare const CborInvalidOperationException: ErrorConstructor;
14
+ export declare enum CborReaderState {
15
+ Undefined = 0,
16
+ UnsignedInteger = 1,
17
+ NegativeInteger = 2,
18
+ ByteString = 3,
19
+ StartIndefiniteLengthByteString = 4,
20
+ EndIndefiniteLengthByteString = 5,
21
+ TextString = 6,
22
+ StartIndefiniteLengthTextString = 7,
23
+ EndIndefiniteLengthTextString = 8,
24
+ StartArray = 9,
25
+ EndArray = 10,
26
+ StartMap = 11,
27
+ EndMap = 12,
28
+ Tag = 13,
29
+ SimpleValue = 14,
30
+ HalfPrecisionFloat = 15,
31
+ SinglePrecisionFloat = 16,
32
+ DoublePrecisionFloat = 17,
33
+ Null = 18,
34
+ Boolean = 19,
35
+ Finished = 20
36
+ }
37
+ export declare enum CborMajorType {
38
+ UnsignedInteger = 0,
39
+ NegativeInteger = 1,
40
+ ByteString = 2,
41
+ Utf8String = 3,
42
+ Array = 4,
43
+ Map = 5,
44
+ Tag = 6,
45
+ Simple = 7
46
+ }
47
+ export declare enum CborTag {
48
+ DateTimeString = 0,
49
+ UnixTimeSeconds = 1,
50
+ UnsignedBigNum = 2,
51
+ NegativeBigNum = 3,
52
+ DecimalFraction = 4,
53
+ BigFloat = 5,
54
+ Base64UrlLaterEncoding = 21,
55
+ Base64StringLaterEncoding = 22,
56
+ Base16StringLaterEncoding = 23,
57
+ EncodedCborDataItem = 24,
58
+ RationalNumber = 30,
59
+ Uri = 32,
60
+ Base64Url = 33,
61
+ Base64 = 34,
62
+ Regex = 35,
63
+ MimeMessage = 36,
64
+ Set = 258,
65
+ SelfDescribeCbor = 55799
66
+ }
67
+ export declare enum CborAdditionalInfo {
68
+ AdditionalFalse = 20,
69
+ AdditionalTrue = 21,
70
+ AdditionalNull = 22,
71
+ Additional8BitData = 24,
72
+ Additional16BitData = 25,
73
+ Additional32BitData = 26,
74
+ Additional64BitData = 27,
75
+ IndefiniteLength = 31
76
+ }
77
+ export declare class CborInitialByte {
78
+ private initialByte;
79
+ static readonly IndefiniteLengthBreakByte = 255;
80
+ static readonly AdditionalInformationMask = 31;
81
+ constructor(initialByte: number);
82
+ CborInitialByte(majorType: CborMajorType, additionalInfo: CborAdditionalInfo): void;
83
+ static from(initialByte: number): CborInitialByte;
84
+ getInitialByte(): number;
85
+ getMajorType(): CborMajorType;
86
+ getAdditionalInfo(): CborAdditionalInfo;
87
+ }
88
+ export declare class MiniCborReader {
89
+ #private;
90
+ constructor(data: HexBlob);
91
+ readStartArray(): number | null;
92
+ readTag(): CborTag;
93
+ readByteString(): Uint8Array;
94
+ readInt(): bigint;
95
+ static ensureReadCapacityInArray(data: Uint8Array, bytesToRead: number): void;
96
+ }
97
+ export {};
98
+ //# sourceMappingURL=minicbor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"minicbor.d.ts","sourceRoot":"","sources":["../../../../../src/utils/src/types/validators/minicbor.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAIH,KAAK,OAAO,GAAG,MAAM,CAAC;AAEtB,eAAO,MAAM,oBAAoB,kBAAQ,CAAC;AAC1C,eAAO,MAAM,6BAA6B,kBAAQ,CAAC;AAEnD,oBAAY,eAAe;IACzB,SAAS,IAAI;IACb,eAAe,IAAA;IACf,eAAe,IAAA;IACf,UAAU,IAAA;IACV,+BAA+B,IAAA;IAC/B,6BAA6B,IAAA;IAC7B,UAAU,IAAA;IACV,+BAA+B,IAAA;IAC/B,6BAA6B,IAAA;IAC7B,UAAU,IAAA;IACV,QAAQ,KAAA;IACR,QAAQ,KAAA;IACR,MAAM,KAAA;IACN,GAAG,KAAA;IACH,WAAW,KAAA;IACX,kBAAkB,KAAA;IAClB,oBAAoB,KAAA;IACpB,oBAAoB,KAAA;IACpB,IAAI,KAAA;IACJ,OAAO,KAAA;IACP,QAAQ,KAAA;CACT;AAED,oBAAY,aAAa;IACvB,eAAe,IAAI;IACnB,eAAe,IAAI;IACnB,UAAU,IAAI;IACd,UAAU,IAAI;IACd,KAAK,IAAI;IACT,GAAG,IAAI;IACP,GAAG,IAAI;IACP,MAAM,IAAI;CACX;AAUD,oBAAY,OAAO;IACjB,cAAc,IAAI;IAClB,eAAe,IAAI;IACnB,cAAc,IAAI;IAClB,cAAc,IAAI;IAClB,eAAe,IAAI;IACnB,QAAQ,IAAI;IACZ,sBAAsB,KAAK;IAC3B,yBAAyB,KAAK;IAC9B,yBAAyB,KAAK;IAC9B,mBAAmB,KAAK;IACxB,cAAc,KAAK;IACnB,GAAG,KAAK;IACR,SAAS,KAAK;IACd,MAAM,KAAK;IACX,KAAK,KAAK;IACV,WAAW,KAAK;IAChB,GAAG,MAAM;IACT,gBAAgB,QAAS;CAC1B;AAID,oBAAY,kBAAkB;IAC5B,eAAe,KAAK;IACpB,cAAc,KAAK;IACnB,cAAc,KAAK;IACnB,kBAAkB,KAAK;IACvB,mBAAmB,KAAK;IACxB,mBAAmB,KAAK;IACxB,mBAAmB,KAAK;IACxB,gBAAgB,KAAK;CACtB;AAED,qBAAa,eAAe;IAId,OAAO,CAAC,WAAW;IAH/B,MAAM,CAAC,QAAQ,CAAC,yBAAyB,OAAQ;IACjD,MAAM,CAAC,QAAQ,CAAC,yBAAyB,MAAe;gBAEpC,WAAW,EAAE,MAAM;IACvC,eAAe,CACb,SAAS,EAAE,aAAa,EACxB,cAAc,EAAE,kBAAkB;IAIpC,MAAM,CAAC,IAAI,CAAC,WAAW,EAAE,MAAM;IAK/B,cAAc,IAAI,MAAM;IAGxB,YAAY,IAAI,aAAa;IAG7B,iBAAiB,IAAI,kBAAkB;CAGxC;AAED,qBAAa,cAAc;;gBAQb,IAAI,EAAE,OAAO;IAUzB,cAAc,IAAI,MAAM,GAAG,IAAI;IAoB/B,OAAO,IAAI,OAAO;IAQlB,cAAc,IAAI,UAAU;IA4B5B,OAAO,IAAI,MAAM;IA2OjB,MAAM,CAAC,yBAAyB,CAAC,IAAI,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM;CAoCvE"}
@@ -0,0 +1,332 @@
1
+ /**
2
+ * We need CBOR to parse Cardano Byron addresses
3
+ * but CBOR parsing libraries are massive
4
+ * we want to avoid having to import megabytes JS code in the browser just for Cardano Byron address parsing
5
+ *
6
+ * As a middle ground, this file copies just the CBOR parsing code required for Byron checksum matching
7
+ * reference: https://github.com/input-output-hk/cardano-js-sdk/blob/d1544fc9d1fb3997eb7c5b94a233789bb9e5cd9f/packages/core/src/Serialization/CBOR/MiniCborReader.ts#L26
8
+ *
9
+ * This file is 3kb when compressing with gzip
10
+ */
11
+ var _a;
12
+ import { Buffer } from "node:buffer";
13
+ export const CborContentException = Error;
14
+ export const CborInvalidOperationException = Error;
15
+ export var CborReaderState;
16
+ (function (CborReaderState) {
17
+ CborReaderState[CborReaderState["Undefined"] = 0] = "Undefined";
18
+ CborReaderState[CborReaderState["UnsignedInteger"] = 1] = "UnsignedInteger";
19
+ CborReaderState[CborReaderState["NegativeInteger"] = 2] = "NegativeInteger";
20
+ CborReaderState[CborReaderState["ByteString"] = 3] = "ByteString";
21
+ CborReaderState[CborReaderState["StartIndefiniteLengthByteString"] = 4] = "StartIndefiniteLengthByteString";
22
+ CborReaderState[CborReaderState["EndIndefiniteLengthByteString"] = 5] = "EndIndefiniteLengthByteString";
23
+ CborReaderState[CborReaderState["TextString"] = 6] = "TextString";
24
+ CborReaderState[CborReaderState["StartIndefiniteLengthTextString"] = 7] = "StartIndefiniteLengthTextString";
25
+ CborReaderState[CborReaderState["EndIndefiniteLengthTextString"] = 8] = "EndIndefiniteLengthTextString";
26
+ CborReaderState[CborReaderState["StartArray"] = 9] = "StartArray";
27
+ CborReaderState[CborReaderState["EndArray"] = 10] = "EndArray";
28
+ CborReaderState[CborReaderState["StartMap"] = 11] = "StartMap";
29
+ CborReaderState[CborReaderState["EndMap"] = 12] = "EndMap";
30
+ CborReaderState[CborReaderState["Tag"] = 13] = "Tag";
31
+ CborReaderState[CborReaderState["SimpleValue"] = 14] = "SimpleValue";
32
+ CborReaderState[CborReaderState["HalfPrecisionFloat"] = 15] = "HalfPrecisionFloat";
33
+ CborReaderState[CborReaderState["SinglePrecisionFloat"] = 16] = "SinglePrecisionFloat";
34
+ CborReaderState[CborReaderState["DoublePrecisionFloat"] = 17] = "DoublePrecisionFloat";
35
+ CborReaderState[CborReaderState["Null"] = 18] = "Null";
36
+ CborReaderState[CborReaderState["Boolean"] = 19] = "Boolean";
37
+ CborReaderState[CborReaderState["Finished"] = 20] = "Finished";
38
+ })(CborReaderState || (CborReaderState = {}));
39
+ export var CborMajorType;
40
+ (function (CborMajorType) {
41
+ CborMajorType[CborMajorType["UnsignedInteger"] = 0] = "UnsignedInteger";
42
+ CborMajorType[CborMajorType["NegativeInteger"] = 1] = "NegativeInteger";
43
+ CborMajorType[CborMajorType["ByteString"] = 2] = "ByteString";
44
+ CborMajorType[CborMajorType["Utf8String"] = 3] = "Utf8String";
45
+ CborMajorType[CborMajorType["Array"] = 4] = "Array";
46
+ CborMajorType[CborMajorType["Map"] = 5] = "Map";
47
+ CborMajorType[CborMajorType["Tag"] = 6] = "Tag";
48
+ CborMajorType[CborMajorType["Simple"] = 7] = "Simple";
49
+ })(CborMajorType || (CborMajorType = {}));
50
+ export var CborTag;
51
+ (function (CborTag) {
52
+ CborTag[CborTag["DateTimeString"] = 0] = "DateTimeString";
53
+ CborTag[CborTag["UnixTimeSeconds"] = 1] = "UnixTimeSeconds";
54
+ CborTag[CborTag["UnsignedBigNum"] = 2] = "UnsignedBigNum";
55
+ CborTag[CborTag["NegativeBigNum"] = 3] = "NegativeBigNum";
56
+ CborTag[CborTag["DecimalFraction"] = 4] = "DecimalFraction";
57
+ CborTag[CborTag["BigFloat"] = 5] = "BigFloat";
58
+ CborTag[CborTag["Base64UrlLaterEncoding"] = 21] = "Base64UrlLaterEncoding";
59
+ CborTag[CborTag["Base64StringLaterEncoding"] = 22] = "Base64StringLaterEncoding";
60
+ CborTag[CborTag["Base16StringLaterEncoding"] = 23] = "Base16StringLaterEncoding";
61
+ CborTag[CborTag["EncodedCborDataItem"] = 24] = "EncodedCborDataItem";
62
+ CborTag[CborTag["RationalNumber"] = 30] = "RationalNumber";
63
+ CborTag[CborTag["Uri"] = 32] = "Uri";
64
+ CborTag[CborTag["Base64Url"] = 33] = "Base64Url";
65
+ CborTag[CborTag["Base64"] = 34] = "Base64";
66
+ CborTag[CborTag["Regex"] = 35] = "Regex";
67
+ CborTag[CborTag["MimeMessage"] = 36] = "MimeMessage";
68
+ CborTag[CborTag["Set"] = 258] = "Set";
69
+ CborTag[CborTag["SelfDescribeCbor"] = 55799] = "SelfDescribeCbor";
70
+ })(CborTag || (CborTag = {}));
71
+ const UNEXPECTED_END_OF_BUFFER_MSG = "Unexpected end of buffer";
72
+ export var CborAdditionalInfo;
73
+ (function (CborAdditionalInfo) {
74
+ CborAdditionalInfo[CborAdditionalInfo["AdditionalFalse"] = 20] = "AdditionalFalse";
75
+ CborAdditionalInfo[CborAdditionalInfo["AdditionalTrue"] = 21] = "AdditionalTrue";
76
+ CborAdditionalInfo[CborAdditionalInfo["AdditionalNull"] = 22] = "AdditionalNull";
77
+ CborAdditionalInfo[CborAdditionalInfo["Additional8BitData"] = 24] = "Additional8BitData";
78
+ CborAdditionalInfo[CborAdditionalInfo["Additional16BitData"] = 25] = "Additional16BitData";
79
+ CborAdditionalInfo[CborAdditionalInfo["Additional32BitData"] = 26] = "Additional32BitData";
80
+ CborAdditionalInfo[CborAdditionalInfo["Additional64BitData"] = 27] = "Additional64BitData";
81
+ CborAdditionalInfo[CborAdditionalInfo["IndefiniteLength"] = 31] = "IndefiniteLength";
82
+ })(CborAdditionalInfo || (CborAdditionalInfo = {}));
83
+ export class CborInitialByte {
84
+ initialByte;
85
+ static IndefiniteLengthBreakByte = 0xff;
86
+ static AdditionalInformationMask = 0b0001_1111;
87
+ constructor(initialByte) {
88
+ this.initialByte = initialByte;
89
+ }
90
+ CborInitialByte(majorType, additionalInfo) {
91
+ this.initialByte = (majorType << 5) | additionalInfo;
92
+ }
93
+ static from(initialByte) {
94
+ const init = new CborInitialByte(initialByte);
95
+ return init;
96
+ }
97
+ getInitialByte() {
98
+ return this.initialByte;
99
+ }
100
+ getMajorType() {
101
+ return this.initialByte >> 5;
102
+ }
103
+ getAdditionalInfo() {
104
+ return this.initialByte & CborInitialByte.AdditionalInformationMask;
105
+ }
106
+ }
107
+ export class MiniCborReader {
108
+ #data;
109
+ #offset = 0;
110
+ #nestedItems = new Array();
111
+ #isTagContext = false;
112
+ #currentFrame;
113
+ #cachedState = CborReaderState.Undefined;
114
+ constructor(data) {
115
+ this.#data = new Uint8Array(Buffer.from(data, "hex"));
116
+ this.#currentFrame = {
117
+ currentKeyOffset: null,
118
+ frameOffset: 0,
119
+ itemsRead: 0,
120
+ type: null,
121
+ };
122
+ }
123
+ readStartArray() {
124
+ const header = this.#peekInitialByte(CborMajorType.Array);
125
+ if (header.getAdditionalInfo() === CborAdditionalInfo.IndefiniteLength) {
126
+ this.#advanceBuffer(1);
127
+ this.#pushDataItem(CborMajorType.Array);
128
+ return null;
129
+ }
130
+ const buffer = this.#getRemainingBytes();
131
+ const { length, bytesRead } = _a.#peekDefiniteLength(header, buffer);
132
+ this.#advanceBuffer(bytesRead);
133
+ this.#pushDataItem(CborMajorType.Array, length);
134
+ return length;
135
+ }
136
+ readTag() {
137
+ const { tag, bytesRead } = this.#peekTagCore();
138
+ this.#advanceBuffer(bytesRead);
139
+ this.#isTagContext = true;
140
+ return tag;
141
+ }
142
+ readByteString() {
143
+ const header = this.#peekInitialByte(CborMajorType.ByteString);
144
+ if (header.getAdditionalInfo() === CborAdditionalInfo.IndefiniteLength) {
145
+ const { val, encodingLength } = this
146
+ .#readIndefiniteLengthByteStringConcatenated(CborMajorType.ByteString);
147
+ this.#advanceBuffer(encodingLength);
148
+ this.#advanceDataItemCounters();
149
+ return val;
150
+ }
151
+ const buffer = this.#getRemainingBytes();
152
+ const { length, bytesRead } = _a.#peekDefiniteLength(header, buffer);
153
+ this.#ensureReadCapacity(bytesRead + length);
154
+ this.#advanceBuffer(bytesRead + length);
155
+ this.#advanceDataItemCounters();
156
+ return buffer.slice(bytesRead, bytesRead + length);
157
+ }
158
+ readInt() {
159
+ const value = this.#peekSignedInteger();
160
+ this.#advanceBuffer(value.bytesRead);
161
+ this.#advanceDataItemCounters();
162
+ return value.signedInt;
163
+ }
164
+ #peekSignedInteger() {
165
+ const header = this.#peekInitialByte();
166
+ switch (header.getMajorType()) {
167
+ case CborMajorType.UnsignedInteger: {
168
+ const { unsignedInt: signedInt, bytesRead } = _a
169
+ .#decodeUnsignedInteger(header, this.#getRemainingBytes());
170
+ return { bytesRead, signedInt: BigInt(signedInt) };
171
+ }
172
+ case CborMajorType.NegativeInteger: {
173
+ const { unsignedInt, bytesRead } = _a
174
+ .#decodeUnsignedInteger(header, this.#getRemainingBytes());
175
+ return { bytesRead, signedInt: BigInt(-1) - unsignedInt };
176
+ }
177
+ default:
178
+ throw new CborInvalidOperationException(`Reader type mismatch, expected ${CborMajorType.UnsignedInteger} or ${CborMajorType.NegativeInteger} but got ${header.getMajorType()}`);
179
+ }
180
+ }
181
+ #ensureReadCapacity(bytesToRead) {
182
+ if (this.#data.length - this.#offset < bytesToRead) {
183
+ throw new CborContentException(UNEXPECTED_END_OF_BUFFER_MSG);
184
+ }
185
+ }
186
+ #readIndefiniteLengthByteStringConcatenated(type) {
187
+ const data = this.#getRemainingBytes();
188
+ let concat = Buffer.from([]);
189
+ let encodingLength = 0;
190
+ let i = 1; // skip the indefinite-length initial byte
191
+ let nextInitialByte = _a.#peekNextInitialByte(data.slice(i), type);
192
+ while (nextInitialByte.getInitialByte() !==
193
+ CborInitialByte.IndefiniteLengthBreakByte) {
194
+ const { length: chunkLength, bytesRead } = _a
195
+ .#peekDefiniteLength(nextInitialByte, data.slice(i));
196
+ const payloadSize = bytesRead + Number(chunkLength);
197
+ concat = Buffer.concat([
198
+ concat, // TODO: remove `as any` once @types/node gets updated properly
199
+ data.slice(i + (payloadSize - chunkLength), i + payloadSize),
200
+ ]);
201
+ i += payloadSize;
202
+ nextInitialByte = _a.#peekNextInitialByte(data.slice(i), type);
203
+ }
204
+ encodingLength = i + 1; // include the break byte
205
+ return { encodingLength, val: new Uint8Array(concat) };
206
+ }
207
+ #advanceDataItemCounters() {
208
+ ++this.#currentFrame.itemsRead;
209
+ this.#isTagContext = false;
210
+ }
211
+ static #peekNextInitialByte(buffer, expectedType) {
212
+ _a.ensureReadCapacityInArray(buffer, 1);
213
+ const header = CborInitialByte.from(buffer[0]);
214
+ if (header.getInitialByte() !== CborInitialByte.IndefiniteLengthBreakByte &&
215
+ header.getMajorType() !== expectedType) {
216
+ throw new CborContentException("Indefinite length string contains invalid data item");
217
+ }
218
+ return header;
219
+ }
220
+ #peekTagCore() {
221
+ const header = this.#peekInitialByte(CborMajorType.Tag);
222
+ const { unsignedInt: result, bytesRead } = _a
223
+ .#decodeUnsignedInteger(header, this.#getRemainingBytes());
224
+ return { bytesRead, tag: Number(result) };
225
+ }
226
+ static #peekDefiniteLength(header, data) {
227
+ const { unsignedInt: length, bytesRead } = _a
228
+ .#decodeUnsignedInteger(header, data);
229
+ return { bytesRead, length: Number(length) };
230
+ }
231
+ #peekInitialByte(expectedType) {
232
+ if (this.#currentFrame.definiteLength !== undefined &&
233
+ this.#currentFrame.definiteLength - this.#currentFrame.itemsRead === 0) {
234
+ throw new CborInvalidOperationException("No more data items to read");
235
+ }
236
+ if (this.#offset === this.#data.length) {
237
+ if (this.#currentFrame.type === null &&
238
+ this.#currentFrame.definiteLength === undefined &&
239
+ this.#offset > 0) {
240
+ throw new CborInvalidOperationException("End of root-level. No more data items to read");
241
+ }
242
+ throw new CborContentException(UNEXPECTED_END_OF_BUFFER_MSG);
243
+ }
244
+ const nextByte = CborInitialByte.from(this.#data[this.#offset]);
245
+ switch (this.#currentFrame.type) {
246
+ case CborMajorType.ByteString:
247
+ case CborMajorType.Utf8String:
248
+ // Indefinite-length string contexts allow two possible data items:
249
+ // 1) Definite-length string chunks of the same major type OR
250
+ // 2) a break byte denoting the end of the indefinite-length string context.
251
+ if (nextByte.getInitialByte() ===
252
+ CborInitialByte.IndefiniteLengthBreakByte ||
253
+ (nextByte.getMajorType() === this.#currentFrame.type &&
254
+ nextByte.getAdditionalInfo() !==
255
+ CborAdditionalInfo.IndefiniteLength)) {
256
+ break;
257
+ }
258
+ throw new CborContentException(`Indefinite length string contains invalid data item, ${nextByte.getMajorType()}`);
259
+ }
260
+ if (expectedType && expectedType !== nextByte.getMajorType()) {
261
+ throw new CborInvalidOperationException(`Major type mismatch, expected type ${expectedType} but got ${nextByte.getMajorType()}`);
262
+ }
263
+ return nextByte;
264
+ }
265
+ static #decodeUnsignedInteger(header, data) {
266
+ if ((header.getInitialByte() & CborInitialByte.AdditionalInformationMask) <
267
+ CborAdditionalInfo.Additional8BitData) {
268
+ return { bytesRead: 1, unsignedInt: BigInt(header.getAdditionalInfo()) };
269
+ }
270
+ switch (header.getAdditionalInfo()) {
271
+ case CborAdditionalInfo.Additional8BitData: {
272
+ _a.ensureReadCapacityInArray(data, 2);
273
+ return { bytesRead: 2, unsignedInt: BigInt(data[1]) };
274
+ }
275
+ case CborAdditionalInfo.Additional16BitData: {
276
+ _a.ensureReadCapacityInArray(data, 3);
277
+ const buffer = Buffer.from(data.slice(1));
278
+ const val = buffer.readUInt16BE();
279
+ return { bytesRead: 3, unsignedInt: BigInt(val) };
280
+ }
281
+ case CborAdditionalInfo.Additional32BitData: {
282
+ _a.ensureReadCapacityInArray(data, 5);
283
+ const buffer = Buffer.from(data.slice(1));
284
+ const val = buffer.readUInt32BE();
285
+ return { bytesRead: 5, unsignedInt: BigInt(val) };
286
+ }
287
+ case CborAdditionalInfo.Additional64BitData: {
288
+ _a.ensureReadCapacityInArray(data, 9);
289
+ const buffer = Buffer.from(data.slice(1, 9));
290
+ let result = BigInt(0);
291
+ for (const element of buffer) {
292
+ result = (result << BigInt(8)) + BigInt(element);
293
+ }
294
+ return { bytesRead: 9, unsignedInt: result };
295
+ }
296
+ default:
297
+ throw new CborContentException("Invalid integer encoding");
298
+ }
299
+ }
300
+ static ensureReadCapacityInArray(data, bytesToRead) {
301
+ if (data.length < bytesToRead) {
302
+ throw new CborContentException(UNEXPECTED_END_OF_BUFFER_MSG);
303
+ }
304
+ }
305
+ #advanceBuffer(length) {
306
+ if (this.#offset + length > this.#data.length) {
307
+ throw new CborContentException("Buffer offset out of bounds");
308
+ }
309
+ this.#offset += length;
310
+ this.#cachedState = CborReaderState.Undefined;
311
+ }
312
+ #pushDataItem(majorType, definiteLength) {
313
+ const frame = {
314
+ currentKeyOffset: this.#currentFrame.currentKeyOffset,
315
+ definiteLength: this.#currentFrame.definiteLength,
316
+ frameOffset: this.#currentFrame.frameOffset,
317
+ itemsRead: this.#currentFrame.itemsRead,
318
+ type: this.#currentFrame.type,
319
+ };
320
+ this.#nestedItems.push(frame);
321
+ this.#currentFrame.type = majorType;
322
+ this.#currentFrame.definiteLength = definiteLength;
323
+ this.#currentFrame.itemsRead = 0;
324
+ this.#currentFrame.frameOffset = this.#offset;
325
+ this.#isTagContext = false;
326
+ this.#currentFrame.currentKeyOffset = null;
327
+ }
328
+ #getRemainingBytes() {
329
+ return this.#data.slice(this.#offset);
330
+ }
331
+ }
332
+ _a = MiniCborReader;
@@ -0,0 +1,3 @@
1
+ export * from "./algorand.js";
2
+ export * from "./utils.js";
3
+ //# sourceMappingURL=mod.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../src/utils/src/types/validators/mod.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./algorand.js";
2
+ export * from "./utils.js";
@@ -0,0 +1,6 @@
1
+ import type { HexStringNo0x, UnknownFormat } from "../nominal.js";
2
+ export declare function hexStringToUint8Array(hexString: UnknownFormat): Uint8Array;
3
+ export declare function uint8ArrayToHexString(uint8Array: Uint8Array): HexStringNo0x;
4
+ export declare const MALFORMED_ERROR_MSG: (str: string) => string;
5
+ export declare const CHECKSUM_ERROR_MSG: (str: string) => string;
6
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/utils/src/types/validators/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAiBlE,wBAAgB,qBAAqB,CAAC,SAAS,EAAE,aAAa,GAAG,UAAU,CAE1E;AAED,wBAAgB,qBAAqB,CAAC,UAAU,EAAE,UAAU,GAAG,aAAa,CAO3E;AAED,eAAO,MAAM,mBAAmB,GAAI,KAAK,MAAM,KAAG,MAC3B,CAAC;AACxB,eAAO,MAAM,kBAAkB,GAAI,KAAK,MAAM,KAAG,MACrB,CAAC"}
@@ -0,0 +1,24 @@
1
+ function hexStringToBytes(hexString) {
2
+ if (!/^[0-9a-fA-F]+$/.test(hexString)) {
3
+ throw new Error("Non-hex digits found in hex string");
4
+ }
5
+ const bytes = [];
6
+ if (hexString.length % 2 !== 0) {
7
+ hexString = "0" + hexString;
8
+ }
9
+ for (let c = 0; c < hexString.length; c += 2) {
10
+ const nextByte = hexString.slice(c, c + 2);
11
+ bytes.push(parseInt(nextByte, 16));
12
+ }
13
+ return bytes;
14
+ }
15
+ export function hexStringToUint8Array(hexString) {
16
+ return new Uint8Array(hexStringToBytes(hexString));
17
+ }
18
+ export function uint8ArrayToHexString(uint8Array) {
19
+ // recall: slice(-2) takes two characters starting from the end of the string
20
+ // so this works because we <16 numbers with '0'
21
+ return Array.prototype.map.call(uint8Array, (byte) => ("0" + byte.toString(16)).slice(-2)).join("");
22
+ }
23
+ export const MALFORMED_ERROR_MSG = (str) => `${str} is malformed`;
24
+ export const CHECKSUM_ERROR_MSG = (str) => `${str} checksum is wrong`;
@@ -0,0 +1,6 @@
1
+ import type { Account, Address, HttpTransport, ParseAccount, PublicClient, PublicClientConfig, RpcSchema, Transport } from "viem";
2
+ import { type Chain } from "viem";
3
+ import type { Evm4ByteSelector, EvmSelector } from "./types/nominal.js";
4
+ export declare function truncateSelector(fullSelector: EvmSelector): Evm4ByteSelector;
5
+ export declare function createViemPublicClient<chain extends Chain, transport extends Transport = HttpTransport, accountOrAddress extends Account | Address | undefined = undefined, rpcSchema extends RpcSchema | undefined = undefined>(chain: chain, override?: Partial<Omit<PublicClientConfig<transport, chain, accountOrAddress, rpcSchema>, "chain">>): PublicClient<transport, chain, ParseAccount<accountOrAddress>, rpcSchema>;
6
+ //# sourceMappingURL=viem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"viem.d.ts","sourceRoot":"","sources":["../../../src/utils/src/viem.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,OAAO,EACP,OAAO,EACP,aAAa,EACb,YAAY,EACZ,YAAY,EACZ,kBAAkB,EAClB,SAAS,EACT,SAAS,EACV,MAAM,MAAM,CAAC;AACd,OAAO,EAAE,KAAK,KAAK,EAA4B,MAAM,MAAM,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAExE,wBAAgB,gBAAgB,CAAC,YAAY,EAAE,WAAW,GAAG,gBAAgB,CAE5E;AAED,wBAAgB,sBAAsB,CACpC,KAAK,SAAS,KAAK,EACnB,SAAS,SAAS,SAAS,GAAG,aAAa,EAC3C,gBAAgB,SAAS,OAAO,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,EAClE,SAAS,SAAS,SAAS,GAAG,SAAS,GAAG,SAAS,EAEnD,KAAK,EAAE,KAAK,EACZ,QAAQ,CAAC,EAAE,OAAO,CAChB,IAAI,CACF,kBAAkB,CAAC,SAAS,EAAE,KAAK,EAAE,gBAAgB,EAAE,SAAS,CAAC,EACjE,OAAO,CACR,CACF,GACA,YAAY,CAAC,SAAS,EAAE,KAAK,EAAE,YAAY,CAAC,gBAAgB,CAAC,EAAE,SAAS,CAAC,CAU3E"}
@@ -0,0 +1,15 @@
1
+ import { createPublicClient, http } from "viem";
2
+ export function truncateSelector(fullSelector) {
3
+ return fullSelector.slice(0, 10);
4
+ }
5
+ export function createViemPublicClient(chain, override) {
6
+ return createPublicClient({
7
+ chain,
8
+ transport: http(chain.rpcUrls.default.http[0], {
9
+ // batch is needed for sync protocols to be efficient. Does this ever cause issues in other scenarios?
10
+ batch: true,
11
+ // TODO: transport options should come from the sync protocol configuration
12
+ }),
13
+ ...override,
14
+ });
15
+ }
@@ -0,0 +1,48 @@
1
+ import { AddressType } from "../../utils/src/mod.js";
2
+ export type WalletOption = {
3
+ name: string;
4
+ displayName: string;
5
+ /**
6
+ * URI-encoded image
7
+ * DANGER: SVGs can contain Javascript, so these should only be rendered with <img> tags
8
+ *
9
+ * Note: not every wallet type has an image (ex: locally generated keypairs)
10
+ * Example values:
11
+ * data:image/svg+xml,...
12
+ * data:image/png;base64,...
13
+ */
14
+ icon?: undefined | string;
15
+ };
16
+ export type ActiveConnection<T> = {
17
+ metadata: WalletOption;
18
+ api: T;
19
+ };
20
+ export type ConnectionOption<T> = {
21
+ metadata: WalletOption;
22
+ api: () => Promise<T>;
23
+ };
24
+ export declare function optionToActive<T>(option: ConnectionOption<T>): Promise<ActiveConnection<T>>;
25
+ export interface IConnector<T> {
26
+ getProvider(): undefined | IProvider<T>;
27
+ getOrThrowProvider(): IProvider<T>;
28
+ isConnected(): boolean;
29
+ }
30
+ export interface IInjectedConnector<T> {
31
+ /** connect while letting Paima pick all the connection logic for you */
32
+ connectSimple(): Promise<IProvider<T>>;
33
+ /** connect to an explicit API that Paima supports */
34
+ connectNamed(name: string): Promise<IProvider<T>>;
35
+ /** connect to an API that you've initialized yourself externally */
36
+ connectExternal(conn: ActiveConnection<T>): Promise<IProvider<T>>;
37
+ }
38
+ export type AddressAndType = {
39
+ type: AddressType;
40
+ address: string;
41
+ };
42
+ export type UserSignature = string;
43
+ export interface IProvider<T> {
44
+ getConnection(): ActiveConnection<T>;
45
+ signMessage(message: string): Promise<UserSignature>;
46
+ getAddress(): AddressAndType;
47
+ }
48
+ //# sourceMappingURL=IProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IProvider.d.ts","sourceRoot":"","sources":["../../../src/wallets/src/IProvider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAGrD,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB;;;;;;;;OAQG;IACH,IAAI,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,gBAAgB,CAAC,CAAC,IAAI;IAChC,QAAQ,EAAE,YAAY,CAAC;IACvB,GAAG,EAAE,CAAC,CAAC;CACR,CAAC;AACF,MAAM,MAAM,gBAAgB,CAAC,CAAC,IAAI;IAChC,QAAQ,EAAE,YAAY,CAAC;IACvB,GAAG,EAAE,MAAM,OAAO,CAAC,CAAC,CAAC,CAAC;CACvB,CAAC;AACF,wBAAsB,cAAc,CAAC,CAAC,EAAE,MAAM,EAAE,gBAAgB,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAMjG;AAED,MAAM,WAAW,UAAU,CAAC,CAAC;IAC3B,WAAW,IAAI,SAAS,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;IACxC,kBAAkB,IAAI,SAAS,CAAC,CAAC,CAAC,CAAC;IACnC,WAAW,IAAI,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,kBAAkB,CAAC,CAAC;IACnC,wEAAwE;IACxE,aAAa,IAAI,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;IACvC,qDAAqD;IACrD,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;IAClD,oEAAoE;IACpE,eAAe,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;CACnE;AAGD,MAAM,MAAM,cAAc,GAAG;IAC3B,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC;AAEnC,MAAM,WAAW,SAAS,CAAC,CAAC;IAC1B,aAAa,IAAI,gBAAgB,CAAC,CAAC,CAAC,CAAC;IACrC,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC,CAAC;IACrD,UAAU,IAAI,cAAc,CAAC;CAC9B"}
@@ -0,0 +1,7 @@
1
+ export async function optionToActive(option) {
2
+ const connection = {
3
+ metadata: option.metadata,
4
+ api: await option.api(),
5
+ };
6
+ return connection;
7
+ }
@@ -0,0 +1,28 @@
1
+ import type { ApiPromise } from "avail-js-sdk";
2
+ import type { IProvider, ActiveConnection, AddressAndType, UserSignature } from "../IProvider.js";
3
+ type PolkadotAddress = string;
4
+ import type { Keyring } from "avail-js-sdk";
5
+ export type AvailJsApi = {
6
+ rpc: ApiPromise;
7
+ keyring: Keyring;
8
+ };
9
+ export declare class AvailConnector {
10
+ private provider;
11
+ private static INSTANCE;
12
+ static instance(): AvailConnector;
13
+ connectExternal: (conn: AvailJsApi) => Promise<AvailJsProvider>;
14
+ getProvider: () => undefined | AvailJsProvider;
15
+ getOrThrowProvider: () => AvailJsProvider;
16
+ isConnected: () => boolean;
17
+ }
18
+ export declare class AvailJsProvider implements IProvider<AvailJsApi> {
19
+ private readonly conn;
20
+ readonly address: PolkadotAddress;
21
+ constructor(conn: ActiveConnection<AvailJsApi>, address: PolkadotAddress);
22
+ static init: (api: AvailJsApi) => Promise<AvailJsProvider>;
23
+ getConnection: () => ActiveConnection<AvailJsApi>;
24
+ getAddress: () => AddressAndType;
25
+ signMessage: (message: string) => Promise<UserSignature>;
26
+ }
27
+ export {};
28
+ //# sourceMappingURL=avail.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avail.d.ts","sourceRoot":"","sources":["../../../../src/wallets/src/avail/avail.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,OAAO,KAAK,EAAE,SAAS,EAAE,gBAAgB,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAClG,KAAK,eAAe,GAAG,MAAM,CAAC;AAI9B,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAI5C,MAAM,MAAM,UAAU,GAAG;IAAE,GAAG,EAAE,UAAU,CAAC;IAAC,OAAO,EAAE,OAAO,CAAA;CAAE,CAAC;AAE/D,qBAAa,cAAc;IACzB,OAAO,CAAC,QAAQ,CAA8B;IAC9C,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAyC;IAEhE,MAAM,CAAC,QAAQ,IAAI,cAAc;IAQjC,eAAe,GAAU,MAAM,UAAU,KAAG,OAAO,CAAC,eAAe,CAAC,CAGlE;IAEF,WAAW,QAAO,SAAS,GAAG,eAAe,CAE3C;IACF,kBAAkB,QAAO,eAAe,CAKtC;IACF,WAAW,QAAO,OAAO,CAEvB;CACH;AAED,qBAAa,eAAgB,YAAW,SAAS,CAAC,UAAU,CAAC;IAEzD,OAAO,CAAC,QAAQ,CAAC,IAAI;IACrB,QAAQ,CAAC,OAAO,EAAE,eAAe;gBADhB,IAAI,EAAE,gBAAgB,CAAC,UAAU,CAAC,EAC1C,OAAO,EAAE,eAAe;IAGnC,MAAM,CAAC,IAAI,GAAU,KAAK,UAAU,KAAG,OAAO,CAAC,eAAe,CAAC,CAW7D;IAEF,aAAa,QAAO,gBAAgB,CAAC,UAAU,CAAC,CAE9C;IACF,UAAU,QAAO,cAAc,CAK7B;IACF,WAAW,GAAU,SAAS,MAAM,KAAG,OAAO,CAAC,aAAa,CAAC,CAK3D;CACH"}