@xyo-network/xl1-cli 1.6.6 → 1.7.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 (282) hide show
  1. package/dist/cli-min.mjs +6 -6
  2. package/dist/node/commands/api/index.d.ts.map +1 -0
  3. package/dist/node/commands/api/runApi.d.ts.map +1 -0
  4. package/dist/node/commands/index.d.ts.map +1 -0
  5. package/dist/node/commands/producer/createDeclaration.d.ts.map +1 -0
  6. package/dist/node/commands/producer/index.d.ts.map +1 -0
  7. package/dist/node/commands/producer/runProducer.d.ts.map +1 -0
  8. package/dist/node/commands/validator/index.d.ts.map +1 -0
  9. package/dist/node/commands/validator/runValidator.d.ts.map +1 -0
  10. package/dist/node/index.d.ts.map +1 -0
  11. package/dist/node/initEnv.d.ts.map +1 -0
  12. package/dist/node/initLogger.d.ts.map +1 -0
  13. package/dist/node/orchestration/actor/implementation/BalanceActor.d.ts.map +1 -0
  14. package/{build → dist/node}/orchestration/actor/implementation/ChainHeadUpdateActor.d.ts +1 -1
  15. package/dist/node/orchestration/actor/implementation/ChainHeadUpdateActor.d.ts.map +1 -0
  16. package/{build → dist/node}/orchestration/actor/implementation/ProducerActor.d.ts +1 -1
  17. package/dist/node/orchestration/actor/implementation/ProducerActor.d.ts.map +1 -0
  18. package/dist/node/orchestration/actor/implementation/index.d.ts.map +1 -0
  19. package/dist/node/orchestration/actor/index.d.ts.map +1 -0
  20. package/dist/node/orchestration/actor/model/Actor.d.ts.map +1 -0
  21. package/dist/node/orchestration/actor/model/Orchestrator.d.ts.map +1 -0
  22. package/dist/node/orchestration/actor/model/index.d.ts.map +1 -0
  23. package/{build → dist/node}/orchestration/archivists/ChainFinalized/archivist.d.ts +1 -1
  24. package/dist/node/orchestration/archivists/ChainFinalized/archivist.d.ts.map +1 -0
  25. package/dist/node/orchestration/archivists/ChainFinalized/index.d.ts.map +1 -0
  26. package/dist/node/orchestration/archivists/ChainFinalized/local.d.ts.map +1 -0
  27. package/dist/node/orchestration/archivists/ChainFinalized/remote.d.ts.map +1 -0
  28. package/dist/node/orchestration/archivists/ChainSubmissions/archivist.d.ts.map +1 -0
  29. package/dist/node/orchestration/archivists/ChainSubmissions/index.d.ts.map +1 -0
  30. package/{build/orchestration/archivists/PendingTransactions → dist/node/orchestration/archivists/ChainSubmissions}/remote.d.ts.map +1 -1
  31. package/dist/node/orchestration/archivists/PendingTransactions/archivist.d.ts.map +1 -0
  32. package/dist/node/orchestration/archivists/PendingTransactions/index.d.ts.map +1 -0
  33. package/dist/node/orchestration/archivists/PendingTransactions/local.d.ts.map +1 -0
  34. package/dist/node/orchestration/archivists/PendingTransactions/remote.d.ts.map +1 -0
  35. package/{build → dist/node}/orchestration/archivists/RejectedTransactions/archivist.d.ts +1 -1
  36. package/dist/node/orchestration/archivists/RejectedTransactions/archivist.d.ts.map +1 -0
  37. package/dist/node/orchestration/archivists/RejectedTransactions/index.d.ts.map +1 -0
  38. package/dist/node/orchestration/archivists/RejectedTransactions/local.d.ts.map +1 -0
  39. package/dist/node/orchestration/archivists/StakeIntentState/archivist.d.ts.map +1 -0
  40. package/dist/node/orchestration/archivists/StakeIntentState/index.d.ts.map +1 -0
  41. package/dist/node/orchestration/archivists/StakeIntentState/local.d.ts.map +1 -0
  42. package/dist/node/orchestration/archivists/index.d.ts.map +1 -0
  43. package/dist/node/orchestration/archivists/lib/index.d.ts.map +1 -0
  44. package/dist/node/orchestration/archivists/lib/localPersistentArchivist.d.ts.map +1 -0
  45. package/dist/node/orchestration/health/index.d.ts.map +1 -0
  46. package/dist/node/orchestration/health/initHealthEndpoints.d.ts.map +1 -0
  47. package/dist/node/orchestration/host/implementation/DefaultHost.d.ts.map +1 -0
  48. package/dist/node/orchestration/host/implementation/DefaultServiceCollection.d.ts.map +1 -0
  49. package/dist/node/orchestration/host/implementation/DefaultServiceProvider.d.ts.map +1 -0
  50. package/dist/node/orchestration/host/implementation/index.d.ts.map +1 -0
  51. package/dist/node/orchestration/host/index.d.ts.map +1 -0
  52. package/dist/node/orchestration/host/model/Host.d.ts.map +1 -0
  53. package/dist/node/orchestration/host/model/ServiceCollection.d.ts.map +1 -0
  54. package/dist/node/orchestration/host/model/ServiceProvider.d.ts.map +1 -0
  55. package/dist/node/orchestration/host/model/index.d.ts.map +1 -0
  56. package/dist/node/orchestration/index.d.ts.map +1 -0
  57. package/dist/node/orchestration/initServices.d.ts.map +1 -0
  58. package/dist/node/orchestration/map/BalanceSummary/index.d.ts.map +1 -0
  59. package/dist/node/orchestration/map/BalanceSummary/initBalanceSummaryMap.d.ts.map +1 -0
  60. package/dist/node/orchestration/map/BalanceSummary/local.d.ts.map +1 -0
  61. package/dist/node/orchestration/map/driver/index.d.ts.map +1 -0
  62. package/dist/node/orchestration/map/driver/lmdb/Params.d.ts.map +1 -0
  63. package/dist/node/orchestration/map/driver/lmdb/SynchronousLmdbMap.d.ts.map +1 -0
  64. package/dist/node/orchestration/map/driver/lmdb/index.d.ts.map +1 -0
  65. package/dist/node/orchestration/map/driver/lmdb/spec/SynchronousLmdbMap.spec.d.ts +2 -0
  66. package/dist/node/orchestration/map/driver/lmdb/spec/SynchronousLmdbMap.spec.d.ts.map +1 -0
  67. package/dist/node/orchestration/map/index.d.ts.map +1 -0
  68. package/dist/node/orchestration/map/localPersistentMap.d.ts.map +1 -0
  69. package/dist/node/orchestration/repository/index.d.ts.map +1 -0
  70. package/dist/node/orchestration/repository/lib/index.d.ts.map +1 -0
  71. package/dist/node/orchestration/repository/lib/repositoryFromArchivist.d.ts.map +1 -0
  72. package/dist/node/orchestration/services/implementation/account.d.ts.map +1 -0
  73. package/dist/node/orchestration/services/implementation/balance.d.ts.map +1 -0
  74. package/dist/node/orchestration/services/implementation/chain/evm.d.ts.map +1 -0
  75. package/dist/node/orchestration/services/implementation/chain/index.d.ts.map +1 -0
  76. package/dist/node/orchestration/services/implementation/evm/index.d.ts.map +1 -0
  77. package/dist/node/orchestration/services/implementation/evm/initChainId.d.ts.map +1 -0
  78. package/dist/node/orchestration/services/implementation/evm/initEvmProvider.d.ts.map +1 -0
  79. package/dist/node/orchestration/services/implementation/evm/initGanacheProvider.d.ts.map +1 -0
  80. package/dist/node/orchestration/services/implementation/evm/initInfuraProvider.d.ts.map +1 -0
  81. package/dist/node/orchestration/services/implementation/head.d.ts.map +1 -0
  82. package/dist/node/orchestration/services/implementation/index.d.ts.map +1 -0
  83. package/dist/node/orchestration/services/implementation/iterator.d.ts.map +1 -0
  84. package/dist/node/orchestration/services/implementation/pendingTransactions.d.ts.map +1 -0
  85. package/dist/node/orchestration/services/implementation/producer.d.ts.map +1 -0
  86. package/dist/node/orchestration/services/implementation/reward.d.ts.map +1 -0
  87. package/dist/node/orchestration/services/implementation/validator.d.ts.map +1 -0
  88. package/dist/node/orchestration/services/index.d.ts.map +1 -0
  89. package/dist/node/orchestration/status/RuntimeStatusMonitor.d.ts.map +1 -0
  90. package/dist/node/orchestration/status/ServiceStatus.d.ts.map +1 -0
  91. package/dist/node/orchestration/status/index.d.ts.map +1 -0
  92. package/dist/node/orchestration/store/StoreKind.d.ts.map +1 -0
  93. package/dist/node/orchestration/store/getStoreDirectory.d.ts.map +1 -0
  94. package/dist/node/orchestration/store/index.d.ts.map +1 -0
  95. package/dist/node/runCLI.d.ts.map +1 -0
  96. package/dist/node/spec/BootstrapChain.spec.d.ts +2 -0
  97. package/dist/node/spec/BootstrapChain.spec.d.ts.map +1 -0
  98. package/dist/node/start.d.ts.map +1 -0
  99. package/dist/node/xl1.d.ts.map +1 -0
  100. package/lib/node/index.d.ts +202 -0
  101. package/lib/node/xl1.d.ts +2 -0
  102. package/package.json +40 -40
  103. package/xy.config.ts +3 -2
  104. package/build/commands/api/index.d.ts.map +0 -1
  105. package/build/commands/api/runApi.d.ts.map +0 -1
  106. package/build/commands/index.d.ts.map +0 -1
  107. package/build/commands/producer/createDeclaration.d.ts.map +0 -1
  108. package/build/commands/producer/index.d.ts.map +0 -1
  109. package/build/commands/producer/runProducer.d.ts.map +0 -1
  110. package/build/commands/validator/index.d.ts.map +0 -1
  111. package/build/commands/validator/runValidator.d.ts.map +0 -1
  112. package/build/index.d.ts.map +0 -1
  113. package/build/initEnv.d.ts.map +0 -1
  114. package/build/initLogger.d.ts.map +0 -1
  115. package/build/orchestration/actor/implementation/BalanceActor.d.ts.map +0 -1
  116. package/build/orchestration/actor/implementation/ChainHeadUpdateActor.d.ts.map +0 -1
  117. package/build/orchestration/actor/implementation/ProducerActor.d.ts.map +0 -1
  118. package/build/orchestration/actor/implementation/index.d.ts.map +0 -1
  119. package/build/orchestration/actor/index.d.ts.map +0 -1
  120. package/build/orchestration/actor/model/Actor.d.ts.map +0 -1
  121. package/build/orchestration/actor/model/Orchestrator.d.ts.map +0 -1
  122. package/build/orchestration/actor/model/index.d.ts.map +0 -1
  123. package/build/orchestration/archivists/ChainFinalized/archivist.d.ts.map +0 -1
  124. package/build/orchestration/archivists/ChainFinalized/index.d.ts.map +0 -1
  125. package/build/orchestration/archivists/ChainFinalized/local.d.ts.map +0 -1
  126. package/build/orchestration/archivists/ChainFinalized/remote.d.ts.map +0 -1
  127. package/build/orchestration/archivists/ChainSubmissions/archivist.d.ts.map +0 -1
  128. package/build/orchestration/archivists/ChainSubmissions/index.d.ts.map +0 -1
  129. package/build/orchestration/archivists/ChainSubmissions/remote.d.ts.map +0 -1
  130. package/build/orchestration/archivists/PendingTransactions/archivist.d.ts.map +0 -1
  131. package/build/orchestration/archivists/PendingTransactions/index.d.ts.map +0 -1
  132. package/build/orchestration/archivists/PendingTransactions/local.d.ts.map +0 -1
  133. package/build/orchestration/archivists/RejectedTransactions/archivist.d.ts.map +0 -1
  134. package/build/orchestration/archivists/RejectedTransactions/index.d.ts.map +0 -1
  135. package/build/orchestration/archivists/RejectedTransactions/local.d.ts.map +0 -1
  136. package/build/orchestration/archivists/StakeIntentState/archivist.d.ts.map +0 -1
  137. package/build/orchestration/archivists/StakeIntentState/index.d.ts.map +0 -1
  138. package/build/orchestration/archivists/StakeIntentState/local.d.ts.map +0 -1
  139. package/build/orchestration/archivists/index.d.ts.map +0 -1
  140. package/build/orchestration/archivists/lib/index.d.ts.map +0 -1
  141. package/build/orchestration/archivists/lib/localPersistentArchivist.d.ts.map +0 -1
  142. package/build/orchestration/health/index.d.ts.map +0 -1
  143. package/build/orchestration/health/initHealthEndpoints.d.ts.map +0 -1
  144. package/build/orchestration/host/implementation/DefaultHost.d.ts.map +0 -1
  145. package/build/orchestration/host/implementation/DefaultServiceCollection.d.ts.map +0 -1
  146. package/build/orchestration/host/implementation/DefaultServiceProvider.d.ts.map +0 -1
  147. package/build/orchestration/host/implementation/index.d.ts.map +0 -1
  148. package/build/orchestration/host/index.d.ts.map +0 -1
  149. package/build/orchestration/host/model/Host.d.ts.map +0 -1
  150. package/build/orchestration/host/model/ServiceCollection.d.ts.map +0 -1
  151. package/build/orchestration/host/model/ServiceProvider.d.ts.map +0 -1
  152. package/build/orchestration/host/model/index.d.ts.map +0 -1
  153. package/build/orchestration/index.d.ts.map +0 -1
  154. package/build/orchestration/initServices.d.ts.map +0 -1
  155. package/build/orchestration/map/BalanceSummary/index.d.ts.map +0 -1
  156. package/build/orchestration/map/BalanceSummary/initBalanceSummaryMap.d.ts.map +0 -1
  157. package/build/orchestration/map/BalanceSummary/local.d.ts.map +0 -1
  158. package/build/orchestration/map/driver/index.d.ts.map +0 -1
  159. package/build/orchestration/map/driver/lmdb/Params.d.ts.map +0 -1
  160. package/build/orchestration/map/driver/lmdb/SynchronousLmdbMap.d.ts.map +0 -1
  161. package/build/orchestration/map/driver/lmdb/index.d.ts.map +0 -1
  162. package/build/orchestration/map/index.d.ts.map +0 -1
  163. package/build/orchestration/map/localPersistentMap.d.ts.map +0 -1
  164. package/build/orchestration/repository/index.d.ts.map +0 -1
  165. package/build/orchestration/repository/lib/index.d.ts.map +0 -1
  166. package/build/orchestration/repository/lib/repositoryFromArchivist.d.ts.map +0 -1
  167. package/build/orchestration/services/implementation/account.d.ts.map +0 -1
  168. package/build/orchestration/services/implementation/balance.d.ts.map +0 -1
  169. package/build/orchestration/services/implementation/chain/evm.d.ts.map +0 -1
  170. package/build/orchestration/services/implementation/chain/index.d.ts.map +0 -1
  171. package/build/orchestration/services/implementation/evm/index.d.ts.map +0 -1
  172. package/build/orchestration/services/implementation/evm/initChainId.d.ts.map +0 -1
  173. package/build/orchestration/services/implementation/evm/initEvmProvider.d.ts.map +0 -1
  174. package/build/orchestration/services/implementation/evm/initGanacheProvider.d.ts.map +0 -1
  175. package/build/orchestration/services/implementation/evm/initInfuraProvider.d.ts.map +0 -1
  176. package/build/orchestration/services/implementation/head.d.ts.map +0 -1
  177. package/build/orchestration/services/implementation/index.d.ts.map +0 -1
  178. package/build/orchestration/services/implementation/iterator.d.ts.map +0 -1
  179. package/build/orchestration/services/implementation/pendingTransactions.d.ts.map +0 -1
  180. package/build/orchestration/services/implementation/producer.d.ts.map +0 -1
  181. package/build/orchestration/services/implementation/reward.d.ts.map +0 -1
  182. package/build/orchestration/services/implementation/validator.d.ts.map +0 -1
  183. package/build/orchestration/services/index.d.ts.map +0 -1
  184. package/build/orchestration/status/RuntimeStatusMonitor.d.ts.map +0 -1
  185. package/build/orchestration/status/ServiceStatus.d.ts.map +0 -1
  186. package/build/orchestration/status/index.d.ts.map +0 -1
  187. package/build/orchestration/store/StoreKind.d.ts.map +0 -1
  188. package/build/orchestration/store/getStoreDirectory.d.ts.map +0 -1
  189. package/build/orchestration/store/index.d.ts.map +0 -1
  190. package/build/runCLI.d.ts.map +0 -1
  191. package/build/start.d.ts.map +0 -1
  192. package/build/xl1.d.ts.map +0 -1
  193. /package/{build → dist/node}/commands/api/index.d.ts +0 -0
  194. /package/{build → dist/node}/commands/api/runApi.d.ts +0 -0
  195. /package/{build → dist/node}/commands/index.d.ts +0 -0
  196. /package/{build → dist/node}/commands/producer/createDeclaration.d.ts +0 -0
  197. /package/{build → dist/node}/commands/producer/index.d.ts +0 -0
  198. /package/{build → dist/node}/commands/producer/runProducer.d.ts +0 -0
  199. /package/{build → dist/node}/commands/validator/index.d.ts +0 -0
  200. /package/{build → dist/node}/commands/validator/runValidator.d.ts +0 -0
  201. /package/{build → dist/node}/index.d.ts +0 -0
  202. /package/{build → dist/node}/initEnv.d.ts +0 -0
  203. /package/{build → dist/node}/initLogger.d.ts +0 -0
  204. /package/{build → dist/node}/orchestration/actor/implementation/BalanceActor.d.ts +0 -0
  205. /package/{build → dist/node}/orchestration/actor/implementation/index.d.ts +0 -0
  206. /package/{build → dist/node}/orchestration/actor/index.d.ts +0 -0
  207. /package/{build → dist/node}/orchestration/actor/model/Actor.d.ts +0 -0
  208. /package/{build → dist/node}/orchestration/actor/model/Orchestrator.d.ts +0 -0
  209. /package/{build → dist/node}/orchestration/actor/model/index.d.ts +0 -0
  210. /package/{build → dist/node}/orchestration/archivists/ChainFinalized/index.d.ts +0 -0
  211. /package/{build → dist/node}/orchestration/archivists/ChainFinalized/local.d.ts +0 -0
  212. /package/{build → dist/node}/orchestration/archivists/ChainFinalized/remote.d.ts +0 -0
  213. /package/{build → dist/node}/orchestration/archivists/ChainSubmissions/archivist.d.ts +0 -0
  214. /package/{build → dist/node}/orchestration/archivists/ChainSubmissions/index.d.ts +0 -0
  215. /package/{build → dist/node}/orchestration/archivists/ChainSubmissions/remote.d.ts +0 -0
  216. /package/{build → dist/node}/orchestration/archivists/PendingTransactions/archivist.d.ts +0 -0
  217. /package/{build → dist/node}/orchestration/archivists/PendingTransactions/index.d.ts +0 -0
  218. /package/{build → dist/node}/orchestration/archivists/PendingTransactions/local.d.ts +0 -0
  219. /package/{build → dist/node}/orchestration/archivists/PendingTransactions/remote.d.ts +0 -0
  220. /package/{build → dist/node}/orchestration/archivists/RejectedTransactions/index.d.ts +0 -0
  221. /package/{build → dist/node}/orchestration/archivists/RejectedTransactions/local.d.ts +0 -0
  222. /package/{build → dist/node}/orchestration/archivists/StakeIntentState/archivist.d.ts +0 -0
  223. /package/{build → dist/node}/orchestration/archivists/StakeIntentState/index.d.ts +0 -0
  224. /package/{build → dist/node}/orchestration/archivists/StakeIntentState/local.d.ts +0 -0
  225. /package/{build → dist/node}/orchestration/archivists/index.d.ts +0 -0
  226. /package/{build → dist/node}/orchestration/archivists/lib/index.d.ts +0 -0
  227. /package/{build → dist/node}/orchestration/archivists/lib/localPersistentArchivist.d.ts +0 -0
  228. /package/{build → dist/node}/orchestration/health/index.d.ts +0 -0
  229. /package/{build → dist/node}/orchestration/health/initHealthEndpoints.d.ts +0 -0
  230. /package/{build → dist/node}/orchestration/host/implementation/DefaultHost.d.ts +0 -0
  231. /package/{build → dist/node}/orchestration/host/implementation/DefaultServiceCollection.d.ts +0 -0
  232. /package/{build → dist/node}/orchestration/host/implementation/DefaultServiceProvider.d.ts +0 -0
  233. /package/{build → dist/node}/orchestration/host/implementation/index.d.ts +0 -0
  234. /package/{build → dist/node}/orchestration/host/index.d.ts +0 -0
  235. /package/{build → dist/node}/orchestration/host/model/Host.d.ts +0 -0
  236. /package/{build → dist/node}/orchestration/host/model/ServiceCollection.d.ts +0 -0
  237. /package/{build → dist/node}/orchestration/host/model/ServiceProvider.d.ts +0 -0
  238. /package/{build → dist/node}/orchestration/host/model/index.d.ts +0 -0
  239. /package/{build → dist/node}/orchestration/index.d.ts +0 -0
  240. /package/{build → dist/node}/orchestration/initServices.d.ts +0 -0
  241. /package/{build → dist/node}/orchestration/map/BalanceSummary/index.d.ts +0 -0
  242. /package/{build → dist/node}/orchestration/map/BalanceSummary/initBalanceSummaryMap.d.ts +0 -0
  243. /package/{build → dist/node}/orchestration/map/BalanceSummary/local.d.ts +0 -0
  244. /package/{build → dist/node}/orchestration/map/driver/index.d.ts +0 -0
  245. /package/{build → dist/node}/orchestration/map/driver/lmdb/Params.d.ts +0 -0
  246. /package/{build → dist/node}/orchestration/map/driver/lmdb/SynchronousLmdbMap.d.ts +0 -0
  247. /package/{build → dist/node}/orchestration/map/driver/lmdb/index.d.ts +0 -0
  248. /package/{build → dist/node}/orchestration/map/index.d.ts +0 -0
  249. /package/{build → dist/node}/orchestration/map/localPersistentMap.d.ts +0 -0
  250. /package/{build → dist/node}/orchestration/repository/index.d.ts +0 -0
  251. /package/{build → dist/node}/orchestration/repository/lib/index.d.ts +0 -0
  252. /package/{build → dist/node}/orchestration/repository/lib/repositoryFromArchivist.d.ts +0 -0
  253. /package/{build → dist/node}/orchestration/services/implementation/account.d.ts +0 -0
  254. /package/{build → dist/node}/orchestration/services/implementation/balance.d.ts +0 -0
  255. /package/{build → dist/node}/orchestration/services/implementation/chain/evm.d.ts +0 -0
  256. /package/{build → dist/node}/orchestration/services/implementation/chain/index.d.ts +0 -0
  257. /package/{build → dist/node}/orchestration/services/implementation/evm/index.d.ts +0 -0
  258. /package/{build → dist/node}/orchestration/services/implementation/evm/initChainId.d.ts +0 -0
  259. /package/{build → dist/node}/orchestration/services/implementation/evm/initEvmProvider.d.ts +0 -0
  260. /package/{build → dist/node}/orchestration/services/implementation/evm/initGanacheProvider.d.ts +0 -0
  261. /package/{build → dist/node}/orchestration/services/implementation/evm/initInfuraProvider.d.ts +0 -0
  262. /package/{build → dist/node}/orchestration/services/implementation/head.d.ts +0 -0
  263. /package/{build → dist/node}/orchestration/services/implementation/index.d.ts +0 -0
  264. /package/{build → dist/node}/orchestration/services/implementation/iterator.d.ts +0 -0
  265. /package/{build → dist/node}/orchestration/services/implementation/pendingTransactions.d.ts +0 -0
  266. /package/{build → dist/node}/orchestration/services/implementation/producer.d.ts +0 -0
  267. /package/{build → dist/node}/orchestration/services/implementation/reward.d.ts +0 -0
  268. /package/{build → dist/node}/orchestration/services/implementation/validator.d.ts +0 -0
  269. /package/{build → dist/node}/orchestration/services/index.d.ts +0 -0
  270. /package/{build → dist/node}/orchestration/status/RuntimeStatusMonitor.d.ts +0 -0
  271. /package/{build → dist/node}/orchestration/status/ServiceStatus.d.ts +0 -0
  272. /package/{build → dist/node}/orchestration/status/index.d.ts +0 -0
  273. /package/{build → dist/node}/orchestration/store/StoreKind.d.ts +0 -0
  274. /package/{build → dist/node}/orchestration/store/getStoreDirectory.d.ts +0 -0
  275. /package/{build → dist/node}/orchestration/store/index.d.ts +0 -0
  276. /package/{build → dist/node}/runCLI.d.ts +0 -0
  277. /package/{build → dist/node}/start.d.ts +0 -0
  278. /package/{build → dist/node}/xl1.d.ts +0 -0
  279. /package/{build → lib}/node/index.mjs +0 -0
  280. /package/{build → lib}/node/index.mjs.map +0 -0
  281. /package/{build → lib}/node/xl1.mjs +0 -0
  282. /package/{build → lib}/node/xl1.mjs.map +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/commands/api/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runApi.d.ts","sourceRoot":"","sources":["../../../../src/commands/api/runApi.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAA;AAG5C,UAAU,aAAa;IACrB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,wBAAgB,MAAM,CAAC,OAAO,EAAE,aAAa,QAG5C"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/commands/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,qBAAqB,CAAA;AACnC,cAAc,sBAAsB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createDeclaration.d.ts","sourceRoot":"","sources":["../../../../src/commands/producer/createDeclaration.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,yBAAyB,QAAa,OAAO,CAAC,IAAI,CAW9D,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/commands/producer/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,kBAAkB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runProducer.d.ts","sourceRoot":"","sources":["../../../../src/commands/producer/runProducer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAA;AAE5C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAA;AAKhE,UAAU,kBAAkB;IAC1B,MAAM,EAAE,MAAM,CAAA;IACd,YAAY,EAAE,YAAY,CAAA;CAC3B;AAED,eAAO,MAAM,WAAW,GAAU,SAAS,kBAAkB,kBAoB5D,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/commands/validator/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runValidator.d.ts","sourceRoot":"","sources":["../../../../src/commands/validator/runValidator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAA;AAE5C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAA;AAGhE,UAAU,mBAAmB;IAC3B,MAAM,EAAE,MAAM,CAAA;IACd,YAAY,EAAE,YAAY,CAAA;CAC3B;AAED,eAAO,MAAM,YAAY,GAAU,SAAS,mBAAmB,kBAW9D,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAA;AACxC,cAAc,aAAa,CAAA;AAC3B,cAAc,YAAY,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"initEnv.d.ts","sourceRoot":"","sources":["../../src/initEnv.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO,YAKnB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"initLogger.d.ts","sourceRoot":"","sources":["../../src/initLogger.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAA;AAI5C,eAAO,MAAM,UAAU,QAAO,MAS7B,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BalanceActor.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/actor/implementation/BalanceActor.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAC9C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAEjD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAA;AACvE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAA;AAC7E,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AAEnC,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAA;AAEzC,MAAM,MAAM,kBAAkB,GAAG,UAAU,CACzC,IAAI,CAAC,wBAAwB,EAAE,gBAAgB,GAAG,eAAe,CAAC,GAChE,sBAAsB,CAAC,CAAA;AAE3B,qBAAa,YAAa,SAAQ,KAAK,CAAC,kBAAkB,CAAC;IACzD,SAAS,CAAC,YAAY,QAAc;IAEpC,SAAS,aAAa,MAAM,EAAE,kBAAkB;IAIhD,SAAS,KAAK,cAAc,gEAE3B;IAED,SAAS,KAAK,aAAa,yEAE1B;IAED,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,kBAAkB,GAAG,UAAU,CAAC,YAAY,CAAC;IAIpD,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC;cAUrB,aAAa,IAAI,OAAO,CAAC,IAAI,CAAC;CAO/C"}
@@ -6,7 +6,7 @@ import { Actor } from '../model/index.ts';
6
6
  export type ChainHeadUpdateActorParams = BaseParams<Pick<ChainServiceCollection, 'chainIterator' | 'chainArchivist'>>;
7
7
  export declare class ChainHeadUpdateActor extends Actor<ChainHeadUpdateActorParams> {
8
8
  protected constructor(params: ChainHeadUpdateActorParams);
9
- protected get chainFinalizedArchivist(): import("@xyo-network/archivist-model").ArchivistInstance<import("@xyo-network/archivist-model").ArchivistParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/archivist-model").ArchivistConfig>>, import("@xyo-network/archivist-model").ArchivistModuleEventData, Payload>;
9
+ protected get chainFinalizedArchivist(): import("@xyo-network/archivist-model").ArchivistInstance<import("@xyo-network/archivist-model").ArchivistParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/archivist-model").ArchivistConfig<void, void>>>, import("@xyo-network/archivist-model").ArchivistModuleEventData, Payload>;
10
10
  protected get chainIterator(): import("@xyo-network/xl1-protocol").EventingChainBlockNumberIterator;
11
11
  static create(params: ChainHeadUpdateActorParams): Promisable<ChainHeadUpdateActor>;
12
12
  start(): Promise<void>;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChainHeadUpdateActor.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/actor/implementation/ChainHeadUpdateActor.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAE9C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAEjD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGzD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAA;AAE3E,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAA;AAEzC,MAAM,MAAM,0BAA0B,GAAG,UAAU,CAAC,IAAI,CAAC,sBAAsB,EAAE,eAAe,GAAG,gBAAgB,CAAC,CAAC,CAAA;AAErH,qBAAa,oBAAqB,SAAQ,KAAK,CAAC,0BAA0B,CAAC;IACzE,SAAS,aAAa,MAAM,EAAE,0BAA0B;IAIxD,SAAS,KAAK,uBAAuB,wTAEpC;IAED,SAAS,KAAK,aAAa,yEAE1B;IAED,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,0BAA0B,GAAG,UAAU,CAAC,oBAAoB,CAAC;IAIpE,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC;YAUvB,uBAAuB;YAKvB,cAAc;YAKd,iBAAiB;CAYhC"}
@@ -13,7 +13,7 @@ export declare class ProducerActor extends Actor<ProducerActorParams> {
13
13
  protected get chainIterator(): import("@xyo-network/xl1-protocol").EventingChainBlockNumberIterator;
14
14
  protected get chainStakeViewer(): import("@xyo-network/xl1-protocol").ChainStakeViewer;
15
15
  protected get chainSubmissionsArchivistWrite(): import("@xyo-network/archivist-model").WriteArchivist<import("@xyo-network/payload-model").Payload, import("@xyo-network/payload-model").Payload, import("@xyo-network/payload-model").Payload, Lowercase<string>>;
16
- protected get pendingBundledTransactionsArchivistWrite(): import("@xyo-network/archivist-model").ArchivistInstance<import("@xyo-network/archivist-model").ArchivistParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/archivist-model").ArchivistConfig>>, import("@xyo-network/archivist-model").ArchivistModuleEventData, import("@xyo-network/payload-model").Payload>;
16
+ protected get pendingBundledTransactionsArchivistWrite(): import("@xyo-network/archivist-model").ArchivistInstance<import("@xyo-network/archivist-model").ArchivistParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/archivist-model").ArchivistConfig<void, void>>>, import("@xyo-network/archivist-model").ArchivistModuleEventData, import("@xyo-network/payload-model").Payload>;
17
17
  protected get producer(): import("@xyo-network/xl1-protocol").BlockProducerService;
18
18
  protected get stakeIntentService(): import("@xyo-network/xl1-protocol").StakeIntentService;
19
19
  static create(params: ProducerActorParams): Promisable<ProducerActor>;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProducerActor.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/actor/implementation/ProducerActor.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAE9C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAOjD,OAAO,KAAK,EACV,gBAAgB,EAChB,aAAa,EAAE,sBAAsB,EACtC,MAAM,2BAA2B,CAAA;AAClC,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAA;AAK7E,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAA;AAEzC,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAC1C,IAAI,CAAC,wBAAwB,EAC7B,SAAS,GACP,gBAAgB,GAChB,eAAe,GACf,kBAAkB,GAClB,gCAAgC,GAChC,0CAA0C,GAC1C,UAAU,GACV,oBAAoB,CACrB,GACC,sBAAsB,CAAC,CAAA;AAK3B,qBAAa,aAAc,SAAQ,KAAK,CAAC,mBAAmB,CAAC;IAC3D,SAAS,CAAC,kBAAkB,EAAE,aAAa,GAAG,SAAS,CAAA;IACvD,SAAS,CAAC,wBAAwB,EAAE,gBAAgB,GAAG,SAAS,CAAA;IAEhE,SAAS,aAAa,MAAM,EAAE,mBAAmB;IAIjD,SAAS,KAAK,OAAO,uDAEpB;IAED,SAAS,KAAK,cAAc,gEAE3B;IAED,SAAS,KAAK,aAAa,yEAE1B;IAED,SAAS,KAAK,gBAAgB,yDAE7B;IAED,SAAS,KAAK,8BAA8B,uNAE3C;IAED,SAAS,KAAK,wCAAwC,6VAErD;IAED,SAAS,KAAK,QAAQ,6DAErB;IAED,SAAS,KAAK,kBAAkB,2DAE/B;IAED,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,mBAAmB,GAAG,UAAU,CAAC,aAAa,CAAC;IAItD,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC;cAmGrB,iDAAiD,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;cAkBxF,yBAAyB,CAAC,YAAY,EAAE,MAAM,EAAE,mBAAmB,EAAE,gBAAgB,GAAG,OAAO,CAAC,IAAI,CAAC;cAqBrG,sBAAsB,IAAI,OAAO,CAAC,OAAO,CAAC;cAe1C,oBAAoB,IAAI,OAAO,CAAC,OAAO,CAAC;CAezD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/actor/implementation/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA;AACjC,cAAc,2BAA2B,CAAA;AACzC,cAAc,oBAAoB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/orchestration/actor/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA;AACzC,cAAc,kBAAkB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Actor.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/actor/model/Actor.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AACxD,OAAO,EAAE,IAAI,EAAE,KAAK,UAAU,EAAE,MAAM,cAAc,CAAA;AAGpD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAGjD,MAAM,WAAW,MAAM;IACrB,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC,CAAA;IACtB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC,CAAA;CACtB;AAED,MAAM,MAAM,WAAW,GAAG,UAAU,CAAC;IACnC,aAAa,CAAC,EAAE,cAAc,CAAA;CAC/B,CAAC,CAAA;AAEF,qBAAa,KAAK,CAAC,OAAO,SAAS,WAAW,GAAG,WAAW,CAAE,SAAQ,IAAI,CAAC,OAAO,CAAE,YAAW,MAAM;IACnG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC,CAAY;IAClF,OAAO,CAAC,OAAO,CAAQ;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAQ;IACrC,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAQ;gBAEhB,EAAE,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,YAAU,EAAE,MAAM,EAAE,OAAO;IAOtE,IAAI,WAAW,WAEd;IAED,IAAI,EAAE,WAEL;IAED,IAAI,IAAI,WAEP;IAED,SAAS,KAAK,SAAS,WAEtB;IAED;;OAEG;IACH,aAAa,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC,IAAI,CAAC,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAgCtG,IAAI,CAAC,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,GAAG,CAAC;IAI/B,SAAS,CAAC,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC;IAIlE;;OAEG;IACG,KAAK;IAMX;;;OAGG;IACG,IAAI;CAUX"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Orchestrator.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/actor/model/Orchestrator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAA;AAE5C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AAExC,MAAM,WAAW,aAAa;IAC5B,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC,CAAA;IACtB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC,CAAA;CACtB;AAED,qBAAa,YAAa,YAAW,aAAa;IAChD,SAAS,CAAC,MAAM,EAAE,MAAM,EAAE,CAAK;IAC/B,SAAS,CAAC,eAAe,EAAE,MAAM,CAAC,OAAO,GAAG,IAAI,CAAO;IACvD,SAAS,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAA;IAClC,SAAS,CAAC,OAAO,UAAQ;gBAEb,MAAM,CAAC,EAAE,MAAM;IAI3B;;;OAGG;IACG,aAAa,CAAC,KAAK,EAAE,MAAM;IAQjC;;OAEG;IACG,KAAK;IAkBX;;OAEG;IACG,IAAI;CAeX"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/actor/model/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,mBAAmB,CAAA"}
@@ -1,4 +1,4 @@
1
1
  import type { TracerProvider } from '@opentelemetry/api';
2
2
  import type { ArchivistInstance } from '@xyo-network/archivist-model';
3
- export declare function initChainFinalizedArchivist(traceProvider: TracerProvider): Promise<ArchivistInstance<import("@xyo-network/archivist-model").ArchivistParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/archivist-model").ArchivistConfig>>, import("@xyo-network/archivist-model").ArchivistModuleEventData, import("@xyo-network/payload-model").Payload>>;
3
+ export declare function initChainFinalizedArchivist(traceProvider: TracerProvider): Promise<ArchivistInstance<import("@xyo-network/archivist-model").ArchivistParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/archivist-model").ArchivistConfig<void, void>>>, import("@xyo-network/archivist-model").ArchivistModuleEventData, import("@xyo-network/payload-model").Payload>>;
4
4
  //# sourceMappingURL=archivist.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"archivist.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/archivists/ChainFinalized/archivist.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AACxD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAWrE,wBAAsB,2BAA2B,CAAC,aAAa,EAAE,cAAc,8TAc9E"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/archivists/ChainFinalized/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"local.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/archivists/ChainFinalized/local.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AACrE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAQ9D,eAAO,MAAM,gCAAgC,EAAE,aAAa,CAAC,IAAI,EAAE,iBAAiB,CAMnF,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remote.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/archivists/ChainFinalized/remote.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAErE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAO9D,eAAO,MAAM,iCAAiC,EAAE,aAAa,CAAC,IAAI,EAAE,iBAAiB,CAOpF,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"archivist.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/archivists/ChainSubmissions/archivist.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAErE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAQ9D,eAAO,MAAM,6BAA6B,EAAE,aAAa,CAAC,IAAI,EAAE,iBAAiB,CAOhF,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/archivists/ChainSubmissions/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"remote.d.ts","sourceRoot":"","sources":["../../../../src/orchestration/archivists/PendingTransactions/remote.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAErE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAO9D,eAAO,MAAM,sCAAsC,EAAE,aAAa,CAAC,IAAI,EAAE,iBAAiB,CAOzF,CAAA"}
1
+ {"version":3,"file":"remote.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/archivists/ChainSubmissions/remote.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAErE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAO9D,eAAO,MAAM,mCAAmC,EAAE,aAAa,CAAC,IAAI,EAAE,iBAAiB,CAOtF,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"archivist.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/archivists/PendingTransactions/archivist.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AACxD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAWrE,wBAAsB,uCAAuC,CAAC,CAAC,EAAE,cAAc,GAAG,OAAO,CAAC,CAAC,KAAK,EAAE,iBAAiB,EAAE,MAAM,EAAE,iBAAiB,CAAC,CAAC,CAgB/I"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/archivists/PendingTransactions/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"local.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/archivists/PendingTransactions/local.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AACrE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAM9D,eAAO,MAAM,qCAAqC,EAAE,aAAa,CAAC,IAAI,EAAE,iBAAiB,CAWxF,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remote.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/archivists/PendingTransactions/remote.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAErE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAO9D,eAAO,MAAM,sCAAsC,EAAE,aAAa,CAAC,IAAI,EAAE,iBAAiB,CAOzF,CAAA"}
@@ -1,4 +1,4 @@
1
1
  import type { TracerProvider } from '@opentelemetry/api';
2
2
  import type { ArchivistInstance } from '@xyo-network/archivist-model';
3
- export declare function initRejectedTransactionsArchivist(_traceProvider: TracerProvider): Promise<ArchivistInstance<import("@xyo-network/archivist-model").ArchivistParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/archivist-model").ArchivistConfig>>, import("@xyo-network/archivist-model").ArchivistModuleEventData, import("@xyo-network/payload-model").Payload>>;
3
+ export declare function initRejectedTransactionsArchivist(_traceProvider: TracerProvider): Promise<ArchivistInstance<import("@xyo-network/archivist-model").ArchivistParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/archivist-model").ArchivistConfig<void, void>>>, import("@xyo-network/archivist-model").ArchivistModuleEventData, import("@xyo-network/payload-model").Payload>>;
4
4
  //# sourceMappingURL=archivist.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"archivist.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/archivists/RejectedTransactions/archivist.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AACxD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AASrE,wBAAsB,iCAAiC,CAAC,cAAc,EAAE,cAAc,8TAOrF"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/archivists/RejectedTransactions/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"local.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/archivists/RejectedTransactions/local.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AACrE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAM9D,eAAO,MAAM,sCAAsC,EAAE,aAAa,CAAC,IAAI,EAAE,iBAAiB,CAWzF,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"archivist.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/archivists/StakeIntentState/archivist.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAErE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAQ9D,eAAO,MAAM,6BAA6B,EAAE,aAAa,CAAC,IAAI,EAAE,iBAAiB,CAOhF,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/archivists/StakeIntentState/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"local.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/archivists/StakeIntentState/local.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AACrE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAQ9D,eAAO,MAAM,kCAAkC,EAAE,aAAa,CAAC,IAAI,EAAE,iBAAiB,CAMrF,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/orchestration/archivists/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA;AACzC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,iCAAiC,CAAA;AAC/C,cAAc,6BAA6B,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/archivists/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"localPersistentArchivist.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/archivists/lib/localPersistentArchivist.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAErE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAA;AAGrD;;;;;;GAMG;AACH,eAAO,MAAM,2BAA2B,GAAI,QAAQ,MAAM,EAAE,WAAW,MAAM,EAAE,OAAM,SAAkB,KAAG,OAAO,CAAC,iBAAiB,CAelI,CAAA;AAED,eAAO,MAAM,8BAA8B,GAAU,QAAQ,MAAM,EAAE,YAAY,MAAM,EAAE,OAAM,SAAkB,KAAG,OAAO,CAAC,IAAI,CAW/H,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/orchestration/health/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"initHealthEndpoints.d.ts","sourceRoot":"","sources":["../../../../src/orchestration/health/initHealthEndpoints.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACO,MAAM,EACxB,MAAM,WAAW,CAAA;AAKlB,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAE9D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAA;AAsD9D,eAAO,MAAM,mBAAmB,EAAE,aAAa,CAAC;IAAE,cAAc,EAAE,oBAAoB,CAAA;CAAE,EAAE,MAAM,GAAG,SAAS,CAM3G,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DefaultHost.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/host/implementation/DefaultHost.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAE9D;;;GAGG;AACH,qBAAa,WAAY,YAAW,IAAI;IACtC,QAAQ,EAAE,eAAe,CAAA;gBAEb,QAAQ,EAAE,eAAe;IAI/B,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC;IAMtB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAK5B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DefaultServiceCollection.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/host/implementation/DefaultServiceCollection.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iBAAiB,EAAqB,eAAe,EACtD,MAAM,mBAAmB,CAAA;AAI1B;;GAEG;AACH,qBAAa,wBAAyB,YAAW,iBAAiB;IAChE,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA0B;IAEtD;;OAEG;IACH,YAAY,CAAC,CAAC,EACZ,UAAU,EAAE,MAAM,GAAG,MAAM,EAC3B,qBAAqB,EAAE,MAAM,CAAC,GAC7B,IAAI;IAQP;;OAEG;IACH,YAAY,CAAC,CAAC,EACZ,WAAW,EAAE,MAAM,GAAG,MAAM,EAC5B,sBAAsB,EAAE,MAAM,CAAC,GAC9B,IAAI;IAIP;;OAEG;IACH,KAAK,IAAI,eAAe;IAUxB;;OAEG;IACH,MAAM,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI;CAO1C"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DefaultServiceProvider.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/host/implementation/DefaultServiceProvider.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAExD,qBAAa,sBAAuB,YAAW,eAAe;IAC5D,SAAS,CAAC,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;gBAChC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAI7C,UAAU,CAAC,CAAC,EAAE,iBAAiB,EAAE,MAAM,GAAG,CAAC,GAAG,SAAS;CAGxD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/host/implementation/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA;AAChC,cAAc,6BAA6B,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/orchestration/host/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA;AACzC,cAAc,kBAAkB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Host.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/host/model/Host.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAE3D;;GAEG;AACH,MAAM,WAAW,IAAI;IACnB;;OAEG;IACH,QAAQ,EAAE,eAAe,CAAA;IAEzB;;OAEG;IACH,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC,CAAA;IAEtB;;OAEG;IACH,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC,CAAA;CACtB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ServiceCollection.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/host/model/ServiceCollection.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAE3D,MAAM,WAAW,iBAAiB;IAChC,KAAK,IAAI,eAAe,CAAA;CACzB;AAED;;GAEG;AACH,eAAO,MAAM,eAAe;;;CAGlB,CAAA;AAEV;;GAEG;AACH,MAAM,WAAW,iBAAiB,CAAC,CAAC,GAAG,OAAO;IAC5C,UAAU,EAAE,MAAM,GAAG,MAAM,CAAA;IAC3B,qBAAqB,EAAE,MAAM,CAAC,CAAA;IAC9B,QAAQ,EAAE,MAAM,OAAO,eAAe,CAAA;CACvC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ServiceProvider.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/host/model/ServiceProvider.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,UAAU,CAAC,CAAC,GAAG,OAAO,EAAE,iBAAiB,EAAE,MAAM,GAAG,CAAC,GAAG,SAAS,CAAA;CAClE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/host/model/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/orchestration/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA;AAChC,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,qBAAqB,CAAA;AACnC,cAAc,mBAAmB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"initServices.d.ts","sourceRoot":"","sources":["../../../src/orchestration/initServices.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAA;AAO5C,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAA;AAiC7E,eAAO,MAAM,YAAY,GAAU,QAAQ,MAAM,KAAG,OAAO,CAAC,wBAAwB,CA4LnF,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/map/BalanceSummary/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"initBalanceSummaryMap.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/map/BalanceSummary/initBalanceSummaryMap.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AACxD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAEvC,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAA;AAE1D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AACjE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAA;AAQxE,wBAAsB,qBAAqB,CAAC,cAAc,EAAE,cAAc,GAAG,OAAO,CAAC,OAAO,CAAC,IAAI,EAAE,eAAe,CAAC,mBAAmB,CAAC,CAAC,CAAC,CAOxI"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"local.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/map/BalanceSummary/local.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAEvC,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAA;AAC1D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AACjE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAA;AAQxE,eAAO,MAAM,0BAA0B,QAAa,OAAO,CAAC,OAAO,CAAC,IAAI,EAAE,eAAe,CAAC,mBAAmB,CAAC,CAAC,CAM9G,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/map/driver/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../../../../../src/orchestration/map/driver/lmdb/Params.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAEpE,MAAM,WAAW,aAAc,SAAQ,iBAAiB;IACtD,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,MAAM,CAAA;IAChB,SAAS,EAAE,MAAM,CAAA;CAClB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SynchronousLmdbMap.d.ts","sourceRoot":"","sources":["../../../../../../src/orchestration/map/driver/lmdb/SynchronousLmdbMap.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAA;AACzD,OAAO,EACL,QAAQ,EAAE,GAAG,EAAQ,YAAY,EAClC,MAAM,MAAM,CAAA;AAEb,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAG3C;;;;;;;GAOG;AACH,qBACa,kBAAkB,CAAC,CAAC,SAAS,GAAG,EAAE,CAAC,CAAE,SAAQ,WAAW,CAAC,aAAa,CAAE,YAAW,cAAc,CAAC,CAAC,EAAE,CAAC,CAAC;IAClH,SAAS,CAAC,EAAE,EAAG,QAAQ,CAAC,CAAC,EAAE,CAAC,CAAC,CAAA;IAC7B,SAAS,CAAC,YAAY,EAAG,YAAY,CAAA;IAErC;;;;;;OAMG;IACH,IAAI,UAAU,WAEb;IAED,GAAG,IAAI,CAAC,EAAE;IAIV,KAAK,IAAI,IAAI;IAIb,MAAM,CAAC,EAAE,EAAE,CAAC,GAAG,OAAO;IAItB,GAAG,CAAC,EAAE,EAAE,CAAC,GAAG,CAAC,GAAG,SAAS;IAIzB,GAAG,CAAC,EAAE,EAAE,CAAC,GAAG,OAAO;IAInB,GAAG,CAAC,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,GAAG,IAAI;IAKV,YAAY,IAAI,OAAO,CAAC,IAAI,CAAC;CAO7C"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/orchestration/map/driver/lmdb/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=SynchronousLmdbMap.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SynchronousLmdbMap.spec.d.ts","sourceRoot":"","sources":["../../../../../../../src/orchestration/map/driver/lmdb/spec/SynchronousLmdbMap.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/orchestration/map/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA;AACzC,cAAc,mBAAmB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"localPersistentMap.d.ts","sourceRoot":"","sources":["../../../../src/orchestration/map/localPersistentMap.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAA;AAE1D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAIlD;;;;;;GAMG;AACH,eAAO,MAAM,qBAAqB,GAAU,GAAG,EAAE,KAAK,EAAE,QAAQ,MAAM,EAAE,WAAW,MAAM,EAAE,OAAM,SAAkB,KAAG,OAAO,CAAC,OAAO,CAAC,GAAG,EAAE,KAAK,CAAC,CAUhJ,CAAA;AAED,eAAO,MAAM,wBAAwB,GAAU,QAAQ,MAAM,EAAE,YAAY,MAAM,EAAE,OAAM,SAAkB,KAAG,OAAO,CAAC,IAAI,CAWzH,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/orchestration/repository/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/repository/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"repositoryFromArchivist.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/repository/lib/repositoryFromArchivist.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AACpD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AACrE,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC1E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAElE,eAAO,MAAM,uBAAuB,GAAI,CAAC,SAAS,OAAO,GAAG,OAAO,EACjE,WAAW,iBAAiB,EAC5B,WAAW,CAAC,KAAK,EAAE,aAAa,KAAK,eAAe,CAAC,CAAC,CAAC,6DAiBxD,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"account.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/services/implementation/account.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAI9D,eAAO,MAAM,WAAW,EAAE,aAAa,CAAC,IAAI,EAAE,cAAc,CAa3D,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"balance.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/services/implementation/balance.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAA;AAElF,OAAO,KAAK,EAAE,uBAAuB,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAIvF,eAAO,MAAM,kBAAkB,EAAE,aAAa,CAAC,+BAA+B,EAAE,uBAAuB,CAKtG,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"evm.d.ts","sourceRoot":"","sources":["../../../../../../src/orchestration/services/implementation/chain/evm.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,6BAA6B,CAAA;AAC/E,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAA;AAC7D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAQ9D,eAAO,MAAM,6BAA6B,eAEzC,CAAA;AAED,eAAO,MAAM,2BAA2B,EAAE,aAAa,CAAC,4BAA4B,EAAE,eAAe,CAgBpG,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/orchestration/services/implementation/chain/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,6BAA6B,CAAA;AAE/E,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAM5E,eAAO,MAAM,gBAAgB,EAAE,aAAa,CAAC,4BAA4B,EAAE,YAAY,CAA4D,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/orchestration/services/implementation/evm/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"initChainId.d.ts","sourceRoot":"","sources":["../../../../../../src/orchestration/services/implementation/evm/initChainId.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa,QAAO,OAEhC,CAAA;AAED,eAAO,MAAM,UAAU,cAUtB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"initEvmProvider.d.ts","sourceRoot":"","sources":["../../../../../../src/orchestration/services/implementation/evm/initEvmProvider.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAA;AAOvD,eAAO,MAAM,eAAe,gCAQ3B,CAAA;AAED,eAAO,MAAM,iBAAiB,eAE7B,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"initGanacheProvider.d.ts","sourceRoot":"","sources":["../../../../../../src/orchestration/services/implementation/evm/initGanacheProvider.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAA;AAIlD,eAAO,MAAM,mBAAmB,gCAG/B,CAAA;AAED,eAAO,MAAM,qBAAqB,eAGjC,CAAA;AAED,eAAO,MAAM,wBAAwB,iCAGpC,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"initInfuraProvider.d.ts","sourceRoot":"","sources":["../../../../../../src/orchestration/services/implementation/evm/initInfuraProvider.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAMjD,eAAO,MAAM,kBAAkB,+BAK9B,CAAA;AAED,eAAO,MAAM,oBAAoB,QAAO,OAIvC,CAAA;AAED,eAAO,MAAM,uBAAuB,yCAInC,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"head.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/services/implementation/head.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAErE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AACjE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAC/D,OAAO,KAAK,EAAE,iBAAiB,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAsBjF,eAAO,MAAM,QAAQ,EAAE,aAAa,CAAC;IACnC,OAAO,EAAE,cAAc,CAAA;IACvB,cAAc,EAAE,iBAAiB,CAAA;IACjC,8BAA8B,EAAE,iBAAiB,CAAA;CAClD,EAAE,eAAe,CAAC,iBAAiB,CAAC,CAUnC,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/services/implementation/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,WAAW,CAAA;AACzB,cAAc,eAAe,CAAA;AAC7B,cAAc,0BAA0B,CAAA;AACxC,cAAc,eAAe,CAAA;AAC7B,cAAc,aAAa,CAAA;AAC3B,cAAc,gBAAgB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"iterator.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/services/implementation/iterator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,0BAA0B,EAC1B,sBAAsB,EACtB,2BAA2B,EAC5B,MAAM,6BAA6B,CAAA;AAKpC,OAAO,KAAK,EACV,eAAe,EAAE,gCAAgC,EAAE,aAAa,EAAE,kBAAkB,EACrF,MAAM,2BAA2B,CAAA;AAMlC,eAAO,MAAM,iBAAiB,EAAE,aAAa,CAAC,sBAAsB,EAAE,gCAAgC,CAIrG,CAAA;AAED,eAAO,MAAM,sBAAsB,EAAE,aAAa,CAAC,2BAA2B,EAAE,kBAAkB,CAKjG,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,aAAa,CAAC,0BAA0B,EAAE,eAAe,CAK1F,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pendingTransactions.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/services/implementation/pendingTransactions.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,6BAA6B,CAAA;AAEvF,OAAO,KAAK,EAAE,aAAa,EAAE,0BAA0B,EAAE,MAAM,2BAA2B,CAAA;AAI1F,eAAO,MAAM,uBAAuB,EAAE,aAAa,CAAC,oCAAoC,EAAE,0BAA0B,CAMnH,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"producer.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/services/implementation/producer.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,6BAA6B,CAAA;AAEjF,OAAO,KAAK,EAAE,oBAAoB,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAIpF,eAAO,MAAM,iBAAiB,EAAE,aAAa,CAAC,8BAA8B,EAAE,oBAAoB,CAKjG,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reward.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/services/implementation/reward.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,4BAA4B,EAAE,2BAA2B,EAAE,MAAM,6BAA6B,CAAA;AAE5G,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAMlF,eAAO,MAAM,sBAAsB,EAAE,aAAa,CAChD,4BAA4B,GAAG,2BAA2B,EAC1D,kBAAkB,CAKnB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validator.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/services/implementation/validator.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,6BAA6B,CAAA;AACjF,OAAO,KAAK,EAAE,oBAAoB,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAMpF,eAAO,MAAM,aAAa,EAAE,aAAa,CAAC,8BAA8B,EAAE,oBAAoB,CAK7F,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/orchestration/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RuntimeStatusMonitor.d.ts","sourceRoot":"","sources":["../../../../src/orchestration/status/RuntimeStatusMonitor.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAExD,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAA;AA8CzD,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,CAAC,EAAE,eAAe,CAAA;IACtB,OAAO,EAAE,CAAC,IAAI,EAAE,eAAe,EAAE,EAAE,EAAE,eAAe,KAAK,IAAI,CAAA;IAC7D,EAAE,CAAC,EAAE,eAAe,CAAA;CACrB,CAAA;AACD,MAAM,MAAM,iBAAiB,GAAG,uBAAuB,GAAG;IACxD,IAAI,CAAC,EAAE,MAAM,CAAA;CACd,CAAA;AAED,qBAAa,oBAAqB,SAAQ,oBAAoB;IAC5D,OAAO,CAAC,iBAAiB,CAAgC;IACzD,OAAO,CAAC,WAAW,CAA0B;IAE7C,eAAe,IAAI,eAAe;IAMlC,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,eAAe,GAAG,SAAS;IAIpD,kBAAkB,CAAC,KAAK,EAAE;QAAE,IAAI,CAAC,EAAE,eAAe,CAAC;QAAC,EAAE,CAAC,EAAE,eAAe,CAAA;KAAE,EAAE,OAAO,EAAE,CAAC,IAAI,EAAE,eAAe,EAAE,EAAE,EAAE,eAAe,KAAK,IAAI;IAIzI;;OAEG;IACH,YAAY,CAAC,KAAK,EAAE;QAAE,IAAI,CAAC,EAAE,eAAe,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,EAAE,CAAC,EAAE,eAAe,CAAA;KAAE,EAAE,OAAO,EAAE,CAAC,IAAI,EAAE,eAAe,EAAE,EAAE,EAAE,eAAe,KAAK,IAAI;IAIxI,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,eAAe,EAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,IAAI;IAkBvF,OAAO,CAAC,cAAc;CAgBvB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ServiceStatus.d.ts","sourceRoot":"","sources":["../../../../src/orchestration/status/ServiceStatus.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EAAE,eAAe,EAAE,uBAAuB,EACxD,MAAM,mBAAmB,CAAA;AAC1B,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAA;AAE5C,qBAAa,oBAAqB,YAAW,uBAAuB;IAClE,SAAS,CAAC,MAAM,EAAE,MAAM,CAAA;IAExB,SAAS,CAAC,SAAS,EAAE,MAAM,CAAC,aAAa,EAAE,eAAe,CAAC,CAAK;gBAEpD,MAAM,EAAE,MAAM;IAI1B,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,eAAe,EAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,IAAI;CAM/E"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/orchestration/status/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA;AACzC,cAAc,oBAAoB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StoreKind.d.ts","sourceRoot":"","sources":["../../../../src/orchestration/store/StoreKind.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG,MAAM,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getStoreDirectory.d.ts","sourceRoot":"","sources":["../../../../src/orchestration/store/getStoreDirectory.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAI/C;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB,GAAI,MAAM,MAAM,EAAE,OAAO,SAAS,KAAG,MAElE,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/orchestration/store/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,gBAAgB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runCLI.d.ts","sourceRoot":"","sources":["../../src/runCLI.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAA;AAO5C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAA;AA2B5D,UAAU,aAAa;IACrB,MAAM,EAAE,MAAM,CAAA;IACd,YAAY,EAAE,YAAY,CAAA;CAC3B;AAGD,wBAAsB,MAAM,CAAC,OAAO,EAAE,aAAa,iBAwDlD"}
@@ -0,0 +1,2 @@
1
+ import '@xylabs/vitest-extended';
2
+ //# sourceMappingURL=BootstrapChain.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BootstrapChain.spec.d.ts","sourceRoot":"","sources":["../../../src/spec/BootstrapChain.spec.ts"],"names":[],"mappings":"AAAA,OAAO,yBAAyB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"start.d.ts","sourceRoot":"","sources":["../../src/start.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK,qBAsBjB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"xl1.d.ts","sourceRoot":"","sources":["../../src/xl1.ts"],"names":[],"mappings":""}