@xyo-network/xl1-protocol 4.0.11 → 4.0.14

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 (652) hide show
  1. package/README.md +57 -62
  2. package/dist/neutral/index.d.ts +4 -4
  3. package/dist/neutral/index.d.ts.map +1 -1
  4. package/dist/neutral/index.mjs +4 -4
  5. package/dist/neutral/index.mjs.map +2 -2
  6. package/dist/neutral/modules/network-model/icons/index.d.ts +4 -0
  7. package/dist/neutral/modules/network-model/icons/index.d.ts.map +1 -0
  8. package/dist/neutral/modules/network-model/icons/local/index.d.ts +2 -0
  9. package/dist/neutral/modules/network-model/icons/local/index.d.ts.map +1 -0
  10. package/dist/neutral/modules/network-model/icons/mainnet/index.d.ts +2 -0
  11. package/dist/neutral/modules/network-model/icons/mainnet/index.d.ts.map +1 -0
  12. package/dist/neutral/modules/network-model/icons/sequence/index.d.ts +2 -0
  13. package/dist/neutral/modules/network-model/icons/sequence/index.d.ts.map +1 -0
  14. package/dist/neutral/modules/network-model/index.d.ts +7 -0
  15. package/dist/neutral/modules/network-model/index.d.ts.map +1 -0
  16. package/dist/neutral/modules/network-model/lib/NetworkDataLakeUrls.d.ts +8 -0
  17. package/dist/neutral/modules/network-model/lib/NetworkDataLakeUrls.d.ts.map +1 -0
  18. package/dist/neutral/modules/network-model/lib/Networks.d.ts +10 -0
  19. package/dist/neutral/modules/network-model/lib/Networks.d.ts.map +1 -0
  20. package/dist/neutral/modules/network-model/lib/index.d.ts +3 -0
  21. package/dist/neutral/modules/network-model/lib/index.d.ts.map +1 -0
  22. package/dist/neutral/modules/network-model/manifest/index.d.ts +2 -0
  23. package/dist/neutral/modules/network-model/manifest/index.d.ts.map +1 -0
  24. package/dist/neutral/modules/network-model/manifest/networkManifest.d.ts +4 -0
  25. package/dist/neutral/modules/network-model/manifest/networkManifest.d.ts.map +1 -0
  26. package/dist/neutral/modules/network-model/models/Bootstrap.d.ts +56 -0
  27. package/dist/neutral/modules/network-model/models/Bootstrap.d.ts.map +1 -0
  28. package/dist/neutral/modules/network-model/models/NetworkId.d.ts +12 -0
  29. package/dist/neutral/modules/network-model/models/NetworkId.d.ts.map +1 -0
  30. package/dist/neutral/modules/network-model/models/index.d.ts +3 -0
  31. package/dist/neutral/modules/network-model/models/index.d.ts.map +1 -0
  32. package/dist/neutral/modules/network-model/modules/index.d.ts +2 -0
  33. package/dist/neutral/modules/network-model/modules/index.d.ts.map +1 -0
  34. package/dist/neutral/modules/network-model/modules/node/getNetworkNode.d.ts +10 -0
  35. package/dist/neutral/modules/network-model/modules/node/getNetworkNode.d.ts.map +1 -0
  36. package/dist/neutral/modules/network-model/modules/node/getNetworkNodes.d.ts +4 -0
  37. package/dist/neutral/modules/network-model/modules/node/getNetworkNodes.d.ts.map +1 -0
  38. package/dist/neutral/modules/network-model/modules/node/index.d.ts +4 -0
  39. package/dist/neutral/modules/network-model/modules/node/index.d.ts.map +1 -0
  40. package/dist/neutral/modules/network-model/modules/node/initNetworkNode.d.ts +5 -0
  41. package/dist/neutral/modules/network-model/modules/node/initNetworkNode.d.ts.map +1 -0
  42. package/dist/neutral/modules/network-model/staticRest/index.d.ts +10 -0
  43. package/dist/neutral/modules/network-model/staticRest/index.d.ts.map +1 -0
  44. package/dist/neutral/modules/network-model/staticRest/layout/chainContractManifest.d.ts +84 -0
  45. package/dist/neutral/modules/network-model/staticRest/layout/chainContractManifest.d.ts.map +1 -0
  46. package/dist/neutral/modules/network-model/staticRest/layout/chainManifest.d.ts +101 -0
  47. package/dist/neutral/modules/network-model/staticRest/layout/chainManifest.d.ts.map +1 -0
  48. package/dist/neutral/modules/network-model/staticRest/layout/index.d.ts +4 -0
  49. package/dist/neutral/modules/network-model/staticRest/layout/index.d.ts.map +1 -0
  50. package/dist/neutral/modules/network-model/staticRest/layout/indexManifest.d.ts +263 -0
  51. package/dist/neutral/modules/network-model/staticRest/layout/indexManifest.d.ts.map +1 -0
  52. package/dist/neutral/modules/network-model/staticRest/paths/chainState.d.ts +10 -0
  53. package/dist/neutral/modules/network-model/staticRest/paths/chainState.d.ts.map +1 -0
  54. package/dist/neutral/modules/network-model/staticRest/paths/finalized.d.ts +14 -0
  55. package/dist/neutral/modules/network-model/staticRest/paths/finalized.d.ts.map +1 -0
  56. package/dist/neutral/modules/network-model/staticRest/paths/index.d.ts +4 -0
  57. package/dist/neutral/modules/network-model/staticRest/paths/index.d.ts.map +1 -0
  58. package/dist/neutral/modules/network-model/staticRest/paths/indexPaths.d.ts +14 -0
  59. package/dist/neutral/modules/network-model/staticRest/paths/indexPaths.d.ts.map +1 -0
  60. package/dist/neutral/modules/network-model/staticRest/templates.d.ts +27 -0
  61. package/dist/neutral/modules/network-model/staticRest/templates.d.ts.map +1 -0
  62. package/dist/neutral/modules/network-model/utils/ExplorerLinks.d.ts +28 -0
  63. package/dist/neutral/modules/network-model/utils/ExplorerLinks.d.ts.map +1 -0
  64. package/dist/neutral/modules/network-model/utils/index.d.ts +2 -0
  65. package/dist/neutral/modules/network-model/utils/index.d.ts.map +1 -0
  66. package/dist/neutral/modules/protocol-lib/OpenTelemetryProviders.d.ts +7 -0
  67. package/dist/neutral/modules/protocol-lib/OpenTelemetryProviders.d.ts.map +1 -0
  68. package/dist/neutral/modules/protocol-lib/address/derivedReceiveAddress.d.ts +4 -0
  69. package/dist/neutral/modules/protocol-lib/address/derivedReceiveAddress.d.ts.map +1 -0
  70. package/dist/neutral/modules/protocol-lib/address/index.d.ts +4 -0
  71. package/dist/neutral/modules/protocol-lib/address/index.d.ts.map +1 -0
  72. package/dist/neutral/modules/protocol-lib/address/rewardAddressFromStepIdentity.d.ts +7 -0
  73. package/dist/neutral/modules/protocol-lib/address/rewardAddressFromStepIdentity.d.ts.map +1 -0
  74. package/dist/neutral/modules/protocol-lib/address/sentinelAddressFromSchema.d.ts +21 -0
  75. package/dist/neutral/modules/protocol-lib/address/sentinelAddressFromSchema.d.ts.map +1 -0
  76. package/dist/neutral/modules/protocol-lib/index.d.ts +14 -0
  77. package/dist/neutral/modules/protocol-lib/index.d.ts.map +1 -0
  78. package/dist/neutral/modules/protocol-lib/network/Status.d.ts +26 -0
  79. package/dist/neutral/modules/protocol-lib/network/Status.d.ts.map +1 -0
  80. package/dist/neutral/modules/protocol-lib/network/index.d.ts +2 -0
  81. package/dist/neutral/modules/protocol-lib/network/index.d.ts.map +1 -0
  82. package/dist/neutral/modules/protocol-lib/permissions/InvokerPermission.d.ts +48 -0
  83. package/dist/neutral/modules/protocol-lib/permissions/InvokerPermission.d.ts.map +1 -0
  84. package/dist/neutral/modules/protocol-lib/permissions/XyoPermissions.d.ts +33 -0
  85. package/dist/neutral/modules/protocol-lib/permissions/XyoPermissions.d.ts.map +1 -0
  86. package/dist/neutral/modules/protocol-lib/permissions/index.d.ts +3 -0
  87. package/dist/neutral/modules/protocol-lib/permissions/index.d.ts.map +1 -0
  88. package/dist/neutral/modules/protocol-lib/providers/DataLake/Client.d.ts +86 -0
  89. package/dist/neutral/modules/protocol-lib/providers/DataLake/Client.d.ts.map +1 -0
  90. package/dist/neutral/modules/protocol-lib/providers/DataLake/Provider.d.ts +10 -0
  91. package/dist/neutral/modules/protocol-lib/providers/DataLake/Provider.d.ts.map +1 -0
  92. package/dist/neutral/modules/protocol-lib/providers/DataLake/Runner.d.ts +15 -0
  93. package/dist/neutral/modules/protocol-lib/providers/DataLake/Runner.d.ts.map +1 -0
  94. package/dist/neutral/modules/protocol-lib/providers/DataLake/Viewer.d.ts +14 -0
  95. package/dist/neutral/modules/protocol-lib/providers/DataLake/Viewer.d.ts.map +1 -0
  96. package/dist/neutral/modules/protocol-lib/providers/DataLake/index.d.ts +6 -0
  97. package/dist/neutral/modules/protocol-lib/providers/DataLake/index.d.ts.map +1 -0
  98. package/dist/neutral/modules/protocol-lib/providers/DataLake/isSchemaAllowed.d.ts +7 -0
  99. package/dist/neutral/modules/protocol-lib/providers/DataLake/isSchemaAllowed.d.ts.map +1 -0
  100. package/dist/neutral/modules/protocol-lib/providers/TransactionHelper.d.ts +9 -0
  101. package/dist/neutral/modules/protocol-lib/providers/TransactionHelper.d.ts.map +1 -0
  102. package/dist/neutral/modules/protocol-lib/providers/XyoClient.d.ts +25 -0
  103. package/dist/neutral/modules/protocol-lib/providers/XyoClient.d.ts.map +1 -0
  104. package/dist/neutral/modules/protocol-lib/providers/XyoConnection.d.ts +18 -0
  105. package/dist/neutral/modules/protocol-lib/providers/XyoConnection.d.ts.map +1 -0
  106. package/dist/neutral/modules/protocol-lib/providers/XyoGateway.d.ts +20 -0
  107. package/dist/neutral/modules/protocol-lib/providers/XyoGateway.d.ts.map +1 -0
  108. package/dist/neutral/modules/protocol-lib/providers/XyoGatewayRunner.d.ts +57 -0
  109. package/dist/neutral/modules/protocol-lib/providers/XyoGatewayRunner.d.ts.map +1 -0
  110. package/dist/neutral/modules/protocol-lib/providers/XyoNetwork.d.ts +7 -0
  111. package/dist/neutral/modules/protocol-lib/providers/XyoNetwork.d.ts.map +1 -0
  112. package/dist/neutral/modules/protocol-lib/providers/XyoRunner.d.ts +16 -0
  113. package/dist/neutral/modules/protocol-lib/providers/XyoRunner.d.ts.map +1 -0
  114. package/dist/neutral/modules/protocol-lib/providers/index.d.ts +9 -0
  115. package/dist/neutral/modules/protocol-lib/providers/index.d.ts.map +1 -0
  116. package/dist/neutral/modules/protocol-lib/providers/signer/XyoSigner.d.ts +24 -0
  117. package/dist/neutral/modules/protocol-lib/providers/signer/XyoSigner.d.ts.map +1 -0
  118. package/dist/neutral/modules/protocol-lib/providers/signer/index.d.ts +2 -0
  119. package/dist/neutral/modules/protocol-lib/providers/signer/index.d.ts.map +1 -0
  120. package/dist/neutral/modules/protocol-lib/repository/Repository.d.ts +27 -0
  121. package/dist/neutral/modules/protocol-lib/repository/Repository.d.ts.map +1 -0
  122. package/dist/neutral/modules/protocol-lib/repository/TransactionReadRepository.d.ts +6 -0
  123. package/dist/neutral/modules/protocol-lib/repository/TransactionReadRepository.d.ts.map +1 -0
  124. package/dist/neutral/modules/protocol-lib/repository/TransactionRepository.d.ts +13 -0
  125. package/dist/neutral/modules/protocol-lib/repository/TransactionRepository.d.ts.map +1 -0
  126. package/dist/neutral/modules/protocol-lib/repository/TransactionRepositoryIterator.d.ts +6 -0
  127. package/dist/neutral/modules/protocol-lib/repository/TransactionRepositoryIterator.d.ts.map +1 -0
  128. package/dist/neutral/modules/protocol-lib/repository/TransactionWriteRepository.d.ts +6 -0
  129. package/dist/neutral/modules/protocol-lib/repository/TransactionWriteRepository.d.ts.map +1 -0
  130. package/dist/neutral/modules/protocol-lib/repository/index.d.ts +6 -0
  131. package/dist/neutral/modules/protocol-lib/repository/index.d.ts.map +1 -0
  132. package/dist/neutral/modules/protocol-lib/runners/Block.d.ts +16 -0
  133. package/dist/neutral/modules/protocol-lib/runners/Block.d.ts.map +1 -0
  134. package/dist/neutral/modules/protocol-lib/runners/BlockPublish.d.ts +30 -0
  135. package/dist/neutral/modules/protocol-lib/runners/BlockPublish.d.ts.map +1 -0
  136. package/dist/neutral/modules/protocol-lib/runners/ChainStatePublish.d.ts +18 -0
  137. package/dist/neutral/modules/protocol-lib/runners/ChainStatePublish.d.ts.map +1 -0
  138. package/dist/neutral/modules/protocol-lib/runners/DataLakePublish.d.ts +27 -0
  139. package/dist/neutral/modules/protocol-lib/runners/DataLakePublish.d.ts.map +1 -0
  140. package/dist/neutral/modules/protocol-lib/runners/DeadLetterQueue.d.ts +22 -0
  141. package/dist/neutral/modules/protocol-lib/runners/DeadLetterQueue.d.ts.map +1 -0
  142. package/dist/neutral/modules/protocol-lib/runners/Finalization.d.ts +15 -0
  143. package/dist/neutral/modules/protocol-lib/runners/Finalization.d.ts.map +1 -0
  144. package/dist/neutral/modules/protocol-lib/runners/IndexPublish.d.ts +35 -0
  145. package/dist/neutral/modules/protocol-lib/runners/IndexPublish.d.ts.map +1 -0
  146. package/dist/neutral/modules/protocol-lib/runners/Mempool.d.ts +25 -0
  147. package/dist/neutral/modules/protocol-lib/runners/Mempool.d.ts.map +1 -0
  148. package/dist/neutral/modules/protocol-lib/runners/index.d.ts +9 -0
  149. package/dist/neutral/modules/protocol-lib/runners/index.d.ts.map +1 -0
  150. package/dist/neutral/modules/protocol-lib/status/SystemStatus.d.ts +84 -0
  151. package/dist/neutral/modules/protocol-lib/status/SystemStatus.d.ts.map +1 -0
  152. package/dist/neutral/modules/protocol-lib/status/index.d.ts +2 -0
  153. package/dist/neutral/modules/protocol-lib/status/index.d.ts.map +1 -0
  154. package/dist/neutral/modules/protocol-lib/summary/BlocksStepSummary.d.ts +26 -0
  155. package/dist/neutral/modules/protocol-lib/summary/BlocksStepSummary.d.ts.map +1 -0
  156. package/dist/neutral/modules/protocol-lib/summary/StepSummary.d.ts +16 -0
  157. package/dist/neutral/modules/protocol-lib/summary/StepSummary.d.ts.map +1 -0
  158. package/dist/neutral/modules/protocol-lib/summary/index.d.ts +4 -0
  159. package/dist/neutral/modules/protocol-lib/summary/index.d.ts.map +1 -0
  160. package/dist/neutral/modules/protocol-lib/summary/stepPlacement.d.ts +21 -0
  161. package/dist/neutral/modules/protocol-lib/summary/stepPlacement.d.ts.map +1 -0
  162. package/dist/neutral/modules/protocol-lib/transaction/elevatedPayloads.d.ts +5 -0
  163. package/dist/neutral/modules/protocol-lib/transaction/elevatedPayloads.d.ts.map +1 -0
  164. package/dist/neutral/modules/protocol-lib/transaction/index.d.ts +3 -0
  165. package/dist/neutral/modules/protocol-lib/transaction/index.d.ts.map +1 -0
  166. package/dist/neutral/modules/protocol-lib/transaction/script.d.ts +17 -0
  167. package/dist/neutral/modules/protocol-lib/transaction/script.d.ts.map +1 -0
  168. package/dist/neutral/modules/protocol-lib/validation/block/BlockValidationFunction.d.ts +6 -0
  169. package/dist/neutral/modules/protocol-lib/validation/block/BlockValidationFunction.d.ts.map +1 -0
  170. package/dist/neutral/modules/protocol-lib/validation/block/HydratedBlockStateValidationFunction.d.ts +19 -0
  171. package/dist/neutral/modules/protocol-lib/validation/block/HydratedBlockStateValidationFunction.d.ts.map +1 -0
  172. package/dist/neutral/modules/protocol-lib/validation/block/HydratedBlockValidationFunction.d.ts +14 -0
  173. package/dist/neutral/modules/protocol-lib/validation/block/HydratedBlockValidationFunction.d.ts.map +1 -0
  174. package/dist/neutral/modules/protocol-lib/validation/block/error.d.ts +167 -0
  175. package/dist/neutral/modules/protocol-lib/validation/block/error.d.ts.map +1 -0
  176. package/dist/neutral/modules/protocol-lib/validation/block/index.d.ts +5 -0
  177. package/dist/neutral/modules/protocol-lib/validation/block/index.d.ts.map +1 -0
  178. package/dist/neutral/modules/protocol-lib/validation/boundwitness/BoundWitnessValidationFunction.d.ts +6 -0
  179. package/dist/neutral/modules/protocol-lib/validation/boundwitness/BoundWitnessValidationFunction.d.ts.map +1 -0
  180. package/dist/neutral/modules/protocol-lib/validation/boundwitness/HydratedBoundWitnessValidationFunction.d.ts +8 -0
  181. package/dist/neutral/modules/protocol-lib/validation/boundwitness/HydratedBoundWitnessValidationFunction.d.ts.map +1 -0
  182. package/dist/neutral/modules/protocol-lib/validation/boundwitness/error.d.ts +13 -0
  183. package/dist/neutral/modules/protocol-lib/validation/boundwitness/error.d.ts.map +1 -0
  184. package/dist/neutral/modules/protocol-lib/validation/boundwitness/index.d.ts +4 -0
  185. package/dist/neutral/modules/protocol-lib/validation/boundwitness/index.d.ts.map +1 -0
  186. package/dist/neutral/modules/protocol-lib/validation/error.d.ts +59 -0
  187. package/dist/neutral/modules/protocol-lib/validation/error.d.ts.map +1 -0
  188. package/dist/neutral/modules/protocol-lib/validation/index.d.ts +6 -0
  189. package/dist/neutral/modules/protocol-lib/validation/index.d.ts.map +1 -0
  190. package/dist/neutral/modules/protocol-lib/validation/payload/InBlockPayloadValidationFunction.d.ts +10 -0
  191. package/dist/neutral/modules/protocol-lib/validation/payload/InBlockPayloadValidationFunction.d.ts.map +1 -0
  192. package/dist/neutral/modules/protocol-lib/validation/payload/error.d.ts +12 -0
  193. package/dist/neutral/modules/protocol-lib/validation/payload/error.d.ts.map +1 -0
  194. package/dist/neutral/modules/protocol-lib/validation/payload/index.d.ts +3 -0
  195. package/dist/neutral/modules/protocol-lib/validation/payload/index.d.ts.map +1 -0
  196. package/dist/neutral/modules/protocol-lib/validation/transaction/HydratedTransactionStateValidationFunction.d.ts +18 -0
  197. package/dist/neutral/modules/protocol-lib/validation/transaction/HydratedTransactionStateValidationFunction.d.ts.map +1 -0
  198. package/dist/neutral/modules/protocol-lib/validation/transaction/HydratedTransactionValidationFunction.d.ts +16 -0
  199. package/dist/neutral/modules/protocol-lib/validation/transaction/HydratedTransactionValidationFunction.d.ts.map +1 -0
  200. package/dist/neutral/modules/protocol-lib/validation/transaction/error.d.ts +8 -0
  201. package/dist/neutral/modules/protocol-lib/validation/transaction/error.d.ts.map +1 -0
  202. package/dist/neutral/modules/protocol-lib/validation/transaction/index.d.ts +4 -0
  203. package/dist/neutral/modules/protocol-lib/validation/transaction/index.d.ts.map +1 -0
  204. package/dist/neutral/modules/protocol-lib/viewers/Block.d.ts +38 -0
  205. package/dist/neutral/modules/protocol-lib/viewers/Block.d.ts.map +1 -0
  206. package/dist/neutral/modules/protocol-lib/viewers/BlockInvalidation.d.ts +56 -0
  207. package/dist/neutral/modules/protocol-lib/viewers/BlockInvalidation.d.ts.map +1 -0
  208. package/dist/neutral/modules/protocol-lib/viewers/BlockReward.d.ts +14 -0
  209. package/dist/neutral/modules/protocol-lib/viewers/BlockReward.d.ts.map +1 -0
  210. package/dist/neutral/modules/protocol-lib/viewers/BlockValidation.d.ts +56 -0
  211. package/dist/neutral/modules/protocol-lib/viewers/BlockValidation.d.ts.map +1 -0
  212. package/dist/neutral/modules/protocol-lib/viewers/ChainContract.d.ts +23 -0
  213. package/dist/neutral/modules/protocol-lib/viewers/ChainContract.d.ts.map +1 -0
  214. package/dist/neutral/modules/protocol-lib/viewers/ChainStakeViewer.d.ts +11 -0
  215. package/dist/neutral/modules/protocol-lib/viewers/ChainStakeViewer.d.ts.map +1 -0
  216. package/dist/neutral/modules/protocol-lib/viewers/ChainState.d.ts +26 -0
  217. package/dist/neutral/modules/protocol-lib/viewers/ChainState.d.ts.map +1 -0
  218. package/dist/neutral/modules/protocol-lib/viewers/DeadLetterQueue.d.ts +31 -0
  219. package/dist/neutral/modules/protocol-lib/viewers/DeadLetterQueue.d.ts.map +1 -0
  220. package/dist/neutral/modules/protocol-lib/viewers/Finalization.d.ts +18 -0
  221. package/dist/neutral/modules/protocol-lib/viewers/Finalization.d.ts.map +1 -0
  222. package/dist/neutral/modules/protocol-lib/viewers/Fork.d.ts +9 -0
  223. package/dist/neutral/modules/protocol-lib/viewers/Fork.d.ts.map +1 -0
  224. package/dist/neutral/modules/protocol-lib/viewers/IndexViewer.d.ts +16 -0
  225. package/dist/neutral/modules/protocol-lib/viewers/IndexViewer.d.ts.map +1 -0
  226. package/dist/neutral/modules/protocol-lib/viewers/Mempool.d.ts +31 -0
  227. package/dist/neutral/modules/protocol-lib/viewers/Mempool.d.ts.map +1 -0
  228. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/NetworkStakeViewer.d.ts +17 -0
  229. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/NetworkStakeViewer.d.ts.map +1 -0
  230. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/ByPositionViewer.d.ts +14 -0
  231. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/ByPositionViewer.d.ts.map +1 -0
  232. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/ByStakerViewer.d.ts +15 -0
  233. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/ByStakerViewer.d.ts.map +1 -0
  234. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/ByStepViewer.d.ts +14 -0
  235. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/ByStepViewer.d.ts.map +1 -0
  236. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/Options.d.ts +19 -0
  237. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/Options.d.ts.map +1 -0
  238. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/TotalViewer.d.ts +14 -0
  239. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/TotalViewer.d.ts.map +1 -0
  240. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/Viewer.d.ts +20 -0
  241. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/Viewer.d.ts.map +1 -0
  242. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/index.d.ts +8 -0
  243. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/index.d.ts.map +1 -0
  244. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/templates/ByIndexMethodsTemplate.d.ts +6 -0
  245. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/templates/ByIndexMethodsTemplate.d.ts.map +1 -0
  246. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/templates/MethodsTemplate.d.ts +10 -0
  247. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/templates/MethodsTemplate.d.ts.map +1 -0
  248. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/templates/index.d.ts +3 -0
  249. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/templates/index.d.ts.map +1 -0
  250. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/index.d.ts +3 -0
  251. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/index.d.ts.map +1 -0
  252. package/dist/neutral/modules/protocol-lib/viewers/NetworkStakeStepReward.d.ts +41 -0
  253. package/dist/neutral/modules/protocol-lib/viewers/NetworkStakeStepReward.d.ts.map +1 -0
  254. package/dist/neutral/modules/protocol-lib/viewers/Stake.d.ts +39 -0
  255. package/dist/neutral/modules/protocol-lib/viewers/Stake.d.ts.map +1 -0
  256. package/dist/neutral/modules/protocol-lib/viewers/StakeEvents.d.ts +45 -0
  257. package/dist/neutral/modules/protocol-lib/viewers/StakeEvents.d.ts.map +1 -0
  258. package/dist/neutral/modules/protocol-lib/viewers/StakeIntent.d.ts +16 -0
  259. package/dist/neutral/modules/protocol-lib/viewers/StakeIntent.d.ts.map +1 -0
  260. package/dist/neutral/modules/protocol-lib/viewers/StakeTotals.d.ts +21 -0
  261. package/dist/neutral/modules/protocol-lib/viewers/StakeTotals.d.ts.map +1 -0
  262. package/dist/neutral/modules/protocol-lib/viewers/StepStake.d.ts +15 -0
  263. package/dist/neutral/modules/protocol-lib/viewers/StepStake.d.ts.map +1 -0
  264. package/dist/neutral/modules/protocol-lib/viewers/StepViewer.d.ts +38 -0
  265. package/dist/neutral/modules/protocol-lib/viewers/StepViewer.d.ts.map +1 -0
  266. package/dist/neutral/modules/protocol-lib/viewers/Sync.d.ts +19 -0
  267. package/dist/neutral/modules/protocol-lib/viewers/Sync.d.ts.map +1 -0
  268. package/dist/neutral/modules/protocol-lib/viewers/TimeSync.d.ts +21 -0
  269. package/dist/neutral/modules/protocol-lib/viewers/TimeSync.d.ts.map +1 -0
  270. package/dist/neutral/modules/protocol-lib/viewers/Transaction.d.ts +22 -0
  271. package/dist/neutral/modules/protocol-lib/viewers/Transaction.d.ts.map +1 -0
  272. package/dist/neutral/modules/protocol-lib/viewers/TransactionInvalidation.d.ts +54 -0
  273. package/dist/neutral/modules/protocol-lib/viewers/TransactionInvalidation.d.ts.map +1 -0
  274. package/dist/neutral/modules/protocol-lib/viewers/TransactionValidation.d.ts +55 -0
  275. package/dist/neutral/modules/protocol-lib/viewers/TransactionValidation.d.ts.map +1 -0
  276. package/dist/neutral/modules/protocol-lib/viewers/TransferBalance.d.ts +30 -0
  277. package/dist/neutral/modules/protocol-lib/viewers/TransferBalance.d.ts.map +1 -0
  278. package/dist/neutral/modules/protocol-lib/viewers/WindowedBlock.d.ts +18 -0
  279. package/dist/neutral/modules/protocol-lib/viewers/WindowedBlock.d.ts.map +1 -0
  280. package/dist/neutral/modules/protocol-lib/viewers/XyoViewer.d.ts +53 -0
  281. package/dist/neutral/modules/protocol-lib/viewers/XyoViewer.d.ts.map +1 -0
  282. package/dist/neutral/modules/protocol-lib/viewers/index.d.ts +28 -0
  283. package/dist/neutral/modules/protocol-lib/viewers/index.d.ts.map +1 -0
  284. package/dist/neutral/modules/protocol-model/BlockNumber/BlockNumber.d.ts +35 -0
  285. package/dist/neutral/modules/protocol-model/BlockNumber/BlockNumber.d.ts.map +1 -0
  286. package/dist/neutral/modules/protocol-model/BlockNumber/EthBlockNumber.d.ts +46 -0
  287. package/dist/neutral/modules/protocol-model/BlockNumber/EthBlockNumber.d.ts.map +1 -0
  288. package/dist/neutral/modules/protocol-model/BlockNumber/Numberish.d.ts +6 -0
  289. package/dist/neutral/modules/protocol-model/BlockNumber/Numberish.d.ts.map +1 -0
  290. package/dist/neutral/modules/protocol-model/BlockNumber/index.d.ts +5 -0
  291. package/dist/neutral/modules/protocol-model/BlockNumber/index.d.ts.map +1 -0
  292. package/dist/neutral/modules/protocol-model/BlockNumber/xl1BlockNumber.d.ts +46 -0
  293. package/dist/neutral/modules/protocol-model/BlockNumber/xl1BlockNumber.d.ts.map +1 -0
  294. package/dist/neutral/modules/protocol-model/RecordKeyType.d.ts +4 -0
  295. package/dist/neutral/modules/protocol-model/RecordKeyType.d.ts.map +1 -0
  296. package/dist/neutral/modules/protocol-model/Step/StepHash.d.ts +11 -0
  297. package/dist/neutral/modules/protocol-model/Step/StepHash.d.ts.map +1 -0
  298. package/dist/neutral/modules/protocol-model/Step/StepIdentity.d.ts +19 -0
  299. package/dist/neutral/modules/protocol-model/Step/StepIdentity.d.ts.map +1 -0
  300. package/dist/neutral/modules/protocol-model/Step/StepSizes.d.ts +12 -0
  301. package/dist/neutral/modules/protocol-model/Step/StepSizes.d.ts.map +1 -0
  302. package/dist/neutral/modules/protocol-model/Step/index.d.ts +4 -0
  303. package/dist/neutral/modules/protocol-model/Step/index.d.ts.map +1 -0
  304. package/dist/neutral/modules/protocol-model/TransferPayload.d.ts +79 -0
  305. package/dist/neutral/modules/protocol-model/TransferPayload.d.ts.map +1 -0
  306. package/dist/neutral/modules/protocol-model/amount/ShiftedBigIntConfig.d.ts +9 -0
  307. package/dist/neutral/modules/protocol-model/amount/ShiftedBigIntConfig.d.ts.map +1 -0
  308. package/dist/neutral/modules/protocol-model/amount/index.d.ts +3 -0
  309. package/dist/neutral/modules/protocol-model/amount/index.d.ts.map +1 -0
  310. package/dist/neutral/modules/protocol-model/amount/xl1AmountInstance.d.ts +16 -0
  311. package/dist/neutral/modules/protocol-model/amount/xl1AmountInstance.d.ts.map +1 -0
  312. package/dist/neutral/modules/protocol-model/block/AllowedBlockPayload.d.ts +40 -0
  313. package/dist/neutral/modules/protocol-model/block/AllowedBlockPayload.d.ts.map +1 -0
  314. package/dist/neutral/modules/protocol-model/block/BlockBoundWitness.d.ts +544 -0
  315. package/dist/neutral/modules/protocol-model/block/BlockBoundWitness.d.ts.map +1 -0
  316. package/dist/neutral/modules/protocol-model/block/HydratedBlock.d.ts +1466 -0
  317. package/dist/neutral/modules/protocol-model/block/HydratedBlock.d.ts.map +1 -0
  318. package/dist/neutral/modules/protocol-model/block/index.d.ts +6 -0
  319. package/dist/neutral/modules/protocol-model/block/index.d.ts.map +1 -0
  320. package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitness.d.ts +168 -0
  321. package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitness.d.ts.map +1 -0
  322. package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitnessWithHashMeta.d.ts +286 -0
  323. package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitnessWithHashMeta.d.ts.map +1 -0
  324. package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitnessWithStorageMeta.d.ts +343 -0
  325. package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitnessWithStorageMeta.d.ts.map +1 -0
  326. package/dist/neutral/modules/protocol-model/block/signed/index.d.ts +4 -0
  327. package/dist/neutral/modules/protocol-model/block/signed/index.d.ts.map +1 -0
  328. package/dist/neutral/modules/protocol-model/block/unsigned/UnsignedBlockBoundWitness.d.ts +168 -0
  329. package/dist/neutral/modules/protocol-model/block/unsigned/UnsignedBlockBoundWitness.d.ts.map +1 -0
  330. package/dist/neutral/modules/protocol-model/block/unsigned/index.d.ts +2 -0
  331. package/dist/neutral/modules/protocol-model/block/unsigned/index.d.ts.map +1 -0
  332. package/dist/neutral/modules/protocol-model/chain/Chain.d.ts +4 -0
  333. package/dist/neutral/modules/protocol-model/chain/Chain.d.ts.map +1 -0
  334. package/dist/neutral/modules/protocol-model/chain/ChainAnalyzer.d.ts +10 -0
  335. package/dist/neutral/modules/protocol-model/chain/ChainAnalyzer.d.ts.map +1 -0
  336. package/dist/neutral/modules/protocol-model/chain/ChainId.d.ts +28 -0
  337. package/dist/neutral/modules/protocol-model/chain/ChainId.d.ts.map +1 -0
  338. package/dist/neutral/modules/protocol-model/chain/index.d.ts +4 -0
  339. package/dist/neutral/modules/protocol-model/chain/index.d.ts.map +1 -0
  340. package/dist/neutral/modules/protocol-model/fields/Addressable.d.ts +6 -0
  341. package/dist/neutral/modules/protocol-model/fields/Addressable.d.ts.map +1 -0
  342. package/dist/neutral/modules/protocol-model/fields/BlockDuration.d.ts +25 -0
  343. package/dist/neutral/modules/protocol-model/fields/BlockDuration.d.ts.map +1 -0
  344. package/dist/neutral/modules/protocol-model/fields/BlockNumber.d.ts +32 -0
  345. package/dist/neutral/modules/protocol-model/fields/BlockNumber.d.ts.map +1 -0
  346. package/dist/neutral/modules/protocol-model/fields/ChainReference.d.ts +11 -0
  347. package/dist/neutral/modules/protocol-model/fields/ChainReference.d.ts.map +1 -0
  348. package/dist/neutral/modules/protocol-model/fields/index.d.ts +5 -0
  349. package/dist/neutral/modules/protocol-model/fields/index.d.ts.map +1 -0
  350. package/dist/neutral/modules/protocol-model/index.d.ts +16 -0
  351. package/dist/neutral/modules/protocol-model/index.d.ts.map +1 -0
  352. package/dist/neutral/modules/protocol-model/map/AsyncMap.d.ts +42 -0
  353. package/dist/neutral/modules/protocol-model/map/AsyncMap.d.ts.map +1 -0
  354. package/dist/neutral/modules/protocol-model/map/MapType.d.ts +17 -0
  355. package/dist/neutral/modules/protocol-model/map/MapType.d.ts.map +1 -0
  356. package/dist/neutral/modules/protocol-model/map/SyncMap.d.ts +41 -0
  357. package/dist/neutral/modules/protocol-model/map/SyncMap.d.ts.map +1 -0
  358. package/dist/neutral/modules/protocol-model/map/index.d.ts +4 -0
  359. package/dist/neutral/modules/protocol-model/map/index.d.ts.map +1 -0
  360. package/dist/neutral/modules/protocol-model/model/AccountBalance.d.ts +122 -0
  361. package/dist/neutral/modules/protocol-model/model/AccountBalance.d.ts.map +1 -0
  362. package/dist/neutral/modules/protocol-model/model/ArrayBuffer.d.ts +6 -0
  363. package/dist/neutral/modules/protocol-model/model/ArrayBuffer.d.ts.map +1 -0
  364. package/dist/neutral/modules/protocol-model/model/BlockRange/BlockRange.d.ts +32 -0
  365. package/dist/neutral/modules/protocol-model/model/BlockRange/BlockRange.d.ts.map +1 -0
  366. package/dist/neutral/modules/protocol-model/model/BlockRange/EthBlockRange.d.ts +32 -0
  367. package/dist/neutral/modules/protocol-model/model/BlockRange/EthBlockRange.d.ts.map +1 -0
  368. package/dist/neutral/modules/protocol-model/model/BlockRange/Numberish.d.ts +4 -0
  369. package/dist/neutral/modules/protocol-model/model/BlockRange/Numberish.d.ts.map +1 -0
  370. package/dist/neutral/modules/protocol-model/model/BlockRange/Range.d.ts +18 -0
  371. package/dist/neutral/modules/protocol-model/model/BlockRange/Range.d.ts.map +1 -0
  372. package/dist/neutral/modules/protocol-model/model/BlockRange/index.d.ts +5 -0
  373. package/dist/neutral/modules/protocol-model/model/BlockRange/index.d.ts.map +1 -0
  374. package/dist/neutral/modules/protocol-model/model/BlockRange/xl1BlockRange.d.ts +32 -0
  375. package/dist/neutral/modules/protocol-model/model/BlockRange/xl1BlockRange.d.ts.map +1 -0
  376. package/dist/neutral/modules/protocol-model/model/BlockRate.d.ts +290 -0
  377. package/dist/neutral/modules/protocol-model/model/BlockRate.d.ts.map +1 -0
  378. package/dist/neutral/modules/protocol-model/model/ChainQualification.d.ts +57 -0
  379. package/dist/neutral/modules/protocol-model/model/ChainQualification.d.ts.map +1 -0
  380. package/dist/neutral/modules/protocol-model/model/Context/BaseContext.d.ts +5 -0
  381. package/dist/neutral/modules/protocol-model/model/Context/BaseContext.d.ts.map +1 -0
  382. package/dist/neutral/modules/protocol-model/model/Context/BaseContext.zod.d.ts +26 -0
  383. package/dist/neutral/modules/protocol-model/model/Context/BaseContext.zod.d.ts.map +1 -0
  384. package/dist/neutral/modules/protocol-model/model/Context/BlockContext.d.ts +9 -0
  385. package/dist/neutral/modules/protocol-model/model/Context/BlockContext.d.ts.map +1 -0
  386. package/dist/neutral/modules/protocol-model/model/Context/BlockContext.zod.d.ts +33 -0
  387. package/dist/neutral/modules/protocol-model/model/Context/BlockContext.zod.d.ts.map +1 -0
  388. package/dist/neutral/modules/protocol-model/model/Context/CachingContext.d.ts +5 -0
  389. package/dist/neutral/modules/protocol-model/model/Context/CachingContext.d.ts.map +1 -0
  390. package/dist/neutral/modules/protocol-model/model/Context/CachingContext.zod.d.ts +10 -0
  391. package/dist/neutral/modules/protocol-model/model/Context/CachingContext.zod.d.ts.map +1 -0
  392. package/dist/neutral/modules/protocol-model/model/Context/ChainContext.d.ts +9 -0
  393. package/dist/neutral/modules/protocol-model/model/Context/ChainContext.d.ts.map +1 -0
  394. package/dist/neutral/modules/protocol-model/model/Context/ChainContext.zod.d.ts +115 -0
  395. package/dist/neutral/modules/protocol-model/model/Context/ChainContext.zod.d.ts.map +1 -0
  396. package/dist/neutral/modules/protocol-model/model/Context/HeadContext.d.ts +5 -0
  397. package/dist/neutral/modules/protocol-model/model/Context/HeadContext.d.ts.map +1 -0
  398. package/dist/neutral/modules/protocol-model/model/Context/HeadContext.zod.d.ts +70 -0
  399. package/dist/neutral/modules/protocol-model/model/Context/HeadContext.zod.d.ts.map +1 -0
  400. package/dist/neutral/modules/protocol-model/model/Context/index.d.ts +11 -0
  401. package/dist/neutral/modules/protocol-model/model/Context/index.d.ts.map +1 -0
  402. package/dist/neutral/modules/protocol-model/model/GatewayName.d.ts +6 -0
  403. package/dist/neutral/modules/protocol-model/model/GatewayName.d.ts.map +1 -0
  404. package/dist/neutral/modules/protocol-model/model/HydratedTransaction.d.ts +2300 -0
  405. package/dist/neutral/modules/protocol-model/model/HydratedTransaction.d.ts.map +1 -0
  406. package/dist/neutral/modules/protocol-model/model/OpCodes.d.ts +3 -0
  407. package/dist/neutral/modules/protocol-model/model/OpCodes.d.ts.map +1 -0
  408. package/dist/neutral/modules/protocol-model/model/PayloadMap.d.ts +10 -0
  409. package/dist/neutral/modules/protocol-model/model/PayloadMap.d.ts.map +1 -0
  410. package/dist/neutral/modules/protocol-model/model/Permission.d.ts +65 -0
  411. package/dist/neutral/modules/protocol-model/model/Permission.d.ts.map +1 -0
  412. package/dist/neutral/modules/protocol-model/model/Position.d.ts +13 -0
  413. package/dist/neutral/modules/protocol-model/model/Position.d.ts.map +1 -0
  414. package/dist/neutral/modules/protocol-model/model/PositionId.d.ts +6 -0
  415. package/dist/neutral/modules/protocol-model/model/PositionId.d.ts.map +1 -0
  416. package/dist/neutral/modules/protocol-model/model/RangeMultipliers.d.ts +10 -0
  417. package/dist/neutral/modules/protocol-model/model/RangeMultipliers.d.ts.map +1 -0
  418. package/dist/neutral/modules/protocol-model/model/RewardShare.d.ts +3 -0
  419. package/dist/neutral/modules/protocol-model/model/RewardShare.d.ts.map +1 -0
  420. package/dist/neutral/modules/protocol-model/model/RewardsRangeOptions.d.ts +16 -0
  421. package/dist/neutral/modules/protocol-model/model/RewardsRangeOptions.d.ts.map +1 -0
  422. package/dist/neutral/modules/protocol-model/model/Sequence.d.ts +15 -0
  423. package/dist/neutral/modules/protocol-model/model/Sequence.d.ts.map +1 -0
  424. package/dist/neutral/modules/protocol-model/model/Stake.d.ts +121 -0
  425. package/dist/neutral/modules/protocol-model/model/Stake.d.ts.map +1 -0
  426. package/dist/neutral/modules/protocol-model/model/StakeShare.d.ts +3 -0
  427. package/dist/neutral/modules/protocol-model/model/StakeShare.d.ts.map +1 -0
  428. package/dist/neutral/modules/protocol-model/model/SyncStepSummary.d.ts +409 -0
  429. package/dist/neutral/modules/protocol-model/model/SyncStepSummary.d.ts.map +1 -0
  430. package/dist/neutral/modules/protocol-model/model/TimeDomain.d.ts +4 -0
  431. package/dist/neutral/modules/protocol-model/model/TimeDomain.d.ts.map +1 -0
  432. package/dist/neutral/modules/protocol-model/model/TransferPair.d.ts +12 -0
  433. package/dist/neutral/modules/protocol-model/model/TransferPair.d.ts.map +1 -0
  434. package/dist/neutral/modules/protocol-model/model/addresses.d.ts +28 -0
  435. package/dist/neutral/modules/protocol-model/model/addresses.d.ts.map +1 -0
  436. package/dist/neutral/modules/protocol-model/model/defaultRewardRatio.d.ts +3 -0
  437. package/dist/neutral/modules/protocol-model/model/defaultRewardRatio.d.ts.map +1 -0
  438. package/dist/neutral/modules/protocol-model/model/defaultTransactionFees.d.ts +4 -0
  439. package/dist/neutral/modules/protocol-model/model/defaultTransactionFees.d.ts.map +1 -0
  440. package/dist/neutral/modules/protocol-model/model/index.d.ts +28 -0
  441. package/dist/neutral/modules/protocol-model/model/index.d.ts.map +1 -0
  442. package/dist/neutral/modules/protocol-model/model/minTransactionFees.d.ts +4 -0
  443. package/dist/neutral/modules/protocol-model/model/minTransactionFees.d.ts.map +1 -0
  444. package/dist/neutral/modules/protocol-model/model/rewards.d.ts +15 -0
  445. package/dist/neutral/modules/protocol-model/model/rewards.d.ts.map +1 -0
  446. package/dist/neutral/modules/protocol-model/model/version.d.ts +11 -0
  447. package/dist/neutral/modules/protocol-model/model/version.d.ts.map +1 -0
  448. package/dist/neutral/modules/protocol-model/payload/StepIdentityPayload.d.ts +20 -0
  449. package/dist/neutral/modules/protocol-model/payload/StepIdentityPayload.d.ts.map +1 -0
  450. package/dist/neutral/modules/protocol-model/payload/application/Exchange/ExchangeOutcome.d.ts +29 -0
  451. package/dist/neutral/modules/protocol-model/payload/application/Exchange/ExchangeOutcome.d.ts.map +1 -0
  452. package/dist/neutral/modules/protocol-model/payload/application/Exchange/ExchangeTerms.d.ts +47 -0
  453. package/dist/neutral/modules/protocol-model/payload/application/Exchange/ExchangeTerms.d.ts.map +1 -0
  454. package/dist/neutral/modules/protocol-model/payload/application/Exchange/PartySecretReveal.d.ts +25 -0
  455. package/dist/neutral/modules/protocol-model/payload/application/Exchange/PartySecretReveal.d.ts.map +1 -0
  456. package/dist/neutral/modules/protocol-model/payload/application/Exchange/index.d.ts +4 -0
  457. package/dist/neutral/modules/protocol-model/payload/application/Exchange/index.d.ts.map +1 -0
  458. package/dist/neutral/modules/protocol-model/payload/application/Ordinal/Inscription.d.ts +26 -0
  459. package/dist/neutral/modules/protocol-model/payload/application/Ordinal/Inscription.d.ts.map +1 -0
  460. package/dist/neutral/modules/protocol-model/payload/application/Ordinal/OrdinalTransfer.d.ts +30 -0
  461. package/dist/neutral/modules/protocol-model/payload/application/Ordinal/OrdinalTransfer.d.ts.map +1 -0
  462. package/dist/neutral/modules/protocol-model/payload/application/Ordinal/index.d.ts +3 -0
  463. package/dist/neutral/modules/protocol-model/payload/application/Ordinal/index.d.ts.map +1 -0
  464. package/dist/neutral/modules/protocol-model/payload/application/Xrc20/Ticker.d.ts +10 -0
  465. package/dist/neutral/modules/protocol-model/payload/application/Xrc20/Ticker.d.ts.map +1 -0
  466. package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenAmount.d.ts +10 -0
  467. package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenAmount.d.ts.map +1 -0
  468. package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenDeploy.d.ts +27 -0
  469. package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenDeploy.d.ts.map +1 -0
  470. package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenMint.d.ts +25 -0
  471. package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenMint.d.ts.map +1 -0
  472. package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenTransfer.d.ts +30 -0
  473. package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenTransfer.d.ts.map +1 -0
  474. package/dist/neutral/modules/protocol-model/payload/application/Xrc20/index.d.ts +6 -0
  475. package/dist/neutral/modules/protocol-model/payload/application/Xrc20/index.d.ts.map +1 -0
  476. package/dist/neutral/modules/protocol-model/payload/application/index.d.ts +4 -0
  477. package/dist/neutral/modules/protocol-model/payload/application/index.d.ts.map +1 -0
  478. package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeCompletion.d.ts +23 -0
  479. package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeCompletion.d.ts.map +1 -0
  480. package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeDestinationObservation.d.ts +33 -0
  481. package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeDestinationObservation.d.ts.map +1 -0
  482. package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeDetails.d.ts +45 -0
  483. package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeDetails.d.ts.map +1 -0
  484. package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeIntent.d.ts +31 -0
  485. package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeIntent.d.ts.map +1 -0
  486. package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeSourceObservation.d.ts +33 -0
  487. package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeSourceObservation.d.ts.map +1 -0
  488. package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/index.d.ts +6 -0
  489. package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/index.d.ts.map +1 -0
  490. package/dist/neutral/modules/protocol-model/payload/elevatable/ChainStakeIntent.d.ts +24 -0
  491. package/dist/neutral/modules/protocol-model/payload/elevatable/ChainStakeIntent.d.ts.map +1 -0
  492. package/dist/neutral/modules/protocol-model/payload/elevatable/Executable.d.ts +21 -0
  493. package/dist/neutral/modules/protocol-model/payload/elevatable/Executable.d.ts.map +1 -0
  494. package/dist/neutral/modules/protocol-model/payload/elevatable/Hash.d.ts +21 -0
  495. package/dist/neutral/modules/protocol-model/payload/elevatable/Hash.d.ts.map +1 -0
  496. package/dist/neutral/modules/protocol-model/payload/elevatable/StepComplete.d.ts +22 -0
  497. package/dist/neutral/modules/protocol-model/payload/elevatable/StepComplete.d.ts.map +1 -0
  498. package/dist/neutral/modules/protocol-model/payload/elevatable/Time.d.ts +71 -0
  499. package/dist/neutral/modules/protocol-model/payload/elevatable/Time.d.ts.map +1 -0
  500. package/dist/neutral/modules/protocol-model/payload/elevatable/index.d.ts +7 -0
  501. package/dist/neutral/modules/protocol-model/payload/elevatable/index.d.ts.map +1 -0
  502. package/dist/neutral/modules/protocol-model/payload/index.d.ts +4 -0
  503. package/dist/neutral/modules/protocol-model/payload/index.d.ts.map +1 -0
  504. package/dist/neutral/modules/protocol-model/provider/Provider.d.ts +6 -0
  505. package/dist/neutral/modules/protocol-model/provider/Provider.d.ts.map +1 -0
  506. package/dist/neutral/modules/protocol-model/provider/ProviderMoniker.d.ts +9 -0
  507. package/dist/neutral/modules/protocol-model/provider/ProviderMoniker.d.ts.map +1 -0
  508. package/dist/neutral/modules/protocol-model/provider/index.d.ts +3 -0
  509. package/dist/neutral/modules/protocol-model/provider/index.d.ts.map +1 -0
  510. package/dist/neutral/modules/protocol-model/rejection/BlockRejectionPayload.d.ts +169 -0
  511. package/dist/neutral/modules/protocol-model/rejection/BlockRejectionPayload.d.ts.map +1 -0
  512. package/dist/neutral/modules/protocol-model/rejection/RejectionError.d.ts +10 -0
  513. package/dist/neutral/modules/protocol-model/rejection/RejectionError.d.ts.map +1 -0
  514. package/dist/neutral/modules/protocol-model/rejection/TransactionRejectionPayload.d.ts +205 -0
  515. package/dist/neutral/modules/protocol-model/rejection/TransactionRejectionPayload.d.ts.map +1 -0
  516. package/dist/neutral/modules/protocol-model/rejection/index.d.ts +4 -0
  517. package/dist/neutral/modules/protocol-model/rejection/index.d.ts.map +1 -0
  518. package/dist/neutral/modules/protocol-model/transaction/TransactionBoundWitness.d.ts +2127 -0
  519. package/dist/neutral/modules/protocol-model/transaction/TransactionBoundWitness.d.ts.map +1 -0
  520. package/dist/neutral/modules/protocol-model/transaction/TransactionFees.d.ts +138 -0
  521. package/dist/neutral/modules/protocol-model/transaction/TransactionFees.d.ts.map +1 -0
  522. package/dist/neutral/modules/protocol-model/transaction/TransactionGasCosts.d.ts +38 -0
  523. package/dist/neutral/modules/protocol-model/transaction/TransactionGasCosts.d.ts.map +1 -0
  524. package/dist/neutral/modules/protocol-model/transaction/index.d.ts +4 -0
  525. package/dist/neutral/modules/protocol-model/transaction/index.d.ts.map +1 -0
  526. package/dist/neutral/modules/protocol-model/xl1/attoXl1.d.ts +15 -0
  527. package/dist/neutral/modules/protocol-model/xl1/attoXl1.d.ts.map +1 -0
  528. package/dist/neutral/modules/protocol-model/xl1/femtoXl1.d.ts +15 -0
  529. package/dist/neutral/modules/protocol-model/xl1/femtoXl1.d.ts.map +1 -0
  530. package/dist/neutral/modules/protocol-model/xl1/index.d.ts +9 -0
  531. package/dist/neutral/modules/protocol-model/xl1/index.d.ts.map +1 -0
  532. package/dist/neutral/modules/protocol-model/xl1/isXl1Factory.d.ts +12 -0
  533. package/dist/neutral/modules/protocol-model/xl1/isXl1Factory.d.ts.map +1 -0
  534. package/dist/neutral/modules/protocol-model/xl1/microXl1.d.ts +15 -0
  535. package/dist/neutral/modules/protocol-model/xl1/microXl1.d.ts.map +1 -0
  536. package/dist/neutral/modules/protocol-model/xl1/milliXl1.d.ts +15 -0
  537. package/dist/neutral/modules/protocol-model/xl1/milliXl1.d.ts.map +1 -0
  538. package/dist/neutral/modules/protocol-model/xl1/nanoXl1.d.ts +15 -0
  539. package/dist/neutral/modules/protocol-model/xl1/nanoXl1.d.ts.map +1 -0
  540. package/dist/neutral/modules/protocol-model/xl1/picoXl1.d.ts +15 -0
  541. package/dist/neutral/modules/protocol-model/xl1/picoXl1.d.ts.map +1 -0
  542. package/dist/neutral/modules/protocol-model/xl1/xl1.d.ts +15 -0
  543. package/dist/neutral/modules/protocol-model/xl1/xl1.d.ts.map +1 -0
  544. package/dist/neutral/modules/protocol-model/xl1/xl1MaxValue.d.ts +3 -0
  545. package/dist/neutral/modules/protocol-model/xl1/xl1MaxValue.d.ts.map +1 -0
  546. package/dist/neutral/modules/protocol-model/xl1/xl1Units.d.ts +10 -0
  547. package/dist/neutral/modules/protocol-model/xl1/xl1Units.d.ts.map +1 -0
  548. package/dist/neutral/modules/schema/Executable.d.ts +5 -0
  549. package/dist/neutral/modules/schema/Executable.d.ts.map +1 -0
  550. package/dist/neutral/modules/schema/StorageMeta.d.ts +5 -0
  551. package/dist/neutral/modules/schema/StorageMeta.d.ts.map +1 -0
  552. package/dist/neutral/modules/schema/boundwitness/BlockBoundWitness.d.ts +17 -0
  553. package/dist/neutral/modules/schema/boundwitness/BlockBoundWitness.d.ts.map +1 -0
  554. package/dist/neutral/modules/schema/boundwitness/BlockBoundWitnessWithStorageMeta.d.ts +18 -0
  555. package/dist/neutral/modules/schema/boundwitness/BlockBoundWitnessWithStorageMeta.d.ts.map +1 -0
  556. package/dist/neutral/modules/schema/boundwitness/TransactionBoundWitness.d.ts +17 -0
  557. package/dist/neutral/modules/schema/boundwitness/TransactionBoundWitness.d.ts.map +1 -0
  558. package/dist/neutral/modules/schema/boundwitness/TransactionBoundWitnessWithStorageMeta.d.ts +17 -0
  559. package/dist/neutral/modules/schema/boundwitness/TransactionBoundWitnessWithStorageMeta.d.ts.map +1 -0
  560. package/dist/neutral/modules/schema/boundwitness/index.d.ts +5 -0
  561. package/dist/neutral/modules/schema/boundwitness/index.d.ts.map +1 -0
  562. package/dist/neutral/modules/schema/index.d.ts +5 -0
  563. package/dist/neutral/modules/schema/index.d.ts.map +1 -0
  564. package/dist/neutral/modules/schema/mergeJsonSchemaRequired.d.ts +7 -0
  565. package/dist/neutral/modules/schema/mergeJsonSchemaRequired.d.ts.map +1 -0
  566. package/dist/neutral/modules/schema/payload/ChainStakeIntent.d.ts +17 -0
  567. package/dist/neutral/modules/schema/payload/ChainStakeIntent.d.ts.map +1 -0
  568. package/dist/neutral/modules/schema/payload/HashPayload.d.ts +17 -0
  569. package/dist/neutral/modules/schema/payload/HashPayload.d.ts.map +1 -0
  570. package/dist/neutral/modules/schema/payload/TransferPayload.d.ts +17 -0
  571. package/dist/neutral/modules/schema/payload/TransferPayload.d.ts.map +1 -0
  572. package/dist/neutral/modules/schema/payload/index.d.ts +4 -0
  573. package/dist/neutral/modules/schema/payload/index.d.ts.map +1 -0
  574. package/dist/neutral/{test → modules/test}/buildRandomTransaction.d.ts +1 -1
  575. package/dist/neutral/modules/test/buildRandomTransaction.d.ts.map +1 -0
  576. package/dist/neutral/{test → modules/test}/buildTransaction.d.ts +1 -1
  577. package/dist/neutral/modules/test/buildTransaction.d.ts.map +1 -0
  578. package/dist/neutral/{test → modules/test}/createTransferPayload.d.ts +1 -1
  579. package/dist/neutral/modules/test/createTransferPayload.d.ts.map +1 -0
  580. package/dist/neutral/modules/test/index.d.ts +4 -0
  581. package/dist/neutral/modules/test/index.d.ts.map +1 -0
  582. package/dist/neutral/modules/validation/block/index.d.ts +2 -0
  583. package/dist/neutral/modules/validation/block/index.d.ts.map +1 -0
  584. package/dist/neutral/modules/validation/block/validators/BlockCumulativeBalanceValidator.d.ts +7 -0
  585. package/dist/neutral/modules/validation/block/validators/BlockCumulativeBalanceValidator.d.ts.map +1 -0
  586. package/dist/neutral/modules/validation/block/validators/index.d.ts +2 -0
  587. package/dist/neutral/modules/validation/block/validators/index.d.ts.map +1 -0
  588. package/dist/neutral/modules/validation/boundwitness/index.d.ts +2 -0
  589. package/dist/neutral/modules/validation/boundwitness/index.d.ts.map +1 -0
  590. package/dist/neutral/modules/validation/boundwitness/validators/BoundWitnessReferences.d.ts +5 -0
  591. package/dist/neutral/modules/validation/boundwitness/validators/BoundWitnessReferences.d.ts.map +1 -0
  592. package/dist/neutral/modules/validation/boundwitness/validators/BoundWitnessSignatures.d.ts +4 -0
  593. package/dist/neutral/modules/validation/boundwitness/validators/BoundWitnessSignatures.d.ts.map +1 -0
  594. package/dist/neutral/modules/validation/boundwitness/validators/index.d.ts +3 -0
  595. package/dist/neutral/modules/validation/boundwitness/validators/index.d.ts.map +1 -0
  596. package/dist/neutral/modules/validation/index.d.ts +4 -0
  597. package/dist/neutral/modules/validation/index.d.ts.map +1 -0
  598. package/dist/neutral/modules/validation/transaction/index.d.ts +3 -0
  599. package/dist/neutral/modules/validation/transaction/index.d.ts.map +1 -0
  600. package/dist/neutral/modules/validation/transaction/validateTransaction.d.ts +4 -0
  601. package/dist/neutral/modules/validation/transaction/validateTransaction.d.ts.map +1 -0
  602. package/dist/neutral/modules/validation/transaction/validators/SignerAuthorization.d.ts +48 -0
  603. package/dist/neutral/modules/validation/transaction/validators/SignerAuthorization.d.ts.map +1 -0
  604. package/dist/neutral/modules/validation/transaction/validators/TransactionBoundWitnessValidator.d.ts +18 -0
  605. package/dist/neutral/modules/validation/transaction/validators/TransactionBoundWitnessValidator.d.ts.map +1 -0
  606. package/dist/neutral/modules/validation/transaction/validators/TransactionDurationValidator.d.ts +4 -0
  607. package/dist/neutral/modules/validation/transaction/validators/TransactionDurationValidator.d.ts.map +1 -0
  608. package/dist/neutral/modules/validation/transaction/validators/TransactionElevationValidator.d.ts +4 -0
  609. package/dist/neutral/modules/validation/transaction/validators/TransactionElevationValidator.d.ts.map +1 -0
  610. package/dist/neutral/modules/validation/transaction/validators/TransactionFromValidator.d.ts +4 -0
  611. package/dist/neutral/modules/validation/transaction/validators/TransactionFromValidator.d.ts.map +1 -0
  612. package/dist/neutral/modules/validation/transaction/validators/TransactionGasValidator.d.ts +4 -0
  613. package/dist/neutral/modules/validation/transaction/validators/TransactionGasValidator.d.ts.map +1 -0
  614. package/dist/neutral/modules/validation/transaction/validators/TransactionJsonSchemaValidator.d.ts +4 -0
  615. package/dist/neutral/modules/validation/transaction/validators/TransactionJsonSchemaValidator.d.ts.map +1 -0
  616. package/dist/neutral/modules/validation/transaction/validators/TransactionProtocolValidator.d.ts +4 -0
  617. package/dist/neutral/modules/validation/transaction/validators/TransactionProtocolValidator.d.ts.map +1 -0
  618. package/dist/neutral/modules/validation/transaction/validators/TransactionTransfersValidator.d.ts +17 -0
  619. package/dist/neutral/modules/validation/transaction/validators/TransactionTransfersValidator.d.ts.map +1 -0
  620. package/dist/neutral/modules/validation/transaction/validators/index.d.ts +10 -0
  621. package/dist/neutral/modules/validation/transaction/validators/index.d.ts.map +1 -0
  622. package/dist/neutral/network-model.d.ts +2 -0
  623. package/dist/neutral/network-model.d.ts.map +1 -0
  624. package/dist/neutral/network-model.mjs +431 -0
  625. package/dist/neutral/network-model.mjs.map +7 -0
  626. package/dist/neutral/protocol-lib.d.ts +2 -0
  627. package/dist/neutral/protocol-lib.d.ts.map +1 -0
  628. package/dist/neutral/protocol-lib.mjs +600 -0
  629. package/dist/neutral/protocol-lib.mjs.map +7 -0
  630. package/dist/neutral/protocol-model.d.ts +2 -0
  631. package/dist/neutral/protocol-model.d.ts.map +1 -0
  632. package/dist/neutral/protocol-model.mjs +2047 -0
  633. package/dist/neutral/protocol-model.mjs.map +7 -0
  634. package/dist/neutral/schema.d.ts +2 -0
  635. package/dist/neutral/schema.d.ts.map +1 -0
  636. package/dist/neutral/schema.mjs +259 -0
  637. package/dist/neutral/schema.mjs.map +7 -0
  638. package/dist/neutral/test.d.ts +2 -0
  639. package/dist/neutral/test.d.ts.map +1 -0
  640. package/dist/neutral/{test/index.mjs → test.mjs} +8 -8
  641. package/dist/neutral/test.mjs.map +7 -0
  642. package/dist/neutral/validation.d.ts +2 -0
  643. package/dist/neutral/validation.d.ts.map +1 -0
  644. package/dist/neutral/validation.mjs +510 -0
  645. package/dist/neutral/validation.mjs.map +7 -0
  646. package/package.json +49 -23
  647. package/dist/neutral/test/buildRandomTransaction.d.ts.map +0 -1
  648. package/dist/neutral/test/buildTransaction.d.ts.map +0 -1
  649. package/dist/neutral/test/createTransferPayload.d.ts.map +0 -1
  650. package/dist/neutral/test/index.d.ts +0 -4
  651. package/dist/neutral/test/index.d.ts.map +0 -1
  652. package/dist/neutral/test/index.mjs.map +0 -7
@@ -0,0 +1,2 @@
1
+ export * from './Status.js';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-lib/network/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA"}
@@ -0,0 +1,48 @@
1
+ import type { JsonValue } from '@ariestools/sdk';
2
+ import type { CaveatTypes } from '../../protocol-model/index.js';
3
+ /**
4
+ * Modeled after EIP-2255
5
+ * See - https://eips.ethereum.org/EIPS/eip-2255#specification
6
+ *
7
+ * In order to send multiple permission requests at once, do not send multiple parentCapability keys.
8
+ * Instead, send multiple PermissionRequest objects in the params array of the rpc call.
9
+ */
10
+ export type PermissionRequest = Record<string, Record<string, JsonValue>>;
11
+ /**
12
+ * Modeled after EIP-2255
13
+ * See - https://eips.ethereum.org/EIPS/eip-2255#specification
14
+ */
15
+ export interface RequestedPermission {
16
+ /** Optional timestamp for when the permission was granted */
17
+ date?: number;
18
+ /** Permission identifier (i.e. RPC method, action, etc.) */
19
+ parentCapability: string;
20
+ }
21
+ /**
22
+ * Modeled after EIP-2255
23
+ * See - https://eips.ethereum.org/EIPS/eip-2255#specification
24
+ */
25
+ export interface Caveats {
26
+ /** Type of caveat */
27
+ type: CaveatTypes;
28
+ /** Value for the caveat (i.e. chain id, subset of accounts, expiration, max request per minute, etc.) */
29
+ value: JsonValue;
30
+ }
31
+ /**
32
+ * Modeled after EIP-2255
33
+ * See - https://eips.ethereum.org/EIPS/eip-2255#specification
34
+ */
35
+ export interface Permission {
36
+ /** Caveats for the permission, if applicable (i.e. allowed accounts, signing, etc.) */
37
+ caveats?: Caveats[];
38
+ /** Invoker for the given permission (URI, domain, webpage, address, etc.) */
39
+ invoker: string;
40
+ /** Permission identifier (i.e. RPC method, action, etc.) */
41
+ parentCapability: string;
42
+ }
43
+ /** InvokerPermission interface. */
44
+ export interface InvokerPermission extends Permission {
45
+ /** Time at which the permission was granted */
46
+ date?: number;
47
+ }
48
+ //# sourceMappingURL=InvokerPermission.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvokerPermission.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-lib/permissions/InvokerPermission.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAEhD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAElD;;;;;;GAMG;AACH,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC,CAAA;AAEzE;;;GAGG;AACH,MAAM,WAAW,mBAAmB;IAClC,6DAA6D;IAC7D,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,4DAA4D;IAC5D,gBAAgB,EAAE,MAAM,CAAA;CACzB;AAED;;;GAGG;AACH,MAAM,WAAW,OAAO;IACtB,qBAAqB;IACrB,IAAI,EAAE,WAAW,CAAA;IACjB,yGAAyG;IACzG,KAAK,EAAE,SAAS,CAAA;CACjB;AAED;;;GAGG;AACH,MAAM,WAAW,UAAU;IACzB,uFAAuF;IACvF,OAAO,CAAC,EAAE,OAAO,EAAE,CAAA;IACnB,6EAA6E;IAC7E,OAAO,EAAE,MAAM,CAAA;IACf,4DAA4D;IAC5D,gBAAgB,EAAE,MAAM,CAAA;CACzB;AAED,mCAAmC;AACnC,MAAM,WAAW,iBAAkB,SAAQ,UAAU;IACnD,+CAA+C;IAC/C,IAAI,CAAC,EAAE,MAAM,CAAA;CACd"}
@@ -0,0 +1,33 @@
1
+ import type { InvokerPermission, PermissionRequest, RequestedPermission } from './InvokerPermission.js';
2
+ /**
3
+ * Handles Getting Permissions
4
+ */
5
+ export interface PermissionsGetHandler {
6
+ /**
7
+ * Returns the permissions that are currently granted
8
+ *
9
+ * Per the spec - "The wallet_getPermissions method is used for getting an array of current permissions
10
+ * (empty by default). It takes no parameters and returns an array of Permission objects."
11
+ *
12
+ * See - https://eips.ethereum.org/EIPS/eip-2255#specification
13
+ */
14
+ getPermissions(): Promise<InvokerPermission[]>;
15
+ }
16
+ /**
17
+ * Handles Permission Requests
18
+ */
19
+ export interface PermissionRequestsHandler {
20
+ requestPermissions(permissions: PermissionRequest[]): Promise<RequestedPermission[]>;
21
+ revokePermissions(permissions: PermissionRequest): Promise<RequestedPermission[]>;
22
+ }
23
+ /**
24
+ * Interface for getting, requesting and revoking permissions
25
+ *
26
+ * See - https://eips.ethereum.org/EIPS/eip-2255
27
+ */
28
+ export interface XyoPermissions extends PermissionsGetHandler, PermissionRequestsHandler {
29
+ }
30
+ /** PermissionsProvider interface. */
31
+ export interface PermissionsProvider extends XyoPermissions {
32
+ }
33
+ //# sourceMappingURL=XyoPermissions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"XyoPermissions.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-lib/permissions/XyoPermissions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iBAAiB,EAAE,iBAAiB,EAAE,mBAAmB,EAC1D,MAAM,wBAAwB,CAAA;AAE/B;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC;;;;;;;OAOG;IACH,cAAc,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC,CAAA;CAC/C;AAED;;GAEG;AACH,MAAM,WAAW,yBAAyB;IAExC,kBAAkB,CAAC,WAAW,EAAE,iBAAiB,EAAE,GAAG,OAAO,CAAC,mBAAmB,EAAE,CAAC,CAAA;IAEpF,iBAAiB,CAAC,WAAW,EAAE,iBAAiB,GAAG,OAAO,CAAC,mBAAmB,EAAE,CAAC,CAAA;CAClF;AAED;;;;GAIG;AACH,MAAM,WAAW,cAAe,SAAQ,qBAAqB,EAAE,yBAAyB;CAEvF;AAGD,qCAAqC;AACrC,MAAM,WAAW,mBAAoB,SAAQ,cAAc;CAAG"}
@@ -0,0 +1,3 @@
1
+ export * from './InvokerPermission.js';
2
+ export * from './XyoPermissions.js';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-lib/permissions/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,qBAAqB,CAAA"}
@@ -0,0 +1,86 @@
1
+ import type { Hash } from '@ariestools/sdk';
2
+ import type { Schema } from '@xyo-network/sdk';
3
+ import type { DataLakeData } from './Provider.js';
4
+ import type { DataLakeRunnerMethods, DataLakeRunnerMoniker } from './Runner.js';
5
+ import type { DataLakeViewerMethods, DataLakeViewerMoniker } from './Viewer.js';
6
+ /**
7
+ * A page-side data lake provider tagged with its capability moniker so
8
+ * consumers can narrow without `instanceof`. Mirrors the codebase-wide
9
+ * `Provider<TMoniker>` discrimination pattern.
10
+ */
11
+ export type ApprovedLakeProvider = (DataLakeViewerMethods & {
12
+ readonly moniker: DataLakeViewerMoniker;
13
+ }) | (DataLakeRunnerMethods & {
14
+ readonly moniker: DataLakeRunnerMoniker;
15
+ });
16
+ /** Capability the dApp is asking for when calling `requestAccess`. */
17
+ export type DataLakeCapability = 'viewer' | 'runner' | {
18
+ read?: boolean;
19
+ write?: boolean;
20
+ };
21
+ /** Options the dApp passes when requesting access to a data lake. */
22
+ export interface DataLakeRequestAccessOptions {
23
+ capability: DataLakeCapability;
24
+ /**
25
+ * Schemas the dApp plans to write. Used to filter the wallet's lake picker
26
+ * to lakes whose policy can accept them. Ignored when `capability` is
27
+ * `'viewer'` only — `get` is hash-based and the lake's own server-side
28
+ * policy controls what reads return.
29
+ */
30
+ schemas?: Schema[];
31
+ }
32
+ /**
33
+ * A data lake the user has approved for this origin.
34
+ *
35
+ * The wallet redacts the lake's friendly name, endpoint, and internal id; the
36
+ * page only ever sees the opaque `id` (a fresh-per-grant UUID minted by the
37
+ * wallet) plus the public policy declared on the lake itself.
38
+ */
39
+ export interface ApprovedDataLake {
40
+ allowedSchemas?: Schema[];
41
+ capabilities: ('viewer' | 'runner')[];
42
+ disallowedSchemas?: Schema[];
43
+ /** Per-origin opaque handle. Pass to `get` / `insert`. Uncorrelated across origins. */
44
+ id: string;
45
+ }
46
+ /**
47
+ * Page-side surface for wallet-mediated data lake access. Injected onto
48
+ * `globalThis.xyo.dataLakes` by the wallet's content-script. Every call is
49
+ * proxied through the wallet's service worker, which performs the per-origin
50
+ * permission check and the actual network I/O — the page never sees the
51
+ * lake's endpoint or access token.
52
+ */
53
+ export interface DataLakesClient {
54
+ /** Fetch payloads by hash from the lake bound to `id`. Missing hashes are skipped silently. */
55
+ get: (id: string, hashes: Hash[]) => Promise<DataLakeData[]>;
56
+ /** Write payloads to the lake bound to `id`. Requires the grant to include the `runner` capability. */
57
+ insert: (id: string, payloads: DataLakeData[]) => Promise<DataLakeData[]>;
58
+ /**
59
+ * Approved lakes wrapped as ready-to-use providers — one per grant, each
60
+ * with its opaque `id` and the RPC transport already bound so `get` /
61
+ * `insert` can be called without threading the id through. Each element
62
+ * carries a `moniker` matching its capability (`DataLakeViewerMoniker`
63
+ * or `DataLakeRunnerMoniker`); narrow with `if (lake.moniker === ...)`
64
+ * to access runner-only methods. Empty before the first grant.
65
+ *
66
+ * Use this when the dApp wants to hand a lake to code that consumes a
67
+ * viewer / runner methods interface; use {@link list} when you only need
68
+ * raw grant metadata (id, capabilities, schema policy).
69
+ */
70
+ lakes: () => Promise<ApprovedLakeProvider[]>;
71
+ /** Approved lakes for this origin. Returns an empty list before any grant exists. */
72
+ list: () => Promise<ApprovedDataLake[]>;
73
+ /**
74
+ * Trigger the wallet's lake-picker popup. Resolves with the per-origin
75
+ * opaque `id` of the chosen lake once the user approves. Rejected if the
76
+ * user denies or no lakes match the requested capability + schemas.
77
+ *
78
+ * A combined `{ read: true, write: true }` request issues a single picker;
79
+ * the user picks one lake and both viewer and runner grants share the same
80
+ * `id`.
81
+ */
82
+ requestAccess: (options: DataLakeRequestAccessOptions) => Promise<{
83
+ id: string;
84
+ }>;
85
+ }
86
+ //# sourceMappingURL=Client.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Client.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/protocol-lib/providers/DataLake/Client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AAC3C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAA;AAE9C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAA;AACjD,OAAO,KAAK,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAC/E,OAAO,KAAK,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAE/E;;;;GAIG;AACH,MAAM,MAAM,oBAAoB,GAC1B,CAAC,qBAAqB,GAAG;IAAE,QAAQ,CAAC,OAAO,EAAE,qBAAqB,CAAA;CAAE,CAAC,GACrE,CAAC,qBAAqB,GAAG;IAAE,QAAQ,CAAC,OAAO,EAAE,qBAAqB,CAAA;CAAE,CAAC,CAAA;AAE3E,sEAAsE;AACtE,MAAM,MAAM,kBAAkB,GAAG,QAAQ,GAAG,QAAQ,GAAG;IAAE,IAAI,CAAC,EAAE,OAAO,CAAC;IAAC,KAAK,CAAC,EAAE,OAAO,CAAA;CAAE,CAAA;AAE1F,qEAAqE;AACrE,MAAM,WAAW,4BAA4B;IAC3C,UAAU,EAAE,kBAAkB,CAAA;IAC9B;;;;;OAKG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAA;CACnB;AAED;;;;;;GAMG;AACH,MAAM,WAAW,gBAAgB;IAC/B,cAAc,CAAC,EAAE,MAAM,EAAE,CAAA;IACzB,YAAY,EAAE,CAAC,QAAQ,GAAG,QAAQ,CAAC,EAAE,CAAA;IACrC,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC5B,uFAAuF;IACvF,EAAE,EAAE,MAAM,CAAA;CACX;AAED;;;;;;GAMG;AACH,MAAM,WAAW,eAAe;IAC9B,+FAA+F;IAC/F,GAAG,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,OAAO,CAAC,YAAY,EAAE,CAAC,CAAA;IAE5D,uGAAuG;IACvG,MAAM,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE,YAAY,EAAE,KAAK,OAAO,CAAC,YAAY,EAAE,CAAC,CAAA;IACzE;;;;;;;;;;;OAWG;IACH,KAAK,EAAE,MAAM,OAAO,CAAC,oBAAoB,EAAE,CAAC,CAAA;IAC5C,qFAAqF;IACrF,IAAI,EAAE,MAAM,OAAO,CAAC,gBAAgB,EAAE,CAAC,CAAA;IACvC;;;;;;;;OAQG;IACH,aAAa,EAAE,CAAC,OAAO,EAAE,4BAA4B,KAAK,OAAO,CAAC;QAAE,EAAE,EAAE,MAAM,CAAA;KAAE,CAAC,CAAA;CAElF"}
@@ -0,0 +1,10 @@
1
+ import type { Payload, Schema } from '@xyo-network/sdk';
2
+ import type { Provider, ProviderMoniker } from '../../../protocol-model/index.js';
3
+ /** DataLakeData type. */
4
+ export type DataLakeData = Payload | ArrayBuffer;
5
+ /** DataLakeProvider interface. */
6
+ export interface DataLakeProvider<TMoniker extends ProviderMoniker = ProviderMoniker> extends Provider<TMoniker> {
7
+ allowedSchemas?: Schema[];
8
+ disallowedSchemas?: Schema[];
9
+ }
10
+ //# sourceMappingURL=Provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Provider.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/protocol-lib/providers/DataLake/Provider.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAA;AAEvD,OAAO,KAAK,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAA;AAEhE,yBAAyB;AACzB,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,WAAW,CAAA;AAEhD,kCAAkC;AAClC,MAAM,WAAW,gBAAgB,CAAC,QAAQ,SAAS,eAAe,GAAG,eAAe,CAAE,SAAQ,QAAQ,CAAC,QAAQ,CAAC;IAC9G,cAAc,CAAC,EAAE,MAAM,EAAE,CAAA;IACzB,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAA;CAC7B"}
@@ -0,0 +1,15 @@
1
+ import type { Hash } from '@ariestools/sdk';
2
+ import type { WriteArchivistFunctions } from '@xyo-network/sdk';
3
+ import type { DataLakeData, DataLakeProvider } from './Provider.js';
4
+ import type { DataLakeViewer, DataLakeViewerMethods } from './Viewer.js';
5
+ /** Moniker identifier for the DataLakeRunner provider. */
6
+ export declare const DataLakeRunnerMoniker: "DataLakeRunner";
7
+ /** Type literal for the DataLakeRunner provider moniker. */
8
+ export type DataLakeRunnerMoniker = typeof DataLakeRunnerMoniker;
9
+ /** DataLakeRunnerMethods interface. */
10
+ export interface DataLakeRunnerMethods extends WriteArchivistFunctions<DataLakeData, DataLakeData, DataLakeData, Hash>, DataLakeViewerMethods {
11
+ }
12
+ /** Runner interface for executing DataLake operations. */
13
+ export interface DataLakeRunner extends DataLakeProvider<DataLakeRunnerMoniker>, DataLakeRunnerMethods, Omit<DataLakeViewer, 'moniker'> {
14
+ }
15
+ //# sourceMappingURL=Runner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Runner.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/protocol-lib/providers/DataLake/Runner.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AAC3C,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kBAAkB,CAAA;AAE/D,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAA;AACnE,OAAO,KAAK,EAAE,cAAc,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAExE,0DAA0D;AAC1D,eAAO,MAAM,qBAAqB,EAAG,gBAAyB,CAAA;AAC9D,4DAA4D;AAC5D,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAA;AAEhE,uCAAuC;AACvC,MAAM,WAAW,qBAAsB,SAAQ,uBAAuB,CAAC,YAAY,EAAE,YAAY,EAAE,YAAY,EAAE,IAAI,CAAC,EAAE,qBAAqB;CAAG;AAEhJ,0DAA0D;AAC1D,MAAM,WAAW,cAAe,SAAQ,gBAAgB,CAAC,qBAAqB,CAAC,EAAE,qBAAqB,EAAE,IAAI,CAAC,cAAc,EAAE,SAAS,CAAC;CAAG"}
@@ -0,0 +1,14 @@
1
+ import type { Hash } from '@ariestools/sdk';
2
+ import type { ReadArchivistFunctions, Sequence } from '@xyo-network/sdk';
3
+ import type { DataLakeData, DataLakeProvider } from './Provider.js';
4
+ /** Moniker identifier for the DataLakeViewer provider. */
5
+ export declare const DataLakeViewerMoniker: "DataLakeViewer";
6
+ /** Type literal for the DataLakeViewer provider moniker. */
7
+ export type DataLakeViewerMoniker = typeof DataLakeViewerMoniker;
8
+ /** DataLakeViewerMethods interface. */
9
+ export interface DataLakeViewerMethods extends ReadArchivistFunctions<DataLakeData, Hash, Sequence> {
10
+ }
11
+ /** Viewer interface for reading DataLake data. */
12
+ export interface DataLakeViewer extends DataLakeProvider<DataLakeViewerMoniker>, DataLakeViewerMethods {
13
+ }
14
+ //# sourceMappingURL=Viewer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Viewer.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/protocol-lib/providers/DataLake/Viewer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AAC3C,OAAO,KAAK,EAAE,sBAAsB,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AAExE,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAA;AAEnE,0DAA0D;AAC1D,eAAO,MAAM,qBAAqB,EAAG,gBAAyB,CAAA;AAC9D,4DAA4D;AAC5D,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAA;AAEhE,uCAAuC;AACvC,MAAM,WAAW,qBAAsB,SAAQ,sBAAsB,CAAC,YAAY,EAAE,IAAI,EAAE,QAAQ,CAAC;CAAG;AAEtG,kDAAkD;AAClD,MAAM,WAAW,cAAe,SAAQ,gBAAgB,CAAC,qBAAqB,CAAC,EAAE,qBAAqB;CACrG"}
@@ -0,0 +1,6 @@
1
+ export * from './Client.js';
2
+ export * from './isSchemaAllowed.js';
3
+ export * from './Provider.js';
4
+ export * from './Runner.js';
5
+ export * from './Viewer.js';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/protocol-lib/providers/DataLake/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,sBAAsB,CAAA;AACpC,cAAc,eAAe,CAAA;AAC7B,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA"}
@@ -0,0 +1,7 @@
1
+ import type { Schema } from '@xyo-network/sdk';
2
+ /**
3
+ * Applies a datalake provider's schema allow/deny lists: a schema passes when it is in
4
+ * `allowedSchemas` (or no allow list is set) and not in `disallowedSchemas`.
5
+ */
6
+ export declare function isSchemaAllowed(schema: Schema, allowedSchemas?: Schema[], disallowedSchemas?: Schema[]): boolean;
7
+ //# sourceMappingURL=isSchemaAllowed.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"isSchemaAllowed.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/protocol-lib/providers/DataLake/isSchemaAllowed.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAA;AAE9C;;;GAGG;AACH,wBAAgB,eAAe,CAAC,MAAM,EAAE,MAAM,EAAE,cAAc,CAAC,EAAE,MAAM,EAAE,EAAE,iBAAiB,CAAC,EAAE,MAAM,EAAE,GAAG,OAAO,CAQhH"}
@@ -0,0 +1,9 @@
1
+ import type { Payload } from '@xyo-network/sdk';
2
+ import type { UnsignedHydratedTransaction } from '../../protocol-model/index.js';
3
+ /** TransactionHelper interface. */
4
+ export interface TransactionHelper {
5
+ addPayloadsToChain(onChain: Payload[], offChain: Payload[]): void;
6
+ addUnsignedTransactionToChain(tx: UnsignedHydratedTransaction): void;
7
+ addSignedTransactionToChain(tx: UnsignedHydratedTransaction): void;
8
+ }
9
+ //# sourceMappingURL=TransactionHelper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TransactionHelper.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-lib/providers/TransactionHelper.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAA;AAE/C,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,iBAAiB,CAAA;AAElE,mCAAmC;AACnC,MAAM,WAAW,iBAAiB;IAEhC,kBAAkB,CAAC,OAAO,EAAE,OAAO,EAAE,EAAE,QAAQ,EAAE,OAAO,EAAE,GAAG,IAAI,CAAA;IAGjE,6BAA6B,CAAC,EAAE,EAAE,2BAA2B,GAAG,IAAI,CAAA;IAGpE,2BAA2B,CAAC,EAAE,EAAE,2BAA2B,GAAG,IAAI,CAAA;CACnE"}
@@ -0,0 +1,25 @@
1
+ import type { GatewayName } from '../../protocol-model/index.js';
2
+ import type { XyoPermissions } from '../permissions/index.js';
3
+ import type { DataLakesClient } from './DataLake/index.js';
4
+ import type { XyoGateway } from './XyoGateway.js';
5
+ import type { XyoGatewayRunner } from './XyoGatewayRunner.js';
6
+ /** @deprecated */
7
+ export interface XyoGatewayConfig {
8
+ name: GatewayName;
9
+ }
10
+ /** @deprecated */
11
+ export interface XyoRpcGatewayConfig extends XyoGatewayConfig {
12
+ dataLakeEndpoint: string;
13
+ networkEndpoint: string;
14
+ }
15
+ /** XyoClient interface. */
16
+ export interface XyoClient {
17
+ dataLakes?: DataLakesClient;
18
+ gateways: Readonly<Partial<Record<GatewayName, XyoGatewayRunner>>>;
19
+ permissions: XyoPermissions;
20
+ /** @deprecated */
21
+ addGateway?(providerOrConfig: XyoGatewayConfig | XyoRpcGatewayConfig | XyoGateway): Promise<XyoGateway>;
22
+ /** @deprecated */
23
+ removeGateway?(name: GatewayName): Promise<void>;
24
+ }
25
+ //# sourceMappingURL=XyoClient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"XyoClient.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-lib/providers/XyoClient.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAElD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAA;AAC7D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAC1D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AACjD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AAE7D,kBAAkB;AAClB,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,WAAW,CAAA;CAClB;AAED,kBAAkB;AAElB,MAAM,WAAW,mBAAoB,SAAQ,gBAAgB;IAC3D,gBAAgB,EAAE,MAAM,CAAA;IACxB,eAAe,EAAE,MAAM,CAAA;CACxB;AAED,2BAA2B;AAC3B,MAAM,WAAW,SAAS;IACxB,SAAS,CAAC,EAAE,eAAe,CAAA;IAC3B,QAAQ,EAAE,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,WAAW,EAAE,gBAAgB,CAAC,CAAC,CAAC,CAAA;IAClE,WAAW,EAAE,cAAc,CAAA;IAE3B,kBAAkB;IAElB,UAAU,CAAC,CAAC,gBAAgB,EAAE,gBAAgB,GAAG,mBAAmB,GAAG,UAAU,GAAG,OAAO,CAAC,UAAU,CAAC,CAAA;IACvG,kBAAkB;IAClB,aAAa,CAAC,CAAC,IAAI,EAAE,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;CACjD"}
@@ -0,0 +1,18 @@
1
+ import type { Provider } from '../../protocol-model/index.js';
2
+ import type { NetworkStakeViewer, XyoViewer } from '../viewers/index.js';
3
+ import type { DataLakeRunner, DataLakeViewer } from './DataLake/index.js';
4
+ import type { XyoNetwork } from './XyoNetwork.js';
5
+ import type { XyoRunner } from './XyoRunner.js';
6
+ /** Moniker identifier for the XyoConnection provider. */
7
+ export declare const XyoConnectionMoniker: "XyoConnection";
8
+ /** Type literal for the XyoConnection provider moniker. */
9
+ export type XyoConnectionMoniker = typeof XyoConnectionMoniker;
10
+ /** XyoConnection interface. */
11
+ export interface XyoConnection extends Provider<XyoConnectionMoniker> {
12
+ network?: XyoNetwork;
13
+ networkStake?: NetworkStakeViewer;
14
+ runner?: XyoRunner;
15
+ storage?: DataLakeRunner | DataLakeViewer | (DataLakeRunner & DataLakeViewer);
16
+ viewer?: XyoViewer;
17
+ }
18
+ //# sourceMappingURL=XyoConnection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"XyoConnection.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-lib/providers/XyoConnection.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAE/C,OAAO,KAAK,EAAE,kBAAkB,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAA;AACxE,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AACzE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AACjD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAE/C,yDAAyD;AACzD,eAAO,MAAM,oBAAoB,EAAG,eAAwB,CAAA;AAC5D,2DAA2D;AAC3D,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAA;AAE9D,+BAA+B;AAC/B,MAAM,WAAW,aAAc,SAAQ,QAAQ,CAAC,oBAAoB,CAAC;IACnE,OAAO,CAAC,EAAE,UAAU,CAAA;IACpB,YAAY,CAAC,EAAE,kBAAkB,CAAA;IACjC,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,OAAO,CAAC,EAAE,cAAc,GAAG,cAAc,GAAG,CAAC,cAAc,GAAG,cAAc,CAAC,CAAA;IAC7E,MAAM,CAAC,EAAE,SAAS,CAAA;CACnB"}
@@ -0,0 +1,20 @@
1
+ import type { Provider, ProviderMoniker } from '../../protocol-model/index.js';
2
+ import type { XyoConnection } from './XyoConnection.js';
3
+ /** Moniker identifier for the XyoGateway provider. */
4
+ export declare const XyoGatewayMoniker: "XyoGateway";
5
+ /** Type literal for the XyoGateway provider moniker. */
6
+ export type XyoGatewayMoniker = typeof XyoGatewayMoniker;
7
+ /** XyoGatewayMethods interface. */
8
+ export interface XyoGatewayMethods {
9
+ }
10
+ /** XyoGatewayProvider interface. */
11
+ export interface XyoGatewayProvider<TMoniker extends ProviderMoniker = ProviderMoniker> extends XyoGatewayMethods, Provider<TMoniker> {
12
+ /**
13
+ * Returns the connection provider for this gateway.
14
+ */
15
+ connection: XyoConnection;
16
+ }
17
+ /** XyoGateway interface. */
18
+ export interface XyoGateway extends XyoGatewayProvider<XyoGatewayMoniker>, Provider<XyoGatewayMoniker> {
19
+ }
20
+ //# sourceMappingURL=XyoGateway.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"XyoGateway.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-lib/providers/XyoGateway.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAA;AAEhE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAEvD,sDAAsD;AACtD,eAAO,MAAM,iBAAiB,EAAG,YAAqB,CAAA;AACtD,wDAAwD;AACxD,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAA;AAExD,mCAAmC;AACnC,MAAM,WAAW,iBAAiB;CAAG;AAErC,oCAAoC;AACpC,MAAM,WAAW,kBAAkB,CACjC,QAAQ,SAAS,eAAe,GAAG,eAAe,CAAE,SAAQ,iBAAiB,EAAE,QAAQ,CAAC,QAAQ,CAAC;IACjG;;OAEG;IACH,UAAU,EAAE,aAAa,CAAA;CAC1B;AAED,4BAA4B;AAC5B,MAAM,WAAW,UAAW,SAAQ,kBAAkB,CAAC,iBAAiB,CAAC,EAAE,QAAQ,CAAC,iBAAiB,CAAC;CACrG"}
@@ -0,0 +1,57 @@
1
+ import type { Hash, Logger, Promisable } from '@ariestools/sdk';
2
+ import type { Payload, XyoAddress } from '@xyo-network/sdk';
3
+ import type { AllowedBlockPayload, AttoXL1, ChainId, HydratedTransactionWithHashMeta, SignedHydratedTransaction, SignedHydratedTransactionWithHashMeta, TransactionFeesBigInt, UnsignedHydratedTransaction, XL1BlockNumber } from '../../protocol-model/index.js';
4
+ import type { XyoSigner } from './signer/index.js';
5
+ import type { XyoGatewayProvider } from './XyoGateway.js';
6
+ /** ConfirmSubmittedTransactionOptions type. */
7
+ export interface ConfirmSubmittedTransactionOptions {
8
+ /**
9
+ * Number of attempts to confirm the transaction.
10
+ * Defaults to 20.
11
+ */
12
+ attempts?: number;
13
+ /**
14
+ * Delay in milliseconds between confirmation attempts.
15
+ * Defaults to 1000 (1 second).
16
+ */
17
+ delay?: number;
18
+ /**
19
+ * Block number after which the transaction is considered expired.
20
+ * If the chain head moves past this value before the transaction is
21
+ * confirmed, confirmation fails with an expired error.
22
+ */
23
+ exp?: XL1BlockNumber;
24
+ /**
25
+ * Optional logger instance for logging progress.
26
+ */
27
+ logger?: Logger;
28
+ }
29
+ /** Options for Transaction. */
30
+ export interface TransactionOptions {
31
+ chain?: ChainId;
32
+ exp?: XL1BlockNumber;
33
+ fees?: TransactionFeesBigInt;
34
+ from?: XyoAddress;
35
+ nbf?: XL1BlockNumber;
36
+ }
37
+ /** Moniker identifier for the XyoGatewayRunner provider. */
38
+ export declare const XyoGatewayRunnerMoniker: "XyoGatewayRunner";
39
+ /** Type literal for the XyoGatewayRunner provider moniker. */
40
+ export type XyoGatewayRunnerMoniker = typeof XyoGatewayRunnerMoniker;
41
+ /** XyoGatewayRunnerMethods interface. */
42
+ export interface XyoGatewayRunnerMethods {
43
+ addPayloadsToChain(onChain: AllowedBlockPayload[], offChain: Payload[], options?: TransactionOptions): Promisable<[Hash, SignedHydratedTransactionWithHashMeta]>;
44
+ addTransactionToChain(tx: UnsignedHydratedTransaction | SignedHydratedTransaction, offChain?: Payload[]): Promisable<[Hash, SignedHydratedTransactionWithHashMeta]>;
45
+ confirmSubmittedTransaction(txHash: Hash, options?: ConfirmSubmittedTransactionOptions): Promisable<SignedHydratedTransaction>;
46
+ send(to: XyoAddress, amount: AttoXL1, options?: TransactionOptions): Promisable<Hash>;
47
+ sendMany(transfers: Record<XyoAddress, AttoXL1>, options?: TransactionOptions): Promisable<Hash>;
48
+ }
49
+ /** Runner interface for executing XyoGateway operations. */
50
+ export interface XyoGatewayRunner extends XyoGatewayRunnerMethods, XyoGatewayProvider<XyoGatewayRunnerMoniker> {
51
+ /**
52
+ * Returns the signer for this gateway.
53
+ */
54
+ signer: XyoSigner;
55
+ transactionRequiredGas(hydratedTransaction: HydratedTransactionWithHashMeta): AttoXL1;
56
+ }
57
+ //# sourceMappingURL=XyoGatewayRunner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"XyoGatewayRunner.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-lib/providers/XyoGatewayRunner.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,IAAI,EAAE,MAAM,EAAE,UAAU,EACzB,MAAM,iBAAiB,CAAA;AACxB,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAE3D,OAAO,KAAK,EACV,mBAAmB,EAAE,OAAO,EAAE,OAAO,EACrC,+BAA+B,EAC/B,yBAAyB,EAAE,qCAAqC,EAChE,qBAAqB,EAAE,2BAA2B,EAAE,cAAc,EACnE,MAAM,iBAAiB,CAAA;AAExB,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAClD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAA;AAEzD,+CAA+C;AAC/C,MAAM,WAAW,kCAAkC;IACjD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;;;OAIG;IACH,GAAG,CAAC,EAAE,cAAc,CAAA;IACpB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,+BAA+B;AAC/B,MAAM,WAAW,kBAAkB;IACjC,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,GAAG,CAAC,EAAE,cAAc,CAAA;IACpB,IAAI,CAAC,EAAE,qBAAqB,CAAA;IAC5B,IAAI,CAAC,EAAE,UAAU,CAAA;IACjB,GAAG,CAAC,EAAE,cAAc,CAAA;CACrB;AAED,4DAA4D;AAC5D,eAAO,MAAM,uBAAuB,EAAG,kBAA2B,CAAA;AAClE,8DAA8D;AAC9D,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAA;AAEpE,yCAAyC;AACzC,MAAM,WAAW,uBAAuB;IAEtC,kBAAkB,CAChB,OAAO,EAAE,mBAAmB,EAAE,EAC9B,QAAQ,EAAE,OAAO,EAAE,EACnB,OAAO,CAAC,EAAE,kBAAkB,GAC3B,UAAU,CAAC,CAAC,IAAI,EAAE,qCAAqC,CAAC,CAAC,CAAA;IAE5D,qBAAqB,CACnB,EAAE,EAAE,2BAA2B,GAAG,yBAAyB,EAC3D,QAAQ,CAAC,EAAE,OAAO,EAAE,GACnB,UAAU,CAAC,CAAC,IAAI,EAAE,qCAAqC,CAAC,CAAC,CAAA;IAE5D,2BAA2B,CAAC,MAAM,EAAE,IAAI,EAAE,OAAO,CAAC,EAAE,kCAAkC,GAAG,UAAU,CAAC,yBAAyB,CAAC,CAAA;IAE9H,IAAI,CAAC,EAAE,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,UAAU,CAAC,IAAI,CAAC,CAAA;IACrF,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,UAAU,CAAC,IAAI,CAAC,CAAA;CACjG;AAED,4DAA4D;AAC5D,MAAM,WAAW,gBAAiB,SAAQ,uBAAuB,EAAE,kBAAkB,CAAC,uBAAuB,CAAC;IAC5G;;OAEG;IACH,MAAM,EAAE,SAAS,CAAA;IAEjB,sBAAsB,CAAC,mBAAmB,EAAE,+BAA+B,GAAG,OAAO,CAAA;CACtF"}
@@ -0,0 +1,7 @@
1
+ import type { Promisable } from '@ariestools/sdk';
2
+ import type { NetworkStatus } from '../network/index.js';
3
+ /** XyoNetwork interface. */
4
+ export interface XyoNetwork {
5
+ status(): Promisable<NetworkStatus>;
6
+ }
7
+ //# sourceMappingURL=XyoNetwork.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"XyoNetwork.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-lib/providers/XyoNetwork.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAEjD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAExD,4BAA4B;AAC5B,MAAM,WAAW,UAAU;IACzB,MAAM,IAAI,UAAU,CAAC,aAAa,CAAC,CAAA;CACpC"}
@@ -0,0 +1,16 @@
1
+ import type { Hash, Promisable } from '@ariestools/sdk';
2
+ import type { Provider, SignedHydratedTransaction } from '../../protocol-model/index.js';
3
+ import type { MempoolRunner } from '../runners/index.js';
4
+ /** XyoRunnerMethods interface. */
5
+ export interface XyoRunnerMethods {
6
+ broadcastTransaction(transaction: SignedHydratedTransaction): Promisable<Hash>;
7
+ }
8
+ /** Moniker identifier for the XyoRunner provider. */
9
+ export declare const XyoRunnerMoniker: "XyoRunner";
10
+ /** Type literal for the XyoRunner provider moniker. */
11
+ export type XyoRunnerMoniker = typeof XyoRunnerMoniker;
12
+ /** Runner interface for executing Xyo operations. */
13
+ export interface XyoRunner extends XyoRunnerMethods, Provider<XyoRunnerMoniker> {
14
+ mempool: MempoolRunner;
15
+ }
16
+ //# sourceMappingURL=XyoRunner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"XyoRunner.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-lib/providers/XyoRunner.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAEvD,OAAO,KAAK,EAAE,QAAQ,EAAE,yBAAyB,EAAE,MAAM,iBAAiB,CAAA;AAE1E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAExD,kCAAkC;AAClC,MAAM,WAAW,gBAAgB;IAC/B,oBAAoB,CAAC,WAAW,EAAE,yBAAyB,GAAG,UAAU,CAAC,IAAI,CAAC,CAAA;CAC/E;AAED,qDAAqD;AACrD,eAAO,MAAM,gBAAgB,EAAG,WAAoB,CAAA;AACpD,uDAAuD;AACvD,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAA;AAEtD,qDAAqD;AACrD,MAAM,WAAW,SAAU,SAAQ,gBAAgB,EAAE,QAAQ,CAAC,gBAAgB,CAAC;IAC7E,OAAO,EAAE,aAAa,CAAA;CACvB"}
@@ -0,0 +1,9 @@
1
+ export * from './DataLake/index.js';
2
+ export * from './signer/index.js';
3
+ export * from './XyoClient.js';
4
+ export * from './XyoConnection.js';
5
+ export * from './XyoGateway.js';
6
+ export * from './XyoGatewayRunner.js';
7
+ export * from './XyoNetwork.js';
8
+ export * from './XyoRunner.js';
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-lib/providers/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA;AACnC,cAAc,mBAAmB,CAAA;AACjC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,oBAAoB,CAAA;AAClC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,uBAAuB,CAAA;AACrC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,gBAAgB,CAAA"}
@@ -0,0 +1,24 @@
1
+ import type { Promisable } from '@ariestools/sdk';
2
+ import type { Payload, Signed, SignedHydratedBoundWitnessWithHashMeta, UnsignedBoundWitness, XyoAddress } from '@xyo-network/sdk';
3
+ import type { Provider, SignedHydratedTransactionWithHashMeta, UnsignedHydratedTransaction } from '../../../protocol-model/index.js';
4
+ /** Moniker identifier for the XyoSigner provider. */
5
+ export declare const XyoSignerMoniker: "XyoSigner";
6
+ /** Type literal for the XyoSigner provider moniker. */
7
+ export type XyoSignerMoniker = typeof XyoSignerMoniker;
8
+ /** XyoSignerMethods interface — the RPC-exposable signing surface. */
9
+ export interface XyoSignerMethods {
10
+ address(): Promisable<XyoAddress>;
11
+ /**
12
+ * Signs an unsigned bound witness (plus the payloads it references, on- and off-chain) and returns
13
+ * the signed, hash-meta-stamped result ready to broadcast. Generic over the bound-witness type, so
14
+ * the signed result preserves the input's concrete shape (e.g. a transaction bound witness signs to
15
+ * a signed transaction bound witness).
16
+ */
17
+ sign<T extends UnsignedBoundWitness>(bw: [T, Payload[]]): Promisable<SignedHydratedBoundWitnessWithHashMeta<Signed<T>>>;
18
+ }
19
+ /** XyoSigner interface. */
20
+ export interface XyoSigner extends XyoSignerMethods, Provider<XyoSignerMoniker> {
21
+ /** Convenience over {@link XyoSignerMethods.sign} that narrows the result to a signed transaction. */
22
+ signTransaction(tx: UnsignedHydratedTransaction): Promisable<SignedHydratedTransactionWithHashMeta>;
23
+ }
24
+ //# sourceMappingURL=XyoSigner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"XyoSigner.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/protocol-lib/providers/signer/XyoSigner.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AACjD,OAAO,KAAK,EACV,OAAO,EAAE,MAAM,EAAE,sCAAsC,EAAE,oBAAoB,EAAE,UAAU,EAC1F,MAAM,kBAAkB,CAAA;AAEzB,OAAO,KAAK,EACV,QAAQ,EAAE,qCAAqC,EAAE,2BAA2B,EAC7E,MAAM,iBAAiB,CAAA;AAExB,qDAAqD;AACrD,eAAO,MAAM,gBAAgB,EAAG,WAAoB,CAAA;AACpD,uDAAuD;AACvD,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAA;AAEtD,sEAAsE;AACtE,MAAM,WAAW,gBAAgB;IAC/B,OAAO,IAAI,UAAU,CAAC,UAAU,CAAC,CAAA;IACjC;;;;;OAKG;IACH,IAAI,CAAC,CAAC,SAAS,oBAAoB,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,GAAG,UAAU,CAAC,sCAAsC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;CACxH;AAED,2BAA2B;AAC3B,MAAM,WAAW,SAAU,SAAQ,gBAAgB,EAAE,QAAQ,CAAC,gBAAgB,CAAC;IAC7E,sGAAsG;IACtG,eAAe,CAAC,EAAE,EAAE,2BAA2B,GAAG,UAAU,CAAC,qCAAqC,CAAC,CAAA;CACpG"}
@@ -0,0 +1,2 @@
1
+ export * from './XyoSigner.js';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/protocol-lib/providers/signer/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA"}
@@ -0,0 +1,27 @@
1
+ import type { Hash, Promisable } from '@ariestools/sdk';
2
+ import type { NextOptions, Payload, WithStorageMeta } from '@xyo-network/sdk';
3
+ /** ReadRepository interface. */
4
+ export interface ReadRepository<TId, TData> {
5
+ get(id: TId): Promisable<TData>;
6
+ }
7
+ /** IterableRepository interface. */
8
+ export interface IterableRepository<TId, TData> {
9
+ next(id: TId): Promisable<TData>;
10
+ }
11
+ /** WriteRepository interface. */
12
+ export interface WriteRepository<TData, TResp> {
13
+ insert(data: TData): Promisable<TResp>;
14
+ }
15
+ /** PayloadReadRepository interface. */
16
+ export interface PayloadReadRepository<TId = Hash, TData extends Payload = Payload> extends ReadRepository<TId[], WithStorageMeta<TData>[]> {
17
+ }
18
+ /** PayloadWriteRepository interface. */
19
+ export interface PayloadWriteRepository<TData extends Payload = Payload> extends WriteRepository<TData[], WithStorageMeta<TData>[]> {
20
+ }
21
+ /** PayloadIterableRepository interface. */
22
+ export interface PayloadIterableRepository<TId = Hash, TData extends Payload = Payload> extends IterableRepository<NextOptions<TId>, WithStorageMeta<TData>[]> {
23
+ }
24
+ /** PayloadRepository interface. */
25
+ export interface PayloadRepository<TId = Hash, TData extends Payload = Payload> extends PayloadReadRepository<TId, TData>, PayloadWriteRepository<TData>, PayloadIterableRepository<TId, TData> {
26
+ }
27
+ //# sourceMappingURL=Repository.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Repository.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-lib/repository/Repository.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AACvD,OAAO,KAAK,EACV,WAAW,EAAE,OAAO,EAAE,eAAe,EACtC,MAAM,kBAAkB,CAAA;AAEzB,gCAAgC;AAChC,MAAM,WAAW,cAAc,CAAC,GAAG,EAAE,KAAK;IACxC,GAAG,CAAC,EAAE,EAAE,GAAG,GAAG,UAAU,CAAC,KAAK,CAAC,CAAA;CAChC;AAED,oCAAoC;AACpC,MAAM,WAAW,kBAAkB,CAAC,GAAG,EAAE,KAAK;IAC5C,IAAI,CAAC,EAAE,EAAE,GAAG,GAAG,UAAU,CAAC,KAAK,CAAC,CAAA;CACjC;AAED,iCAAiC;AACjC,MAAM,WAAW,eAAe,CAAC,KAAK,EAAE,KAAK;IAC3C,MAAM,CAAC,IAAI,EAAE,KAAK,GAAG,UAAU,CAAC,KAAK,CAAC,CAAA;CACvC;AAED,uCAAuC;AACvC,MAAM,WAAW,qBAAqB,CAAC,GAAG,GAAG,IAAI,EAAE,KAAK,SAAS,OAAO,GAAG,OAAO,CAAE,SAAQ,cAAc,CAAC,GAAG,EAAE,EAAE,eAAe,CAAC,KAAK,CAAC,EAAE,CAAC;CAAG;AAC9I,wCAAwC;AACxC,MAAM,WAAW,sBAAsB,CAAC,KAAK,SAAS,OAAO,GAAG,OAAO,CAAE,SAAQ,eAAe,CAAC,KAAK,EAAE,EAAE,eAAe,CAAC,KAAK,CAAC,EAAE,CAAC;CAAG;AAEtI,2CAA2C;AAC3C,MAAM,WAAW,yBAAyB,CAAC,GAAG,GAAG,IAAI,EAAE,KAAK,SAAS,OAAO,GAAG,OAAO,CACpF,SAAQ,kBAAkB,CAAC,WAAW,CAAC,GAAG,CAAC,EAAE,eAAe,CAAC,KAAK,CAAC,EAAE,CAAC;CAAG;AAE3E,mCAAmC;AACnC,MAAM,WAAW,iBAAiB,CAAC,GAAG,GAAG,IAAI,EAAE,KAAK,SAAS,OAAO,GAAG,OAAO,CAC5E,SAAQ,qBAAqB,CAAC,GAAG,EAAE,KAAK,CAAC,EAAE,sBAAsB,CAAC,KAAK,CAAC,EAAE,yBAAyB,CAAC,GAAG,EAAE,KAAK,CAAC;CAAG"}
@@ -0,0 +1,6 @@
1
+ import type { SignedHydratedTransaction, TransactionBoundWitness } from '../../protocol-model/index.js';
2
+ import type { ReadRepository } from './Repository.js';
3
+ /** TransactionReadRepository interface. */
4
+ export interface TransactionReadRepository extends ReadRepository<TransactionBoundWitness, SignedHydratedTransaction | undefined> {
5
+ }
6
+ //# sourceMappingURL=TransactionReadRepository.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TransactionReadRepository.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-lib/repository/TransactionReadRepository.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,yBAAyB,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAA;AAEzF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAErD,2CAA2C;AAC3C,MAAM,WAAW,yBAA0B,SAAQ,cAAc,CAAC,uBAAuB,EAAE,yBAAyB,GAAG,SAAS,CAAC;CAAG"}
@@ -0,0 +1,13 @@
1
+ import type { TransactionReadRepository } from './TransactionReadRepository.js';
2
+ import type { TransactionRepositoryIterator } from './TransactionRepositoryIterator.js';
3
+ import type { TransactionWriteRepository } from './TransactionWriteRepository.js';
4
+ /** TransactionRepository interface. */
5
+ export interface TransactionRepository extends TransactionReadRepository, TransactionWriteRepository {
6
+ }
7
+ /** ReadonlyIterableTransactionRepository interface. */
8
+ export interface ReadonlyIterableTransactionRepository extends TransactionReadRepository, TransactionRepositoryIterator {
9
+ }
10
+ /** IterableTransactionRepository interface. */
11
+ export interface IterableTransactionRepository extends TransactionRepository, TransactionRepositoryIterator {
12
+ }
13
+ //# sourceMappingURL=TransactionRepository.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TransactionRepository.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-lib/repository/TransactionRepository.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAA;AAC/E,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAA;AACvF,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAA;AAEjF,uCAAuC;AACvC,MAAM,WAAW,qBAAsB,SAAQ,yBAAyB,EAAE,0BAA0B;CAAG;AAEvG,uDAAuD;AACvD,MAAM,WAAW,qCAAsC,SAAQ,yBAAyB,EAAE,6BAA6B;CAAG;AAE1H,+CAA+C;AAC/C,MAAM,WAAW,6BAA8B,SAAQ,qBAAqB,EAAE,6BAA6B;CAAG"}
@@ -0,0 +1,6 @@
1
+ import type { SignedHydratedTransactionWithStorageMeta, TransactionBoundWitness } from '../../protocol-model/index.js';
2
+ import type { IterableRepository } from './Repository.js';
3
+ /** TransactionRepositoryIterator interface. */
4
+ export interface TransactionRepositoryIterator extends IterableRepository<TransactionBoundWitness, SignedHydratedTransactionWithStorageMeta | undefined> {
5
+ }
6
+ //# sourceMappingURL=TransactionRepositoryIterator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TransactionRepositoryIterator.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-lib/repository/TransactionRepositoryIterator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wCAAwC,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAA;AAExG,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAA;AAEzD,+CAA+C;AAC/C,MAAM,WAAW,6BAA8B,SAAQ,kBAAkB,CAAC,uBAAuB,EAAE,wCAAwC,GAAG,SAAS,CAAC;CAAG"}