@xyo-network/xl1-protocol-sdk 4.0.4 → 4.0.6

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 (699) hide show
  1. package/dist/neutral/index-node.d.ts +3 -0
  2. package/dist/neutral/index-node.d.ts.map +1 -0
  3. package/dist/neutral/index.d.ts +0 -2
  4. package/dist/neutral/index.d.ts.map +1 -1
  5. package/dist/neutral/index.mjs +31 -60
  6. package/dist/neutral/index.mjs.map +4 -4
  7. package/dist/node/Archivists/ArchivistConnectOptions.d.ts +8 -0
  8. package/dist/node/Archivists/ArchivistConnectOptions.d.ts.map +1 -0
  9. package/dist/node/Archivists/ArchivistFactory.d.ts +31 -0
  10. package/dist/node/Archivists/ArchivistFactory.d.ts.map +1 -0
  11. package/dist/node/Archivists/MemoryArchivistFactory.d.ts +19 -0
  12. package/dist/node/Archivists/MemoryArchivistFactory.d.ts.map +1 -0
  13. package/dist/node/Archivists/archivistFactoryRegistry.d.ts +9 -0
  14. package/dist/node/Archivists/archivistFactoryRegistry.d.ts.map +1 -0
  15. package/dist/node/Archivists/archivistRoles.d.ts +12 -0
  16. package/dist/node/Archivists/archivistRoles.d.ts.map +1 -0
  17. package/dist/node/Archivists/connectArchivist.d.ts +11 -0
  18. package/dist/node/Archivists/connectArchivist.d.ts.map +1 -0
  19. package/dist/node/Archivists/index.d.ts +7 -0
  20. package/dist/node/Archivists/index.d.ts.map +1 -0
  21. package/dist/node/ChainContextHelpers.d.ts +10 -0
  22. package/dist/node/ChainContextHelpers.d.ts.map +1 -0
  23. package/dist/node/CreatableProvider/AbstractCreatableProvider.d.ts +114 -0
  24. package/dist/node/CreatableProvider/AbstractCreatableProvider.d.ts.map +1 -0
  25. package/dist/node/CreatableProvider/CreatableProvider.d.ts +67 -0
  26. package/dist/node/CreatableProvider/CreatableProvider.d.ts.map +1 -0
  27. package/dist/node/CreatableProvider/CreatableProviderRegistry.d.ts +13 -0
  28. package/dist/node/CreatableProvider/CreatableProviderRegistry.d.ts.map +1 -0
  29. package/dist/node/CreatableProvider/GetInstanceOptions.d.ts +10 -0
  30. package/dist/node/CreatableProvider/GetInstanceOptions.d.ts.map +1 -0
  31. package/dist/node/CreatableProvider/LabeledCreatableProviderFactory.d.ts +14 -0
  32. package/dist/node/CreatableProvider/LabeledCreatableProviderFactory.d.ts.map +1 -0
  33. package/dist/node/CreatableProvider/ProviderFactory.d.ts +29 -0
  34. package/dist/node/CreatableProvider/ProviderFactory.d.ts.map +1 -0
  35. package/dist/node/CreatableProvider/ProviderFactoryLocator.d.ts +61 -0
  36. package/dist/node/CreatableProvider/ProviderFactoryLocator.d.ts.map +1 -0
  37. package/dist/node/CreatableProvider/ProviderFactoryLocatorInstance.d.ts +47 -0
  38. package/dist/node/CreatableProvider/ProviderFactoryLocatorInstance.d.ts.map +1 -0
  39. package/dist/node/CreatableProvider/index.d.ts +9 -0
  40. package/dist/node/CreatableProvider/index.d.ts.map +1 -0
  41. package/dist/node/SignedBigInt.d.ts +22 -0
  42. package/dist/node/SignedBigInt.d.ts.map +1 -0
  43. package/dist/node/_internal/context/getTestProviderContext.d.ts +4 -0
  44. package/dist/node/_internal/context/getTestProviderContext.d.ts.map +1 -0
  45. package/dist/node/_internal/context/index.d.ts +2 -0
  46. package/dist/node/_internal/context/index.d.ts.map +1 -0
  47. package/dist/node/_internal/index.d.ts +2 -0
  48. package/dist/node/_internal/index.d.ts.map +1 -0
  49. package/dist/node/amount/ShiftedBigInt.d.ts +17 -0
  50. package/dist/node/amount/ShiftedBigInt.d.ts.map +1 -0
  51. package/dist/node/amount/index.d.ts +5 -0
  52. package/dist/node/amount/index.d.ts.map +1 -0
  53. package/dist/node/amount/splitOnDecimal.d.ts +3 -0
  54. package/dist/node/amount/splitOnDecimal.d.ts.map +1 -0
  55. package/dist/node/amount/splitOnDecimalToString.d.ts +3 -0
  56. package/dist/node/amount/splitOnDecimalToString.d.ts.map +1 -0
  57. package/dist/node/amount/xl1Amount.d.ts +26 -0
  58. package/dist/node/amount/xl1Amount.d.ts.map +1 -0
  59. package/dist/node/block/hydrate/BoundWitnessHydrator.d.ts +70 -0
  60. package/dist/node/block/hydrate/BoundWitnessHydrator.d.ts.map +1 -0
  61. package/dist/node/block/hydrate/allHashesPresent.d.ts +5 -0
  62. package/dist/node/block/hydrate/allHashesPresent.d.ts.map +1 -0
  63. package/dist/node/block/hydrate/blockPayloadsFromHydratedBlock.d.ts +5 -0
  64. package/dist/node/block/hydrate/blockPayloadsFromHydratedBlock.d.ts.map +1 -0
  65. package/dist/node/block/hydrate/createBlockHydrator.d.ts +6 -0
  66. package/dist/node/block/hydrate/createBlockHydrator.d.ts.map +1 -0
  67. package/dist/node/block/hydrate/createBoundWitnessHydrator.d.ts +169 -0
  68. package/dist/node/block/hydrate/createBoundWitnessHydrator.d.ts.map +1 -0
  69. package/dist/node/block/hydrate/createTransactionHydrator.d.ts +6 -0
  70. package/dist/node/block/hydrate/createTransactionHydrator.d.ts.map +1 -0
  71. package/dist/node/block/hydrate/flattenHydratedBlock.d.ts +9 -0
  72. package/dist/node/block/hydrate/flattenHydratedBlock.d.ts.map +1 -0
  73. package/dist/node/block/hydrate/flattenHydratedBlocks.d.ts +4 -0
  74. package/dist/node/block/hydrate/flattenHydratedBlocks.d.ts.map +1 -0
  75. package/dist/node/block/hydrate/hydrateBlock.d.ts +5 -0
  76. package/dist/node/block/hydrate/hydrateBlock.d.ts.map +1 -0
  77. package/dist/node/block/hydrate/index.d.ts +12 -0
  78. package/dist/node/block/hydrate/index.d.ts.map +1 -0
  79. package/dist/node/block/hydrate/transactionsFromHydratedBlock.d.ts +4 -0
  80. package/dist/node/block/hydrate/transactionsFromHydratedBlock.d.ts.map +1 -0
  81. package/dist/node/block/hydrate/tryHydrateBlock.d.ts +6 -0
  82. package/dist/node/block/hydrate/tryHydrateBlock.d.ts.map +1 -0
  83. package/dist/node/block/index.d.ts +3 -0
  84. package/dist/node/block/index.d.ts.map +1 -0
  85. package/dist/node/block/primitives/blockFromBlockNumber.d.ts +5 -0
  86. package/dist/node/block/primitives/blockFromBlockNumber.d.ts.map +1 -0
  87. package/dist/node/block/primitives/frames/calculateFramesFromRange.d.ts +7 -0
  88. package/dist/node/block/primitives/frames/calculateFramesFromRange.d.ts.map +1 -0
  89. package/dist/node/block/primitives/frames/deepCalculateFramesFromRange.d.ts +10 -0
  90. package/dist/node/block/primitives/frames/deepCalculateFramesFromRange.d.ts.map +1 -0
  91. package/dist/node/block/primitives/frames/index.d.ts +3 -0
  92. package/dist/node/block/primitives/frames/index.d.ts.map +1 -0
  93. package/dist/node/block/primitives/hashFromBlockNumber.d.ts +5 -0
  94. package/dist/node/block/primitives/hashFromBlockNumber.d.ts.map +1 -0
  95. package/dist/node/block/primitives/index.d.ts +8 -0
  96. package/dist/node/block/primitives/index.d.ts.map +1 -0
  97. package/dist/node/block/primitives/model.d.ts +8 -0
  98. package/dist/node/block/primitives/model.d.ts.map +1 -0
  99. package/dist/node/block/primitives/payloads/ChainWindow.d.ts +7 -0
  100. package/dist/node/block/primitives/payloads/ChainWindow.d.ts.map +1 -0
  101. package/dist/node/block/primitives/payloads/index.d.ts +2 -0
  102. package/dist/node/block/primitives/payloads/index.d.ts.map +1 -0
  103. package/dist/node/block/primitives/toStepIdentityString.d.ts +4 -0
  104. package/dist/node/block/primitives/toStepIdentityString.d.ts.map +1 -0
  105. package/dist/node/block/primitives/validateTransactionOpcodes.d.ts +5 -0
  106. package/dist/node/block/primitives/validateTransactionOpcodes.d.ts.map +1 -0
  107. package/dist/node/boundwitness/buildUnsignedBoundWitness.d.ts +10 -0
  108. package/dist/node/boundwitness/buildUnsignedBoundWitness.d.ts.map +1 -0
  109. package/dist/node/boundwitness/index.d.ts +2 -0
  110. package/dist/node/boundwitness/index.d.ts.map +1 -0
  111. package/dist/node/capabilities/Backing.d.ts +52 -0
  112. package/dist/node/capabilities/Backing.d.ts.map +1 -0
  113. package/dist/node/capabilities/Capability.d.ts +32 -0
  114. package/dist/node/capabilities/Capability.d.ts.map +1 -0
  115. package/dist/node/capabilities/Provider.d.ts +31 -0
  116. package/dist/node/capabilities/Provider.d.ts.map +1 -0
  117. package/dist/node/capabilities/connectionSubsetBySurface.d.ts +17 -0
  118. package/dist/node/capabilities/connectionSubsetBySurface.d.ts.map +1 -0
  119. package/dist/node/capabilities/connectionTypes.d.ts +10 -0
  120. package/dist/node/capabilities/connectionTypes.d.ts.map +1 -0
  121. package/dist/node/capabilities/factoryBrand.d.ts +46 -0
  122. package/dist/node/capabilities/factoryBrand.d.ts.map +1 -0
  123. package/dist/node/capabilities/index.d.ts +12 -0
  124. package/dist/node/capabilities/index.d.ts.map +1 -0
  125. package/dist/node/capabilities/locatorFromConfig.d.ts +29 -0
  126. package/dist/node/capabilities/locatorFromConfig.d.ts.map +1 -0
  127. package/dist/node/capabilities/needsFromProviderBindings.d.ts +8 -0
  128. package/dist/node/capabilities/needsFromProviderBindings.d.ts.map +1 -0
  129. package/dist/node/capabilities/providerCandidateFromClass.d.ts +7 -0
  130. package/dist/node/capabilities/providerCandidateFromClass.d.ts.map +1 -0
  131. package/dist/node/capabilities/resolveProviders.d.ts +56 -0
  132. package/dist/node/capabilities/resolveProviders.d.ts.map +1 -0
  133. package/dist/node/capabilities/surfaceMap.d.ts +11 -0
  134. package/dist/node/capabilities/surfaceMap.d.ts.map +1 -0
  135. package/dist/node/config/Actor.d.ts +590 -0
  136. package/dist/node/config/Actor.d.ts.map +1 -0
  137. package/dist/node/config/Actors.d.ts +107 -0
  138. package/dist/node/config/Actors.d.ts.map +1 -0
  139. package/dist/node/config/Base.d.ts +109 -0
  140. package/dist/node/config/Base.d.ts.map +1 -0
  141. package/dist/node/config/Chain.d.ts +13 -0
  142. package/dist/node/config/Chain.d.ts.map +1 -0
  143. package/dist/node/config/Config.d.ts +396 -0
  144. package/dist/node/config/Config.d.ts.map +1 -0
  145. package/dist/node/config/DeepPartial.d.ts +5 -0
  146. package/dist/node/config/DeepPartial.d.ts.map +1 -0
  147. package/dist/node/config/HostActor.d.ts +591 -0
  148. package/dist/node/config/HostActor.d.ts.map +1 -0
  149. package/dist/node/config/LocatorConfigFields.d.ts +115 -0
  150. package/dist/node/config/LocatorConfigFields.d.ts.map +1 -0
  151. package/dist/node/config/Log.d.ts +16 -0
  152. package/dist/node/config/Log.d.ts.map +1 -0
  153. package/dist/node/config/Provider.d.ts +36 -0
  154. package/dist/node/config/Provider.d.ts.map +1 -0
  155. package/dist/node/config/ProviderBinding.d.ts +17 -0
  156. package/dist/node/config/ProviderBinding.d.ts.map +1 -0
  157. package/dist/node/config/Providers.d.ts +9 -0
  158. package/dist/node/config/Providers.d.ts.map +1 -0
  159. package/dist/node/config/ResolvedLocatorConfig.d.ts +122 -0
  160. package/dist/node/config/ResolvedLocatorConfig.d.ts.map +1 -0
  161. package/dist/node/config/Telemetry.d.ts +40 -0
  162. package/dist/node/config/Telemetry.d.ts.map +1 -0
  163. package/dist/node/config/UsageMeta.d.ts +32 -0
  164. package/dist/node/config/UsageMeta.d.ts.map +1 -0
  165. package/dist/node/config/Validation.d.ts +25 -0
  166. package/dist/node/config/Validation.d.ts.map +1 -0
  167. package/dist/node/config/connections/Connection.d.ts +147 -0
  168. package/dist/node/config/connections/Connection.d.ts.map +1 -0
  169. package/dist/node/config/connections/Mongo.d.ts +12 -0
  170. package/dist/node/config/connections/Mongo.d.ts.map +1 -0
  171. package/dist/node/config/connections/RpcRemote.d.ts +34 -0
  172. package/dist/node/config/connections/RpcRemote.d.ts.map +1 -0
  173. package/dist/node/config/connections/S3.d.ts +20 -0
  174. package/dist/node/config/connections/S3.d.ts.map +1 -0
  175. package/dist/node/config/connections/index.d.ts +5 -0
  176. package/dist/node/config/connections/index.d.ts.map +1 -0
  177. package/dist/node/config/index.d.ts +18 -0
  178. package/dist/node/config/index.d.ts.map +1 -0
  179. package/dist/node/config/normalizeConnectionsConfig.d.ts +17 -0
  180. package/dist/node/config/normalizeConnectionsConfig.d.ts.map +1 -0
  181. package/dist/node/config/resolveRestConnectionEndpoint.d.ts +5 -0
  182. package/dist/node/config/resolveRestConnectionEndpoint.d.ts.map +1 -0
  183. package/dist/node/config/synthesizeRpcConnectionBindings.d.ts +8 -0
  184. package/dist/node/config/synthesizeRpcConnectionBindings.d.ts.map +1 -0
  185. package/dist/node/constants.d.ts +5 -0
  186. package/dist/node/constants.d.ts.map +1 -0
  187. package/dist/node/context/Actor.d.ts +633 -0
  188. package/dist/node/context/Actor.d.ts.map +1 -0
  189. package/dist/node/context/HostActor.d.ts +645 -0
  190. package/dist/node/context/HostActor.d.ts.map +1 -0
  191. package/dist/node/context/index.d.ts +3 -0
  192. package/dist/node/context/index.d.ts.map +1 -0
  193. package/dist/node/createDeclarationPayload.d.ts +5 -0
  194. package/dist/node/createDeclarationPayload.d.ts.map +1 -0
  195. package/dist/node/createTransferPayload.d.ts +6 -0
  196. package/dist/node/createTransferPayload.d.ts.map +1 -0
  197. package/dist/node/eip-712/Payloads/EIP712Data.d.ts +32 -0
  198. package/dist/node/eip-712/Payloads/EIP712Data.d.ts.map +1 -0
  199. package/dist/node/eip-712/Payloads/EIP712Signature.d.ts +23 -0
  200. package/dist/node/eip-712/Payloads/EIP712Signature.d.ts.map +1 -0
  201. package/dist/node/eip-712/Payloads/index.d.ts +3 -0
  202. package/dist/node/eip-712/Payloads/index.d.ts.map +1 -0
  203. package/dist/node/eip-712/Types.d.ts +35 -0
  204. package/dist/node/eip-712/Types.d.ts.map +1 -0
  205. package/dist/node/eip-712/index.d.ts +5 -0
  206. package/dist/node/eip-712/index.d.ts.map +1 -0
  207. package/dist/node/eip-712/sign.d.ts +5 -0
  208. package/dist/node/eip-712/sign.d.ts.map +1 -0
  209. package/dist/node/eip-712/verify.d.ts +4 -0
  210. package/dist/node/eip-712/verify.d.ts.map +1 -0
  211. package/dist/node/getFileConfig.d.ts +191 -0
  212. package/dist/node/getFileConfig.d.ts.map +1 -0
  213. package/dist/node/index-node.d.ts +3 -0
  214. package/dist/node/index-node.d.ts.map +1 -0
  215. package/dist/node/index-node.mjs +8324 -0
  216. package/dist/node/index-node.mjs.map +7 -0
  217. package/dist/node/index.d.ts +30 -0
  218. package/dist/node/index.d.ts.map +1 -0
  219. package/dist/node/instances/Address.d.ts +13 -0
  220. package/dist/node/instances/Address.d.ts.map +1 -0
  221. package/dist/node/instances/BoundWitness.d.ts +9 -0
  222. package/dist/node/instances/BoundWitness.d.ts.map +1 -0
  223. package/dist/node/instances/Data.d.ts +5 -0
  224. package/dist/node/instances/Data.d.ts.map +1 -0
  225. package/dist/node/instances/Fees.d.ts +9 -0
  226. package/dist/node/instances/Fees.d.ts.map +1 -0
  227. package/dist/node/instances/HydratedBoundWitness.d.ts +11 -0
  228. package/dist/node/instances/HydratedBoundWitness.d.ts.map +1 -0
  229. package/dist/node/instances/Object.d.ts +6 -0
  230. package/dist/node/instances/Object.d.ts.map +1 -0
  231. package/dist/node/instances/Payload.d.ts +7 -0
  232. package/dist/node/instances/Payload.d.ts.map +1 -0
  233. package/dist/node/instances/Signature.d.ts +10 -0
  234. package/dist/node/instances/Signature.d.ts.map +1 -0
  235. package/dist/node/instances/block/BlockFields.d.ts +12 -0
  236. package/dist/node/instances/block/BlockFields.d.ts.map +1 -0
  237. package/dist/node/instances/block/HydratedBlock.d.ts +9 -0
  238. package/dist/node/instances/block/HydratedBlock.d.ts.map +1 -0
  239. package/dist/node/instances/block/index.d.ts +2 -0
  240. package/dist/node/instances/block/index.d.ts.map +1 -0
  241. package/dist/node/instances/index.d.ts +11 -0
  242. package/dist/node/instances/index.d.ts.map +1 -0
  243. package/dist/node/instances/modifiers/BlockWindowInstance.d.ts +8 -0
  244. package/dist/node/instances/modifiers/BlockWindowInstance.d.ts.map +1 -0
  245. package/dist/node/instances/modifiers/BlockWindowState.d.ts +6 -0
  246. package/dist/node/instances/modifiers/BlockWindowState.d.ts.map +1 -0
  247. package/dist/node/instances/modifiers/Signed.d.ts +8 -0
  248. package/dist/node/instances/modifiers/Signed.d.ts.map +1 -0
  249. package/dist/node/instances/modifiers/Validatable.d.ts +6 -0
  250. package/dist/node/instances/modifiers/Validatable.d.ts.map +1 -0
  251. package/dist/node/instances/modifiers/index.d.ts +5 -0
  252. package/dist/node/instances/modifiers/index.d.ts.map +1 -0
  253. package/dist/node/instances/transaction/HydratedTransaction.d.ts +7 -0
  254. package/dist/node/instances/transaction/HydratedTransaction.d.ts.map +1 -0
  255. package/dist/node/instances/transaction/TransactionFields.d.ts +17 -0
  256. package/dist/node/instances/transaction/TransactionFields.d.ts.map +1 -0
  257. package/dist/node/instances/transaction/index.d.ts +2 -0
  258. package/dist/node/instances/transaction/index.d.ts.map +1 -0
  259. package/dist/node/isInternetAvailable.d.ts +3 -0
  260. package/dist/node/isInternetAvailable.d.ts.map +1 -0
  261. package/dist/node/model/ChainFork/ChainForkStatic.d.ts +9 -0
  262. package/dist/node/model/ChainFork/ChainForkStatic.d.ts.map +1 -0
  263. package/dist/node/model/ChainFork/index.d.ts +2 -0
  264. package/dist/node/model/ChainFork/index.d.ts.map +1 -0
  265. package/dist/node/model/ChainIdentity.d.ts +6 -0
  266. package/dist/node/model/ChainIdentity.d.ts.map +1 -0
  267. package/dist/node/model/ChainStore.d.ts +12 -0
  268. package/dist/node/model/ChainStore.d.ts.map +1 -0
  269. package/dist/node/model/CreatableProviderContext.d.ts +5 -0
  270. package/dist/node/model/CreatableProviderContext.d.ts.map +1 -0
  271. package/dist/node/model/CreatableProviderContext.zod.d.ts +714 -0
  272. package/dist/node/model/CreatableProviderContext.zod.d.ts.map +1 -0
  273. package/dist/node/model/PayloadBundle/bundledPayloadToHydratedBlock.d.ts +5 -0
  274. package/dist/node/model/PayloadBundle/bundledPayloadToHydratedBlock.d.ts.map +1 -0
  275. package/dist/node/model/PayloadBundle/bundledPayloadToHydratedTransaction.d.ts +5 -0
  276. package/dist/node/model/PayloadBundle/bundledPayloadToHydratedTransaction.d.ts.map +1 -0
  277. package/dist/node/model/PayloadBundle/hydratedBlockToPayloadBundle.d.ts +5 -0
  278. package/dist/node/model/PayloadBundle/hydratedBlockToPayloadBundle.d.ts.map +1 -0
  279. package/dist/node/model/PayloadBundle/hydratedTransactionToPayloadBundle.d.ts +5 -0
  280. package/dist/node/model/PayloadBundle/hydratedTransactionToPayloadBundle.d.ts.map +1 -0
  281. package/dist/node/model/PayloadBundle/index.d.ts +5 -0
  282. package/dist/node/model/PayloadBundle/index.d.ts.map +1 -0
  283. package/dist/node/model/index.d.ts +7 -0
  284. package/dist/node/model/index.d.ts.map +1 -0
  285. package/dist/node/multipliers.d.ts +10 -0
  286. package/dist/node/multipliers.d.ts.map +1 -0
  287. package/dist/node/payloads/AddressPairPayload.d.ts +22 -0
  288. package/dist/node/payloads/AddressPairPayload.d.ts.map +1 -0
  289. package/dist/node/payloads/index.d.ts +5 -0
  290. package/dist/node/payloads/index.d.ts.map +1 -0
  291. package/dist/node/payloads/netBalancesForPayloads.d.ts +9 -0
  292. package/dist/node/payloads/netBalancesForPayloads.d.ts.map +1 -0
  293. package/dist/node/payloads/netSchemasForPayloads.d.ts +9 -0
  294. package/dist/node/payloads/netSchemasForPayloads.d.ts.map +1 -0
  295. package/dist/node/payloads/netTransfersForPayloads.d.ts +5 -0
  296. package/dist/node/payloads/netTransfersForPayloads.d.ts.map +1 -0
  297. package/dist/node/primitives/block/index.d.ts +3 -0
  298. package/dist/node/primitives/block/index.d.ts.map +1 -0
  299. package/dist/node/primitives/block/range/blockRangeSteps.d.ts +4 -0
  300. package/dist/node/primitives/block/range/blockRangeSteps.d.ts.map +1 -0
  301. package/dist/node/primitives/block/range/index.d.ts +2 -0
  302. package/dist/node/primitives/block/range/index.d.ts.map +1 -0
  303. package/dist/node/primitives/block/rate/blockRate.d.ts +11 -0
  304. package/dist/node/primitives/block/rate/blockRate.d.ts.map +1 -0
  305. package/dist/node/primitives/block/rate/index.d.ts +5 -0
  306. package/dist/node/primitives/block/rate/index.d.ts.map +1 -0
  307. package/dist/node/primitives/block/rate/stepRate.d.ts +7 -0
  308. package/dist/node/primitives/block/rate/stepRate.d.ts.map +1 -0
  309. package/dist/node/primitives/block/rate/timeHelpers.d.ts +8 -0
  310. package/dist/node/primitives/block/rate/timeHelpers.d.ts.map +1 -0
  311. package/dist/node/primitives/block/rate/timeRate.d.ts +8 -0
  312. package/dist/node/primitives/block/rate/timeRate.d.ts.map +1 -0
  313. package/dist/node/primitives/chain/getWindowedChain.d.ts +10 -0
  314. package/dist/node/primitives/chain/getWindowedChain.d.ts.map +1 -0
  315. package/dist/node/primitives/chain/index.d.ts +4 -0
  316. package/dist/node/primitives/chain/index.d.ts.map +1 -0
  317. package/dist/node/primitives/chain/step/chainStepRewardAddress.d.ts +5 -0
  318. package/dist/node/primitives/chain/step/chainStepRewardAddress.d.ts.map +1 -0
  319. package/dist/node/primitives/chain/step/index.d.ts +5 -0
  320. package/dist/node/primitives/chain/step/index.d.ts.map +1 -0
  321. package/dist/node/primitives/chain/step/stepRewardBlock.d.ts +4 -0
  322. package/dist/node/primitives/chain/step/stepRewardBlock.d.ts.map +1 -0
  323. package/dist/node/primitives/chain/step/stepRewardTotal.d.ts +4 -0
  324. package/dist/node/primitives/chain/step/stepRewardTotal.d.ts.map +1 -0
  325. package/dist/node/primitives/chain/step/stepsRewardTotal.d.ts +8 -0
  326. package/dist/node/primitives/chain/step/stepsRewardTotal.d.ts.map +1 -0
  327. package/dist/node/primitives/chain/time/externalBlockNumberFromXl1BlockNumber.d.ts +4 -0
  328. package/dist/node/primitives/chain/time/externalBlockNumberFromXl1BlockNumber.d.ts.map +1 -0
  329. package/dist/node/primitives/chain/time/externalBlockRangeFromStep.d.ts +4 -0
  330. package/dist/node/primitives/chain/time/externalBlockRangeFromStep.d.ts.map +1 -0
  331. package/dist/node/primitives/chain/time/externalBlockRangeFromXl1BlockRange.d.ts +4 -0
  332. package/dist/node/primitives/chain/time/externalBlockRangeFromXl1BlockRange.d.ts.map +1 -0
  333. package/dist/node/primitives/chain/time/index.d.ts +4 -0
  334. package/dist/node/primitives/chain/time/index.d.ts.map +1 -0
  335. package/dist/node/primitives/datalake/NamedDataLake.d.ts +7 -0
  336. package/dist/node/primitives/datalake/NamedDataLake.d.ts.map +1 -0
  337. package/dist/node/primitives/datalake/PayloadLocator.d.ts +55 -0
  338. package/dist/node/primitives/datalake/PayloadLocator.d.ts.map +1 -0
  339. package/dist/node/primitives/datalake/addDataLakePayloads.d.ts +5 -0
  340. package/dist/node/primitives/datalake/addDataLakePayloads.d.ts.map +1 -0
  341. package/dist/node/primitives/datalake/addDataLakePayloadsToPayloads.d.ts +9 -0
  342. package/dist/node/primitives/datalake/addDataLakePayloadsToPayloads.d.ts.map +1 -0
  343. package/dist/node/primitives/datalake/index.d.ts +5 -0
  344. package/dist/node/primitives/datalake/index.d.ts.map +1 -0
  345. package/dist/node/primitives/index.d.ts +13 -0
  346. package/dist/node/primitives/index.d.ts.map +1 -0
  347. package/dist/node/primitives/mapToMapType.d.ts +4 -0
  348. package/dist/node/primitives/mapToMapType.d.ts.map +1 -0
  349. package/dist/node/primitives/payload/index.d.ts +2 -0
  350. package/dist/node/primitives/payload/index.d.ts.map +1 -0
  351. package/dist/node/primitives/payload/mergeTransfers.d.ts +5 -0
  352. package/dist/node/primitives/payload/mergeTransfers.d.ts.map +1 -0
  353. package/dist/node/primitives/readPayloadMapFromStore.d.ts +7 -0
  354. package/dist/node/primitives/readPayloadMapFromStore.d.ts.map +1 -0
  355. package/dist/node/primitives/rewardFromBlockNumber.d.ts +4 -0
  356. package/dist/node/primitives/rewardFromBlockNumber.d.ts.map +1 -0
  357. package/dist/node/primitives/rewards/index.d.ts +2 -0
  358. package/dist/node/primitives/rewards/index.d.ts.map +1 -0
  359. package/dist/node/primitives/rewards/networkStakeStepRewardPositionWeight.d.ts +4 -0
  360. package/dist/node/primitives/rewards/networkStakeStepRewardPositionWeight.d.ts.map +1 -0
  361. package/dist/node/primitives/stake/activeStakeAtTimeByAddress.d.ts +5 -0
  362. package/dist/node/primitives/stake/activeStakeAtTimeByAddress.d.ts.map +1 -0
  363. package/dist/node/primitives/stake/activeStakeAtTimeByPosition.d.ts +4 -0
  364. package/dist/node/primitives/stake/activeStakeAtTimeByPosition.d.ts.map +1 -0
  365. package/dist/node/primitives/stake/allStakersForRange.d.ts +5 -0
  366. package/dist/node/primitives/stake/allStakersForRange.d.ts.map +1 -0
  367. package/dist/node/primitives/stake/allStakersForStep.d.ts +5 -0
  368. package/dist/node/primitives/stake/allStakersForStep.d.ts.map +1 -0
  369. package/dist/node/primitives/stake/index.d.ts +7 -0
  370. package/dist/node/primitives/stake/index.d.ts.map +1 -0
  371. package/dist/node/primitives/stake/mergedAddRemoveStakeEventsByPosition.d.ts +4 -0
  372. package/dist/node/primitives/stake/mergedAddRemoveStakeEventsByPosition.d.ts.map +1 -0
  373. package/dist/node/primitives/stake/mergedAddRemoveStakeEventsByStaker.d.ts +5 -0
  374. package/dist/node/primitives/stake/mergedAddRemoveStakeEventsByStaker.d.ts.map +1 -0
  375. package/dist/node/primitives/stake/weightedStakeForRangeByPosition.d.ts +6 -0
  376. package/dist/node/primitives/stake/weightedStakeForRangeByPosition.d.ts.map +1 -0
  377. package/dist/node/primitives/state/findMostRecentBlock.d.ts +11 -0
  378. package/dist/node/primitives/state/findMostRecentBlock.d.ts.map +1 -0
  379. package/dist/node/primitives/state/hydratedBlockByNumber.d.ts +4 -0
  380. package/dist/node/primitives/state/hydratedBlockByNumber.d.ts.map +1 -0
  381. package/dist/node/primitives/state/index.d.ts +3 -0
  382. package/dist/node/primitives/state/index.d.ts.map +1 -0
  383. package/dist/node/primitives/step/derivedReceiveAddress.d.ts +2 -0
  384. package/dist/node/primitives/step/derivedReceiveAddress.d.ts.map +1 -0
  385. package/dist/node/primitives/step/index.d.ts +3 -0
  386. package/dist/node/primitives/step/index.d.ts.map +1 -0
  387. package/dist/node/primitives/step/rewardAddressFromStepIdentity.d.ts +2 -0
  388. package/dist/node/primitives/step/rewardAddressFromStepIdentity.d.ts.map +1 -0
  389. package/dist/node/primitives/step/stepBlockRange.d.ts +4 -0
  390. package/dist/node/primitives/step/stepBlockRange.d.ts.map +1 -0
  391. package/dist/node/primitives/step/stepTransferIndex.d.ts +3 -0
  392. package/dist/node/primitives/step/stepTransferIndex.d.ts.map +1 -0
  393. package/dist/node/primitives/transaction/elevatedPayloads.d.ts +2 -0
  394. package/dist/node/primitives/transaction/elevatedPayloads.d.ts.map +1 -0
  395. package/dist/node/primitives/transaction/index.d.ts +2 -0
  396. package/dist/node/primitives/transaction/index.d.ts.map +1 -0
  397. package/dist/node/primitives/uncle/findBestUncle.d.ts +17 -0
  398. package/dist/node/primitives/uncle/findBestUncle.d.ts.map +1 -0
  399. package/dist/node/primitives/uncle/findUncles.d.ts +36 -0
  400. package/dist/node/primitives/uncle/findUncles.d.ts.map +1 -0
  401. package/dist/node/primitives/uncle/getProducerKey.d.ts +4 -0
  402. package/dist/node/primitives/uncle/getProducerKey.d.ts.map +1 -0
  403. package/dist/node/primitives/uncle/index.d.ts +5 -0
  404. package/dist/node/primitives/uncle/index.d.ts.map +1 -0
  405. package/dist/node/primitives/uncle/scoreUncle.d.ts +6 -0
  406. package/dist/node/primitives/uncle/scoreUncle.d.ts.map +1 -0
  407. package/dist/node/services/AccountTransfersService.d.ts +12 -0
  408. package/dist/node/services/AccountTransfersService.d.ts.map +1 -0
  409. package/dist/node/services/BlockProducerService.d.ts +7 -0
  410. package/dist/node/services/BlockProducerService.d.ts.map +1 -0
  411. package/dist/node/services/Chain/BaseChainService.d.ts +4 -0
  412. package/dist/node/services/Chain/BaseChainService.d.ts.map +1 -0
  413. package/dist/node/services/Chain/ChainHeadService.d.ts +7 -0
  414. package/dist/node/services/Chain/ChainHeadService.d.ts.map +1 -0
  415. package/dist/node/services/Chain/ChainService.d.ts +6 -0
  416. package/dist/node/services/Chain/ChainService.d.ts.map +1 -0
  417. package/dist/node/services/Chain/index.d.ts +4 -0
  418. package/dist/node/services/Chain/index.d.ts.map +1 -0
  419. package/dist/node/services/Election.d.ts +11 -0
  420. package/dist/node/services/Election.d.ts.map +1 -0
  421. package/dist/node/services/NetworkStakeService.d.ts +5 -0
  422. package/dist/node/services/NetworkStakeService.d.ts.map +1 -0
  423. package/dist/node/services/Params.d.ts +11 -0
  424. package/dist/node/services/Params.d.ts.map +1 -0
  425. package/dist/node/services/PendingTransactionsService.d.ts +7 -0
  426. package/dist/node/services/PendingTransactionsService.d.ts.map +1 -0
  427. package/dist/node/services/SchemasService.d.ts +11 -0
  428. package/dist/node/services/SchemasService.d.ts.map +1 -0
  429. package/dist/node/services/StakeIntentService/ChainIndexingServiceStateSchema.d.ts +39 -0
  430. package/dist/node/services/StakeIntentService/ChainIndexingServiceStateSchema.d.ts.map +1 -0
  431. package/dist/node/services/StakeIntentService/StakeIntentService.d.ts +31 -0
  432. package/dist/node/services/StakeIntentService/StakeIntentService.d.ts.map +1 -0
  433. package/dist/node/services/StakeIntentService/index.d.ts +3 -0
  434. package/dist/node/services/StakeIntentService/index.d.ts.map +1 -0
  435. package/dist/node/services/index.d.ts +9 -0
  436. package/dist/node/services/index.d.ts.map +1 -0
  437. package/dist/node/simple/StakeEventsViewer/SimpleStakeEventsViewer.d.ts +23 -0
  438. package/dist/node/simple/StakeEventsViewer/SimpleStakeEventsViewer.d.ts.map +1 -0
  439. package/dist/node/simple/StakeEventsViewer/index.d.ts +2 -0
  440. package/dist/node/simple/StakeEventsViewer/index.d.ts.map +1 -0
  441. package/dist/node/simple/StakeTotalsViewer/SimpleStakeTotalsViewer.d.ts +27 -0
  442. package/dist/node/simple/StakeTotalsViewer/SimpleStakeTotalsViewer.d.ts.map +1 -0
  443. package/dist/node/simple/StakeTotalsViewer/index.d.ts +2 -0
  444. package/dist/node/simple/StakeTotalsViewer/index.d.ts.map +1 -0
  445. package/dist/node/simple/StakeViewer/SimpleStakeViewer.d.ts +42 -0
  446. package/dist/node/simple/StakeViewer/SimpleStakeViewer.d.ts.map +1 -0
  447. package/dist/node/simple/StakeViewer/index.d.ts +2 -0
  448. package/dist/node/simple/StakeViewer/index.d.ts.map +1 -0
  449. package/dist/node/simple/TransactionViewer/SimpleTransactionViewer.d.ts +25 -0
  450. package/dist/node/simple/TransactionViewer/SimpleTransactionViewer.d.ts.map +1 -0
  451. package/dist/node/simple/TransactionViewer/index.d.ts +2 -0
  452. package/dist/node/simple/TransactionViewer/index.d.ts.map +1 -0
  453. package/dist/node/simple/accountBalance/SimpleAccountBalanceViewer.d.ts +132 -0
  454. package/dist/node/simple/accountBalance/SimpleAccountBalanceViewer.d.ts.map +1 -0
  455. package/dist/node/simple/accountBalance/index.d.ts +2 -0
  456. package/dist/node/simple/accountBalance/index.d.ts.map +1 -0
  457. package/dist/node/simple/block/SimpleBlockViewer.d.ts +114 -0
  458. package/dist/node/simple/block/SimpleBlockViewer.d.ts.map +1 -0
  459. package/dist/node/simple/block/index.d.ts +2 -0
  460. package/dist/node/simple/block/index.d.ts.map +1 -0
  461. package/dist/node/simple/blockInvalidation/SimpleBlockInvalidationViewer.d.ts +37 -0
  462. package/dist/node/simple/blockInvalidation/SimpleBlockInvalidationViewer.d.ts.map +1 -0
  463. package/dist/node/simple/blockInvalidation/index.d.ts +2 -0
  464. package/dist/node/simple/blockInvalidation/index.d.ts.map +1 -0
  465. package/dist/node/simple/blockReward/SimpleBlockRewardViewer.d.ts +18 -0
  466. package/dist/node/simple/blockReward/SimpleBlockRewardViewer.d.ts.map +1 -0
  467. package/dist/node/simple/blockReward/index.d.ts +2 -0
  468. package/dist/node/simple/blockReward/index.d.ts.map +1 -0
  469. package/dist/node/simple/blockValidation/SimpleBlockValidationViewer.d.ts +38 -0
  470. package/dist/node/simple/blockValidation/SimpleBlockValidationViewer.d.ts.map +1 -0
  471. package/dist/node/simple/blockValidation/index.d.ts +2 -0
  472. package/dist/node/simple/blockValidation/index.d.ts.map +1 -0
  473. package/dist/node/simple/chainContractViewer/SimpleChainContractViewer.d.ts +47 -0
  474. package/dist/node/simple/chainContractViewer/SimpleChainContractViewer.d.ts.map +1 -0
  475. package/dist/node/simple/chainContractViewer/index.d.ts +2 -0
  476. package/dist/node/simple/chainContractViewer/index.d.ts.map +1 -0
  477. package/dist/node/simple/client/SimpleXyoClient.d.ts +9 -0
  478. package/dist/node/simple/client/SimpleXyoClient.d.ts.map +1 -0
  479. package/dist/node/simple/client/index.d.ts +2 -0
  480. package/dist/node/simple/client/index.d.ts.map +1 -0
  481. package/dist/node/simple/datalake/AbstractRestDataLake.d.ts +34 -0
  482. package/dist/node/simple/datalake/AbstractRestDataLake.d.ts.map +1 -0
  483. package/dist/node/simple/datalake/AbstractSimpleDataLake.d.ts +21 -0
  484. package/dist/node/simple/datalake/AbstractSimpleDataLake.d.ts.map +1 -0
  485. package/dist/node/simple/datalake/RestDataLakeRunner.d.ts +20 -0
  486. package/dist/node/simple/datalake/RestDataLakeRunner.d.ts.map +1 -0
  487. package/dist/node/simple/datalake/RestDataLakeViewer.d.ts +16 -0
  488. package/dist/node/simple/datalake/RestDataLakeViewer.d.ts.map +1 -0
  489. package/dist/node/simple/datalake/SimpleDataLakeRunner.d.ts +23 -0
  490. package/dist/node/simple/datalake/SimpleDataLakeRunner.d.ts.map +1 -0
  491. package/dist/node/simple/datalake/SimpleDataLakeViewer.d.ts +17 -0
  492. package/dist/node/simple/datalake/SimpleDataLakeViewer.d.ts.map +1 -0
  493. package/dist/node/simple/datalake/index.d.ts +5 -0
  494. package/dist/node/simple/datalake/index.d.ts.map +1 -0
  495. package/dist/node/simple/finalization/SimpleFinalizationRunner.d.ts +30 -0
  496. package/dist/node/simple/finalization/SimpleFinalizationRunner.d.ts.map +1 -0
  497. package/dist/node/simple/finalization/SimpleFinalizationViewer.d.ts +75 -0
  498. package/dist/node/simple/finalization/SimpleFinalizationViewer.d.ts.map +1 -0
  499. package/dist/node/simple/finalization/index.d.ts +3 -0
  500. package/dist/node/simple/finalization/index.d.ts.map +1 -0
  501. package/dist/node/simple/gateway/SimpleXyoGateway.d.ts +17 -0
  502. package/dist/node/simple/gateway/SimpleXyoGateway.d.ts.map +1 -0
  503. package/dist/node/simple/gateway/SimpleXyoGatewayRunner.d.ts +29 -0
  504. package/dist/node/simple/gateway/SimpleXyoGatewayRunner.d.ts.map +1 -0
  505. package/dist/node/simple/gateway/index.d.ts +3 -0
  506. package/dist/node/simple/gateway/index.d.ts.map +1 -0
  507. package/dist/node/simple/index.d.ts +24 -0
  508. package/dist/node/simple/index.d.ts.map +1 -0
  509. package/dist/node/simple/mempool/SimpleMempoolRunner.d.ts +84 -0
  510. package/dist/node/simple/mempool/SimpleMempoolRunner.d.ts.map +1 -0
  511. package/dist/node/simple/mempool/SimpleMempoolViewer.d.ts +82 -0
  512. package/dist/node/simple/mempool/SimpleMempoolViewer.d.ts.map +1 -0
  513. package/dist/node/simple/mempool/index.d.ts +3 -0
  514. package/dist/node/simple/mempool/index.d.ts.map +1 -0
  515. package/dist/node/simple/network/SimpleXyoNetwork.d.ts +12 -0
  516. package/dist/node/simple/network/SimpleXyoNetwork.d.ts.map +1 -0
  517. package/dist/node/simple/network/index.d.ts +2 -0
  518. package/dist/node/simple/network/index.d.ts.map +1 -0
  519. package/dist/node/simple/network/lib/FailedNetworkStatusPayloads.d.ts +6 -0
  520. package/dist/node/simple/network/lib/FailedNetworkStatusPayloads.d.ts.map +1 -0
  521. package/dist/node/simple/network/lib/StatusNetworks.d.ts +15 -0
  522. package/dist/node/simple/network/lib/StatusNetworks.d.ts.map +1 -0
  523. package/dist/node/simple/network/lib/index.d.ts +3 -0
  524. package/dist/node/simple/network/lib/index.d.ts.map +1 -0
  525. package/dist/node/simple/permissions/SimpleXyoPermissions.d.ts +17 -0
  526. package/dist/node/simple/permissions/SimpleXyoPermissions.d.ts.map +1 -0
  527. package/dist/node/simple/permissions/index.d.ts +3 -0
  528. package/dist/node/simple/permissions/index.d.ts.map +1 -0
  529. package/dist/node/simple/permissions/store/MemoryPermissions.d.ts +16 -0
  530. package/dist/node/simple/permissions/store/MemoryPermissions.d.ts.map +1 -0
  531. package/dist/node/simple/permissions/store/PermissionsStore.d.ts +14 -0
  532. package/dist/node/simple/permissions/store/PermissionsStore.d.ts.map +1 -0
  533. package/dist/node/simple/permissions/store/index.d.ts +3 -0
  534. package/dist/node/simple/permissions/store/index.d.ts.map +1 -0
  535. package/dist/node/simple/runner/SimpleXyoRunner.d.ts +21 -0
  536. package/dist/node/simple/runner/SimpleXyoRunner.d.ts.map +1 -0
  537. package/dist/node/simple/runner/index.d.ts +2 -0
  538. package/dist/node/simple/runner/index.d.ts.map +1 -0
  539. package/dist/node/simple/signer/SimpleXyoSigner.d.ts +31 -0
  540. package/dist/node/simple/signer/SimpleXyoSigner.d.ts.map +1 -0
  541. package/dist/node/simple/signer/index.d.ts +2 -0
  542. package/dist/node/simple/signer/index.d.ts.map +1 -0
  543. package/dist/node/simple/sync/RestSyncViewer.d.ts +22 -0
  544. package/dist/node/simple/sync/RestSyncViewer.d.ts.map +1 -0
  545. package/dist/node/simple/sync/index.d.ts +2 -0
  546. package/dist/node/simple/sync/index.d.ts.map +1 -0
  547. package/dist/node/simple/systemStatus/SimpleSystemStatusViewer.d.ts +27 -0
  548. package/dist/node/simple/systemStatus/SimpleSystemStatusViewer.d.ts.map +1 -0
  549. package/dist/node/simple/systemStatus/index.d.ts +2 -0
  550. package/dist/node/simple/systemStatus/index.d.ts.map +1 -0
  551. package/dist/node/simple/timeSync2/SimpleTimeSyncViewer.d.ts +27 -0
  552. package/dist/node/simple/timeSync2/SimpleTimeSyncViewer.d.ts.map +1 -0
  553. package/dist/node/simple/timeSync2/index.d.ts +2 -0
  554. package/dist/node/simple/timeSync2/index.d.ts.map +1 -0
  555. package/dist/node/simple/transactionInvalidation/SimpleTransactionInvalidationViewer.d.ts +35 -0
  556. package/dist/node/simple/transactionInvalidation/SimpleTransactionInvalidationViewer.d.ts.map +1 -0
  557. package/dist/node/simple/transactionInvalidation/index.d.ts +2 -0
  558. package/dist/node/simple/transactionInvalidation/index.d.ts.map +1 -0
  559. package/dist/node/simple/transactionValidation/SimpleTransactionValidationViewer.d.ts +34 -0
  560. package/dist/node/simple/transactionValidation/SimpleTransactionValidationViewer.d.ts.map +1 -0
  561. package/dist/node/simple/transactionValidation/index.d.ts +2 -0
  562. package/dist/node/simple/transactionValidation/index.d.ts.map +1 -0
  563. package/dist/node/simple/windowedBlock/SimpleWindowedBlockViewer.d.ts +242 -0
  564. package/dist/node/simple/windowedBlock/SimpleWindowedBlockViewer.d.ts.map +1 -0
  565. package/dist/node/simple/windowedBlock/index.d.ts +2 -0
  566. package/dist/node/simple/windowedBlock/index.d.ts.map +1 -0
  567. package/dist/node/status/ServiceStatus.d.ts +9 -0
  568. package/dist/node/status/ServiceStatus.d.ts.map +1 -0
  569. package/dist/node/status/SimpleSystemStatusRunner.d.ts +35 -0
  570. package/dist/node/status/SimpleSystemStatusRunner.d.ts.map +1 -0
  571. package/dist/node/status/index.d.ts +3 -0
  572. package/dist/node/status/index.d.ts.map +1 -0
  573. package/dist/node/summary/index.d.ts +3 -0
  574. package/dist/node/summary/index.d.ts.map +1 -0
  575. package/dist/node/summary/model/BalancesStepSummary.d.ts +26 -0
  576. package/dist/node/summary/model/BalancesStepSummary.d.ts.map +1 -0
  577. package/dist/node/summary/model/SchemasStepSummary.d.ts +25 -0
  578. package/dist/node/summary/model/SchemasStepSummary.d.ts.map +1 -0
  579. package/dist/node/summary/model/TransfersSummary.d.ts +26 -0
  580. package/dist/node/summary/model/TransfersSummary.d.ts.map +1 -0
  581. package/dist/node/summary/model/index.d.ts +4 -0
  582. package/dist/node/summary/model/index.d.ts.map +1 -0
  583. package/dist/node/summary/primitives/balances/balancesMaxStep.d.ts +9 -0
  584. package/dist/node/summary/primitives/balances/balancesMaxStep.d.ts.map +1 -0
  585. package/dist/node/summary/primitives/balances/balancesStepSummaryFromRange.d.ts +6 -0
  586. package/dist/node/summary/primitives/balances/balancesStepSummaryFromRange.d.ts.map +1 -0
  587. package/dist/node/summary/primitives/balances/balancesSummary.d.ts +7 -0
  588. package/dist/node/summary/primitives/balances/balancesSummary.d.ts.map +1 -0
  589. package/dist/node/summary/primitives/balances/index.d.ts +4 -0
  590. package/dist/node/summary/primitives/balances/index.d.ts.map +1 -0
  591. package/dist/node/summary/primitives/blocks/blocksMaxStep.d.ts +13 -0
  592. package/dist/node/summary/primitives/blocks/blocksMaxStep.d.ts.map +1 -0
  593. package/dist/node/summary/primitives/blocks/blocksStepSummaryFromRange.d.ts +12 -0
  594. package/dist/node/summary/primitives/blocks/blocksStepSummaryFromRange.d.ts.map +1 -0
  595. package/dist/node/summary/primitives/blocks/index.d.ts +3 -0
  596. package/dist/node/summary/primitives/blocks/index.d.ts.map +1 -0
  597. package/dist/node/summary/primitives/index.d.ts +5 -0
  598. package/dist/node/summary/primitives/index.d.ts.map +1 -0
  599. package/dist/node/summary/primitives/schemas/index.d.ts +4 -0
  600. package/dist/node/summary/primitives/schemas/index.d.ts.map +1 -0
  601. package/dist/node/summary/primitives/schemas/schemasMaxStep.d.ts +8 -0
  602. package/dist/node/summary/primitives/schemas/schemasMaxStep.d.ts.map +1 -0
  603. package/dist/node/summary/primitives/schemas/schemasStepSummaryFromRange.d.ts +7 -0
  604. package/dist/node/summary/primitives/schemas/schemasStepSummaryFromRange.d.ts.map +1 -0
  605. package/dist/node/summary/primitives/schemas/schemasSummary.d.ts +7 -0
  606. package/dist/node/summary/primitives/schemas/schemasSummary.d.ts.map +1 -0
  607. package/dist/node/summary/primitives/transfers/index.d.ts +4 -0
  608. package/dist/node/summary/primitives/transfers/index.d.ts.map +1 -0
  609. package/dist/node/summary/primitives/transfers/transfersMaxStep.d.ts +10 -0
  610. package/dist/node/summary/primitives/transfers/transfersMaxStep.d.ts.map +1 -0
  611. package/dist/node/summary/primitives/transfers/transfersStepSummaryFromRange.d.ts +9 -0
  612. package/dist/node/summary/primitives/transfers/transfersStepSummaryFromRange.d.ts.map +1 -0
  613. package/dist/node/summary/primitives/transfers/transfersSummary.d.ts +7 -0
  614. package/dist/node/summary/primitives/transfers/transfersSummary.d.ts.map +1 -0
  615. package/dist/node/test/BuildBlockOptions.d.ts +33 -0
  616. package/dist/node/test/BuildBlockOptions.d.ts.map +1 -0
  617. package/dist/node/test/buildBlock.d.ts +5 -0
  618. package/dist/node/test/buildBlock.d.ts.map +1 -0
  619. package/dist/node/test/buildGenesisBlock.d.ts +9 -0
  620. package/dist/node/test/buildGenesisBlock.d.ts.map +1 -0
  621. package/dist/node/test/buildNextBlock.d.ts +6 -0
  622. package/dist/node/test/buildNextBlock.d.ts.map +1 -0
  623. package/dist/node/test/buildRandomChain.d.ts +20 -0
  624. package/dist/node/test/buildRandomChain.d.ts.map +1 -0
  625. package/dist/node/test/buildRandomGenesisBlock.d.ts +13 -0
  626. package/dist/node/test/buildRandomGenesisBlock.d.ts.map +1 -0
  627. package/dist/node/test/buildRandomTransaction.d.ts +5 -0
  628. package/dist/node/test/buildRandomTransaction.d.ts.map +1 -0
  629. package/dist/node/test/createGenesisBlock.d.ts +5 -0
  630. package/dist/node/test/createGenesisBlock.d.ts.map +1 -0
  631. package/dist/node/test/createProducerChainStakeIntentTransaction.d.ts +16 -0
  632. package/dist/node/test/createProducerChainStakeIntentTransaction.d.ts.map +1 -0
  633. package/dist/node/test/getSimpleBlockViewerLocator.d.ts +15 -0
  634. package/dist/node/test/getSimpleBlockViewerLocator.d.ts.map +1 -0
  635. package/dist/node/test/getTestProviderContext.d.ts +5 -0
  636. package/dist/node/test/getTestProviderContext.d.ts.map +1 -0
  637. package/dist/node/test/index.d.ts +5 -0
  638. package/dist/node/test/index.d.ts.map +1 -0
  639. package/dist/node/time/index.d.ts +2 -0
  640. package/dist/node/time/index.d.ts.map +1 -0
  641. package/dist/node/time/primitives/index.d.ts +2 -0
  642. package/dist/node/time/primitives/index.d.ts.map +1 -0
  643. package/dist/node/time/primitives/xl1BlockNumberToEthBlockNumber.d.ts +4 -0
  644. package/dist/node/time/primitives/xl1BlockNumberToEthBlockNumber.d.ts.map +1 -0
  645. package/dist/node/transaction/TransactionBuilder.d.ts +110 -0
  646. package/dist/node/transaction/TransactionBuilder.d.ts.map +1 -0
  647. package/dist/node/transaction/buildTransaction.d.ts +5 -0
  648. package/dist/node/transaction/buildTransaction.d.ts.map +1 -0
  649. package/dist/node/transaction/buildUnsignedTransaction.d.ts +5 -0
  650. package/dist/node/transaction/buildUnsignedTransaction.d.ts.map +1 -0
  651. package/dist/node/transaction/confirmSubmittedTransaction.d.ts +11 -0
  652. package/dist/node/transaction/confirmSubmittedTransaction.d.ts.map +1 -0
  653. package/dist/node/transaction/hydrateTransaction.d.ts +21 -0
  654. package/dist/node/transaction/hydrateTransaction.d.ts.map +1 -0
  655. package/dist/node/transaction/index.d.ts +8 -0
  656. package/dist/node/transaction/index.d.ts.map +1 -0
  657. package/dist/node/transaction/primitives/index.d.ts +5 -0
  658. package/dist/node/transaction/primitives/index.d.ts.map +1 -0
  659. package/dist/node/transaction/primitives/transactionBlockByteCount.d.ts +4 -0
  660. package/dist/node/transaction/primitives/transactionBlockByteCount.d.ts.map +1 -0
  661. package/dist/node/transaction/primitives/transactionElevatedPayloads.d.ts +8 -0
  662. package/dist/node/transaction/primitives/transactionElevatedPayloads.d.ts.map +1 -0
  663. package/dist/node/transaction/primitives/transactionOperations.d.ts +5 -0
  664. package/dist/node/transaction/primitives/transactionOperations.d.ts.map +1 -0
  665. package/dist/node/transaction/primitives/transactionRequiredGas.d.ts +7 -0
  666. package/dist/node/transaction/primitives/transactionRequiredGas.d.ts.map +1 -0
  667. package/dist/node/transaction/script.d.ts +2 -0
  668. package/dist/node/transaction/script.d.ts.map +1 -0
  669. package/dist/node/transaction/signTransaction.d.ts +19 -0
  670. package/dist/node/transaction/signTransaction.d.ts.map +1 -0
  671. package/dist/node/utils/HydratedCache.d.ts +15 -0
  672. package/dist/node/utils/HydratedCache.d.ts.map +1 -0
  673. package/dist/node/utils/index.d.ts +3 -0
  674. package/dist/node/utils/index.d.ts.map +1 -0
  675. package/dist/node/utils/isZodError.d.ts +6 -0
  676. package/dist/node/utils/isZodError.d.ts.map +1 -0
  677. package/dist/node/validation/index.d.ts +3 -0
  678. package/dist/node/validation/index.d.ts.map +1 -0
  679. package/dist/node/validation/lib/getUrl.d.ts +3 -0
  680. package/dist/node/validation/lib/getUrl.d.ts.map +1 -0
  681. package/dist/node/validation/lib/index.d.ts +3 -0
  682. package/dist/node/validation/lib/index.d.ts.map +1 -0
  683. package/dist/node/validation/lib/isLocalhost.d.ts +3 -0
  684. package/dist/node/validation/lib/isLocalhost.d.ts.map +1 -0
  685. package/dist/node/validation/schema/Address.d.ts +3 -0
  686. package/dist/node/validation/schema/Address.d.ts.map +1 -0
  687. package/dist/node/validation/schema/Mnemonic.d.ts +14 -0
  688. package/dist/node/validation/schema/Mnemonic.d.ts.map +1 -0
  689. package/dist/node/validation/schema/index.d.ts +3 -0
  690. package/dist/node/validation/schema/index.d.ts.map +1 -0
  691. package/dist/node/wallet/generateXyoBaseWalletFromPhrase.d.ts +7 -0
  692. package/dist/node/wallet/generateXyoBaseWalletFromPhrase.d.ts.map +1 -0
  693. package/dist/node/wallet/index.d.ts +3 -0
  694. package/dist/node/wallet/index.d.ts.map +1 -0
  695. package/dist/node/wallet/paths.d.ts +24 -0
  696. package/dist/node/wallet/paths.d.ts.map +1 -0
  697. package/package.json +15 -13
  698. package/dist/neutral/getFileConfig.mjs +0 -357
  699. package/dist/neutral/getFileConfig.mjs.map +0 -7
@@ -0,0 +1,47 @@
1
+ import { type Hash } from '@xylabs/sdk';
2
+ import type { XyoAddress } from '@xyo-network/sdk-js';
3
+ import type { ChainContractViewer, ChainId, FinalizationViewer, XL1BlockNumber } from '@xyo-network/xl1-protocol-lib';
4
+ import type { CreatableProviderParams } from '../../CreatableProvider/index.ts';
5
+ import { AbstractCreatableProvider } from '../../CreatableProvider/index.ts';
6
+ /** Parameters for SimpleChainContractViewer. */
7
+ export interface SimpleChainContractViewerParams extends CreatableProviderParams {
8
+ forkedAtBlockNumber?: XL1BlockNumber;
9
+ forkedAtHash?: Hash;
10
+ forkedChainContractViewer?: ChainContractViewer;
11
+ forkedChainId?: ChainId;
12
+ minWithdrawalBlocks: number;
13
+ rewardsContract: XyoAddress;
14
+ stakingTokenAddress: XyoAddress;
15
+ }
16
+ /**
17
+ * A class that represents a chain stake as backed by an EVM smart contract
18
+ */
19
+ export declare class SimpleChainContractViewer extends AbstractCreatableProvider<SimpleChainContractViewerParams> implements ChainContractViewer {
20
+ static readonly connectionTypes: readonly ["lmdb", "mongo", "memory"];
21
+ static readonly defaultMoniker: "ChainContractViewer";
22
+ static readonly dependencies: "FinalizationViewer"[];
23
+ static readonly monikers: "ChainContractViewer"[];
24
+ static readonly surface: "node";
25
+ moniker: "ChainContractViewer";
26
+ protected _finalizationViewer: FinalizationViewer;
27
+ protected get finalizationViewer(): FinalizationViewer;
28
+ chainId(): import("@xylabs/sdk").Promisable<import("@xylabs/sdk").BrandedHex>;
29
+ chainIdAtBlockNumber(blockNumber: XL1BlockNumber): Promise<import("@xylabs/sdk").BrandedHex>;
30
+ createHandler(): Promise<void>;
31
+ forkedAtBlockNumber(): XL1BlockNumber | null;
32
+ forkedAtHash(): import("@xylabs/sdk").BrandedHash | null;
33
+ forkedChainContractViewer(): ChainContractViewer | null;
34
+ forkedChainId(): import("@xylabs/sdk").BrandedHex | null;
35
+ minWithdrawalBlocks(): number;
36
+ rewardsContract(): (Lowercase<string> & {
37
+ readonly __hex: true;
38
+ } & {
39
+ readonly __address: true;
40
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
41
+ stakingTokenAddress(): (Lowercase<string> & {
42
+ readonly __hex: true;
43
+ } & {
44
+ readonly __address: true;
45
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
46
+ }
47
+ //# sourceMappingURL=SimpleChainContractViewer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SimpleChainContractViewer.d.ts","sourceRoot":"","sources":["../../../../src/simple/chainContractViewer/SimpleChainContractViewer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,IAAI,EAAE,MAAM,aAAa,CAAA;AACjD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AACrD,OAAO,KAAK,EACV,mBAAmB,EAAE,OAAO,EAAE,kBAAkB,EAAE,cAAc,EACjE,MAAM,+BAA+B,CAAA;AAItC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAA;AAC/E,OAAO,EAAE,yBAAyB,EAAqB,MAAM,kCAAkC,CAAA;AAE/F,gDAAgD;AAChD,MAAM,WAAW,+BAAgC,SAAQ,uBAAuB;IAC9E,mBAAmB,CAAC,EAAE,cAAc,CAAA;IACpC,YAAY,CAAC,EAAE,IAAI,CAAA;IACnB,yBAAyB,CAAC,EAAE,mBAAmB,CAAA;IAC/C,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,mBAAmB,EAAE,MAAM,CAAA;IAC3B,eAAe,EAAE,UAAU,CAAA;IAC3B,mBAAmB,EAAE,UAAU,CAAA;CAChC;AAED;;GAEG;AACH,qBACa,yBAA0B,SAAQ,yBAAyB,CAAC,+BAA+B,CAAE,YAAW,mBAAmB;IACtI,MAAM,CAAC,QAAQ,CAAC,eAAe,uCAAuC;IACtE,MAAM,CAAC,QAAQ,CAAC,cAAc,wBAA6B;IAC3D,MAAM,CAAC,QAAQ,CAAC,YAAY,yBAA8B;IAC1D,MAAM,CAAC,QAAQ,CAAC,QAAQ,0BAA+B;IACvD,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,MAAM,CAAS;IAChC,OAAO,wBAA2C;IAE3D,SAAS,CAAC,mBAAmB,EAAG,kBAAkB,CAAA;IAElD,SAAS,KAAK,kBAAkB,uBAE/B;IAED,OAAO;IAID,oBAAoB,CAAC,WAAW,EAAE,cAAc;IAevC,aAAa;IAK5B,mBAAmB;IAInB,YAAY;IAIZ,yBAAyB;IAIzB,aAAa;IAIb,mBAAmB;IAInB,eAAe;;;;;IAIf,mBAAmB;;;;;CAGpB"}
@@ -0,0 +1,2 @@
1
+ export * from './SimpleChainContractViewer.ts';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/simple/chainContractViewer/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAA"}
@@ -0,0 +1,9 @@
1
+ import type { DataLakesClient, XyoClient, XyoGatewayRunner, XyoPermissions } from '@xyo-network/xl1-protocol-lib';
2
+ /** SimpleXyoClient implementation. */
3
+ export declare class SimpleXyoClient implements XyoClient {
4
+ dataLakes: DataLakesClient | undefined;
5
+ gateways: Readonly<Partial<Record<string, XyoGatewayRunner>>>;
6
+ permissions: XyoPermissions;
7
+ constructor(gateways: Readonly<Partial<Record<string, XyoGatewayRunner>>>, permissions: XyoPermissions, dataLakes?: DataLakesClient);
8
+ }
9
+ //# sourceMappingURL=SimpleXyoClient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SimpleXyoClient.d.ts","sourceRoot":"","sources":["../../../../src/simple/client/SimpleXyoClient.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,eAAe,EACf,SAAS,EAAE,gBAAgB,EAAE,cAAc,EAC5C,MAAM,+BAA+B,CAAA;AAEtC,sCAAsC;AACtC,qBAAa,eAAgB,YAAW,SAAS;IAC/C,SAAS,EAAE,eAAe,GAAG,SAAS,CAAA;IACtC,QAAQ,EAAE,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAC,CAAC,CAAA;IAC7D,WAAW,EAAE,cAAc,CAAA;gBAEf,QAAQ,EAAE,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC,EAAE,eAAe;CAKpI"}
@@ -0,0 +1,2 @@
1
+ export * from './SimpleXyoClient.ts';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/simple/client/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA"}
@@ -0,0 +1,34 @@
1
+ import { FetchJsonClient } from '@xylabs/sdk';
2
+ import { type Hash, type PromisableArray } from '@xylabs/sdk';
3
+ import type { NextOptions, Schema, Sequence } from '@xyo-network/sdk-js';
4
+ import type { DataLakeData, DataLakeViewer } from '@xyo-network/xl1-protocol-lib';
5
+ import { AbstractCreatableProvider, type CreatableProviderParams } from '../../CreatableProvider/index.ts';
6
+ /** Parameters for AbstractRestDataLake. */
7
+ export interface AbstractRestDataLakeParams extends CreatableProviderParams {
8
+ allowedSchemas?: Schema[];
9
+ disallowedSchemas?: Schema[];
10
+ /** When omitted, resolved from `providerBindings` + a `rest` connection at startup. */
11
+ endpoint?: string;
12
+ }
13
+ /** Abstract base class for RestDataLake implementations. */
14
+ export declare abstract class AbstractRestDataLake<TParams extends AbstractRestDataLakeParams = AbstractRestDataLakeParams> extends AbstractCreatableProvider<TParams> implements Omit<DataLakeViewer, 'moniker'> {
15
+ get allowedSchemas(): Schema[] | undefined;
16
+ get client(): FetchJsonClient;
17
+ get disallowedSchemas(): Schema[] | undefined;
18
+ get endpoint(): string;
19
+ static paramsHandler(params?: Partial<AbstractRestDataLakeParams>): Promise<{
20
+ endpoint: string;
21
+ context: import("../../index.ts").CreatableProviderContextType;
22
+ name?: import("@xylabs/sdk").CreatableName;
23
+ statusReporter?: import("@xylabs/sdk").CreatableStatusReporter<void> | undefined;
24
+ logger?: import("@xylabs/sdk").Logger;
25
+ meterProvider?: import("@opentelemetry/api").MeterProvider;
26
+ traceProvider?: import("@opentelemetry/api").TracerProvider;
27
+ }>;
28
+ get(hashes: Hash[]): Promise<DataLakeData[]>;
29
+ next(_options?: NextOptions<Sequence>): PromisableArray<DataLakeData>;
30
+ protected getOne(hash: Hash): Promise<DataLakeData | undefined>;
31
+ protected isAllowed(value: DataLakeData | undefined): boolean;
32
+ protected isAllowedSchema(schema: Schema): boolean;
33
+ }
34
+ //# sourceMappingURL=AbstractRestDataLake.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AbstractRestDataLake.d.ts","sourceRoot":"","sources":["../../../../src/simple/datalake/AbstractRestDataLake.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,eAAe,EAAE,MAAM,aAAa,CAAA;AAC/D,OAAO,EACa,KAAK,IAAI,EAAa,KAAK,eAAe,EAC7D,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EACV,WAAW,EAAE,MAAM,EAAE,QAAQ,EAC9B,MAAM,qBAAqB,CAAA;AAE5B,OAAO,KAAK,EACV,YAAY,EAAE,cAAc,EAC7B,MAAM,+BAA+B,CAAA;AAGtC,OAAO,EAAE,yBAAyB,EAAE,KAAK,uBAAuB,EAAE,MAAM,kCAAkC,CAAA;AAE1G,2CAA2C;AAC3C,MAAM,WAAW,0BAA2B,SAC1C,uBAAuB;IAEvB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAA;IACzB,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC5B,uFAAuF;IACvF,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAED,4DAA4D;AAC5D,8BAAsB,oBAAoB,CAAC,OAAO,SAAS,0BAA0B,GAAG,0BAA0B,CAAE,SAClH,yBAAyB,CAAC,OAAO,CAAE,YAAW,IAAI,CAAC,cAAc,EAAE,SAAS,CAAC;IAC7E,IAAI,cAAc,IAAI,MAAM,EAAE,GAAG,SAAS,CAEzC;IAED,IAAI,MAAM,oBAET;IAED,IAAI,iBAAiB,IAAI,MAAM,EAAE,GAAG,SAAS,CAE5C;IAED,IAAI,QAAQ,WAEX;WAEqB,aAAa,CAAC,MAAM,GAAE,OAAO,CAAC,0BAA0B,CAAM;;;;;;;;;IAc9E,GAAG,CAAC,MAAM,EAAE,IAAI,EAAE,GAAG,OAAO,CAAC,YAAY,EAAE,CAAC;IAKlD,IAAI,CAAC,QAAQ,CAAC,EAAE,WAAW,CAAC,QAAQ,CAAC,GAAG,eAAe,CAAC,YAAY,CAAC;cAIrD,MAAM,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC,YAAY,GAAG,SAAS,CAAC;IAarE,SAAS,CAAC,SAAS,CAAC,KAAK,EAAE,YAAY,GAAG,SAAS,GAAG,OAAO;IAO7D,SAAS,CAAC,eAAe,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO;CASnD"}
@@ -0,0 +1,21 @@
1
+ import type { Hash, PromisableArray } from '@xylabs/sdk';
2
+ import type { NextOptions, Schema, Sequence } from '@xyo-network/sdk-js';
3
+ import type { DataLakeData, DataLakeViewer, MapTypeRead } from '@xyo-network/xl1-protocol-lib';
4
+ import { AbstractCreatableProvider, type CreatableProviderParams } from '../../CreatableProvider/index.ts';
5
+ /** Parameters for AbstractSimpleDataLake. */
6
+ export interface AbstractSimpleDataLakeParams<TMap extends MapTypeRead<Hash, DataLakeData> = MapTypeRead<Hash, DataLakeData>> extends CreatableProviderParams {
7
+ allowedSchemas?: Schema[];
8
+ disallowedSchemas?: Schema[];
9
+ map: TMap;
10
+ }
11
+ /** Abstract base class for SimpleDataLake implementations. */
12
+ export declare abstract class AbstractSimpleDataLake<TParams extends AbstractSimpleDataLakeParams = AbstractSimpleDataLakeParams> extends AbstractCreatableProvider<TParams> implements Omit<DataLakeViewer, 'moniker'> {
13
+ get allowedSchemas(): Schema[] | undefined;
14
+ get disallowedSchemas(): Schema[] | undefined;
15
+ protected get map(): TParams['map'];
16
+ get(hashes: Hash[]): Promise<DataLakeData[]>;
17
+ next(_options?: NextOptions<Sequence>): PromisableArray<DataLakeData>;
18
+ protected isAllowed(value: DataLakeData | undefined): boolean;
19
+ protected isAllowedSchema(schema: Schema): boolean;
20
+ }
21
+ //# sourceMappingURL=AbstractSimpleDataLake.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AbstractSimpleDataLake.d.ts","sourceRoot":"","sources":["../../../../src/simple/datalake/AbstractSimpleDataLake.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AACxD,OAAO,KAAK,EACV,WAAW,EAAE,MAAM,EAAE,QAAQ,EAC9B,MAAM,qBAAqB,CAAA;AAE5B,OAAO,KAAK,EACV,YAAY,EAAE,cAAc,EAAE,WAAW,EAC1C,MAAM,+BAA+B,CAAA;AAEtC,OAAO,EAAE,yBAAyB,EAAE,KAAK,uBAAuB,EAAE,MAAM,kCAAkC,CAAA;AAE1G,6CAA6C;AAC7C,MAAM,WAAW,4BAA4B,CAAC,IAAI,SAClD,WAAW,CAAC,IAAI,EAAE,YAAY,CAAC,GAAG,WAAW,CAAC,IAAI,EAAE,YAAY,CAAC,CAAE,SACjE,uBAAuB;IAEvB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAA;IACzB,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC5B,GAAG,EAAE,IAAI,CAAA;CACV;AAED,8DAA8D;AAC9D,8BAAsB,sBAAsB,CAAC,OAAO,SAAS,4BAA4B,GAAG,4BAA4B,CAAE,SACxH,yBAAyB,CAAC,OAAO,CAAE,YAAW,IAAI,CAAC,cAAc,EAAE,SAAS,CAAC;IAC7E,IAAI,cAAc,IAAI,MAAM,EAAE,GAAG,SAAS,CAEzC;IAED,IAAI,iBAAiB,IAAI,MAAM,EAAE,GAAG,SAAS,CAE5C;IAED,SAAS,KAAK,GAAG,IAAI,OAAO,CAAC,KAAK,CAAC,CAElC;IAEK,GAAG,CAAC,MAAM,EAAE,IAAI,EAAE,GAAG,OAAO,CAAC,YAAY,EAAE,CAAC;IAKlD,IAAI,CAAC,QAAQ,CAAC,EAAE,WAAW,CAAC,QAAQ,CAAC,GAAG,eAAe,CAAC,YAAY,CAAC;IAIrE,SAAS,CAAC,SAAS,CAAC,KAAK,EAAE,YAAY,GAAG,SAAS,GAAG,OAAO;IAO7D,SAAS,CAAC,eAAe,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO;CASnD"}
@@ -0,0 +1,20 @@
1
+ import type { BrandedHash, Promisable, PromisableArray } from '@xylabs/sdk';
2
+ import type { DataLakeData, DataLakeRunner } from '@xyo-network/xl1-protocol-lib';
3
+ import { AbstractRestDataLake } from './AbstractRestDataLake.ts';
4
+ import type { RestDataLakeViewerParams } from './RestDataLakeViewer.ts';
5
+ /** Parameters for RestDataLakeRunner. */
6
+ export interface RestDataLakeRunnerParams extends RestDataLakeViewerParams {
7
+ }
8
+ /** RestDataLakeRunner implementation. */
9
+ export declare class RestDataLakeRunner<TParams extends RestDataLakeRunnerParams> extends AbstractRestDataLake<TParams> implements DataLakeRunner {
10
+ static readonly connectionTypes: readonly ["rest"];
11
+ static readonly defaultMoniker: "DataLakeRunner";
12
+ static readonly dependencies: never[];
13
+ static readonly monikers: "DataLakeRunner"[];
14
+ static readonly surface: "node";
15
+ moniker: "DataLakeRunner";
16
+ clear(): Promisable<void>;
17
+ delete(_hashes: BrandedHash[]): PromisableArray<DataLakeData>;
18
+ insert(items: DataLakeData[]): Promise<DataLakeData[]>;
19
+ }
20
+ //# sourceMappingURL=RestDataLakeRunner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RestDataLakeRunner.d.ts","sourceRoot":"","sources":["../../../../src/simple/datalake/RestDataLakeRunner.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,WAAW,EACL,UAAU,EAChB,eAAe,EAChB,MAAM,aAAa,CAAA;AAGpB,OAAO,KAAK,EACV,YAAY,EACZ,cAAc,EACf,MAAM,+BAA+B,CAAA;AAKtC,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAA;AAChE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAA;AAEvE,yCAAyC;AACzC,MAAM,WAAW,wBAAyB,SAAQ,wBAAwB;CAAG;AAE7E,yCAAyC;AACzC,qBACa,kBAAkB,CAAC,OAAO,SAAS,wBAAwB,CAAE,SACxE,oBAAoB,CAAC,OAAO,CAAE,YAAW,cAAc;IACvD,MAAM,CAAC,QAAQ,CAAC,eAAe,oBAAoB;IACnD,MAAM,CAAC,QAAQ,CAAC,cAAc,mBAAwB;IACtD,MAAM,CAAC,QAAQ,CAAC,YAAY,UAAK;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,qBAA0B;IAClD,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,MAAM,CAAS;IACzC,OAAO,mBAAoC;IAE3C,KAAK,IAAI,UAAU,CAAC,IAAI,CAAC;IAIzB,MAAM,CAAC,OAAO,EAAE,WAAW,EAAE,GAAG,eAAe,CAAC,YAAY,CAAC;IAIvD,MAAM,CAAC,KAAK,EAAE,YAAY,EAAE,GAAG,OAAO,CAAC,YAAY,EAAE,CAAC;CAc7D"}
@@ -0,0 +1,16 @@
1
+ import type { DataLakeViewer } from '@xyo-network/xl1-protocol-lib';
2
+ import type { AbstractRestDataLakeParams } from './AbstractRestDataLake.ts';
3
+ import { AbstractRestDataLake } from './AbstractRestDataLake.ts';
4
+ /** Parameters for RestDataLakeViewer. */
5
+ export interface RestDataLakeViewerParams extends AbstractRestDataLakeParams {
6
+ }
7
+ /** RestDataLakeViewer implementation. */
8
+ export declare class RestDataLakeViewer<TParams extends RestDataLakeViewerParams = RestDataLakeViewerParams> extends AbstractRestDataLake<TParams> implements DataLakeViewer {
9
+ static readonly connectionTypes: readonly ["rest"];
10
+ static readonly defaultMoniker: "DataLakeViewer";
11
+ static readonly dependencies: never[];
12
+ static readonly monikers: "DataLakeViewer"[];
13
+ static readonly surface: "node";
14
+ moniker: "DataLakeViewer";
15
+ }
16
+ //# sourceMappingURL=RestDataLakeViewer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RestDataLakeViewer.d.ts","sourceRoot":"","sources":["../../../../src/simple/datalake/RestDataLakeViewer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAInE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,2BAA2B,CAAA;AAC3E,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAA;AAEhE,yCAAyC;AACzC,MAAM,WAAW,wBAAyB,SACxC,0BAA0B;CAC3B;AAED,yCAAyC;AACzC,qBACa,kBAAkB,CAAC,OAAO,SAAS,wBAAwB,GAAG,wBAAwB,CACjG,SAAQ,oBAAoB,CAAC,OAAO,CAAE,YAAW,cAAc;IAC/D,MAAM,CAAC,QAAQ,CAAC,eAAe,oBAAoB;IACnD,MAAM,CAAC,QAAQ,CAAC,cAAc,mBAAwB;IACtD,MAAM,CAAC,QAAQ,CAAC,YAAY,UAAK;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,qBAA0B;IAClD,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,MAAM,CAAS;IACzC,OAAO,mBAAoC;CAC5C"}
@@ -0,0 +1,23 @@
1
+ import { type Hash } from '@xylabs/sdk';
2
+ import type { DataLakeData, DataLakeRunner, MapType } from '@xyo-network/xl1-protocol-lib';
3
+ import { AbstractSimpleDataLake } from './AbstractSimpleDataLake.ts';
4
+ import type { SimpleDataLakeViewerParams } from './SimpleDataLakeViewer.ts';
5
+ /** Parameters for SimpleDataLakeRunner. */
6
+ export interface SimpleDataLakeRunnerParams extends SimpleDataLakeViewerParams<MapType<Hash, DataLakeData>> {
7
+ }
8
+ /** SimpleDataLakeRunner implementation. */
9
+ export declare class SimpleDataLakeRunner<TParams extends SimpleDataLakeRunnerParams> extends AbstractSimpleDataLake<TParams> implements DataLakeRunner {
10
+ static readonly connectionTypes: readonly [];
11
+ static readonly defaultMoniker: "DataLakeRunner";
12
+ static readonly dependencies: never[];
13
+ static readonly monikers: "DataLakeRunner"[];
14
+ static readonly surface: "node";
15
+ moniker: "DataLakeRunner";
16
+ clear(): Promise<void>;
17
+ delete(hashes: Hash[]): Promise<NonNullable<ArrayBuffer | import("@xyo-network/sdk-js").Payload>[]>;
18
+ insert(items: DataLakeData[]): Promise<(DataLakeData & {
19
+ [x: string]: unknown;
20
+ schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
21
+ })[]>;
22
+ }
23
+ //# sourceMappingURL=SimpleDataLakeRunner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SimpleDataLakeRunner.d.ts","sourceRoot":"","sources":["../../../../src/simple/datalake/SimpleDataLakeRunner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,KAAK,IAAI,EAAE,MAAM,aAAa,CAAA;AAE/C,OAAO,KAAK,EACV,YAAY,EACZ,cAAc,EAAE,OAAO,EACxB,MAAM,+BAA+B,CAAA;AAItC,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAA;AACpE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,2BAA2B,CAAA;AAE3E,2CAA2C;AAC3C,MAAM,WAAW,0BAA2B,SAAQ,0BAA0B,CAAC,OAAO,CAAC,IAAI,EAAE,YAAY,CAAC,CAAC;CAAG;AAE9G,2CAA2C;AAC3C,qBACa,oBAAoB,CAAC,OAAO,SAAS,0BAA0B,CAAE,SAC5E,sBAAsB,CAAC,OAAO,CAAE,YAAW,cAAc;IACzD,MAAM,CAAC,QAAQ,CAAC,eAAe,cAAc;IAC7C,MAAM,CAAC,QAAQ,CAAC,cAAc,mBAAwB;IACtD,MAAM,CAAC,QAAQ,CAAC,YAAY,UAAK;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,qBAA0B;IAClD,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,MAAM,CAAS;IACzC,OAAO,mBAAsC;IAEvC,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC;IAItB,MAAM,CAAC,MAAM,EAAE,IAAI,EAAE;IASrB,MAAM,CAAC,KAAK,EAAE,YAAY,EAAE;;;;CAQnC"}
@@ -0,0 +1,17 @@
1
+ import type { Hash } from '@xylabs/sdk';
2
+ import type { DataLakeData, DataLakeViewer, MapTypeRead } from '@xyo-network/xl1-protocol-lib';
3
+ import type { AbstractSimpleDataLakeParams } from './AbstractSimpleDataLake.ts';
4
+ import { AbstractSimpleDataLake } from './AbstractSimpleDataLake.ts';
5
+ /** Parameters for SimpleDataLakeViewer. */
6
+ export interface SimpleDataLakeViewerParams<TMap extends MapTypeRead<Hash, DataLakeData> = MapTypeRead<Hash, DataLakeData>> extends AbstractSimpleDataLakeParams<TMap> {
7
+ }
8
+ /** SimpleDataLakeViewer implementation. */
9
+ export declare class SimpleDataLakeViewer<TParams extends SimpleDataLakeViewerParams = SimpleDataLakeViewerParams> extends AbstractSimpleDataLake<TParams> implements DataLakeViewer {
10
+ static readonly connectionTypes: readonly [];
11
+ static readonly defaultMoniker: "DataLakeViewer";
12
+ static readonly dependencies: never[];
13
+ static readonly monikers: "DataLakeViewer"[];
14
+ static readonly surface: "node";
15
+ moniker: "DataLakeViewer";
16
+ }
17
+ //# sourceMappingURL=SimpleDataLakeViewer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SimpleDataLakeViewer.d.ts","sourceRoot":"","sources":["../../../../src/simple/datalake/SimpleDataLakeViewer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,KAAK,EACV,YAAY,EACZ,cAAc,EAAE,WAAW,EAC5B,MAAM,+BAA+B,CAAA;AAItC,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,6BAA6B,CAAA;AAC/E,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAA;AAEpE,2CAA2C;AAC3C,MAAM,WAAW,0BAA0B,CAAC,IAAI,SAAS,WAAW,CAAC,IAAI,EAAE,YAAY,CAAC,GAAG,WAAW,CAAC,IAAI,EAAE,YAAY,CAAC,CAAE,SAC1H,4BAA4B,CAAC,IAAI,CAAC;CACnC;AAED,2CAA2C;AAC3C,qBACa,oBAAoB,CAAC,OAAO,SAAS,0BAA0B,GAAG,0BAA0B,CACvG,SAAQ,sBAAsB,CAAC,OAAO,CAAE,YAAW,cAAc;IACjE,MAAM,CAAC,QAAQ,CAAC,eAAe,cAAc;IAC7C,MAAM,CAAC,QAAQ,CAAC,cAAc,mBAAwB;IACtD,MAAM,CAAC,QAAQ,CAAC,YAAY,UAAK;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,qBAA0B;IAClD,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,MAAM,CAAS;IACzC,OAAO,mBAAsC;CAC9C"}
@@ -0,0 +1,5 @@
1
+ export * from './RestDataLakeRunner.ts';
2
+ export * from './RestDataLakeViewer.ts';
3
+ export * from './SimpleDataLakeRunner.ts';
4
+ export * from './SimpleDataLakeViewer.ts';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/simple/datalake/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,yBAAyB,CAAA;AACvC,cAAc,2BAA2B,CAAA;AACzC,cAAc,2BAA2B,CAAA"}
@@ -0,0 +1,30 @@
1
+ import { type Hash } from '@xylabs/sdk';
2
+ import type { ArchivistInstance } from '@xyo-network/sdk-js';
3
+ import type { FinalizationRunner, SignedHydratedBlockWithHashMeta } from '@xyo-network/xl1-protocol-lib';
4
+ import type { ArchivistConnectionBinding } from '../../Archivists/index.ts';
5
+ import type { CreatableProviderParams } from '../../CreatableProvider/index.ts';
6
+ import { AbstractCreatableProvider } from '../../CreatableProvider/index.ts';
7
+ import type { ChainStoreWrite } from '../../model/index.ts';
8
+ /** Parameters for SimpleFinalizationRunner. */
9
+ export interface SimpleFinalizationRunnerParams extends CreatableProviderParams {
10
+ /** Connection the chain store self-provisions from when finalizedArchivist is not injected. */
11
+ connection?: ArchivistConnectionBinding;
12
+ finalizedArchivist?: ArchivistInstance;
13
+ }
14
+ /** SimpleFinalizationRunner implementation. */
15
+ export declare class SimpleFinalizationRunner extends AbstractCreatableProvider<SimpleFinalizationRunnerParams> implements FinalizationRunner {
16
+ static readonly connectionTypes: readonly ["lmdb", "mongo", "memory"];
17
+ static readonly defaultMoniker: "FinalizationRunner";
18
+ static readonly dependencies: never[];
19
+ static readonly monikers: "FinalizationRunner"[];
20
+ static readonly surface: "node";
21
+ moniker: "FinalizationRunner";
22
+ protected _store: ChainStoreWrite | undefined;
23
+ protected get finalizedArchivist(): ArchivistInstance;
24
+ protected get store(): ChainStoreWrite;
25
+ static paramsHandler(params?: Partial<SimpleFinalizationRunnerParams>): Promise<SimpleFinalizationRunnerParams>;
26
+ createHandler(): Promise<void>;
27
+ finalizeBlock(block: SignedHydratedBlockWithHashMeta): Promise<Hash>;
28
+ finalizeBlocks(blocks: SignedHydratedBlockWithHashMeta[]): Promise<Hash[]>;
29
+ }
30
+ //# sourceMappingURL=SimpleFinalizationRunner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SimpleFinalizationRunner.d.ts","sourceRoot":"","sources":["../../../../src/simple/finalization/SimpleFinalizationRunner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,IAAI,EAAE,MAAM,aAAa,CAAA;AACjD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAC5D,OAAO,KAAK,EAAE,kBAAkB,EAAE,+BAA+B,EAAE,MAAM,+BAA+B,CAAA;AAGxG,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,2BAA2B,CAAA;AAE3E,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAA;AAC/E,OAAO,EAAE,yBAAyB,EAAqB,MAAM,kCAAkC,CAAA;AAC/F,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAE3D,+CAA+C;AAC/C,MAAM,WAAW,8BAA+B,SAAQ,uBAAuB;IAC7E,+FAA+F;IAC/F,UAAU,CAAC,EAAE,0BAA0B,CAAA;IACvC,kBAAkB,CAAC,EAAE,iBAAiB,CAAA;CACvC;AAED,+CAA+C;AAC/C,qBACa,wBAAyB,SAAQ,yBAAyB,CAAC,8BAA8B,CAAE,YAAW,kBAAkB;IACnI,MAAM,CAAC,QAAQ,CAAC,eAAe,uCAAuC;IACtE,MAAM,CAAC,QAAQ,CAAC,cAAc,uBAA4B;IAC1D,MAAM,CAAC,QAAQ,CAAC,YAAY,UAAK;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,yBAA8B;IACtD,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,MAAM,CAAS;IACzC,OAAO,uBAA0C;IAEjD,SAAS,CAAC,MAAM,EAAE,eAAe,GAAG,SAAS,CAAA;IAE7C,SAAS,KAAK,kBAAkB,IAAI,iBAAiB,CAEpD;IAED,SAAS,KAAK,KAAK,oBAElB;WAEqB,aAAa,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC,8BAA8B,CAAC,GAAG,OAAO,CAAC,8BAA8B,CAAC;IAU/G,aAAa;IAKtB,aAAa,CAAC,KAAK,EAAE,+BAA+B,GAAG,OAAO,CAAC,IAAI,CAAC;IAKpE,cAAc,CAAC,MAAM,EAAE,+BAA+B,EAAE,GAAG,OAAO,CAAC,IAAI,EAAE,CAAC;CAMjF"}
@@ -0,0 +1,75 @@
1
+ import type { Hash } from '@xylabs/sdk';
2
+ import type { ReadArchivist } from '@xyo-network/sdk-js';
3
+ import type { BlockContextRead, ChainContextRead, ChainId, FinalizationViewer, SignedBlockBoundWitnessWithHashMeta, SignedHydratedBlockWithHashMeta, SignedHydratedBlockWithStorageMeta, XL1BlockNumber } from '@xyo-network/xl1-protocol-lib';
4
+ import type { ArchivistConnectionBinding } from '../../Archivists/index.ts';
5
+ import type { CreatableProviderParams } from '../../CreatableProvider/index.ts';
6
+ import { AbstractCreatableProvider } from '../../CreatableProvider/index.ts';
7
+ import type { ChainStoreRead } from '../../model/index.ts';
8
+ import { HydratedCache } from '../../utils/index.ts';
9
+ /** Parameters for SimpleFinalizationViewer. */
10
+ export interface SimpleFinalizationViewerParams extends CreatableProviderParams {
11
+ /** Connection the chain store self-provisions from when finalizedArchivist is not injected. */
12
+ connection?: ArchivistConnectionBinding;
13
+ finalizedArchivist?: ReadArchivist;
14
+ }
15
+ /** SimpleFinalizationViewer implementation. */
16
+ export declare class SimpleFinalizationViewer extends AbstractCreatableProvider<SimpleFinalizationViewerParams> implements FinalizationViewer {
17
+ static readonly connectionTypes: readonly ["lmdb", "mongo", "memory"];
18
+ static readonly defaultMoniker: "FinalizationViewer";
19
+ static readonly dependencies: "ChainContractViewer"[];
20
+ static readonly monikers: "FinalizationViewer"[];
21
+ static readonly surface: "node";
22
+ moniker: "FinalizationViewer";
23
+ protected _chainId: ChainId;
24
+ protected _store: ChainStoreRead | undefined;
25
+ private _signedHydratedBlockCache;
26
+ protected get finalizedArchivist(): ReadArchivist;
27
+ protected get hydratedBlockCache(): HydratedCache<SignedHydratedBlockWithStorageMeta>;
28
+ protected get store(): ChainStoreRead;
29
+ static paramsHandler(params: Partial<SimpleFinalizationViewerParams>): Promise<{
30
+ finalizedArchivist: ReadArchivist<import("@xyo-network/sdk-js").Payload, import("@xylabs/sdk").BrandedHash, import("@xyo-network/sdk-js").Sequence>;
31
+ context: import("../../model/CreatableProviderContext.zod.ts").CreatableProviderContextType;
32
+ name?: import("@xylabs/sdk").CreatableName;
33
+ statusReporter?: import("@xylabs/sdk").CreatableStatusReporter<void> | undefined;
34
+ logger?: import("@xylabs/sdk").Logger;
35
+ meterProvider?: import("@opentelemetry/api").MeterProvider;
36
+ traceProvider?: import("@opentelemetry/api").TracerProvider;
37
+ }>;
38
+ chainId(): import("@xylabs/sdk").BrandedHex;
39
+ createHandler(): Promise<void>;
40
+ head(): Promise<SignedHydratedBlockWithHashMeta>;
41
+ headBlock(): Promise<SignedBlockBoundWitnessWithHashMeta>;
42
+ headHash(): Promise<Hash>;
43
+ headNumber(): Promise<XL1BlockNumber>;
44
+ protected getBlockContextRead(): BlockContextRead;
45
+ protected getChainContextRead(): Promise<ChainContextRead>;
46
+ protected getCurrentHead(): Promise<{
47
+ schema: "network.xyo.boundwitness" & {
48
+ readonly __schema: true;
49
+ };
50
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
51
+ readonly __hex: true;
52
+ } & {
53
+ readonly __address: true;
54
+ }))[];
55
+ payload_hashes: import("@xylabs/sdk").BrandedHash[];
56
+ payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
57
+ previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
58
+ $signatures: import("@xylabs/sdk").BrandedHex[];
59
+ block: XL1BlockNumber;
60
+ chain: import("@xylabs/sdk").BrandedHex;
61
+ previous: import("@xylabs/sdk").BrandedHash | null;
62
+ $epoch: number;
63
+ _hash: import("@xylabs/sdk").BrandedHash;
64
+ _dataHash: import("@xylabs/sdk").BrandedHash;
65
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
66
+ readonly __hex: true;
67
+ } & {
68
+ readonly __address: true;
69
+ }) | undefined;
70
+ $sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
71
+ protocol?: number | undefined;
72
+ step_hashes?: import("@xylabs/sdk").BrandedHash[] | undefined;
73
+ }>;
74
+ }
75
+ //# sourceMappingURL=SimpleFinalizationViewer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SimpleFinalizationViewer.d.ts","sourceRoot":"","sources":["../../../../src/simple/finalization/SimpleFinalizationViewer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAEvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAA;AACxD,OAAO,KAAK,EACV,gBAAgB,EAAE,gBAAgB,EAClC,OAAO,EAAE,kBAAkB,EAC3B,mCAAmC,EAAE,+BAA+B,EAAE,kCAAkC,EACxG,cAAc,EACf,MAAM,+BAA+B,CAAA;AAKtC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,2BAA2B,CAAA;AAG3E,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAA;AAC/E,OAAO,EAAE,yBAAyB,EAAqB,MAAM,kCAAkC,CAAA;AAC/F,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAE1D,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAEpD,+CAA+C;AAC/C,MAAM,WAAW,8BAA+B,SAAQ,uBAAuB;IAC7E,+FAA+F;IAC/F,UAAU,CAAC,EAAE,0BAA0B,CAAA;IACvC,kBAAkB,CAAC,EAAE,aAAa,CAAA;CACnC;AAED,+CAA+C;AAC/C,qBACa,wBAAyB,SAAQ,yBAAyB,CAAC,8BAA8B,CAAE,YAAW,kBAAkB;IACnI,MAAM,CAAC,QAAQ,CAAC,eAAe,uCAAuC;IACtE,MAAM,CAAC,QAAQ,CAAC,cAAc,uBAA4B;IAC1D,MAAM,CAAC,QAAQ,CAAC,YAAY,0BAA+B;IAC3D,MAAM,CAAC,QAAQ,CAAC,QAAQ,yBAA8B;IACtD,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,MAAM,CAAS;IACzC,OAAO,uBAA0C;IAEjD,SAAS,CAAC,QAAQ,EAAG,OAAO,CAAA;IAC5B,SAAS,CAAC,MAAM,EAAE,cAAc,GAAG,SAAS,CAAA;IAE5C,OAAO,CAAC,yBAAyB,CAA+D;IAEhG,SAAS,KAAK,kBAAkB,IAAI,aAAa,CAEhD;IAED,SAAS,KAAK,kBAAkB,IAAI,aAAa,CAAC,kCAAkC,CAAC,CAapF;IAED,SAAS,KAAK,KAAK,mBAElB;WAEqB,aAAa,CAAC,MAAM,EAAE,OAAO,CAAC,8BAA8B,CAAC;;;;;;;;;IAUnF,OAAO;IAIQ,aAAa;IAQtB,IAAI,IAAI,OAAO,CAAC,+BAA+B,CAAC;IAYhD,SAAS,IAAI,OAAO,CAAC,mCAAmC,CAAC;IAKzD,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC;IAKzB,UAAU,IAAI,OAAO,CAAC,cAAc,CAAC;IAK3C,SAAS,CAAC,mBAAmB,IAAI,gBAAgB;cAOjC,mBAAmB,IAAI,OAAO,CAAC,gBAAgB,CAAC;cAQhD,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM/B"}
@@ -0,0 +1,3 @@
1
+ export * from './SimpleFinalizationRunner.ts';
2
+ export * from './SimpleFinalizationViewer.ts';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/simple/finalization/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAA;AAC7C,cAAc,+BAA+B,CAAA"}
@@ -0,0 +1,17 @@
1
+ import type { XyoConnection, XyoGateway } from '@xyo-network/xl1-protocol-lib';
2
+ import type { CreatableProviderParams } from '../../CreatableProvider/index.ts';
3
+ import { AbstractCreatableProvider } from '../../CreatableProvider/index.ts';
4
+ /** Parameters for SimpleXyoGateway. */
5
+ export interface SimpleXyoGatewayParams extends CreatableProviderParams {
6
+ }
7
+ /** SimpleXyoGateway implementation. */
8
+ export declare class SimpleXyoGateway extends AbstractCreatableProvider<SimpleXyoGatewayParams> implements XyoGateway {
9
+ static readonly defaultMoniker: "XyoGateway";
10
+ static readonly dependencies: "XyoConnection"[];
11
+ static readonly monikers: "XyoGateway"[];
12
+ moniker: "XyoGateway";
13
+ private _connection;
14
+ get connection(): XyoConnection;
15
+ createHandler(): Promise<void>;
16
+ }
17
+ //# sourceMappingURL=SimpleXyoGateway.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SimpleXyoGateway.d.ts","sourceRoot":"","sources":["../../../../src/simple/gateway/SimpleXyoGateway.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,UAAU,EACX,MAAM,+BAA+B,CAAA;AAGtC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAA;AAC/E,OAAO,EAAE,yBAAyB,EAAE,MAAM,kCAAkC,CAAA;AAE5E,uCAAuC;AACvC,MAAM,WAAW,sBAAuB,SAAQ,uBAAuB;CAAG;AAE1E,uCAAuC;AACvC,qBAAa,gBAAiB,SAAQ,yBAAyB,CAAC,sBAAsB,CAAE,YAAW,UAAU;IAC3G,MAAM,CAAC,QAAQ,CAAC,cAAc,eAAoB;IAClD,MAAM,CAAC,QAAQ,CAAC,YAAY,oBAAyB;IACrD,MAAM,CAAC,QAAQ,CAAC,QAAQ,iBAAsB;IAC9C,OAAO,eAAkC;IAEzC,OAAO,CAAC,WAAW,CAAgB;IAEnC,IAAI,UAAU,IAAI,aAAa,CAE9B;IAEc,aAAa;CAI7B"}
@@ -0,0 +1,29 @@
1
+ import type { Hash } from '@xylabs/sdk';
2
+ import type { Payload, WithHashMeta, XyoAddress } from '@xyo-network/sdk-js';
3
+ import type { AllowedBlockPayload, AttoXL1, ConfirmSubmittedTransactionOptions, DataLakeRunner, HydratedTransactionWithHashMeta, SignedHydratedTransaction, SignedHydratedTransactionWithHashMeta, TransactionOptions, UnsignedHydratedTransaction, XyoConnection, XyoGatewayRunner, XyoSigner } from '@xyo-network/xl1-protocol-lib';
4
+ import type { CreatableProviderParams } from '../../CreatableProvider/index.ts';
5
+ import { AbstractCreatableProvider } from '../../CreatableProvider/index.ts';
6
+ /** Parameters for SimpleXyoGatewayRunner. */
7
+ export interface SimpleXyoGatewayRunnerParams extends CreatableProviderParams {
8
+ }
9
+ /** SimpleXyoGatewayRunner implementation. */
10
+ export declare class SimpleXyoGatewayRunner extends AbstractCreatableProvider<SimpleXyoGatewayRunnerParams> implements XyoGatewayRunner {
11
+ static readonly defaultMoniker: "XyoGatewayRunner";
12
+ static readonly dependencies: ("XyoConnection" | "XyoSigner")[];
13
+ static readonly monikers: ("XyoGateway" | "XyoGatewayRunner")[];
14
+ moniker: "XyoGatewayRunner";
15
+ private _connection;
16
+ private _dataLakeRunner?;
17
+ private _signer;
18
+ get connection(): XyoConnection;
19
+ get dataLakeRunner(): DataLakeRunner | undefined;
20
+ get signer(): XyoSigner;
21
+ addPayloadsToChain(onChain: AllowedBlockPayload[], offChain: Payload[], options?: TransactionOptions): Promise<[Hash, SignedHydratedTransactionWithHashMeta]>;
22
+ addTransactionToChain(tx: UnsignedHydratedTransaction | SignedHydratedTransaction, offChain?: WithHashMeta<Payload>[]): Promise<[Hash, SignedHydratedTransactionWithHashMeta]>;
23
+ confirmSubmittedTransaction(txHash: Hash, options?: ConfirmSubmittedTransactionOptions): Promise<SignedHydratedTransaction>;
24
+ createHandler(): Promise<void>;
25
+ send(to: XyoAddress, amount: AttoXL1, options?: TransactionOptions): Promise<Hash>;
26
+ sendMany(transfers: Record<XyoAddress, AttoXL1>, options?: TransactionOptions): Promise<Hash>;
27
+ transactionRequiredGas(hydratedTransaction: HydratedTransactionWithHashMeta): AttoXL1;
28
+ }
29
+ //# sourceMappingURL=SimpleXyoGatewayRunner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SimpleXyoGatewayRunner.d.ts","sourceRoot":"","sources":["../../../../src/simple/gateway/SimpleXyoGatewayRunner.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAO,MAAM,aAAa,CAAA;AAI5C,OAAO,KAAK,EACV,OAAO,EAAE,YAAY,EAAE,UAAU,EAClC,MAAM,qBAAqB,CAAA;AAE5B,OAAO,KAAK,EACV,mBAAmB,EAAE,OAAO,EAAE,kCAAkC,EAChE,cAAc,EAAE,+BAA+B,EAAE,yBAAyB,EAAE,qCAAqC,EAAE,kBAAkB,EAAY,2BAA2B,EAC5K,aAAa,EAAE,gBAAgB,EAAE,SAAS,EAC3C,MAAM,+BAA+B,CAAA;AAKtC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAA;AAC/E,OAAO,EAAE,yBAAyB,EAAE,MAAM,kCAAkC,CAAA;AAM5E,6CAA6C;AAC7C,MAAM,WAAW,4BAA6B,SAAQ,uBAAuB;CAE5E;AAED,6CAA6C;AAC7C,qBAAa,sBAAuB,SAAQ,yBAAyB,CAAC,4BAA4B,CAAE,YAAW,gBAAgB;IAC7H,MAAM,CAAC,QAAQ,CAAC,cAAc,qBAA0B;IACxD,MAAM,CAAC,QAAQ,CAAC,YAAY,oCAA2C;IACvE,MAAM,CAAC,QAAQ,CAAC,QAAQ,wCAA+C;IACvE,OAAO,qBAAwC;IAE/C,OAAO,CAAC,WAAW,CAAgB;IACnC,OAAO,CAAC,eAAe,CAAC,CAAgB;IACxC,OAAO,CAAC,OAAO,CAAY;IAE3B,IAAI,UAAU,IAAI,aAAa,CAE9B;IAED,IAAI,cAAc,IAAI,cAAc,GAAG,SAAS,CAE/C;IAED,IAAI,MAAM,IAAI,SAAS,CAEtB;IAEK,kBAAkB,CACtB,OAAO,EAAE,mBAAmB,EAAE,EAC9B,QAAQ,EAAE,OAAO,EAAE,EACnB,OAAO,CAAC,EAAE,kBAAkB,GAC3B,OAAO,CAAC,CAAC,IAAI,EAAE,qCAAqC,CAAC,CAAC;IAiBnD,qBAAqB,CACzB,EAAE,EAAE,2BAA2B,GAAG,yBAAyB,EAC3D,QAAQ,GAAE,YAAY,CAAC,OAAO,CAAC,EAAO,GACrC,OAAO,CAAC,CAAC,IAAI,EAAE,qCAAqC,CAAC,CAAC;IA2BnD,2BAA2B,CAAC,MAAM,EAAE,IAAI,EAAE,OAAO,CAAC,EAAE,kCAAkC,GAAG,OAAO,CAAC,yBAAyB,CAAC;IAQlH,aAAa;IAOtB,IAAI,CAAC,EAAE,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAIlF,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAkBnG,sBAAsB,CAAC,mBAAmB,EAAE,+BAA+B,GAAG,OAAO;CAGtF"}
@@ -0,0 +1,3 @@
1
+ export * from './SimpleXyoGateway.ts';
2
+ export * from './SimpleXyoGatewayRunner.ts';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/simple/gateway/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA;AACrC,cAAc,6BAA6B,CAAA"}
@@ -0,0 +1,24 @@
1
+ export * from './accountBalance/index.ts';
2
+ export * from './block/index.ts';
3
+ export * from './blockReward/index.ts';
4
+ export * from './blockValidation/index.ts';
5
+ export * from './chainContractViewer/index.ts';
6
+ export * from './client/index.ts';
7
+ export * from './datalake/index.ts';
8
+ export * from './finalization/index.ts';
9
+ export * from './gateway/index.ts';
10
+ export * from './mempool/index.ts';
11
+ export * from './network/index.ts';
12
+ export * from './permissions/index.ts';
13
+ export * from './runner/index.ts';
14
+ export * from './signer/index.ts';
15
+ export * from './StakeEventsViewer/index.ts';
16
+ export * from './StakeTotalsViewer/index.ts';
17
+ export * from './StakeViewer/index.ts';
18
+ export * from './sync/index.ts';
19
+ export * from './systemStatus/index.ts';
20
+ export * from './timeSync2/index.ts';
21
+ export * from './transactionValidation/index.ts';
22
+ export * from './TransactionViewer/index.ts';
23
+ export * from './windowedBlock/index.ts';
24
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/simple/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA;AACzC,cAAc,kBAAkB,CAAA;AAChC,cAAc,wBAAwB,CAAA;AACtC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,mBAAmB,CAAA;AACjC,cAAc,qBAAqB,CAAA;AACnC,cAAc,yBAAyB,CAAA;AACvC,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA;AAClC,cAAc,wBAAwB,CAAA;AACtC,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,wBAAwB,CAAA;AACtC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,yBAAyB,CAAA;AACvC,cAAc,sBAAsB,CAAA;AACpC,cAAc,kCAAkC,CAAA;AAChD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,0BAA0B,CAAA"}
@@ -0,0 +1,84 @@
1
+ import { type Hash } from '@xylabs/sdk';
2
+ import type { ArchivistInstance } from '@xyo-network/sdk-js';
3
+ import type { BlockValidationViewer, ChainContractViewer, DeadLetterQueueRunner, FinalizationViewer, MempoolPruneOptions, MempoolRunner, MempoolViewer, SignedHydratedBlock, SignedHydratedTransaction, TransactionValidationViewer } from '@xyo-network/xl1-protocol-lib';
4
+ import type { ArchivistConnectionBinding } from '../../Archivists/index.ts';
5
+ import type { CreatableProviderParams } from '../../CreatableProvider/index.ts';
6
+ import { AbstractCreatableProvider } from '../../CreatableProvider/index.ts';
7
+ /** Parameters for SimpleMempoolRunner. */
8
+ export interface SimpleMempoolRunnerParams extends CreatableProviderParams {
9
+ /** Connection the mempool stores self-provision from when archivists are not injected. */
10
+ connection?: ArchivistConnectionBinding;
11
+ externalMempools?: MempoolViewer[];
12
+ maxExpAhead?: number;
13
+ /**
14
+ * Maximum number of pending transactions allowed in the pool. When exceeded after
15
+ * `submitTransactions` or `prunePendingTransactions`, the runner evicts the excess —
16
+ * demoted transactions first (when the resolved viewer supports it), then oldest
17
+ * by sequence. `0` (default) disables the cap.
18
+ */
19
+ maxPendingTransactions?: number;
20
+ pendingBlocksArchivist?: ArchivistInstance;
21
+ pendingTransactionsArchivist?: ArchivistInstance;
22
+ syncInterval?: number;
23
+ syncLimit?: number;
24
+ /**
25
+ * When true (default), `submitTransactions` runs full `{ value: true, state: true }`
26
+ * validation against `transactionValidationViewer` before insert and throws on
27
+ * any failure (insufficient balance for gas + base + transfer, signature
28
+ * problems, etc.) — closing the admission-time gap that previously let
29
+ * underfunded transactions sit in the pool until the prune sweep evicted
30
+ * them. Set to false in unit tests that wire a minimally-configured
31
+ * `TransactionValidationViewer` and want to assert other behavior (exp
32
+ * filter, prune flow) without state-validation getting in the way.
33
+ */
34
+ validateOnSubmit?: boolean;
35
+ }
36
+ /** SimpleMempoolRunner implementation. */
37
+ export declare class SimpleMempoolRunner extends AbstractCreatableProvider<SimpleMempoolRunnerParams> implements MempoolRunner {
38
+ static readonly connectionTypes: readonly ["lmdb", "mongo", "memory"];
39
+ static readonly defaultMoniker: "MempoolRunner";
40
+ static readonly dependencies: ("FinalizationViewer" | "ChainContractViewer" | "BlockValidationViewer" | "TransactionValidationViewer")[];
41
+ static readonly monikers: "MempoolRunner"[];
42
+ static readonly surface: "node";
43
+ moniker: "MempoolRunner";
44
+ protected _blockValidationViewer: BlockValidationViewer;
45
+ protected _chainContractViewer: ChainContractViewer;
46
+ protected _deadLetterQueueRunner?: DeadLetterQueueRunner;
47
+ protected _finalizationViewer: FinalizationViewer;
48
+ protected _mempoolViewer?: MempoolViewer;
49
+ protected _transactionValidationViewer: TransactionValidationViewer;
50
+ private _syncMutex;
51
+ private _syncTimerId;
52
+ protected get blockValidationViewer(): BlockValidationViewer;
53
+ protected get chainContractViewer(): ChainContractViewer;
54
+ protected get externalMempools(): MempoolViewer[];
55
+ protected get finalizationViewer(): FinalizationViewer;
56
+ protected get maxExpAhead(): number;
57
+ protected get maxPendingTransactions(): number;
58
+ protected get pendingBlocksArchivist(): ArchivistInstance;
59
+ protected get pendingTransactionsArchivist(): ArchivistInstance;
60
+ protected get syncInterval(): number;
61
+ protected get syncLimit(): number;
62
+ protected get transactionValidationViewer(): TransactionValidationViewer;
63
+ protected get validateOnSubmit(): boolean;
64
+ static paramsHandler(params?: Partial<SimpleMempoolRunnerParams>): Promise<SimpleMempoolRunnerParams>;
65
+ createHandler(): Promise<void>;
66
+ prunePendingBlocks({ batchSize, maxPrune, maxCheck, }?: MempoolPruneOptions): Promise<[number, number]>;
67
+ prunePendingTransactions({ batchSize, maxPrune, maxCheck, }?: MempoolPruneOptions): Promise<[number, number]>;
68
+ submitBlocks(blocks: SignedHydratedBlock[]): Promise<Hash[]>;
69
+ submitTransactions(transactions: SignedHydratedTransaction[]): Promise<Hash[]>;
70
+ protected startHandler(): Promise<void>;
71
+ protected stopHandler(): Promise<void>;
72
+ private collectAllPendingTransactionBundles;
73
+ private enforceCap;
74
+ private finalizePruneTransactionsResult;
75
+ private forgetBundleHashes;
76
+ private orderForEviction;
77
+ private routeRejectedTransaction;
78
+ private simpleBlockValidationCheck;
79
+ private simpleTransactionValidationCheck;
80
+ private syncBlocksFrom;
81
+ private syncFromExternal;
82
+ private syncTransactionsFrom;
83
+ }
84
+ //# sourceMappingURL=SimpleMempoolRunner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SimpleMempoolRunner.d.ts","sourceRoot":"","sources":["../../../../src/simple/mempool/SimpleMempoolRunner.ts"],"names":[],"mappings":"AAAA,OAAO,EACa,KAAK,IAAI,EAC5B,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EACV,iBAAiB,EAGlB,MAAM,qBAAqB,CAAA;AAE5B,OAAO,KAAK,EACV,qBAAqB,EACrB,mBAAmB,EACnB,qBAAqB,EACrB,kBAAkB,EAElB,mBAAmB,EAAE,aAAa,EAAE,aAAa,EAAE,mBAAmB,EACtE,yBAAyB,EAEzB,2BAA2B,EAC5B,MAAM,+BAA+B,CAAA;AAetC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,2BAA2B,CAAA;AAK3E,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAA;AAC/E,OAAO,EAAE,yBAAyB,EAAqB,MAAM,kCAAkC,CAAA;AAsB/F,0CAA0C;AAC1C,MAAM,WAAW,yBAA0B,SAAQ,uBAAuB;IACxE,0FAA0F;IAC1F,UAAU,CAAC,EAAE,0BAA0B,CAAA;IACvC,gBAAgB,CAAC,EAAE,aAAa,EAAE,CAAA;IAClC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB;;;;;OAKG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAA;IAC/B,sBAAsB,CAAC,EAAE,iBAAiB,CAAA;IAC1C,4BAA4B,CAAC,EAAE,iBAAiB,CAAA;IAChD,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;;;;;;;OASG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAA;CAC3B;AAED,0CAA0C;AAC1C,qBACa,mBAAoB,SAAQ,yBAAyB,CAAC,yBAAyB,CAAE,YAAW,aAAa;IACpH,MAAM,CAAC,QAAQ,CAAC,eAAe,uCAAuC;IACtE,MAAM,CAAC,QAAQ,CAAC,cAAc,kBAAuB;IACrD,MAAM,CAAC,QAAQ,CAAC,YAAY,6GAA4H;IACxJ,MAAM,CAAC,QAAQ,CAAC,QAAQ,oBAAyB;IACjD,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,MAAM,CAAS;IACzC,OAAO,kBAAqC;IAE5C,SAAS,CAAC,sBAAsB,EAAG,qBAAqB,CAAA;IACxD,SAAS,CAAC,oBAAoB,EAAG,mBAAmB,CAAA;IACpD,SAAS,CAAC,sBAAsB,CAAC,EAAE,qBAAqB,CAAA;IACxD,SAAS,CAAC,mBAAmB,EAAG,kBAAkB,CAAA;IAClD,SAAS,CAAC,cAAc,CAAC,EAAE,aAAa,CAAA;IACxC,SAAS,CAAC,4BAA4B,EAAG,2BAA2B,CAAA;IAEpE,OAAO,CAAC,UAAU,CAAc;IAChC,OAAO,CAAC,YAAY,CAA8C;IAElE,SAAS,KAAK,qBAAqB,0BAElC;IAED,SAAS,KAAK,mBAAmB,wBAEhC;IAED,SAAS,KAAK,gBAAgB,IAAI,aAAa,EAAE,CAEhD;IAED,SAAS,KAAK,kBAAkB,uBAE/B;IAED,SAAS,KAAK,WAAW,WAExB;IAED,SAAS,KAAK,sBAAsB,WAEnC;IAED,SAAS,KAAK,sBAAsB,IAAI,iBAAiB,CAExD;IAED,SAAS,KAAK,4BAA4B,IAAI,iBAAiB,CAE9D;IAED,SAAS,KAAK,YAAY,IAAI,MAAM,CAEnC;IAED,SAAS,KAAK,SAAS,IAAI,MAAM,CAEhC;IAED,SAAS,KAAK,2BAA2B,gCAExC;IAED,SAAS,KAAK,gBAAgB,YAE7B;WAEqB,aAAa,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC,yBAAyB,CAAC,GAAG,OAAO,CAAC,yBAAyB,CAAC;IAarG,aAAa;IAUtB,kBAAkB,CAAC,EACvB,SAAc,EAAE,QAAe,EAAE,QAAe,GACjD,GAAE,mBAAwB,GAAG,OAAO,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IA6DjD,wBAAwB,CAAC,EAC7B,SAAc,EAAE,QAAe,EAAE,QAAe,GACjD,GAAE,mBAAwB,GAAG,OAAO,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IA+DjD,YAAY,CAAC,MAAM,EAAE,mBAAmB,EAAE,GAAG,OAAO,CAAC,IAAI,EAAE,CAAC;IAW5D,kBAAkB,CAAC,YAAY,EAAE,yBAAyB,EAAE,GAAG,OAAO,CAAC,IAAI,EAAE,CAAC;cAiD3D,YAAY,IAAI,OAAO,CAAC,IAAI,CAAC;cAU7B,WAAW,IAAI,OAAO,CAAC,IAAI,CAAC;YAQvC,mCAAmC;YAenC,UAAU;YAiBV,+BAA+B;IAM7C,OAAO,CAAC,kBAAkB;IAK1B,OAAO,CAAC,gBAAgB;YAOV,wBAAwB;YAexB,0BAA0B;YA0B1B,gCAAgC;YAsChC,cAAc;YASd,gBAAgB;YAchB,oBAAoB;CAQnC"}