@xyo-network/xl1-protocol-sdk 4.0.3 → 4.0.5

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 (705) hide show
  1. package/dist/neutral/capabilities/locatorFromConfig.d.ts +3 -3
  2. package/dist/neutral/capabilities/locatorFromConfig.d.ts.map +1 -1
  3. package/dist/neutral/config/LocatorConfigFields.d.ts +6 -0
  4. package/dist/neutral/config/LocatorConfigFields.d.ts.map +1 -1
  5. package/dist/neutral/index-node.d.ts +3 -0
  6. package/dist/neutral/index-node.d.ts.map +1 -0
  7. package/dist/neutral/index.d.ts +0 -1
  8. package/dist/neutral/index.d.ts.map +1 -1
  9. package/dist/neutral/index.mjs +44 -57
  10. package/dist/neutral/index.mjs.map +4 -4
  11. package/dist/neutral/test/index.mjs +1 -0
  12. package/dist/neutral/test/index.mjs.map +2 -2
  13. package/dist/node/Archivists/ArchivistConnectOptions.d.ts +8 -0
  14. package/dist/node/Archivists/ArchivistConnectOptions.d.ts.map +1 -0
  15. package/dist/node/Archivists/ArchivistFactory.d.ts +31 -0
  16. package/dist/node/Archivists/ArchivistFactory.d.ts.map +1 -0
  17. package/dist/node/Archivists/MemoryArchivistFactory.d.ts +19 -0
  18. package/dist/node/Archivists/MemoryArchivistFactory.d.ts.map +1 -0
  19. package/dist/node/Archivists/archivistFactoryRegistry.d.ts +9 -0
  20. package/dist/node/Archivists/archivistFactoryRegistry.d.ts.map +1 -0
  21. package/dist/node/Archivists/archivistRoles.d.ts +12 -0
  22. package/dist/node/Archivists/archivistRoles.d.ts.map +1 -0
  23. package/dist/node/Archivists/connectArchivist.d.ts +11 -0
  24. package/dist/node/Archivists/connectArchivist.d.ts.map +1 -0
  25. package/dist/node/Archivists/index.d.ts +7 -0
  26. package/dist/node/Archivists/index.d.ts.map +1 -0
  27. package/dist/node/ChainContextHelpers.d.ts +10 -0
  28. package/dist/node/ChainContextHelpers.d.ts.map +1 -0
  29. package/dist/node/CreatableProvider/AbstractCreatableProvider.d.ts +114 -0
  30. package/dist/node/CreatableProvider/AbstractCreatableProvider.d.ts.map +1 -0
  31. package/dist/node/CreatableProvider/CreatableProvider.d.ts +67 -0
  32. package/dist/node/CreatableProvider/CreatableProvider.d.ts.map +1 -0
  33. package/dist/node/CreatableProvider/CreatableProviderRegistry.d.ts +13 -0
  34. package/dist/node/CreatableProvider/CreatableProviderRegistry.d.ts.map +1 -0
  35. package/dist/node/CreatableProvider/GetInstanceOptions.d.ts +10 -0
  36. package/dist/node/CreatableProvider/GetInstanceOptions.d.ts.map +1 -0
  37. package/dist/node/CreatableProvider/LabeledCreatableProviderFactory.d.ts +14 -0
  38. package/dist/node/CreatableProvider/LabeledCreatableProviderFactory.d.ts.map +1 -0
  39. package/dist/node/CreatableProvider/ProviderFactory.d.ts +29 -0
  40. package/dist/node/CreatableProvider/ProviderFactory.d.ts.map +1 -0
  41. package/dist/node/CreatableProvider/ProviderFactoryLocator.d.ts +61 -0
  42. package/dist/node/CreatableProvider/ProviderFactoryLocator.d.ts.map +1 -0
  43. package/dist/node/CreatableProvider/ProviderFactoryLocatorInstance.d.ts +47 -0
  44. package/dist/node/CreatableProvider/ProviderFactoryLocatorInstance.d.ts.map +1 -0
  45. package/dist/node/CreatableProvider/index.d.ts +9 -0
  46. package/dist/node/CreatableProvider/index.d.ts.map +1 -0
  47. package/dist/node/SignedBigInt.d.ts +22 -0
  48. package/dist/node/SignedBigInt.d.ts.map +1 -0
  49. package/dist/node/_internal/context/getTestProviderContext.d.ts +4 -0
  50. package/dist/node/_internal/context/getTestProviderContext.d.ts.map +1 -0
  51. package/dist/node/_internal/context/index.d.ts +2 -0
  52. package/dist/node/_internal/context/index.d.ts.map +1 -0
  53. package/dist/node/_internal/index.d.ts +2 -0
  54. package/dist/node/_internal/index.d.ts.map +1 -0
  55. package/dist/node/amount/ShiftedBigInt.d.ts +17 -0
  56. package/dist/node/amount/ShiftedBigInt.d.ts.map +1 -0
  57. package/dist/node/amount/index.d.ts +5 -0
  58. package/dist/node/amount/index.d.ts.map +1 -0
  59. package/dist/node/amount/splitOnDecimal.d.ts +3 -0
  60. package/dist/node/amount/splitOnDecimal.d.ts.map +1 -0
  61. package/dist/node/amount/splitOnDecimalToString.d.ts +3 -0
  62. package/dist/node/amount/splitOnDecimalToString.d.ts.map +1 -0
  63. package/dist/node/amount/xl1Amount.d.ts +26 -0
  64. package/dist/node/amount/xl1Amount.d.ts.map +1 -0
  65. package/dist/node/block/hydrate/BoundWitnessHydrator.d.ts +70 -0
  66. package/dist/node/block/hydrate/BoundWitnessHydrator.d.ts.map +1 -0
  67. package/dist/node/block/hydrate/allHashesPresent.d.ts +5 -0
  68. package/dist/node/block/hydrate/allHashesPresent.d.ts.map +1 -0
  69. package/dist/node/block/hydrate/blockPayloadsFromHydratedBlock.d.ts +5 -0
  70. package/dist/node/block/hydrate/blockPayloadsFromHydratedBlock.d.ts.map +1 -0
  71. package/dist/node/block/hydrate/createBlockHydrator.d.ts +6 -0
  72. package/dist/node/block/hydrate/createBlockHydrator.d.ts.map +1 -0
  73. package/dist/node/block/hydrate/createBoundWitnessHydrator.d.ts +169 -0
  74. package/dist/node/block/hydrate/createBoundWitnessHydrator.d.ts.map +1 -0
  75. package/dist/node/block/hydrate/createTransactionHydrator.d.ts +6 -0
  76. package/dist/node/block/hydrate/createTransactionHydrator.d.ts.map +1 -0
  77. package/dist/node/block/hydrate/flattenHydratedBlock.d.ts +9 -0
  78. package/dist/node/block/hydrate/flattenHydratedBlock.d.ts.map +1 -0
  79. package/dist/node/block/hydrate/flattenHydratedBlocks.d.ts +4 -0
  80. package/dist/node/block/hydrate/flattenHydratedBlocks.d.ts.map +1 -0
  81. package/dist/node/block/hydrate/hydrateBlock.d.ts +5 -0
  82. package/dist/node/block/hydrate/hydrateBlock.d.ts.map +1 -0
  83. package/dist/node/block/hydrate/index.d.ts +12 -0
  84. package/dist/node/block/hydrate/index.d.ts.map +1 -0
  85. package/dist/node/block/hydrate/transactionsFromHydratedBlock.d.ts +4 -0
  86. package/dist/node/block/hydrate/transactionsFromHydratedBlock.d.ts.map +1 -0
  87. package/dist/node/block/hydrate/tryHydrateBlock.d.ts +6 -0
  88. package/dist/node/block/hydrate/tryHydrateBlock.d.ts.map +1 -0
  89. package/dist/node/block/index.d.ts +3 -0
  90. package/dist/node/block/index.d.ts.map +1 -0
  91. package/dist/node/block/primitives/blockFromBlockNumber.d.ts +5 -0
  92. package/dist/node/block/primitives/blockFromBlockNumber.d.ts.map +1 -0
  93. package/dist/node/block/primitives/frames/calculateFramesFromRange.d.ts +7 -0
  94. package/dist/node/block/primitives/frames/calculateFramesFromRange.d.ts.map +1 -0
  95. package/dist/node/block/primitives/frames/deepCalculateFramesFromRange.d.ts +10 -0
  96. package/dist/node/block/primitives/frames/deepCalculateFramesFromRange.d.ts.map +1 -0
  97. package/dist/node/block/primitives/frames/index.d.ts +3 -0
  98. package/dist/node/block/primitives/frames/index.d.ts.map +1 -0
  99. package/dist/node/block/primitives/hashFromBlockNumber.d.ts +5 -0
  100. package/dist/node/block/primitives/hashFromBlockNumber.d.ts.map +1 -0
  101. package/dist/node/block/primitives/index.d.ts +8 -0
  102. package/dist/node/block/primitives/index.d.ts.map +1 -0
  103. package/dist/node/block/primitives/model.d.ts +8 -0
  104. package/dist/node/block/primitives/model.d.ts.map +1 -0
  105. package/dist/node/block/primitives/payloads/ChainWindow.d.ts +7 -0
  106. package/dist/node/block/primitives/payloads/ChainWindow.d.ts.map +1 -0
  107. package/dist/node/block/primitives/payloads/index.d.ts +2 -0
  108. package/dist/node/block/primitives/payloads/index.d.ts.map +1 -0
  109. package/dist/node/block/primitives/toStepIdentityString.d.ts +4 -0
  110. package/dist/node/block/primitives/toStepIdentityString.d.ts.map +1 -0
  111. package/dist/node/block/primitives/validateTransactionOpcodes.d.ts +5 -0
  112. package/dist/node/block/primitives/validateTransactionOpcodes.d.ts.map +1 -0
  113. package/dist/node/boundwitness/buildUnsignedBoundWitness.d.ts +10 -0
  114. package/dist/node/boundwitness/buildUnsignedBoundWitness.d.ts.map +1 -0
  115. package/dist/node/boundwitness/index.d.ts +2 -0
  116. package/dist/node/boundwitness/index.d.ts.map +1 -0
  117. package/dist/node/capabilities/Backing.d.ts +52 -0
  118. package/dist/node/capabilities/Backing.d.ts.map +1 -0
  119. package/dist/node/capabilities/Capability.d.ts +32 -0
  120. package/dist/node/capabilities/Capability.d.ts.map +1 -0
  121. package/dist/node/capabilities/Provider.d.ts +31 -0
  122. package/dist/node/capabilities/Provider.d.ts.map +1 -0
  123. package/dist/node/capabilities/connectionSubsetBySurface.d.ts +17 -0
  124. package/dist/node/capabilities/connectionSubsetBySurface.d.ts.map +1 -0
  125. package/dist/node/capabilities/connectionTypes.d.ts +10 -0
  126. package/dist/node/capabilities/connectionTypes.d.ts.map +1 -0
  127. package/dist/node/capabilities/factoryBrand.d.ts +46 -0
  128. package/dist/node/capabilities/factoryBrand.d.ts.map +1 -0
  129. package/dist/node/capabilities/index.d.ts +12 -0
  130. package/dist/node/capabilities/index.d.ts.map +1 -0
  131. package/dist/node/capabilities/locatorFromConfig.d.ts +29 -0
  132. package/dist/node/capabilities/locatorFromConfig.d.ts.map +1 -0
  133. package/dist/node/capabilities/needsFromProviderBindings.d.ts +8 -0
  134. package/dist/node/capabilities/needsFromProviderBindings.d.ts.map +1 -0
  135. package/dist/node/capabilities/providerCandidateFromClass.d.ts +7 -0
  136. package/dist/node/capabilities/providerCandidateFromClass.d.ts.map +1 -0
  137. package/dist/node/capabilities/resolveProviders.d.ts +56 -0
  138. package/dist/node/capabilities/resolveProviders.d.ts.map +1 -0
  139. package/dist/node/capabilities/surfaceMap.d.ts +11 -0
  140. package/dist/node/capabilities/surfaceMap.d.ts.map +1 -0
  141. package/dist/node/config/Actor.d.ts +590 -0
  142. package/dist/node/config/Actor.d.ts.map +1 -0
  143. package/dist/node/config/Actors.d.ts +107 -0
  144. package/dist/node/config/Actors.d.ts.map +1 -0
  145. package/dist/node/config/Base.d.ts +109 -0
  146. package/dist/node/config/Base.d.ts.map +1 -0
  147. package/dist/node/config/Chain.d.ts +13 -0
  148. package/dist/node/config/Chain.d.ts.map +1 -0
  149. package/dist/node/config/Config.d.ts +396 -0
  150. package/dist/node/config/Config.d.ts.map +1 -0
  151. package/dist/node/config/DeepPartial.d.ts +5 -0
  152. package/dist/node/config/DeepPartial.d.ts.map +1 -0
  153. package/dist/node/config/HostActor.d.ts +591 -0
  154. package/dist/node/config/HostActor.d.ts.map +1 -0
  155. package/dist/node/config/LocatorConfigFields.d.ts +115 -0
  156. package/dist/node/config/LocatorConfigFields.d.ts.map +1 -0
  157. package/dist/node/config/Log.d.ts +16 -0
  158. package/dist/node/config/Log.d.ts.map +1 -0
  159. package/dist/node/config/Provider.d.ts +36 -0
  160. package/dist/node/config/Provider.d.ts.map +1 -0
  161. package/dist/node/config/ProviderBinding.d.ts +17 -0
  162. package/dist/node/config/ProviderBinding.d.ts.map +1 -0
  163. package/dist/node/config/Providers.d.ts +9 -0
  164. package/dist/node/config/Providers.d.ts.map +1 -0
  165. package/dist/node/config/ResolvedLocatorConfig.d.ts +122 -0
  166. package/dist/node/config/ResolvedLocatorConfig.d.ts.map +1 -0
  167. package/dist/node/config/Telemetry.d.ts +40 -0
  168. package/dist/node/config/Telemetry.d.ts.map +1 -0
  169. package/dist/node/config/UsageMeta.d.ts +32 -0
  170. package/dist/node/config/UsageMeta.d.ts.map +1 -0
  171. package/dist/node/config/Validation.d.ts +25 -0
  172. package/dist/node/config/Validation.d.ts.map +1 -0
  173. package/dist/node/config/connections/Connection.d.ts +147 -0
  174. package/dist/node/config/connections/Connection.d.ts.map +1 -0
  175. package/dist/node/config/connections/Mongo.d.ts +12 -0
  176. package/dist/node/config/connections/Mongo.d.ts.map +1 -0
  177. package/dist/node/config/connections/RpcRemote.d.ts +34 -0
  178. package/dist/node/config/connections/RpcRemote.d.ts.map +1 -0
  179. package/dist/node/config/connections/S3.d.ts +20 -0
  180. package/dist/node/config/connections/S3.d.ts.map +1 -0
  181. package/dist/node/config/connections/index.d.ts +5 -0
  182. package/dist/node/config/connections/index.d.ts.map +1 -0
  183. package/dist/node/config/index.d.ts +18 -0
  184. package/dist/node/config/index.d.ts.map +1 -0
  185. package/dist/node/config/normalizeConnectionsConfig.d.ts +17 -0
  186. package/dist/node/config/normalizeConnectionsConfig.d.ts.map +1 -0
  187. package/dist/node/config/resolveRestConnectionEndpoint.d.ts +5 -0
  188. package/dist/node/config/resolveRestConnectionEndpoint.d.ts.map +1 -0
  189. package/dist/node/config/synthesizeRpcConnectionBindings.d.ts +8 -0
  190. package/dist/node/config/synthesizeRpcConnectionBindings.d.ts.map +1 -0
  191. package/dist/node/constants.d.ts +5 -0
  192. package/dist/node/constants.d.ts.map +1 -0
  193. package/dist/node/context/Actor.d.ts +633 -0
  194. package/dist/node/context/Actor.d.ts.map +1 -0
  195. package/dist/node/context/HostActor.d.ts +645 -0
  196. package/dist/node/context/HostActor.d.ts.map +1 -0
  197. package/dist/node/context/index.d.ts +3 -0
  198. package/dist/node/context/index.d.ts.map +1 -0
  199. package/dist/node/createDeclarationPayload.d.ts +5 -0
  200. package/dist/node/createDeclarationPayload.d.ts.map +1 -0
  201. package/dist/node/createTransferPayload.d.ts +6 -0
  202. package/dist/node/createTransferPayload.d.ts.map +1 -0
  203. package/dist/node/eip-712/Payloads/EIP712Data.d.ts +32 -0
  204. package/dist/node/eip-712/Payloads/EIP712Data.d.ts.map +1 -0
  205. package/dist/node/eip-712/Payloads/EIP712Signature.d.ts +23 -0
  206. package/dist/node/eip-712/Payloads/EIP712Signature.d.ts.map +1 -0
  207. package/dist/node/eip-712/Payloads/index.d.ts +3 -0
  208. package/dist/node/eip-712/Payloads/index.d.ts.map +1 -0
  209. package/dist/node/eip-712/Types.d.ts +35 -0
  210. package/dist/node/eip-712/Types.d.ts.map +1 -0
  211. package/dist/node/eip-712/index.d.ts +5 -0
  212. package/dist/node/eip-712/index.d.ts.map +1 -0
  213. package/dist/node/eip-712/sign.d.ts +5 -0
  214. package/dist/node/eip-712/sign.d.ts.map +1 -0
  215. package/dist/node/eip-712/verify.d.ts +4 -0
  216. package/dist/node/eip-712/verify.d.ts.map +1 -0
  217. package/dist/node/getFileConfig.d.ts +191 -0
  218. package/dist/node/getFileConfig.d.ts.map +1 -0
  219. package/dist/node/index-node.d.ts +3 -0
  220. package/dist/node/index-node.d.ts.map +1 -0
  221. package/dist/node/index-node.mjs +9031 -0
  222. package/dist/node/index-node.mjs.map +7 -0
  223. package/dist/node/index.d.ts +31 -0
  224. package/dist/node/index.d.ts.map +1 -0
  225. package/dist/node/instances/Address.d.ts +13 -0
  226. package/dist/node/instances/Address.d.ts.map +1 -0
  227. package/dist/node/instances/BoundWitness.d.ts +9 -0
  228. package/dist/node/instances/BoundWitness.d.ts.map +1 -0
  229. package/dist/node/instances/Data.d.ts +5 -0
  230. package/dist/node/instances/Data.d.ts.map +1 -0
  231. package/dist/node/instances/Fees.d.ts +9 -0
  232. package/dist/node/instances/Fees.d.ts.map +1 -0
  233. package/dist/node/instances/HydratedBoundWitness.d.ts +11 -0
  234. package/dist/node/instances/HydratedBoundWitness.d.ts.map +1 -0
  235. package/dist/node/instances/Object.d.ts +6 -0
  236. package/dist/node/instances/Object.d.ts.map +1 -0
  237. package/dist/node/instances/Payload.d.ts +7 -0
  238. package/dist/node/instances/Payload.d.ts.map +1 -0
  239. package/dist/node/instances/Signature.d.ts +10 -0
  240. package/dist/node/instances/Signature.d.ts.map +1 -0
  241. package/dist/node/instances/block/BlockFields.d.ts +12 -0
  242. package/dist/node/instances/block/BlockFields.d.ts.map +1 -0
  243. package/dist/node/instances/block/HydratedBlock.d.ts +9 -0
  244. package/dist/node/instances/block/HydratedBlock.d.ts.map +1 -0
  245. package/dist/node/instances/block/index.d.ts +2 -0
  246. package/dist/node/instances/block/index.d.ts.map +1 -0
  247. package/dist/node/instances/index.d.ts +11 -0
  248. package/dist/node/instances/index.d.ts.map +1 -0
  249. package/dist/node/instances/modifiers/BlockWindowInstance.d.ts +8 -0
  250. package/dist/node/instances/modifiers/BlockWindowInstance.d.ts.map +1 -0
  251. package/dist/node/instances/modifiers/BlockWindowState.d.ts +6 -0
  252. package/dist/node/instances/modifiers/BlockWindowState.d.ts.map +1 -0
  253. package/dist/node/instances/modifiers/Signed.d.ts +8 -0
  254. package/dist/node/instances/modifiers/Signed.d.ts.map +1 -0
  255. package/dist/node/instances/modifiers/Validatable.d.ts +6 -0
  256. package/dist/node/instances/modifiers/Validatable.d.ts.map +1 -0
  257. package/dist/node/instances/modifiers/index.d.ts +5 -0
  258. package/dist/node/instances/modifiers/index.d.ts.map +1 -0
  259. package/dist/node/instances/transaction/HydratedTransaction.d.ts +7 -0
  260. package/dist/node/instances/transaction/HydratedTransaction.d.ts.map +1 -0
  261. package/dist/node/instances/transaction/TransactionFields.d.ts +17 -0
  262. package/dist/node/instances/transaction/TransactionFields.d.ts.map +1 -0
  263. package/dist/node/instances/transaction/index.d.ts +2 -0
  264. package/dist/node/instances/transaction/index.d.ts.map +1 -0
  265. package/dist/node/isInternetAvailable.d.ts +3 -0
  266. package/dist/node/isInternetAvailable.d.ts.map +1 -0
  267. package/dist/node/model/ChainFork/ChainForkStatic.d.ts +9 -0
  268. package/dist/node/model/ChainFork/ChainForkStatic.d.ts.map +1 -0
  269. package/dist/node/model/ChainFork/index.d.ts +2 -0
  270. package/dist/node/model/ChainFork/index.d.ts.map +1 -0
  271. package/dist/node/model/ChainIdentity.d.ts +6 -0
  272. package/dist/node/model/ChainIdentity.d.ts.map +1 -0
  273. package/dist/node/model/ChainStore.d.ts +12 -0
  274. package/dist/node/model/ChainStore.d.ts.map +1 -0
  275. package/dist/node/model/CreatableProviderContext.d.ts +5 -0
  276. package/dist/node/model/CreatableProviderContext.d.ts.map +1 -0
  277. package/dist/node/model/CreatableProviderContext.zod.d.ts +714 -0
  278. package/dist/node/model/CreatableProviderContext.zod.d.ts.map +1 -0
  279. package/dist/node/model/PayloadBundle/bundledPayloadToHydratedBlock.d.ts +5 -0
  280. package/dist/node/model/PayloadBundle/bundledPayloadToHydratedBlock.d.ts.map +1 -0
  281. package/dist/node/model/PayloadBundle/bundledPayloadToHydratedTransaction.d.ts +5 -0
  282. package/dist/node/model/PayloadBundle/bundledPayloadToHydratedTransaction.d.ts.map +1 -0
  283. package/dist/node/model/PayloadBundle/hydratedBlockToPayloadBundle.d.ts +5 -0
  284. package/dist/node/model/PayloadBundle/hydratedBlockToPayloadBundle.d.ts.map +1 -0
  285. package/dist/node/model/PayloadBundle/hydratedTransactionToPayloadBundle.d.ts +5 -0
  286. package/dist/node/model/PayloadBundle/hydratedTransactionToPayloadBundle.d.ts.map +1 -0
  287. package/dist/node/model/PayloadBundle/index.d.ts +5 -0
  288. package/dist/node/model/PayloadBundle/index.d.ts.map +1 -0
  289. package/dist/node/model/index.d.ts +7 -0
  290. package/dist/node/model/index.d.ts.map +1 -0
  291. package/dist/node/multipliers.d.ts +10 -0
  292. package/dist/node/multipliers.d.ts.map +1 -0
  293. package/dist/node/payloads/AddressPairPayload.d.ts +22 -0
  294. package/dist/node/payloads/AddressPairPayload.d.ts.map +1 -0
  295. package/dist/node/payloads/index.d.ts +5 -0
  296. package/dist/node/payloads/index.d.ts.map +1 -0
  297. package/dist/node/payloads/netBalancesForPayloads.d.ts +9 -0
  298. package/dist/node/payloads/netBalancesForPayloads.d.ts.map +1 -0
  299. package/dist/node/payloads/netSchemasForPayloads.d.ts +9 -0
  300. package/dist/node/payloads/netSchemasForPayloads.d.ts.map +1 -0
  301. package/dist/node/payloads/netTransfersForPayloads.d.ts +5 -0
  302. package/dist/node/payloads/netTransfersForPayloads.d.ts.map +1 -0
  303. package/dist/node/primitives/block/index.d.ts +3 -0
  304. package/dist/node/primitives/block/index.d.ts.map +1 -0
  305. package/dist/node/primitives/block/range/blockRangeSteps.d.ts +4 -0
  306. package/dist/node/primitives/block/range/blockRangeSteps.d.ts.map +1 -0
  307. package/dist/node/primitives/block/range/index.d.ts +2 -0
  308. package/dist/node/primitives/block/range/index.d.ts.map +1 -0
  309. package/dist/node/primitives/block/rate/blockRate.d.ts +11 -0
  310. package/dist/node/primitives/block/rate/blockRate.d.ts.map +1 -0
  311. package/dist/node/primitives/block/rate/index.d.ts +5 -0
  312. package/dist/node/primitives/block/rate/index.d.ts.map +1 -0
  313. package/dist/node/primitives/block/rate/stepRate.d.ts +7 -0
  314. package/dist/node/primitives/block/rate/stepRate.d.ts.map +1 -0
  315. package/dist/node/primitives/block/rate/timeHelpers.d.ts +8 -0
  316. package/dist/node/primitives/block/rate/timeHelpers.d.ts.map +1 -0
  317. package/dist/node/primitives/block/rate/timeRate.d.ts +8 -0
  318. package/dist/node/primitives/block/rate/timeRate.d.ts.map +1 -0
  319. package/dist/node/primitives/chain/getWindowedChain.d.ts +10 -0
  320. package/dist/node/primitives/chain/getWindowedChain.d.ts.map +1 -0
  321. package/dist/node/primitives/chain/index.d.ts +4 -0
  322. package/dist/node/primitives/chain/index.d.ts.map +1 -0
  323. package/dist/node/primitives/chain/step/chainStepRewardAddress.d.ts +5 -0
  324. package/dist/node/primitives/chain/step/chainStepRewardAddress.d.ts.map +1 -0
  325. package/dist/node/primitives/chain/step/index.d.ts +5 -0
  326. package/dist/node/primitives/chain/step/index.d.ts.map +1 -0
  327. package/dist/node/primitives/chain/step/stepRewardBlock.d.ts +4 -0
  328. package/dist/node/primitives/chain/step/stepRewardBlock.d.ts.map +1 -0
  329. package/dist/node/primitives/chain/step/stepRewardTotal.d.ts +4 -0
  330. package/dist/node/primitives/chain/step/stepRewardTotal.d.ts.map +1 -0
  331. package/dist/node/primitives/chain/step/stepsRewardTotal.d.ts +8 -0
  332. package/dist/node/primitives/chain/step/stepsRewardTotal.d.ts.map +1 -0
  333. package/dist/node/primitives/chain/time/externalBlockNumberFromXl1BlockNumber.d.ts +4 -0
  334. package/dist/node/primitives/chain/time/externalBlockNumberFromXl1BlockNumber.d.ts.map +1 -0
  335. package/dist/node/primitives/chain/time/externalBlockRangeFromStep.d.ts +4 -0
  336. package/dist/node/primitives/chain/time/externalBlockRangeFromStep.d.ts.map +1 -0
  337. package/dist/node/primitives/chain/time/externalBlockRangeFromXl1BlockRange.d.ts +4 -0
  338. package/dist/node/primitives/chain/time/externalBlockRangeFromXl1BlockRange.d.ts.map +1 -0
  339. package/dist/node/primitives/chain/time/index.d.ts +4 -0
  340. package/dist/node/primitives/chain/time/index.d.ts.map +1 -0
  341. package/dist/node/primitives/datalake/NamedDataLake.d.ts +7 -0
  342. package/dist/node/primitives/datalake/NamedDataLake.d.ts.map +1 -0
  343. package/dist/node/primitives/datalake/PayloadLocator.d.ts +55 -0
  344. package/dist/node/primitives/datalake/PayloadLocator.d.ts.map +1 -0
  345. package/dist/node/primitives/datalake/addDataLakePayloads.d.ts +5 -0
  346. package/dist/node/primitives/datalake/addDataLakePayloads.d.ts.map +1 -0
  347. package/dist/node/primitives/datalake/addDataLakePayloadsToPayloads.d.ts +9 -0
  348. package/dist/node/primitives/datalake/addDataLakePayloadsToPayloads.d.ts.map +1 -0
  349. package/dist/node/primitives/datalake/index.d.ts +5 -0
  350. package/dist/node/primitives/datalake/index.d.ts.map +1 -0
  351. package/dist/node/primitives/index.d.ts +13 -0
  352. package/dist/node/primitives/index.d.ts.map +1 -0
  353. package/dist/node/primitives/mapToMapType.d.ts +4 -0
  354. package/dist/node/primitives/mapToMapType.d.ts.map +1 -0
  355. package/dist/node/primitives/payload/index.d.ts +2 -0
  356. package/dist/node/primitives/payload/index.d.ts.map +1 -0
  357. package/dist/node/primitives/payload/mergeTransfers.d.ts +5 -0
  358. package/dist/node/primitives/payload/mergeTransfers.d.ts.map +1 -0
  359. package/dist/node/primitives/readPayloadMapFromStore.d.ts +7 -0
  360. package/dist/node/primitives/readPayloadMapFromStore.d.ts.map +1 -0
  361. package/dist/node/primitives/rewardFromBlockNumber.d.ts +4 -0
  362. package/dist/node/primitives/rewardFromBlockNumber.d.ts.map +1 -0
  363. package/dist/node/primitives/rewards/index.d.ts +2 -0
  364. package/dist/node/primitives/rewards/index.d.ts.map +1 -0
  365. package/dist/node/primitives/rewards/networkStakeStepRewardPositionWeight.d.ts +4 -0
  366. package/dist/node/primitives/rewards/networkStakeStepRewardPositionWeight.d.ts.map +1 -0
  367. package/dist/node/primitives/stake/activeStakeAtTimeByAddress.d.ts +5 -0
  368. package/dist/node/primitives/stake/activeStakeAtTimeByAddress.d.ts.map +1 -0
  369. package/dist/node/primitives/stake/activeStakeAtTimeByPosition.d.ts +4 -0
  370. package/dist/node/primitives/stake/activeStakeAtTimeByPosition.d.ts.map +1 -0
  371. package/dist/node/primitives/stake/allStakersForRange.d.ts +5 -0
  372. package/dist/node/primitives/stake/allStakersForRange.d.ts.map +1 -0
  373. package/dist/node/primitives/stake/allStakersForStep.d.ts +5 -0
  374. package/dist/node/primitives/stake/allStakersForStep.d.ts.map +1 -0
  375. package/dist/node/primitives/stake/index.d.ts +7 -0
  376. package/dist/node/primitives/stake/index.d.ts.map +1 -0
  377. package/dist/node/primitives/stake/mergedAddRemoveStakeEventsByPosition.d.ts +4 -0
  378. package/dist/node/primitives/stake/mergedAddRemoveStakeEventsByPosition.d.ts.map +1 -0
  379. package/dist/node/primitives/stake/mergedAddRemoveStakeEventsByStaker.d.ts +5 -0
  380. package/dist/node/primitives/stake/mergedAddRemoveStakeEventsByStaker.d.ts.map +1 -0
  381. package/dist/node/primitives/stake/weightedStakeForRangeByPosition.d.ts +6 -0
  382. package/dist/node/primitives/stake/weightedStakeForRangeByPosition.d.ts.map +1 -0
  383. package/dist/node/primitives/state/findMostRecentBlock.d.ts +11 -0
  384. package/dist/node/primitives/state/findMostRecentBlock.d.ts.map +1 -0
  385. package/dist/node/primitives/state/hydratedBlockByNumber.d.ts +4 -0
  386. package/dist/node/primitives/state/hydratedBlockByNumber.d.ts.map +1 -0
  387. package/dist/node/primitives/state/index.d.ts +3 -0
  388. package/dist/node/primitives/state/index.d.ts.map +1 -0
  389. package/dist/node/primitives/step/derivedReceiveAddress.d.ts +2 -0
  390. package/dist/node/primitives/step/derivedReceiveAddress.d.ts.map +1 -0
  391. package/dist/node/primitives/step/index.d.ts +3 -0
  392. package/dist/node/primitives/step/index.d.ts.map +1 -0
  393. package/dist/node/primitives/step/rewardAddressFromStepIdentity.d.ts +2 -0
  394. package/dist/node/primitives/step/rewardAddressFromStepIdentity.d.ts.map +1 -0
  395. package/dist/node/primitives/step/stepBlockRange.d.ts +4 -0
  396. package/dist/node/primitives/step/stepBlockRange.d.ts.map +1 -0
  397. package/dist/node/primitives/step/stepTransferIndex.d.ts +3 -0
  398. package/dist/node/primitives/step/stepTransferIndex.d.ts.map +1 -0
  399. package/dist/node/primitives/transaction/elevatedPayloads.d.ts +2 -0
  400. package/dist/node/primitives/transaction/elevatedPayloads.d.ts.map +1 -0
  401. package/dist/node/primitives/transaction/index.d.ts +2 -0
  402. package/dist/node/primitives/transaction/index.d.ts.map +1 -0
  403. package/dist/node/primitives/uncle/findBestUncle.d.ts +17 -0
  404. package/dist/node/primitives/uncle/findBestUncle.d.ts.map +1 -0
  405. package/dist/node/primitives/uncle/findUncles.d.ts +36 -0
  406. package/dist/node/primitives/uncle/findUncles.d.ts.map +1 -0
  407. package/dist/node/primitives/uncle/getProducerKey.d.ts +4 -0
  408. package/dist/node/primitives/uncle/getProducerKey.d.ts.map +1 -0
  409. package/dist/node/primitives/uncle/index.d.ts +5 -0
  410. package/dist/node/primitives/uncle/index.d.ts.map +1 -0
  411. package/dist/node/primitives/uncle/scoreUncle.d.ts +6 -0
  412. package/dist/node/primitives/uncle/scoreUncle.d.ts.map +1 -0
  413. package/dist/node/services/AccountTransfersService.d.ts +12 -0
  414. package/dist/node/services/AccountTransfersService.d.ts.map +1 -0
  415. package/dist/node/services/BlockProducerService.d.ts +7 -0
  416. package/dist/node/services/BlockProducerService.d.ts.map +1 -0
  417. package/dist/node/services/Chain/BaseChainService.d.ts +4 -0
  418. package/dist/node/services/Chain/BaseChainService.d.ts.map +1 -0
  419. package/dist/node/services/Chain/ChainHeadService.d.ts +7 -0
  420. package/dist/node/services/Chain/ChainHeadService.d.ts.map +1 -0
  421. package/dist/node/services/Chain/ChainService.d.ts +6 -0
  422. package/dist/node/services/Chain/ChainService.d.ts.map +1 -0
  423. package/dist/node/services/Chain/index.d.ts +4 -0
  424. package/dist/node/services/Chain/index.d.ts.map +1 -0
  425. package/dist/node/services/Election.d.ts +11 -0
  426. package/dist/node/services/Election.d.ts.map +1 -0
  427. package/dist/node/services/NetworkStakeService.d.ts +5 -0
  428. package/dist/node/services/NetworkStakeService.d.ts.map +1 -0
  429. package/dist/node/services/Params.d.ts +11 -0
  430. package/dist/node/services/Params.d.ts.map +1 -0
  431. package/dist/node/services/PendingTransactionsService.d.ts +7 -0
  432. package/dist/node/services/PendingTransactionsService.d.ts.map +1 -0
  433. package/dist/node/services/SchemasService.d.ts +11 -0
  434. package/dist/node/services/SchemasService.d.ts.map +1 -0
  435. package/dist/node/services/StakeIntentService/ChainIndexingServiceStateSchema.d.ts +39 -0
  436. package/dist/node/services/StakeIntentService/ChainIndexingServiceStateSchema.d.ts.map +1 -0
  437. package/dist/node/services/StakeIntentService/StakeIntentService.d.ts +31 -0
  438. package/dist/node/services/StakeIntentService/StakeIntentService.d.ts.map +1 -0
  439. package/dist/node/services/StakeIntentService/index.d.ts +3 -0
  440. package/dist/node/services/StakeIntentService/index.d.ts.map +1 -0
  441. package/dist/node/services/index.d.ts +9 -0
  442. package/dist/node/services/index.d.ts.map +1 -0
  443. package/dist/node/simple/StakeEventsViewer/SimpleStakeEventsViewer.d.ts +23 -0
  444. package/dist/node/simple/StakeEventsViewer/SimpleStakeEventsViewer.d.ts.map +1 -0
  445. package/dist/node/simple/StakeEventsViewer/index.d.ts +2 -0
  446. package/dist/node/simple/StakeEventsViewer/index.d.ts.map +1 -0
  447. package/dist/node/simple/StakeTotalsViewer/SimpleStakeTotalsViewer.d.ts +27 -0
  448. package/dist/node/simple/StakeTotalsViewer/SimpleStakeTotalsViewer.d.ts.map +1 -0
  449. package/dist/node/simple/StakeTotalsViewer/index.d.ts +2 -0
  450. package/dist/node/simple/StakeTotalsViewer/index.d.ts.map +1 -0
  451. package/dist/node/simple/StakeViewer/SimpleStakeViewer.d.ts +42 -0
  452. package/dist/node/simple/StakeViewer/SimpleStakeViewer.d.ts.map +1 -0
  453. package/dist/node/simple/StakeViewer/index.d.ts +2 -0
  454. package/dist/node/simple/StakeViewer/index.d.ts.map +1 -0
  455. package/dist/node/simple/TransactionViewer/SimpleTransactionViewer.d.ts +25 -0
  456. package/dist/node/simple/TransactionViewer/SimpleTransactionViewer.d.ts.map +1 -0
  457. package/dist/node/simple/TransactionViewer/index.d.ts +2 -0
  458. package/dist/node/simple/TransactionViewer/index.d.ts.map +1 -0
  459. package/dist/node/simple/accountBalance/SimpleAccountBalanceViewer.d.ts +132 -0
  460. package/dist/node/simple/accountBalance/SimpleAccountBalanceViewer.d.ts.map +1 -0
  461. package/dist/node/simple/accountBalance/index.d.ts +2 -0
  462. package/dist/node/simple/accountBalance/index.d.ts.map +1 -0
  463. package/dist/node/simple/block/SimpleBlockViewer.d.ts +114 -0
  464. package/dist/node/simple/block/SimpleBlockViewer.d.ts.map +1 -0
  465. package/dist/node/simple/block/index.d.ts +2 -0
  466. package/dist/node/simple/block/index.d.ts.map +1 -0
  467. package/dist/node/simple/blockInvalidation/SimpleBlockInvalidationViewer.d.ts +37 -0
  468. package/dist/node/simple/blockInvalidation/SimpleBlockInvalidationViewer.d.ts.map +1 -0
  469. package/dist/node/simple/blockInvalidation/index.d.ts +2 -0
  470. package/dist/node/simple/blockInvalidation/index.d.ts.map +1 -0
  471. package/dist/node/simple/blockReward/SimpleBlockRewardViewer.d.ts +18 -0
  472. package/dist/node/simple/blockReward/SimpleBlockRewardViewer.d.ts.map +1 -0
  473. package/dist/node/simple/blockReward/index.d.ts +2 -0
  474. package/dist/node/simple/blockReward/index.d.ts.map +1 -0
  475. package/dist/node/simple/blockValidation/SimpleBlockValidationViewer.d.ts +38 -0
  476. package/dist/node/simple/blockValidation/SimpleBlockValidationViewer.d.ts.map +1 -0
  477. package/dist/node/simple/blockValidation/index.d.ts +2 -0
  478. package/dist/node/simple/blockValidation/index.d.ts.map +1 -0
  479. package/dist/node/simple/chainContractViewer/SimpleChainContractViewer.d.ts +47 -0
  480. package/dist/node/simple/chainContractViewer/SimpleChainContractViewer.d.ts.map +1 -0
  481. package/dist/node/simple/chainContractViewer/index.d.ts +2 -0
  482. package/dist/node/simple/chainContractViewer/index.d.ts.map +1 -0
  483. package/dist/node/simple/client/SimpleXyoClient.d.ts +9 -0
  484. package/dist/node/simple/client/SimpleXyoClient.d.ts.map +1 -0
  485. package/dist/node/simple/client/index.d.ts +2 -0
  486. package/dist/node/simple/client/index.d.ts.map +1 -0
  487. package/dist/node/simple/datalake/AbstractRestDataLake.d.ts +34 -0
  488. package/dist/node/simple/datalake/AbstractRestDataLake.d.ts.map +1 -0
  489. package/dist/node/simple/datalake/AbstractSimpleDataLake.d.ts +21 -0
  490. package/dist/node/simple/datalake/AbstractSimpleDataLake.d.ts.map +1 -0
  491. package/dist/node/simple/datalake/RestDataLakeRunner.d.ts +20 -0
  492. package/dist/node/simple/datalake/RestDataLakeRunner.d.ts.map +1 -0
  493. package/dist/node/simple/datalake/RestDataLakeViewer.d.ts +16 -0
  494. package/dist/node/simple/datalake/RestDataLakeViewer.d.ts.map +1 -0
  495. package/dist/node/simple/datalake/SimpleDataLakeRunner.d.ts +23 -0
  496. package/dist/node/simple/datalake/SimpleDataLakeRunner.d.ts.map +1 -0
  497. package/dist/node/simple/datalake/SimpleDataLakeViewer.d.ts +17 -0
  498. package/dist/node/simple/datalake/SimpleDataLakeViewer.d.ts.map +1 -0
  499. package/dist/node/simple/datalake/index.d.ts +5 -0
  500. package/dist/node/simple/datalake/index.d.ts.map +1 -0
  501. package/dist/node/simple/finalization/SimpleFinalizationRunner.d.ts +30 -0
  502. package/dist/node/simple/finalization/SimpleFinalizationRunner.d.ts.map +1 -0
  503. package/dist/node/simple/finalization/SimpleFinalizationViewer.d.ts +75 -0
  504. package/dist/node/simple/finalization/SimpleFinalizationViewer.d.ts.map +1 -0
  505. package/dist/node/simple/finalization/index.d.ts +3 -0
  506. package/dist/node/simple/finalization/index.d.ts.map +1 -0
  507. package/dist/node/simple/gateway/SimpleXyoGateway.d.ts +17 -0
  508. package/dist/node/simple/gateway/SimpleXyoGateway.d.ts.map +1 -0
  509. package/dist/node/simple/gateway/SimpleXyoGatewayRunner.d.ts +29 -0
  510. package/dist/node/simple/gateway/SimpleXyoGatewayRunner.d.ts.map +1 -0
  511. package/dist/node/simple/gateway/index.d.ts +3 -0
  512. package/dist/node/simple/gateway/index.d.ts.map +1 -0
  513. package/dist/node/simple/index.d.ts +24 -0
  514. package/dist/node/simple/index.d.ts.map +1 -0
  515. package/dist/node/simple/mempool/SimpleMempoolRunner.d.ts +84 -0
  516. package/dist/node/simple/mempool/SimpleMempoolRunner.d.ts.map +1 -0
  517. package/dist/node/simple/mempool/SimpleMempoolViewer.d.ts +82 -0
  518. package/dist/node/simple/mempool/SimpleMempoolViewer.d.ts.map +1 -0
  519. package/dist/node/simple/mempool/index.d.ts +3 -0
  520. package/dist/node/simple/mempool/index.d.ts.map +1 -0
  521. package/dist/node/simple/network/SimpleXyoNetwork.d.ts +12 -0
  522. package/dist/node/simple/network/SimpleXyoNetwork.d.ts.map +1 -0
  523. package/dist/node/simple/network/index.d.ts +2 -0
  524. package/dist/node/simple/network/index.d.ts.map +1 -0
  525. package/dist/node/simple/network/lib/FailedNetworkStatusPayloads.d.ts +6 -0
  526. package/dist/node/simple/network/lib/FailedNetworkStatusPayloads.d.ts.map +1 -0
  527. package/dist/node/simple/network/lib/StatusNetworks.d.ts +15 -0
  528. package/dist/node/simple/network/lib/StatusNetworks.d.ts.map +1 -0
  529. package/dist/node/simple/network/lib/index.d.ts +3 -0
  530. package/dist/node/simple/network/lib/index.d.ts.map +1 -0
  531. package/dist/node/simple/permissions/SimpleXyoPermissions.d.ts +17 -0
  532. package/dist/node/simple/permissions/SimpleXyoPermissions.d.ts.map +1 -0
  533. package/dist/node/simple/permissions/index.d.ts +3 -0
  534. package/dist/node/simple/permissions/index.d.ts.map +1 -0
  535. package/dist/node/simple/permissions/store/MemoryPermissions.d.ts +16 -0
  536. package/dist/node/simple/permissions/store/MemoryPermissions.d.ts.map +1 -0
  537. package/dist/node/simple/permissions/store/PermissionsStore.d.ts +14 -0
  538. package/dist/node/simple/permissions/store/PermissionsStore.d.ts.map +1 -0
  539. package/dist/node/simple/permissions/store/index.d.ts +3 -0
  540. package/dist/node/simple/permissions/store/index.d.ts.map +1 -0
  541. package/dist/node/simple/runner/SimpleXyoRunner.d.ts +21 -0
  542. package/dist/node/simple/runner/SimpleXyoRunner.d.ts.map +1 -0
  543. package/dist/node/simple/runner/index.d.ts +2 -0
  544. package/dist/node/simple/runner/index.d.ts.map +1 -0
  545. package/dist/node/simple/signer/SimpleXyoSigner.d.ts +31 -0
  546. package/dist/node/simple/signer/SimpleXyoSigner.d.ts.map +1 -0
  547. package/dist/node/simple/signer/index.d.ts +2 -0
  548. package/dist/node/simple/signer/index.d.ts.map +1 -0
  549. package/dist/node/simple/sync/RestSyncViewer.d.ts +22 -0
  550. package/dist/node/simple/sync/RestSyncViewer.d.ts.map +1 -0
  551. package/dist/node/simple/sync/index.d.ts +2 -0
  552. package/dist/node/simple/sync/index.d.ts.map +1 -0
  553. package/dist/node/simple/systemStatus/SimpleSystemStatusViewer.d.ts +27 -0
  554. package/dist/node/simple/systemStatus/SimpleSystemStatusViewer.d.ts.map +1 -0
  555. package/dist/node/simple/systemStatus/index.d.ts +2 -0
  556. package/dist/node/simple/systemStatus/index.d.ts.map +1 -0
  557. package/dist/node/simple/timeSync2/SimpleTimeSyncViewer.d.ts +27 -0
  558. package/dist/node/simple/timeSync2/SimpleTimeSyncViewer.d.ts.map +1 -0
  559. package/dist/node/simple/timeSync2/index.d.ts +2 -0
  560. package/dist/node/simple/timeSync2/index.d.ts.map +1 -0
  561. package/dist/node/simple/transactionInvalidation/SimpleTransactionInvalidationViewer.d.ts +35 -0
  562. package/dist/node/simple/transactionInvalidation/SimpleTransactionInvalidationViewer.d.ts.map +1 -0
  563. package/dist/node/simple/transactionInvalidation/index.d.ts +2 -0
  564. package/dist/node/simple/transactionInvalidation/index.d.ts.map +1 -0
  565. package/dist/node/simple/transactionValidation/SimpleTransactionValidationViewer.d.ts +34 -0
  566. package/dist/node/simple/transactionValidation/SimpleTransactionValidationViewer.d.ts.map +1 -0
  567. package/dist/node/simple/transactionValidation/index.d.ts +2 -0
  568. package/dist/node/simple/transactionValidation/index.d.ts.map +1 -0
  569. package/dist/node/simple/windowedBlock/SimpleWindowedBlockViewer.d.ts +242 -0
  570. package/dist/node/simple/windowedBlock/SimpleWindowedBlockViewer.d.ts.map +1 -0
  571. package/dist/node/simple/windowedBlock/index.d.ts +2 -0
  572. package/dist/node/simple/windowedBlock/index.d.ts.map +1 -0
  573. package/dist/node/status/ServiceStatus.d.ts +9 -0
  574. package/dist/node/status/ServiceStatus.d.ts.map +1 -0
  575. package/dist/node/status/SimpleSystemStatusRunner.d.ts +35 -0
  576. package/dist/node/status/SimpleSystemStatusRunner.d.ts.map +1 -0
  577. package/dist/node/status/index.d.ts +3 -0
  578. package/dist/node/status/index.d.ts.map +1 -0
  579. package/dist/node/summary/index.d.ts +3 -0
  580. package/dist/node/summary/index.d.ts.map +1 -0
  581. package/dist/node/summary/model/BalancesStepSummary.d.ts +26 -0
  582. package/dist/node/summary/model/BalancesStepSummary.d.ts.map +1 -0
  583. package/dist/node/summary/model/SchemasStepSummary.d.ts +25 -0
  584. package/dist/node/summary/model/SchemasStepSummary.d.ts.map +1 -0
  585. package/dist/node/summary/model/TransfersSummary.d.ts +26 -0
  586. package/dist/node/summary/model/TransfersSummary.d.ts.map +1 -0
  587. package/dist/node/summary/model/index.d.ts +4 -0
  588. package/dist/node/summary/model/index.d.ts.map +1 -0
  589. package/dist/node/summary/primitives/balances/balancesMaxStep.d.ts +9 -0
  590. package/dist/node/summary/primitives/balances/balancesMaxStep.d.ts.map +1 -0
  591. package/dist/node/summary/primitives/balances/balancesStepSummaryFromRange.d.ts +6 -0
  592. package/dist/node/summary/primitives/balances/balancesStepSummaryFromRange.d.ts.map +1 -0
  593. package/dist/node/summary/primitives/balances/balancesSummary.d.ts +7 -0
  594. package/dist/node/summary/primitives/balances/balancesSummary.d.ts.map +1 -0
  595. package/dist/node/summary/primitives/balances/index.d.ts +4 -0
  596. package/dist/node/summary/primitives/balances/index.d.ts.map +1 -0
  597. package/dist/node/summary/primitives/blocks/blocksMaxStep.d.ts +13 -0
  598. package/dist/node/summary/primitives/blocks/blocksMaxStep.d.ts.map +1 -0
  599. package/dist/node/summary/primitives/blocks/blocksStepSummaryFromRange.d.ts +12 -0
  600. package/dist/node/summary/primitives/blocks/blocksStepSummaryFromRange.d.ts.map +1 -0
  601. package/dist/node/summary/primitives/blocks/index.d.ts +3 -0
  602. package/dist/node/summary/primitives/blocks/index.d.ts.map +1 -0
  603. package/dist/node/summary/primitives/index.d.ts +5 -0
  604. package/dist/node/summary/primitives/index.d.ts.map +1 -0
  605. package/dist/node/summary/primitives/schemas/index.d.ts +4 -0
  606. package/dist/node/summary/primitives/schemas/index.d.ts.map +1 -0
  607. package/dist/node/summary/primitives/schemas/schemasMaxStep.d.ts +8 -0
  608. package/dist/node/summary/primitives/schemas/schemasMaxStep.d.ts.map +1 -0
  609. package/dist/node/summary/primitives/schemas/schemasStepSummaryFromRange.d.ts +7 -0
  610. package/dist/node/summary/primitives/schemas/schemasStepSummaryFromRange.d.ts.map +1 -0
  611. package/dist/node/summary/primitives/schemas/schemasSummary.d.ts +7 -0
  612. package/dist/node/summary/primitives/schemas/schemasSummary.d.ts.map +1 -0
  613. package/dist/node/summary/primitives/transfers/index.d.ts +4 -0
  614. package/dist/node/summary/primitives/transfers/index.d.ts.map +1 -0
  615. package/dist/node/summary/primitives/transfers/transfersMaxStep.d.ts +10 -0
  616. package/dist/node/summary/primitives/transfers/transfersMaxStep.d.ts.map +1 -0
  617. package/dist/node/summary/primitives/transfers/transfersStepSummaryFromRange.d.ts +9 -0
  618. package/dist/node/summary/primitives/transfers/transfersStepSummaryFromRange.d.ts.map +1 -0
  619. package/dist/node/summary/primitives/transfers/transfersSummary.d.ts +7 -0
  620. package/dist/node/summary/primitives/transfers/transfersSummary.d.ts.map +1 -0
  621. package/dist/node/test/BuildBlockOptions.d.ts +33 -0
  622. package/dist/node/test/BuildBlockOptions.d.ts.map +1 -0
  623. package/dist/node/test/buildBlock.d.ts +5 -0
  624. package/dist/node/test/buildBlock.d.ts.map +1 -0
  625. package/dist/node/test/buildGenesisBlock.d.ts +9 -0
  626. package/dist/node/test/buildGenesisBlock.d.ts.map +1 -0
  627. package/dist/node/test/buildNextBlock.d.ts +6 -0
  628. package/dist/node/test/buildNextBlock.d.ts.map +1 -0
  629. package/dist/node/test/buildRandomChain.d.ts +20 -0
  630. package/dist/node/test/buildRandomChain.d.ts.map +1 -0
  631. package/dist/node/test/buildRandomGenesisBlock.d.ts +13 -0
  632. package/dist/node/test/buildRandomGenesisBlock.d.ts.map +1 -0
  633. package/dist/node/test/buildRandomTransaction.d.ts +5 -0
  634. package/dist/node/test/buildRandomTransaction.d.ts.map +1 -0
  635. package/dist/node/test/createGenesisBlock.d.ts +5 -0
  636. package/dist/node/test/createGenesisBlock.d.ts.map +1 -0
  637. package/dist/node/test/createProducerChainStakeIntentTransaction.d.ts +16 -0
  638. package/dist/node/test/createProducerChainStakeIntentTransaction.d.ts.map +1 -0
  639. package/dist/node/test/getSimpleBlockViewerLocator.d.ts +15 -0
  640. package/dist/node/test/getSimpleBlockViewerLocator.d.ts.map +1 -0
  641. package/dist/node/test/getTestProviderContext.d.ts +5 -0
  642. package/dist/node/test/getTestProviderContext.d.ts.map +1 -0
  643. package/dist/node/test/index.d.ts +5 -0
  644. package/dist/node/test/index.d.ts.map +1 -0
  645. package/dist/node/time/index.d.ts +2 -0
  646. package/dist/node/time/index.d.ts.map +1 -0
  647. package/dist/node/time/primitives/index.d.ts +2 -0
  648. package/dist/node/time/primitives/index.d.ts.map +1 -0
  649. package/dist/node/time/primitives/xl1BlockNumberToEthBlockNumber.d.ts +4 -0
  650. package/dist/node/time/primitives/xl1BlockNumberToEthBlockNumber.d.ts.map +1 -0
  651. package/dist/node/transaction/TransactionBuilder.d.ts +110 -0
  652. package/dist/node/transaction/TransactionBuilder.d.ts.map +1 -0
  653. package/dist/node/transaction/buildTransaction.d.ts +5 -0
  654. package/dist/node/transaction/buildTransaction.d.ts.map +1 -0
  655. package/dist/node/transaction/buildUnsignedTransaction.d.ts +5 -0
  656. package/dist/node/transaction/buildUnsignedTransaction.d.ts.map +1 -0
  657. package/dist/node/transaction/confirmSubmittedTransaction.d.ts +11 -0
  658. package/dist/node/transaction/confirmSubmittedTransaction.d.ts.map +1 -0
  659. package/dist/node/transaction/hydrateTransaction.d.ts +21 -0
  660. package/dist/node/transaction/hydrateTransaction.d.ts.map +1 -0
  661. package/dist/node/transaction/index.d.ts +8 -0
  662. package/dist/node/transaction/index.d.ts.map +1 -0
  663. package/dist/node/transaction/primitives/index.d.ts +5 -0
  664. package/dist/node/transaction/primitives/index.d.ts.map +1 -0
  665. package/dist/node/transaction/primitives/transactionBlockByteCount.d.ts +4 -0
  666. package/dist/node/transaction/primitives/transactionBlockByteCount.d.ts.map +1 -0
  667. package/dist/node/transaction/primitives/transactionElevatedPayloads.d.ts +8 -0
  668. package/dist/node/transaction/primitives/transactionElevatedPayloads.d.ts.map +1 -0
  669. package/dist/node/transaction/primitives/transactionOperations.d.ts +5 -0
  670. package/dist/node/transaction/primitives/transactionOperations.d.ts.map +1 -0
  671. package/dist/node/transaction/primitives/transactionRequiredGas.d.ts +7 -0
  672. package/dist/node/transaction/primitives/transactionRequiredGas.d.ts.map +1 -0
  673. package/dist/node/transaction/script.d.ts +2 -0
  674. package/dist/node/transaction/script.d.ts.map +1 -0
  675. package/dist/node/transaction/signTransaction.d.ts +19 -0
  676. package/dist/node/transaction/signTransaction.d.ts.map +1 -0
  677. package/dist/node/utils/HydratedCache.d.ts +15 -0
  678. package/dist/node/utils/HydratedCache.d.ts.map +1 -0
  679. package/dist/node/utils/index.d.ts +3 -0
  680. package/dist/node/utils/index.d.ts.map +1 -0
  681. package/dist/node/utils/isZodError.d.ts +6 -0
  682. package/dist/node/utils/isZodError.d.ts.map +1 -0
  683. package/dist/node/validation/index.d.ts +3 -0
  684. package/dist/node/validation/index.d.ts.map +1 -0
  685. package/dist/node/validation/lib/getUrl.d.ts +3 -0
  686. package/dist/node/validation/lib/getUrl.d.ts.map +1 -0
  687. package/dist/node/validation/lib/index.d.ts +3 -0
  688. package/dist/node/validation/lib/index.d.ts.map +1 -0
  689. package/dist/node/validation/lib/isLocalhost.d.ts +3 -0
  690. package/dist/node/validation/lib/isLocalhost.d.ts.map +1 -0
  691. package/dist/node/validation/schema/Address.d.ts +3 -0
  692. package/dist/node/validation/schema/Address.d.ts.map +1 -0
  693. package/dist/node/validation/schema/Mnemonic.d.ts +14 -0
  694. package/dist/node/validation/schema/Mnemonic.d.ts.map +1 -0
  695. package/dist/node/validation/schema/index.d.ts +3 -0
  696. package/dist/node/validation/schema/index.d.ts.map +1 -0
  697. package/dist/node/wallet/generateXyoBaseWalletFromPhrase.d.ts +7 -0
  698. package/dist/node/wallet/generateXyoBaseWalletFromPhrase.d.ts.map +1 -0
  699. package/dist/node/wallet/index.d.ts +3 -0
  700. package/dist/node/wallet/index.d.ts.map +1 -0
  701. package/dist/node/wallet/paths.d.ts +24 -0
  702. package/dist/node/wallet/paths.d.ts.map +1 -0
  703. package/package.json +15 -13
  704. package/dist/neutral/getFileConfig.mjs +0 -356
  705. package/dist/neutral/getFileConfig.mjs.map +0 -7
@@ -0,0 +1,7 @@
1
+ import type { Hash } from '@xylabs/sdk';
2
+ /** ChainWindow interface. */
3
+ export interface ChainWindow {
4
+ depth: number;
5
+ head: Hash;
6
+ }
7
+ //# sourceMappingURL=ChainWindow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChainWindow.d.ts","sourceRoot":"","sources":["../../../../../src/block/primitives/payloads/ChainWindow.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAEvC,6BAA6B;AAC7B,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,IAAI,CAAA;CACX"}
@@ -0,0 +1,2 @@
1
+ export * from './ChainWindow.ts';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/block/primitives/payloads/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { StepIdentity, StepIdentityString } from '@xyo-network/xl1-protocol-lib';
2
+ /** Converts a value to StepIdentityString format. */
3
+ export declare function toStepIdentityString({ block, step }: StepIdentity): StepIdentityString;
4
+ //# sourceMappingURL=toStepIdentityString.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toStepIdentityString.d.ts","sourceRoot":"","sources":["../../../../src/block/primitives/toStepIdentityString.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAA;AAErF,qDAAqD;AACrD,wBAAgB,oBAAoB,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,YAAY,GAAG,kBAAkB,CAEtF"}
@@ -0,0 +1,5 @@
1
+ import { type Payload, type WithStorageMeta } from '@xyo-network/sdk-js';
2
+ import type { HydratedTransaction } from '@xyo-network/xl1-protocol-lib';
3
+ /** Validates TransactionsOpcodes and returns any errors found. */
4
+ export declare function validateTransactionsOpcodes(txs: HydratedTransaction[]): Promise<WithStorageMeta<Payload>[]>;
5
+ //# sourceMappingURL=validateTransactionOpcodes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validateTransactionOpcodes.d.ts","sourceRoot":"","sources":["../../../../src/block/primitives/validateTransactionOpcodes.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,KAAK,OAAO,EAAkB,KAAK,eAAe,EACnD,MAAM,qBAAqB,CAAA;AAC5B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAA;AAyCxE,kEAAkE;AAClE,wBAAsB,2BAA2B,CAAC,GAAG,EAAE,mBAAmB,EAAE,uCAc3E"}
@@ -0,0 +1,10 @@
1
+ import type { Payload, UnsignedBoundWitness } from '@xyo-network/sdk-js';
2
+ /**
3
+ * Builds an unsigned hydrated bound witness over the given payloads — the bound-witness analog of
4
+ * {@link buildUnsignedTransaction}. The returned `[boundWitness, payloads]` tuple is ready to pass
5
+ * to `XyoSigner.sign`.
6
+ * @param payloads The payloads the bound witness should witness
7
+ * @returns The unsigned bound witness paired with its (hydrated) payloads
8
+ */
9
+ export declare function buildUnsignedBoundWitness(payloads: Payload[]): Promise<[UnsignedBoundWitness, Payload[]]>;
10
+ //# sourceMappingURL=buildUnsignedBoundWitness.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"buildUnsignedBoundWitness.d.ts","sourceRoot":"","sources":["../../../src/boundwitness/buildUnsignedBoundWitness.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAA;AAGxE;;;;;;GAMG;AACH,wBAAsB,yBAAyB,CAAC,QAAQ,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,CAAC,oBAAoB,EAAE,OAAO,EAAE,CAAC,CAAC,CAG/G"}
@@ -0,0 +1,2 @@
1
+ export * from './buildUnsignedBoundWitness.ts';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/boundwitness/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAA"}
@@ -0,0 +1,52 @@
1
+ /**
2
+ * A `Backing` names a class of runtime resources a provider may need access to.
3
+ * Each backing is owned (writable) by exactly one actor in a deployment; other
4
+ * actors may hold it as read-only or not at all.
5
+ *
6
+ * - `chain-store` — finalized/canonical chain archivists. Owned by the Finalizer.
7
+ * - `mempool-store` — pending transaction and pending block archivists. Owned by the Mempool actor.
8
+ * - `dlq-store` — rejected blocks and rejected transactions archivists. Owned by the Finalizer.
9
+ * - `indexer-store` — derived summary maps (account balances, transfers, etc.).
10
+ * Owned by the IndexerActor.
11
+ * - `evm-rpc` — connection to the backing EVM chain (Sepolia/Mainnet/Hardhat). Owned by the Bridge.
12
+ * - `wallet` — per-actor signing wallet. Each actor owns its own.
13
+ * - `network` — JSON-RPC transport to another XL1 actor. Pure transport; no ownership.
14
+ */
15
+ export type Backing = 'chain-store' | 'mempool-store' | 'dlq-store' | 'indexer-store' | 'evm-rpc' | 'wallet' | 'network';
16
+ /**
17
+ * A `BackingNeed` pairs a backing with the access mode required.
18
+ *
19
+ * - `read` is satisfied by either a `read` or `write` ownership in the locator.
20
+ * - `write` is only satisfied by `write` ownership.
21
+ *
22
+ * Descriptors declare the backings they need; locators declare the backings they have.
23
+ * The resolver filters out descriptors whose backings aren't a subset of the locator's.
24
+ */
25
+ export interface BackingNeed {
26
+ readonly backing: Backing;
27
+ readonly mode: 'read' | 'write';
28
+ }
29
+ /**
30
+ * The two API surfaces exposed by an XL1 API actor over JSON-RPC.
31
+ *
32
+ * - `node` — point queries on canonical chain state (block/tx/mempool/finality/balance).
33
+ * Analogous to a base Ethereum node's RPC. Exposed at `POST /rpc`.
34
+ * - `indexed` — cross-key or aggregate queries that require an indexer
35
+ * (stake-by-staker, stake-events, NetworkStake step rewards, etc.).
36
+ * Analogous to Etherscan-style APIs. Exposed at `POST /rpc/indexed`.
37
+ *
38
+ * The litmus test: if the query is `f(primary_key) → value` it's `node`; if it's
39
+ * `f(secondary_attribute) → list` it's `indexed`.
40
+ */
41
+ export type Surface = 'node' | 'indexed';
42
+ /**
43
+ * Returns true iff every need in `required` is satisfied by some entry in `available`.
44
+ * `read` is satisfied by either `read` or `write`; `write` requires `write`.
45
+ */
46
+ export declare function backingsSatisfied(required: readonly BackingNeed[], available: readonly BackingNeed[]): boolean;
47
+ /**
48
+ * Diagnostic helper: returns a human-readable description of which needs are unmet
49
+ * given the available backings.
50
+ */
51
+ export declare function unmetBackings(required: readonly BackingNeed[], available: readonly BackingNeed[]): readonly BackingNeed[];
52
+ //# sourceMappingURL=Backing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Backing.d.ts","sourceRoot":"","sources":["../../../src/capabilities/Backing.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AACH,MAAM,MAAM,OAAO,GACb,aAAa,GACb,eAAe,GACf,WAAW,GACX,eAAe,GACf,SAAS,GACT,QAAQ,GACR,SAAS,CAAA;AAEf;;;;;;;;GAQG;AACH,MAAM,WAAW,WAAW;IAC1B,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAA;IACzB,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAA;CAChC;AAED;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,OAAO,GAAG,MAAM,GAAG,SAAS,CAAA;AAExC;;;GAGG;AACH,wBAAgB,iBAAiB,CAC/B,QAAQ,EAAE,SAAS,WAAW,EAAE,EAChC,SAAS,EAAE,SAAS,WAAW,EAAE,GAChC,OAAO,CAMT;AAED;;;GAGG;AACH,wBAAgB,aAAa,CAC3B,QAAQ,EAAE,SAAS,WAAW,EAAE,EAChC,SAAS,EAAE,SAAS,WAAW,EAAE,GAChC,SAAS,WAAW,EAAE,CAIxB"}
@@ -0,0 +1,32 @@
1
+ import type { ProviderMoniker } from '@xyo-network/xl1-protocol-model';
2
+ import type { Surface } from './Backing.ts';
3
+ /**
4
+ * Declarative description of a capability that an actor may need.
5
+ *
6
+ * The capability registry is a sidecar to the moniker namespace — every
7
+ * moniker that an actor consumes should have a corresponding `Capability`
8
+ * entry. Plan-time transitive closure uses `ProviderDescriptor.dependencies`.
9
+ */
10
+ export interface Capability {
11
+ /** Canonical id — equals the existing moniker constant string. */
12
+ readonly id: ProviderMoniker;
13
+ readonly kind: 'viewer' | 'runner' | 'gateway' | 'archivist' | 'signer';
14
+ /** Human label for diagnostics. */
15
+ readonly label: string;
16
+ /**
17
+ * Which API surface this capability is exposed under — `'node'` for point
18
+ * queries on canonical state (Ethereum-node analog) or `'indexed'` for
19
+ * cross-key/aggregate queries (Etherscan analog). Connection-level umbrellas
20
+ * (`XyoConnection`, `XyoGatewayRunner`) carry `'node'`; the actual filtering
21
+ * is done downstream by `connectionSubsetBySurface`.
22
+ */
23
+ readonly surface: Surface;
24
+ }
25
+ export interface CapabilityRegistryInstance {
26
+ get(id: ProviderMoniker): Capability;
27
+ register(cap: Capability): this;
28
+ toJson(): Record<ProviderMoniker, Omit<Capability, 'id'>>;
29
+ tryGet(id: ProviderMoniker): Capability | undefined;
30
+ }
31
+ export declare function createCapabilityRegistry(): CapabilityRegistryInstance;
32
+ //# sourceMappingURL=Capability.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Capability.d.ts","sourceRoot":"","sources":["../../../src/capabilities/Capability.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAA;AAEtE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AAE3C;;;;;;GAMG;AACH,MAAM,WAAW,UAAU;IACzB,kEAAkE;IAClE,QAAQ,CAAC,EAAE,EAAE,eAAe,CAAA;IAC5B,QAAQ,CAAC,IAAI,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,GAAG,QAAQ,CAAA;IACvE,mCAAmC;IACnC,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAA;IACtB;;;;;;OAMG;IACH,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAA;CAC1B;AAED,MAAM,WAAW,0BAA0B;IACzC,GAAG,CAAC,EAAE,EAAE,eAAe,GAAG,UAAU,CAAA;IACpC,QAAQ,CAAC,GAAG,EAAE,UAAU,GAAG,IAAI,CAAA;IAC/B,MAAM,IAAI,MAAM,CAAC,eAAe,EAAE,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC,CAAA;IACzD,MAAM,CAAC,EAAE,EAAE,eAAe,GAAG,UAAU,GAAG,SAAS,CAAA;CACpD;AAiCD,wBAAgB,wBAAwB,IAAI,0BAA0B,CAErE"}
@@ -0,0 +1,31 @@
1
+ import type { ProviderMoniker } from '@xyo-network/xl1-protocol-model';
2
+ import type { CreatableProvider, CreatableProviderConnectionType } from '../CreatableProvider/CreatableProvider.ts';
3
+ import type { Surface } from './Backing.ts';
4
+ /**
5
+ * Plan-time candidate for provider resolution (used by `resolveProviders`).
6
+ *
7
+ * Metadata (`connectionTypes`, `dependencies`, `surface`, `satisfies`) is
8
+ * derived from `CreatableProvider` class statics via `providerCandidateFromClass`.
9
+ * Selection is config-only: `providerBindings` + `connections` type matching.
10
+ */
11
+ export interface ProviderDescriptor {
12
+ /**
13
+ * Connection kinds this candidate supports (e.g. `lmdb`, `rpc`). Empty array
14
+ * means wildcard — matches any bound connection type.
15
+ */
16
+ readonly connectionTypes: readonly CreatableProviderConnectionType[];
17
+ /** Implementation class selected when this candidate wins. */
18
+ readonly creatableProvider: CreatableProvider;
19
+ /**
20
+ * Monikers this provider resolves at register/create time. Drives plan-time
21
+ * transitive closure and topological ordering.
22
+ */
23
+ readonly dependencies?: readonly ProviderMoniker[];
24
+ /** Globally-unique key, usually the class name — used in snapshots and diagnostics. */
25
+ readonly id: string;
26
+ /** Capabilities this candidate satisfies (typically `monikers` from the class). */
27
+ readonly satisfies: readonly ProviderMoniker[];
28
+ /** Which API surface this capability is exposed under. */
29
+ readonly surface: Surface;
30
+ }
31
+ //# sourceMappingURL=Provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Provider.d.ts","sourceRoot":"","sources":["../../../src/capabilities/Provider.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAA;AAEtE,OAAO,KAAK,EAAE,iBAAiB,EAAE,+BAA+B,EAAE,MAAM,2CAA2C,CAAA;AACnH,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AAE3C;;;;;;GAMG;AACH,MAAM,WAAW,kBAAkB;IACjC;;;OAGG;IACH,QAAQ,CAAC,eAAe,EAAE,SAAS,+BAA+B,EAAE,CAAA;IACpE,8DAA8D;IAC9D,QAAQ,CAAC,iBAAiB,EAAE,iBAAiB,CAAA;IAC7C;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,SAAS,eAAe,EAAE,CAAA;IAClD,uFAAuF;IACvF,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAA;IACnB,mFAAmF;IACnF,QAAQ,CAAC,SAAS,EAAE,SAAS,eAAe,EAAE,CAAA;IAC9C,0DAA0D;IAC1D,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAA;CAC1B"}
@@ -0,0 +1,17 @@
1
+ import type { XyoConnection } from '@xyo-network/xl1-protocol-lib';
2
+ import type { Surface } from './Backing.ts';
3
+ /**
4
+ * Returns a shallow-cloned `XyoConnection` retaining only the branches whose
5
+ * surface matches the requested one.
6
+ *
7
+ * The filter walks a fixed structural map of `XyoConnection` (see
8
+ * `surfaceMap.ts`). Branches whose surface differs are omitted from the
9
+ * returned connection so that downstream consumers (`rpcMethodHandlersFromConnection`,
10
+ * `rpcServerFromConnection`, etc.) naturally produce a smaller method set
11
+ * without having to know about surfaces themselves.
12
+ *
13
+ * Used by API actor route wiring to mount `POST /rpc` (node-only) and
14
+ * `POST /rpc/indexed` (indexer-only) over the same underlying connection.
15
+ */
16
+ export declare function connectionSubsetBySurface(connection: XyoConnection, surface: Surface): XyoConnection;
17
+ //# sourceMappingURL=connectionSubsetBySurface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"connectionSubsetBySurface.d.ts","sourceRoot":"","sources":["../../../src/capabilities/connectionSubsetBySurface.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAA;AAElE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AAM3C;;;;;;;;;;;;GAYG;AACH,wBAAgB,yBAAyB,CACvC,UAAU,EAAE,aAAa,EACzB,OAAO,EAAE,OAAO,GACf,aAAa,CAcf"}
@@ -0,0 +1,10 @@
1
+ import type { ConnectionKind } from '../config/connections/Connection.ts';
2
+ import type { CreatableProviderConnectionType } from '../CreatableProvider/CreatableProvider.ts';
3
+ import type { ProviderDescriptor } from './Provider.ts';
4
+ /**
5
+ * Connection types a descriptor supports. An empty array is a wildcard: the
6
+ * descriptor matches any bound connection type (used by in-process memory stubs).
7
+ */
8
+ export declare function descriptorConnectionTypes(descriptor: Pick<ProviderDescriptor, 'connectionTypes'>): readonly CreatableProviderConnectionType[];
9
+ export declare function descriptorMatchesConnectionType(descriptor: Pick<ProviderDescriptor, 'connectionTypes'>, connectionType: ConnectionKind): boolean;
10
+ //# sourceMappingURL=connectionTypes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"connectionTypes.d.ts","sourceRoot":"","sources":["../../../src/capabilities/connectionTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAA;AACzE,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,2CAA2C,CAAA;AAChG,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAEvD;;;GAGG;AACH,wBAAgB,yBAAyB,CACvC,UAAU,EAAE,IAAI,CAAC,kBAAkB,EAAE,iBAAiB,CAAC,GACtD,SAAS,+BAA+B,EAAE,CAE5C;AAED,wBAAgB,+BAA+B,CAC7C,UAAU,EAAE,IAAI,CAAC,kBAAkB,EAAE,iBAAiB,CAAC,EACvD,cAAc,EAAE,cAAc,GAC7B,OAAO,CAMT"}
@@ -0,0 +1,46 @@
1
+ import type { CreatableProviderFactory } from '../CreatableProvider/index.ts';
2
+ import type { BackingNeed } from './Backing.ts';
3
+ /**
4
+ * Phantom-typed brand on `CreatableProviderFactory` recording which backings
5
+ * the factory's underlying provider needs.
6
+ *
7
+ * Purely a compile-time tag — there is no runtime impact. Runtime callers
8
+ * that don't care can keep using the bare `CreatableProviderFactory` type;
9
+ * locators that want to enforce a backing-subset rule at compile time can
10
+ * accept `BrandedFactory<L>` parameters that constrain what factories may be
11
+ * registered.
12
+ */
13
+ export type BrandedFactory<B extends readonly BackingNeed[] = readonly BackingNeed[]> = CreatableProviderFactory & {
14
+ readonly __backings?: B;
15
+ };
16
+ /**
17
+ * Brand a factory with the backings it depends on. Returns the same value at
18
+ * runtime — the brand is only a phantom type.
19
+ *
20
+ * @example
21
+ * const f = backedFactory(
22
+ * [{ backing: 'chain-store', mode: 'write' }] as const,
23
+ * SimpleFinalizationRunner.factory(SimpleFinalizationRunner.dependencies, {...}),
24
+ * )
25
+ * // f is BrandedFactory<readonly [{backing: 'chain-store', mode: 'write'}]>
26
+ */
27
+ export declare function backedFactory<B extends readonly BackingNeed[]>(_backings: B, factory: CreatableProviderFactory): BrandedFactory<B>;
28
+ /**
29
+ * Helper: brand a factory as needing only the network transport. Convenient
30
+ * shorthand for `JsonRpc*` factories.
31
+ */
32
+ export declare function networkBackedFactory(factory: CreatableProviderFactory): BrandedFactory<readonly [{
33
+ readonly backing: 'network';
34
+ readonly mode: 'read';
35
+ }]>;
36
+ /**
37
+ * Runtime check: is `factory`'s declared backings a subset of `availableBackings`?
38
+ *
39
+ * The brand is type-only, so at runtime we have no way to inspect what backings
40
+ * the factory was branded with. This helper exists for cases where the caller
41
+ * has the backings array separately (e.g. from the descriptor that built the
42
+ * factory) and wants a runtime gate. Use `backingsSatisfied` directly with the
43
+ * descriptor's `backings` field.
44
+ */
45
+ export declare function factoryBackingsCompatible(declared: readonly BackingNeed[], available: readonly BackingNeed[]): boolean;
46
+ //# sourceMappingURL=factoryBrand.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"factoryBrand.d.ts","sourceRoot":"","sources":["../../../src/capabilities/factoryBrand.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAA;AAC7E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAG/C;;;;;;;;;GASG;AACH,MAAM,MAAM,cAAc,CAAC,CAAC,SAAS,SAAS,WAAW,EAAE,GAAG,SAAS,WAAW,EAAE,IAChF,wBAAwB,GAAG;IAAE,QAAQ,CAAC,UAAU,CAAC,EAAE,CAAC,CAAA;CAAE,CAAA;AAE1D;;;;;;;;;;GAUG;AACH,wBAAgB,aAAa,CAAC,CAAC,SAAS,SAAS,WAAW,EAAE,EAC5D,SAAS,EAAE,CAAC,EACZ,OAAO,EAAE,wBAAwB,GAChC,cAAc,CAAC,CAAC,CAAC,CAEnB;AAED;;;GAGG;AACH,wBAAgB,oBAAoB,CAClC,OAAO,EAAE,wBAAwB,GAChC,cAAc,CAAC,SAAS,CAAC;IAAE,QAAQ,CAAC,OAAO,EAAE,SAAS,CAAC;IAAC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC,CAAC,CAEnF;AAED;;;;;;;;GAQG;AACH,wBAAgB,yBAAyB,CACvC,QAAQ,EAAE,SAAS,WAAW,EAAE,EAChC,SAAS,EAAE,SAAS,WAAW,EAAE,GAChC,OAAO,CAET"}
@@ -0,0 +1,12 @@
1
+ export * from './Backing.ts';
2
+ export * from './Capability.ts';
3
+ export * from './connectionSubsetBySurface.ts';
4
+ export * from './connectionTypes.ts';
5
+ export * from './factoryBrand.ts';
6
+ export * from './locatorFromConfig.ts';
7
+ export * from './needsFromProviderBindings.ts';
8
+ export * from './Provider.ts';
9
+ export * from './providerCandidateFromClass.ts';
10
+ export * from './resolveProviders.ts';
11
+ export * from './surfaceMap.ts';
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/capabilities/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,gCAAgC,CAAA;AAC9C,cAAc,sBAAsB,CAAA;AACpC,cAAc,mBAAmB,CAAA;AACjC,cAAc,wBAAwB,CAAA;AACtC,cAAc,gCAAgC,CAAA;AAC9C,cAAc,eAAe,CAAA;AAC7B,cAAc,iCAAiC,CAAA;AAC/C,cAAc,uBAAuB,CAAA;AACrC,cAAc,iBAAiB,CAAA"}
@@ -0,0 +1,29 @@
1
+ import type { ProviderMoniker } from '@xyo-network/xl1-protocol-model';
2
+ import type { LocatorConfig } from '../config/LocatorConfigFields.ts';
3
+ import { ProviderFactoryLocator } from '../CreatableProvider/ProviderFactoryLocator.ts';
4
+ import type { CreatableProviderContext } from '../model/index.ts';
5
+ import type { ProviderDescriptor } from './Provider.ts';
6
+ import { type ResolutionPlan } from './resolveProviders.ts';
7
+ /** Options for building a locator from config-driven provider resolution. */
8
+ export interface LocatorFromConfigOptions {
9
+ readonly candidates: readonly ProviderDescriptor[];
10
+ readonly config: LocatorConfig;
11
+ readonly context?: Omit<CreatableProviderContext, 'config' | 'locator'>;
12
+ readonly needs: ReadonlySet<ProviderMoniker>;
13
+ }
14
+ /**
15
+ * Resolves which provider classes to register for the given config bindings.
16
+ * Selection uses only `providerBindings` + `connections` — no runtime preconditions.
17
+ */
18
+ export declare function resolveProvidersFromConfig(needs: ReadonlySet<ProviderMoniker>, candidates: readonly ProviderDescriptor[], config: LocatorConfig): ResolutionPlan;
19
+ /**
20
+ * Registers factories for a resolution plan. Params are empty — implementations
21
+ * are expected to read their bound connection from `context.config` at runtime.
22
+ */
23
+ export declare function registerFactoriesFromPlan(locator: ProviderFactoryLocator, plan: ResolutionPlan): void;
24
+ /**
25
+ * Builds a `ProviderFactoryLocator` from config: resolve candidates, then register
26
+ * winning factories. Connection profiles come from config, not factory params.
27
+ */
28
+ export declare function locatorFromConfig(options: LocatorFromConfigOptions): ProviderFactoryLocator;
29
+ //# sourceMappingURL=locatorFromConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"locatorFromConfig.d.ts","sourceRoot":"","sources":["../../../src/capabilities/locatorFromConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAA;AAEtE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAA;AAErE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gDAAgD,CAAA;AACvF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAA;AACjE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AACvD,OAAO,EAAE,KAAK,cAAc,EAAoB,MAAM,uBAAuB,CAAA;AAE7E,6EAA6E;AAC7E,MAAM,WAAW,wBAAwB;IACvC,QAAQ,CAAC,UAAU,EAAE,SAAS,kBAAkB,EAAE,CAAA;IAClD,QAAQ,CAAC,MAAM,EAAE,aAAa,CAAA;IAC9B,QAAQ,CAAC,OAAO,CAAC,EAAE,IAAI,CAAC,wBAAwB,EAAE,QAAQ,GAAG,SAAS,CAAC,CAAA;IACvE,QAAQ,CAAC,KAAK,EAAE,WAAW,CAAC,eAAe,CAAC,CAAA;CAC7C;AAED;;;GAGG;AACH,wBAAgB,0BAA0B,CACxC,KAAK,EAAE,WAAW,CAAC,eAAe,CAAC,EACnC,UAAU,EAAE,SAAS,kBAAkB,EAAE,EACzC,MAAM,EAAE,aAAa,GACpB,cAAc,CAMhB;AAED;;;GAGG;AACH,wBAAgB,yBAAyB,CACvC,OAAO,EAAE,sBAAsB,EAC/B,IAAI,EAAE,cAAc,GACnB,IAAI,CAMN;AAED;;;GAGG;AACH,wBAAgB,iBAAiB,CAC/B,OAAO,EAAE,wBAAwB,GAChC,sBAAsB,CAWxB"}
@@ -0,0 +1,8 @@
1
+ import type { ProviderMoniker } from '@xyo-network/xl1-protocol-model';
2
+ import type { Config } from '../config/Config.ts';
3
+ import type { ConnectionKind } from '../config/connections/Connection.ts';
4
+ /** Derives resolution needs from every moniker declared in `providerBindings`. */
5
+ export declare function needsFromProviderBindings(config: Pick<Config, 'providerBindings'>): ReadonlySet<ProviderMoniker>;
6
+ /** Derives needs for monikers whose bound connection matches one of the given types. */
7
+ export declare function needsFromConnectionTypes(config: Pick<Config, 'connections' | 'providerBindings'>, connectionTypes: readonly ConnectionKind[]): ReadonlySet<ProviderMoniker>;
8
+ //# sourceMappingURL=needsFromProviderBindings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"needsFromProviderBindings.d.ts","sourceRoot":"","sources":["../../../src/capabilities/needsFromProviderBindings.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAA;AAEtE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAA;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAA;AAEzE,kFAAkF;AAClF,wBAAgB,yBAAyB,CACvC,MAAM,EAAE,IAAI,CAAC,MAAM,EAAE,kBAAkB,CAAC,GACvC,WAAW,CAAC,eAAe,CAAC,CAE9B;AAED,wFAAwF;AACxF,wBAAgB,wBAAwB,CACtC,MAAM,EAAE,IAAI,CAAC,MAAM,EAAE,aAAa,GAAG,kBAAkB,CAAC,EACxD,eAAe,EAAE,SAAS,cAAc,EAAE,GACzC,WAAW,CAAC,eAAe,CAAC,CAgB9B"}
@@ -0,0 +1,7 @@
1
+ import type { CreatableProvider } from '../CreatableProvider/CreatableProvider.ts';
2
+ import type { ProviderDescriptor } from './Provider.ts';
3
+ /** Derives a resolution candidate from a `CreatableProvider` implementation class. */
4
+ export declare function providerCandidateFromClass(creatableProvider: CreatableProvider, id?: string): ProviderDescriptor;
5
+ /** Derives resolution candidates from a list of provider implementation classes. */
6
+ export declare function providerCandidatesFromClasses(creatableProviders: readonly CreatableProvider[]): ProviderDescriptor[];
7
+ //# sourceMappingURL=providerCandidateFromClass.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"providerCandidateFromClass.d.ts","sourceRoot":"","sources":["../../../src/capabilities/providerCandidateFromClass.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2CAA2C,CAAA;AAClF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAEvD,sFAAsF;AACtF,wBAAgB,0BAA0B,CACxC,iBAAiB,EAAE,iBAAiB,EACpC,EAAE,GAAE,MAA+B,GAClC,kBAAkB,CASpB;AAED,oFAAoF;AACpF,wBAAgB,6BAA6B,CAC3C,kBAAkB,EAAE,SAAS,iBAAiB,EAAE,GAC/C,kBAAkB,EAAE,CAEtB"}
@@ -0,0 +1,56 @@
1
+ import type { ProviderMoniker } from '@xyo-network/xl1-protocol-model';
2
+ import type { ConnectionConfig } from '../config/connections/Connection.ts';
3
+ import type { ProviderDescriptor } from './Provider.ts';
4
+ export interface ResolutionPlan {
5
+ /** Capability moniker -> winning descriptor id (for snapshot diffing). */
6
+ readonly bindings: Readonly<Record<ProviderMoniker, string>>;
7
+ /** Descriptors that lost; included for diagnostics. */
8
+ readonly rejected: readonly RejectedDescriptor[];
9
+ /** Descriptors that should be instantiated, in topological order. */
10
+ readonly selected: readonly ProviderDescriptor[];
11
+ }
12
+ export interface RejectedDescriptor {
13
+ readonly descriptor: ProviderDescriptor;
14
+ readonly reason: string;
15
+ }
16
+ export declare class MissingCapabilityError extends Error {
17
+ readonly moniker: ProviderMoniker;
18
+ readonly reasons: readonly string[];
19
+ constructor(moniker: ProviderMoniker, reasons: readonly string[]);
20
+ }
21
+ export declare class AmbiguousProviderError extends Error {
22
+ readonly candidates: readonly string[];
23
+ readonly moniker: ProviderMoniker;
24
+ constructor(moniker: ProviderMoniker, candidates: readonly ProviderDescriptor[]);
25
+ }
26
+ export declare class UnboundProviderError extends Error {
27
+ readonly moniker: ProviderMoniker;
28
+ constructor(moniker: ProviderMoniker);
29
+ }
30
+ export declare class UnknownConnectionError extends Error {
31
+ readonly connectionName: string;
32
+ readonly moniker: ProviderMoniker;
33
+ constructor(moniker: ProviderMoniker, connectionName: string);
34
+ }
35
+ interface ProviderBindingLike {
36
+ connection?: string;
37
+ }
38
+ export interface ResolveProvidersOptions {
39
+ readonly connections?: Readonly<Record<string, ConnectionConfig>>;
40
+ readonly providerBindings?: Readonly<Partial<Record<ProviderMoniker, ProviderBindingLike>>>;
41
+ }
42
+ /**
43
+ * Plans which providers to register for a given set of needs.
44
+ *
45
+ * 1. Fixpoint-expand monikers from selected descriptor `dependencies`.
46
+ * 2. Require `providerBindings[moniker].connection` for every connection-consuming
47
+ * moniker. A moniker satisfied by a single wildcard candidate consumes no
48
+ * connection of its own (it delegates storage to its dependencies) and binds
49
+ * directly, with no binding required.
50
+ * 3. Filter candidates by bound connection type.
51
+ * 4. Throw when zero or multiple candidates remain.
52
+ * 5. Toposort selected descriptors using `dependencies`.
53
+ */
54
+ export declare function resolveProviders(needs: ReadonlySet<ProviderMoniker>, candidates: readonly ProviderDescriptor[], options?: ResolveProvidersOptions): ResolutionPlan;
55
+ export {};
56
+ //# sourceMappingURL=resolveProviders.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resolveProviders.d.ts","sourceRoot":"","sources":["../../../src/capabilities/resolveProviders.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAA;AAEtE,OAAO,KAAK,EAAE,gBAAgB,EAAkB,MAAM,qCAAqC,CAAA;AAE3F,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAEvD,MAAM,WAAW,cAAc;IAC7B,0EAA0E;IAC1E,QAAQ,CAAC,QAAQ,EAAE,QAAQ,CAAC,MAAM,CAAC,eAAe,EAAE,MAAM,CAAC,CAAC,CAAA;IAC5D,uDAAuD;IACvD,QAAQ,CAAC,QAAQ,EAAE,SAAS,kBAAkB,EAAE,CAAA;IAChD,qEAAqE;IACrE,QAAQ,CAAC,QAAQ,EAAE,SAAS,kBAAkB,EAAE,CAAA;CACjD;AAED,MAAM,WAAW,kBAAkB;IACjC,QAAQ,CAAC,UAAU,EAAE,kBAAkB,CAAA;IACvC,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAA;CACxB;AAED,qBAAa,sBAAuB,SAAQ,KAAK;IAC/C,QAAQ,CAAC,OAAO,EAAE,eAAe,CAAA;IACjC,QAAQ,CAAC,OAAO,EAAE,SAAS,MAAM,EAAE,CAAA;gBAEvB,OAAO,EAAE,eAAe,EAAE,OAAO,EAAE,SAAS,MAAM,EAAE;CAOjE;AAED,qBAAa,sBAAuB,SAAQ,KAAK;IAC/C,QAAQ,CAAC,UAAU,EAAE,SAAS,MAAM,EAAE,CAAA;IACtC,QAAQ,CAAC,OAAO,EAAE,eAAe,CAAA;gBAErB,OAAO,EAAE,eAAe,EAAE,UAAU,EAAE,SAAS,kBAAkB,EAAE;CAShF;AAED,qBAAa,oBAAqB,SAAQ,KAAK;IAC7C,QAAQ,CAAC,OAAO,EAAE,eAAe,CAAA;gBAErB,OAAO,EAAE,eAAe;CAKrC;AAED,qBAAa,sBAAuB,SAAQ,KAAK;IAC/C,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAA;IAC/B,QAAQ,CAAC,OAAO,EAAE,eAAe,CAAA;gBAErB,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM;CAQ7D;AAED,UAAU,mBAAmB;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB;AAED,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,WAAW,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAC,CAAA;IACjE,QAAQ,CAAC,gBAAgB,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,eAAe,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAA;CAC5F;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,gBAAgB,CAC9B,KAAK,EAAE,WAAW,CAAC,eAAe,CAAC,EACnC,UAAU,EAAE,SAAS,kBAAkB,EAAE,EACzC,OAAO,GAAE,uBAA4B,GACpC,cAAc,CAsBhB"}
@@ -0,0 +1,11 @@
1
+ import type { Surface } from './Backing.ts';
2
+ export declare function surfaceForBranch(branch: string): Surface | undefined;
3
+ /**
4
+ * Branch keys on `XyoViewer` that may need to be filtered by surface.
5
+ * `connectionSubsetBySurface` iterates over this list to decide what to keep.
6
+ *
7
+ * Each entry is `[viewerKey, fully-qualified-branch-key]`.
8
+ */
9
+ export declare const VIEWER_BRANCH_KEYS: readonly [readonly ["block", "viewer.block"], readonly ["transaction", "viewer.transaction"], readonly ["mempool", "viewer.mempool"], readonly ["finalization", "viewer.finalization"], readonly ["time", "viewer.time"], readonly ["account", "viewer.account.balance"], readonly ["networkStake", "viewer.networkStake"], readonly ["stake", "viewer.stake"], readonly ["step", "viewer.step"]];
10
+ export type ViewerBranchKey = (typeof VIEWER_BRANCH_KEYS)[number][0];
11
+ //# sourceMappingURL=surfaceMap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"surfaceMap.d.ts","sourceRoot":"","sources":["../../../src/capabilities/surfaceMap.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AAgC3C,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,GAAG,SAAS,CAEpE;AAED;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB,mYAUrB,CAAA;AAEV,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAA"}