@xyo-network/xl1-protocol 4.0.11 → 4.0.12

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 (647) hide show
  1. package/dist/neutral/index.d.ts +4 -4
  2. package/dist/neutral/index.d.ts.map +1 -1
  3. package/dist/neutral/index.mjs +4 -4
  4. package/dist/neutral/index.mjs.map +2 -2
  5. package/dist/neutral/modules/network-model/icons/index.d.ts +4 -0
  6. package/dist/neutral/modules/network-model/icons/index.d.ts.map +1 -0
  7. package/dist/neutral/modules/network-model/icons/local/index.d.ts +2 -0
  8. package/dist/neutral/modules/network-model/icons/local/index.d.ts.map +1 -0
  9. package/dist/neutral/modules/network-model/icons/mainnet/index.d.ts +2 -0
  10. package/dist/neutral/modules/network-model/icons/mainnet/index.d.ts.map +1 -0
  11. package/dist/neutral/modules/network-model/icons/sequence/index.d.ts +2 -0
  12. package/dist/neutral/modules/network-model/icons/sequence/index.d.ts.map +1 -0
  13. package/dist/neutral/modules/network-model/index.d.ts +7 -0
  14. package/dist/neutral/modules/network-model/index.d.ts.map +1 -0
  15. package/dist/neutral/modules/network-model/lib/NetworkDataLakeUrls.d.ts +8 -0
  16. package/dist/neutral/modules/network-model/lib/NetworkDataLakeUrls.d.ts.map +1 -0
  17. package/dist/neutral/modules/network-model/lib/Networks.d.ts +10 -0
  18. package/dist/neutral/modules/network-model/lib/Networks.d.ts.map +1 -0
  19. package/dist/neutral/modules/network-model/lib/index.d.ts +3 -0
  20. package/dist/neutral/modules/network-model/lib/index.d.ts.map +1 -0
  21. package/dist/neutral/modules/network-model/manifest/index.d.ts +2 -0
  22. package/dist/neutral/modules/network-model/manifest/index.d.ts.map +1 -0
  23. package/dist/neutral/modules/network-model/manifest/networkManifest.d.ts +4 -0
  24. package/dist/neutral/modules/network-model/manifest/networkManifest.d.ts.map +1 -0
  25. package/dist/neutral/modules/network-model/models/Bootstrap.d.ts +56 -0
  26. package/dist/neutral/modules/network-model/models/Bootstrap.d.ts.map +1 -0
  27. package/dist/neutral/modules/network-model/models/NetworkId.d.ts +12 -0
  28. package/dist/neutral/modules/network-model/models/NetworkId.d.ts.map +1 -0
  29. package/dist/neutral/modules/network-model/models/index.d.ts +3 -0
  30. package/dist/neutral/modules/network-model/models/index.d.ts.map +1 -0
  31. package/dist/neutral/modules/network-model/modules/index.d.ts +2 -0
  32. package/dist/neutral/modules/network-model/modules/index.d.ts.map +1 -0
  33. package/dist/neutral/modules/network-model/modules/node/getNetworkNode.d.ts +10 -0
  34. package/dist/neutral/modules/network-model/modules/node/getNetworkNode.d.ts.map +1 -0
  35. package/dist/neutral/modules/network-model/modules/node/getNetworkNodes.d.ts +4 -0
  36. package/dist/neutral/modules/network-model/modules/node/getNetworkNodes.d.ts.map +1 -0
  37. package/dist/neutral/modules/network-model/modules/node/index.d.ts +4 -0
  38. package/dist/neutral/modules/network-model/modules/node/index.d.ts.map +1 -0
  39. package/dist/neutral/modules/network-model/modules/node/initNetworkNode.d.ts +5 -0
  40. package/dist/neutral/modules/network-model/modules/node/initNetworkNode.d.ts.map +1 -0
  41. package/dist/neutral/modules/network-model/staticRest/index.d.ts +10 -0
  42. package/dist/neutral/modules/network-model/staticRest/index.d.ts.map +1 -0
  43. package/dist/neutral/modules/network-model/staticRest/layout/chainContractManifest.d.ts +84 -0
  44. package/dist/neutral/modules/network-model/staticRest/layout/chainContractManifest.d.ts.map +1 -0
  45. package/dist/neutral/modules/network-model/staticRest/layout/chainManifest.d.ts +101 -0
  46. package/dist/neutral/modules/network-model/staticRest/layout/chainManifest.d.ts.map +1 -0
  47. package/dist/neutral/modules/network-model/staticRest/layout/index.d.ts +4 -0
  48. package/dist/neutral/modules/network-model/staticRest/layout/index.d.ts.map +1 -0
  49. package/dist/neutral/modules/network-model/staticRest/layout/indexManifest.d.ts +263 -0
  50. package/dist/neutral/modules/network-model/staticRest/layout/indexManifest.d.ts.map +1 -0
  51. package/dist/neutral/modules/network-model/staticRest/paths/chainState.d.ts +10 -0
  52. package/dist/neutral/modules/network-model/staticRest/paths/chainState.d.ts.map +1 -0
  53. package/dist/neutral/modules/network-model/staticRest/paths/finalized.d.ts +14 -0
  54. package/dist/neutral/modules/network-model/staticRest/paths/finalized.d.ts.map +1 -0
  55. package/dist/neutral/modules/network-model/staticRest/paths/index.d.ts +4 -0
  56. package/dist/neutral/modules/network-model/staticRest/paths/index.d.ts.map +1 -0
  57. package/dist/neutral/modules/network-model/staticRest/paths/indexPaths.d.ts +14 -0
  58. package/dist/neutral/modules/network-model/staticRest/paths/indexPaths.d.ts.map +1 -0
  59. package/dist/neutral/modules/network-model/staticRest/templates.d.ts +27 -0
  60. package/dist/neutral/modules/network-model/staticRest/templates.d.ts.map +1 -0
  61. package/dist/neutral/modules/network-model/utils/ExplorerLinks.d.ts +28 -0
  62. package/dist/neutral/modules/network-model/utils/ExplorerLinks.d.ts.map +1 -0
  63. package/dist/neutral/modules/network-model/utils/index.d.ts +2 -0
  64. package/dist/neutral/modules/network-model/utils/index.d.ts.map +1 -0
  65. package/dist/neutral/modules/protocol-lib/OpenTelemetryProviders.d.ts +7 -0
  66. package/dist/neutral/modules/protocol-lib/OpenTelemetryProviders.d.ts.map +1 -0
  67. package/dist/neutral/modules/protocol-lib/address/derivedReceiveAddress.d.ts +4 -0
  68. package/dist/neutral/modules/protocol-lib/address/derivedReceiveAddress.d.ts.map +1 -0
  69. package/dist/neutral/modules/protocol-lib/address/index.d.ts +4 -0
  70. package/dist/neutral/modules/protocol-lib/address/index.d.ts.map +1 -0
  71. package/dist/neutral/modules/protocol-lib/address/rewardAddressFromStepIdentity.d.ts +7 -0
  72. package/dist/neutral/modules/protocol-lib/address/rewardAddressFromStepIdentity.d.ts.map +1 -0
  73. package/dist/neutral/modules/protocol-lib/address/sentinelAddressFromSchema.d.ts +21 -0
  74. package/dist/neutral/modules/protocol-lib/address/sentinelAddressFromSchema.d.ts.map +1 -0
  75. package/dist/neutral/modules/protocol-lib/index.d.ts +14 -0
  76. package/dist/neutral/modules/protocol-lib/index.d.ts.map +1 -0
  77. package/dist/neutral/modules/protocol-lib/network/Status.d.ts +26 -0
  78. package/dist/neutral/modules/protocol-lib/network/Status.d.ts.map +1 -0
  79. package/dist/neutral/modules/protocol-lib/network/index.d.ts +2 -0
  80. package/dist/neutral/modules/protocol-lib/network/index.d.ts.map +1 -0
  81. package/dist/neutral/modules/protocol-lib/permissions/InvokerPermission.d.ts +48 -0
  82. package/dist/neutral/modules/protocol-lib/permissions/InvokerPermission.d.ts.map +1 -0
  83. package/dist/neutral/modules/protocol-lib/permissions/XyoPermissions.d.ts +33 -0
  84. package/dist/neutral/modules/protocol-lib/permissions/XyoPermissions.d.ts.map +1 -0
  85. package/dist/neutral/modules/protocol-lib/permissions/index.d.ts +3 -0
  86. package/dist/neutral/modules/protocol-lib/permissions/index.d.ts.map +1 -0
  87. package/dist/neutral/modules/protocol-lib/providers/DataLake/Client.d.ts +86 -0
  88. package/dist/neutral/modules/protocol-lib/providers/DataLake/Client.d.ts.map +1 -0
  89. package/dist/neutral/modules/protocol-lib/providers/DataLake/Provider.d.ts +10 -0
  90. package/dist/neutral/modules/protocol-lib/providers/DataLake/Provider.d.ts.map +1 -0
  91. package/dist/neutral/modules/protocol-lib/providers/DataLake/Runner.d.ts +15 -0
  92. package/dist/neutral/modules/protocol-lib/providers/DataLake/Runner.d.ts.map +1 -0
  93. package/dist/neutral/modules/protocol-lib/providers/DataLake/Viewer.d.ts +14 -0
  94. package/dist/neutral/modules/protocol-lib/providers/DataLake/Viewer.d.ts.map +1 -0
  95. package/dist/neutral/modules/protocol-lib/providers/DataLake/index.d.ts +5 -0
  96. package/dist/neutral/modules/protocol-lib/providers/DataLake/index.d.ts.map +1 -0
  97. package/dist/neutral/modules/protocol-lib/providers/TransactionHelper.d.ts +9 -0
  98. package/dist/neutral/modules/protocol-lib/providers/TransactionHelper.d.ts.map +1 -0
  99. package/dist/neutral/modules/protocol-lib/providers/XyoClient.d.ts +25 -0
  100. package/dist/neutral/modules/protocol-lib/providers/XyoClient.d.ts.map +1 -0
  101. package/dist/neutral/modules/protocol-lib/providers/XyoConnection.d.ts +18 -0
  102. package/dist/neutral/modules/protocol-lib/providers/XyoConnection.d.ts.map +1 -0
  103. package/dist/neutral/modules/protocol-lib/providers/XyoGateway.d.ts +20 -0
  104. package/dist/neutral/modules/protocol-lib/providers/XyoGateway.d.ts.map +1 -0
  105. package/dist/neutral/modules/protocol-lib/providers/XyoGatewayRunner.d.ts +57 -0
  106. package/dist/neutral/modules/protocol-lib/providers/XyoGatewayRunner.d.ts.map +1 -0
  107. package/dist/neutral/modules/protocol-lib/providers/XyoNetwork.d.ts +7 -0
  108. package/dist/neutral/modules/protocol-lib/providers/XyoNetwork.d.ts.map +1 -0
  109. package/dist/neutral/modules/protocol-lib/providers/XyoRunner.d.ts +16 -0
  110. package/dist/neutral/modules/protocol-lib/providers/XyoRunner.d.ts.map +1 -0
  111. package/dist/neutral/modules/protocol-lib/providers/index.d.ts +9 -0
  112. package/dist/neutral/modules/protocol-lib/providers/index.d.ts.map +1 -0
  113. package/dist/neutral/modules/protocol-lib/providers/signer/XyoSigner.d.ts +24 -0
  114. package/dist/neutral/modules/protocol-lib/providers/signer/XyoSigner.d.ts.map +1 -0
  115. package/dist/neutral/modules/protocol-lib/providers/signer/index.d.ts +2 -0
  116. package/dist/neutral/modules/protocol-lib/providers/signer/index.d.ts.map +1 -0
  117. package/dist/neutral/modules/protocol-lib/repository/Repository.d.ts +27 -0
  118. package/dist/neutral/modules/protocol-lib/repository/Repository.d.ts.map +1 -0
  119. package/dist/neutral/modules/protocol-lib/repository/TransactionReadRepository.d.ts +6 -0
  120. package/dist/neutral/modules/protocol-lib/repository/TransactionReadRepository.d.ts.map +1 -0
  121. package/dist/neutral/modules/protocol-lib/repository/TransactionRepository.d.ts +13 -0
  122. package/dist/neutral/modules/protocol-lib/repository/TransactionRepository.d.ts.map +1 -0
  123. package/dist/neutral/modules/protocol-lib/repository/TransactionRepositoryIterator.d.ts +6 -0
  124. package/dist/neutral/modules/protocol-lib/repository/TransactionRepositoryIterator.d.ts.map +1 -0
  125. package/dist/neutral/modules/protocol-lib/repository/TransactionWriteRepository.d.ts +6 -0
  126. package/dist/neutral/modules/protocol-lib/repository/TransactionWriteRepository.d.ts.map +1 -0
  127. package/dist/neutral/modules/protocol-lib/repository/index.d.ts +6 -0
  128. package/dist/neutral/modules/protocol-lib/repository/index.d.ts.map +1 -0
  129. package/dist/neutral/modules/protocol-lib/runners/Block.d.ts +16 -0
  130. package/dist/neutral/modules/protocol-lib/runners/Block.d.ts.map +1 -0
  131. package/dist/neutral/modules/protocol-lib/runners/BlockPublish.d.ts +30 -0
  132. package/dist/neutral/modules/protocol-lib/runners/BlockPublish.d.ts.map +1 -0
  133. package/dist/neutral/modules/protocol-lib/runners/ChainStatePublish.d.ts +18 -0
  134. package/dist/neutral/modules/protocol-lib/runners/ChainStatePublish.d.ts.map +1 -0
  135. package/dist/neutral/modules/protocol-lib/runners/DeadLetterQueue.d.ts +22 -0
  136. package/dist/neutral/modules/protocol-lib/runners/DeadLetterQueue.d.ts.map +1 -0
  137. package/dist/neutral/modules/protocol-lib/runners/Finalization.d.ts +15 -0
  138. package/dist/neutral/modules/protocol-lib/runners/Finalization.d.ts.map +1 -0
  139. package/dist/neutral/modules/protocol-lib/runners/IndexPublish.d.ts +35 -0
  140. package/dist/neutral/modules/protocol-lib/runners/IndexPublish.d.ts.map +1 -0
  141. package/dist/neutral/modules/protocol-lib/runners/Mempool.d.ts +25 -0
  142. package/dist/neutral/modules/protocol-lib/runners/Mempool.d.ts.map +1 -0
  143. package/dist/neutral/modules/protocol-lib/runners/index.d.ts +8 -0
  144. package/dist/neutral/modules/protocol-lib/runners/index.d.ts.map +1 -0
  145. package/dist/neutral/modules/protocol-lib/status/SystemStatus.d.ts +84 -0
  146. package/dist/neutral/modules/protocol-lib/status/SystemStatus.d.ts.map +1 -0
  147. package/dist/neutral/modules/protocol-lib/status/index.d.ts +2 -0
  148. package/dist/neutral/modules/protocol-lib/status/index.d.ts.map +1 -0
  149. package/dist/neutral/modules/protocol-lib/summary/BlocksStepSummary.d.ts +26 -0
  150. package/dist/neutral/modules/protocol-lib/summary/BlocksStepSummary.d.ts.map +1 -0
  151. package/dist/neutral/modules/protocol-lib/summary/StepSummary.d.ts +16 -0
  152. package/dist/neutral/modules/protocol-lib/summary/StepSummary.d.ts.map +1 -0
  153. package/dist/neutral/modules/protocol-lib/summary/index.d.ts +4 -0
  154. package/dist/neutral/modules/protocol-lib/summary/index.d.ts.map +1 -0
  155. package/dist/neutral/modules/protocol-lib/summary/stepPlacement.d.ts +21 -0
  156. package/dist/neutral/modules/protocol-lib/summary/stepPlacement.d.ts.map +1 -0
  157. package/dist/neutral/modules/protocol-lib/transaction/elevatedPayloads.d.ts +5 -0
  158. package/dist/neutral/modules/protocol-lib/transaction/elevatedPayloads.d.ts.map +1 -0
  159. package/dist/neutral/modules/protocol-lib/transaction/index.d.ts +3 -0
  160. package/dist/neutral/modules/protocol-lib/transaction/index.d.ts.map +1 -0
  161. package/dist/neutral/modules/protocol-lib/transaction/script.d.ts +17 -0
  162. package/dist/neutral/modules/protocol-lib/transaction/script.d.ts.map +1 -0
  163. package/dist/neutral/modules/protocol-lib/validation/block/BlockValidationFunction.d.ts +6 -0
  164. package/dist/neutral/modules/protocol-lib/validation/block/BlockValidationFunction.d.ts.map +1 -0
  165. package/dist/neutral/modules/protocol-lib/validation/block/HydratedBlockStateValidationFunction.d.ts +19 -0
  166. package/dist/neutral/modules/protocol-lib/validation/block/HydratedBlockStateValidationFunction.d.ts.map +1 -0
  167. package/dist/neutral/modules/protocol-lib/validation/block/HydratedBlockValidationFunction.d.ts +14 -0
  168. package/dist/neutral/modules/protocol-lib/validation/block/HydratedBlockValidationFunction.d.ts.map +1 -0
  169. package/dist/neutral/modules/protocol-lib/validation/block/error.d.ts +167 -0
  170. package/dist/neutral/modules/protocol-lib/validation/block/error.d.ts.map +1 -0
  171. package/dist/neutral/modules/protocol-lib/validation/block/index.d.ts +5 -0
  172. package/dist/neutral/modules/protocol-lib/validation/block/index.d.ts.map +1 -0
  173. package/dist/neutral/modules/protocol-lib/validation/boundwitness/BoundWitnessValidationFunction.d.ts +6 -0
  174. package/dist/neutral/modules/protocol-lib/validation/boundwitness/BoundWitnessValidationFunction.d.ts.map +1 -0
  175. package/dist/neutral/modules/protocol-lib/validation/boundwitness/HydratedBoundWitnessValidationFunction.d.ts +8 -0
  176. package/dist/neutral/modules/protocol-lib/validation/boundwitness/HydratedBoundWitnessValidationFunction.d.ts.map +1 -0
  177. package/dist/neutral/modules/protocol-lib/validation/boundwitness/error.d.ts +13 -0
  178. package/dist/neutral/modules/protocol-lib/validation/boundwitness/error.d.ts.map +1 -0
  179. package/dist/neutral/modules/protocol-lib/validation/boundwitness/index.d.ts +4 -0
  180. package/dist/neutral/modules/protocol-lib/validation/boundwitness/index.d.ts.map +1 -0
  181. package/dist/neutral/modules/protocol-lib/validation/error.d.ts +59 -0
  182. package/dist/neutral/modules/protocol-lib/validation/error.d.ts.map +1 -0
  183. package/dist/neutral/modules/protocol-lib/validation/index.d.ts +6 -0
  184. package/dist/neutral/modules/protocol-lib/validation/index.d.ts.map +1 -0
  185. package/dist/neutral/modules/protocol-lib/validation/payload/InBlockPayloadValidationFunction.d.ts +10 -0
  186. package/dist/neutral/modules/protocol-lib/validation/payload/InBlockPayloadValidationFunction.d.ts.map +1 -0
  187. package/dist/neutral/modules/protocol-lib/validation/payload/error.d.ts +12 -0
  188. package/dist/neutral/modules/protocol-lib/validation/payload/error.d.ts.map +1 -0
  189. package/dist/neutral/modules/protocol-lib/validation/payload/index.d.ts +3 -0
  190. package/dist/neutral/modules/protocol-lib/validation/payload/index.d.ts.map +1 -0
  191. package/dist/neutral/modules/protocol-lib/validation/transaction/HydratedTransactionStateValidationFunction.d.ts +18 -0
  192. package/dist/neutral/modules/protocol-lib/validation/transaction/HydratedTransactionStateValidationFunction.d.ts.map +1 -0
  193. package/dist/neutral/modules/protocol-lib/validation/transaction/HydratedTransactionValidationFunction.d.ts +16 -0
  194. package/dist/neutral/modules/protocol-lib/validation/transaction/HydratedTransactionValidationFunction.d.ts.map +1 -0
  195. package/dist/neutral/modules/protocol-lib/validation/transaction/error.d.ts +8 -0
  196. package/dist/neutral/modules/protocol-lib/validation/transaction/error.d.ts.map +1 -0
  197. package/dist/neutral/modules/protocol-lib/validation/transaction/index.d.ts +4 -0
  198. package/dist/neutral/modules/protocol-lib/validation/transaction/index.d.ts.map +1 -0
  199. package/dist/neutral/modules/protocol-lib/viewers/Block.d.ts +38 -0
  200. package/dist/neutral/modules/protocol-lib/viewers/Block.d.ts.map +1 -0
  201. package/dist/neutral/modules/protocol-lib/viewers/BlockInvalidation.d.ts +56 -0
  202. package/dist/neutral/modules/protocol-lib/viewers/BlockInvalidation.d.ts.map +1 -0
  203. package/dist/neutral/modules/protocol-lib/viewers/BlockReward.d.ts +14 -0
  204. package/dist/neutral/modules/protocol-lib/viewers/BlockReward.d.ts.map +1 -0
  205. package/dist/neutral/modules/protocol-lib/viewers/BlockValidation.d.ts +56 -0
  206. package/dist/neutral/modules/protocol-lib/viewers/BlockValidation.d.ts.map +1 -0
  207. package/dist/neutral/modules/protocol-lib/viewers/ChainContract.d.ts +23 -0
  208. package/dist/neutral/modules/protocol-lib/viewers/ChainContract.d.ts.map +1 -0
  209. package/dist/neutral/modules/protocol-lib/viewers/ChainStakeViewer.d.ts +11 -0
  210. package/dist/neutral/modules/protocol-lib/viewers/ChainStakeViewer.d.ts.map +1 -0
  211. package/dist/neutral/modules/protocol-lib/viewers/ChainState.d.ts +26 -0
  212. package/dist/neutral/modules/protocol-lib/viewers/ChainState.d.ts.map +1 -0
  213. package/dist/neutral/modules/protocol-lib/viewers/DeadLetterQueue.d.ts +31 -0
  214. package/dist/neutral/modules/protocol-lib/viewers/DeadLetterQueue.d.ts.map +1 -0
  215. package/dist/neutral/modules/protocol-lib/viewers/Finalization.d.ts +18 -0
  216. package/dist/neutral/modules/protocol-lib/viewers/Finalization.d.ts.map +1 -0
  217. package/dist/neutral/modules/protocol-lib/viewers/Fork.d.ts +9 -0
  218. package/dist/neutral/modules/protocol-lib/viewers/Fork.d.ts.map +1 -0
  219. package/dist/neutral/modules/protocol-lib/viewers/IndexViewer.d.ts +16 -0
  220. package/dist/neutral/modules/protocol-lib/viewers/IndexViewer.d.ts.map +1 -0
  221. package/dist/neutral/modules/protocol-lib/viewers/Mempool.d.ts +31 -0
  222. package/dist/neutral/modules/protocol-lib/viewers/Mempool.d.ts.map +1 -0
  223. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/NetworkStakeViewer.d.ts +17 -0
  224. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/NetworkStakeViewer.d.ts.map +1 -0
  225. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/ByPositionViewer.d.ts +14 -0
  226. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/ByPositionViewer.d.ts.map +1 -0
  227. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/ByStakerViewer.d.ts +15 -0
  228. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/ByStakerViewer.d.ts.map +1 -0
  229. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/ByStepViewer.d.ts +14 -0
  230. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/ByStepViewer.d.ts.map +1 -0
  231. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/Options.d.ts +19 -0
  232. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/Options.d.ts.map +1 -0
  233. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/TotalViewer.d.ts +14 -0
  234. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/TotalViewer.d.ts.map +1 -0
  235. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/Viewer.d.ts +20 -0
  236. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/Viewer.d.ts.map +1 -0
  237. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/index.d.ts +8 -0
  238. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/index.d.ts.map +1 -0
  239. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/templates/ByIndexMethodsTemplate.d.ts +6 -0
  240. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/templates/ByIndexMethodsTemplate.d.ts.map +1 -0
  241. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/templates/MethodsTemplate.d.ts +10 -0
  242. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/templates/MethodsTemplate.d.ts.map +1 -0
  243. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/templates/index.d.ts +3 -0
  244. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/templates/index.d.ts.map +1 -0
  245. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/index.d.ts +3 -0
  246. package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/index.d.ts.map +1 -0
  247. package/dist/neutral/modules/protocol-lib/viewers/NetworkStakeStepReward.d.ts +41 -0
  248. package/dist/neutral/modules/protocol-lib/viewers/NetworkStakeStepReward.d.ts.map +1 -0
  249. package/dist/neutral/modules/protocol-lib/viewers/Stake.d.ts +39 -0
  250. package/dist/neutral/modules/protocol-lib/viewers/Stake.d.ts.map +1 -0
  251. package/dist/neutral/modules/protocol-lib/viewers/StakeEvents.d.ts +45 -0
  252. package/dist/neutral/modules/protocol-lib/viewers/StakeEvents.d.ts.map +1 -0
  253. package/dist/neutral/modules/protocol-lib/viewers/StakeIntent.d.ts +16 -0
  254. package/dist/neutral/modules/protocol-lib/viewers/StakeIntent.d.ts.map +1 -0
  255. package/dist/neutral/modules/protocol-lib/viewers/StakeTotals.d.ts +21 -0
  256. package/dist/neutral/modules/protocol-lib/viewers/StakeTotals.d.ts.map +1 -0
  257. package/dist/neutral/modules/protocol-lib/viewers/StepStake.d.ts +15 -0
  258. package/dist/neutral/modules/protocol-lib/viewers/StepStake.d.ts.map +1 -0
  259. package/dist/neutral/modules/protocol-lib/viewers/StepViewer.d.ts +38 -0
  260. package/dist/neutral/modules/protocol-lib/viewers/StepViewer.d.ts.map +1 -0
  261. package/dist/neutral/modules/protocol-lib/viewers/Sync.d.ts +19 -0
  262. package/dist/neutral/modules/protocol-lib/viewers/Sync.d.ts.map +1 -0
  263. package/dist/neutral/modules/protocol-lib/viewers/TimeSync.d.ts +21 -0
  264. package/dist/neutral/modules/protocol-lib/viewers/TimeSync.d.ts.map +1 -0
  265. package/dist/neutral/modules/protocol-lib/viewers/Transaction.d.ts +22 -0
  266. package/dist/neutral/modules/protocol-lib/viewers/Transaction.d.ts.map +1 -0
  267. package/dist/neutral/modules/protocol-lib/viewers/TransactionInvalidation.d.ts +54 -0
  268. package/dist/neutral/modules/protocol-lib/viewers/TransactionInvalidation.d.ts.map +1 -0
  269. package/dist/neutral/modules/protocol-lib/viewers/TransactionValidation.d.ts +55 -0
  270. package/dist/neutral/modules/protocol-lib/viewers/TransactionValidation.d.ts.map +1 -0
  271. package/dist/neutral/modules/protocol-lib/viewers/TransferBalance.d.ts +30 -0
  272. package/dist/neutral/modules/protocol-lib/viewers/TransferBalance.d.ts.map +1 -0
  273. package/dist/neutral/modules/protocol-lib/viewers/WindowedBlock.d.ts +18 -0
  274. package/dist/neutral/modules/protocol-lib/viewers/WindowedBlock.d.ts.map +1 -0
  275. package/dist/neutral/modules/protocol-lib/viewers/XyoViewer.d.ts +50 -0
  276. package/dist/neutral/modules/protocol-lib/viewers/XyoViewer.d.ts.map +1 -0
  277. package/dist/neutral/modules/protocol-lib/viewers/index.d.ts +28 -0
  278. package/dist/neutral/modules/protocol-lib/viewers/index.d.ts.map +1 -0
  279. package/dist/neutral/modules/protocol-model/BlockNumber/BlockNumber.d.ts +35 -0
  280. package/dist/neutral/modules/protocol-model/BlockNumber/BlockNumber.d.ts.map +1 -0
  281. package/dist/neutral/modules/protocol-model/BlockNumber/EthBlockNumber.d.ts +46 -0
  282. package/dist/neutral/modules/protocol-model/BlockNumber/EthBlockNumber.d.ts.map +1 -0
  283. package/dist/neutral/modules/protocol-model/BlockNumber/Numberish.d.ts +6 -0
  284. package/dist/neutral/modules/protocol-model/BlockNumber/Numberish.d.ts.map +1 -0
  285. package/dist/neutral/modules/protocol-model/BlockNumber/index.d.ts +5 -0
  286. package/dist/neutral/modules/protocol-model/BlockNumber/index.d.ts.map +1 -0
  287. package/dist/neutral/modules/protocol-model/BlockNumber/xl1BlockNumber.d.ts +46 -0
  288. package/dist/neutral/modules/protocol-model/BlockNumber/xl1BlockNumber.d.ts.map +1 -0
  289. package/dist/neutral/modules/protocol-model/RecordKeyType.d.ts +4 -0
  290. package/dist/neutral/modules/protocol-model/RecordKeyType.d.ts.map +1 -0
  291. package/dist/neutral/modules/protocol-model/Step/StepHash.d.ts +11 -0
  292. package/dist/neutral/modules/protocol-model/Step/StepHash.d.ts.map +1 -0
  293. package/dist/neutral/modules/protocol-model/Step/StepIdentity.d.ts +19 -0
  294. package/dist/neutral/modules/protocol-model/Step/StepIdentity.d.ts.map +1 -0
  295. package/dist/neutral/modules/protocol-model/Step/StepSizes.d.ts +12 -0
  296. package/dist/neutral/modules/protocol-model/Step/StepSizes.d.ts.map +1 -0
  297. package/dist/neutral/modules/protocol-model/Step/index.d.ts +4 -0
  298. package/dist/neutral/modules/protocol-model/Step/index.d.ts.map +1 -0
  299. package/dist/neutral/modules/protocol-model/TransferPayload.d.ts +79 -0
  300. package/dist/neutral/modules/protocol-model/TransferPayload.d.ts.map +1 -0
  301. package/dist/neutral/modules/protocol-model/amount/ShiftedBigIntConfig.d.ts +9 -0
  302. package/dist/neutral/modules/protocol-model/amount/ShiftedBigIntConfig.d.ts.map +1 -0
  303. package/dist/neutral/modules/protocol-model/amount/index.d.ts +3 -0
  304. package/dist/neutral/modules/protocol-model/amount/index.d.ts.map +1 -0
  305. package/dist/neutral/modules/protocol-model/amount/xl1AmountInstance.d.ts +16 -0
  306. package/dist/neutral/modules/protocol-model/amount/xl1AmountInstance.d.ts.map +1 -0
  307. package/dist/neutral/modules/protocol-model/block/AllowedBlockPayload.d.ts +40 -0
  308. package/dist/neutral/modules/protocol-model/block/AllowedBlockPayload.d.ts.map +1 -0
  309. package/dist/neutral/modules/protocol-model/block/BlockBoundWitness.d.ts +544 -0
  310. package/dist/neutral/modules/protocol-model/block/BlockBoundWitness.d.ts.map +1 -0
  311. package/dist/neutral/modules/protocol-model/block/HydratedBlock.d.ts +1466 -0
  312. package/dist/neutral/modules/protocol-model/block/HydratedBlock.d.ts.map +1 -0
  313. package/dist/neutral/modules/protocol-model/block/index.d.ts +6 -0
  314. package/dist/neutral/modules/protocol-model/block/index.d.ts.map +1 -0
  315. package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitness.d.ts +168 -0
  316. package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitness.d.ts.map +1 -0
  317. package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitnessWithHashMeta.d.ts +286 -0
  318. package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitnessWithHashMeta.d.ts.map +1 -0
  319. package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitnessWithStorageMeta.d.ts +343 -0
  320. package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitnessWithStorageMeta.d.ts.map +1 -0
  321. package/dist/neutral/modules/protocol-model/block/signed/index.d.ts +4 -0
  322. package/dist/neutral/modules/protocol-model/block/signed/index.d.ts.map +1 -0
  323. package/dist/neutral/modules/protocol-model/block/unsigned/UnsignedBlockBoundWitness.d.ts +168 -0
  324. package/dist/neutral/modules/protocol-model/block/unsigned/UnsignedBlockBoundWitness.d.ts.map +1 -0
  325. package/dist/neutral/modules/protocol-model/block/unsigned/index.d.ts +2 -0
  326. package/dist/neutral/modules/protocol-model/block/unsigned/index.d.ts.map +1 -0
  327. package/dist/neutral/modules/protocol-model/chain/Chain.d.ts +4 -0
  328. package/dist/neutral/modules/protocol-model/chain/Chain.d.ts.map +1 -0
  329. package/dist/neutral/modules/protocol-model/chain/ChainAnalyzer.d.ts +10 -0
  330. package/dist/neutral/modules/protocol-model/chain/ChainAnalyzer.d.ts.map +1 -0
  331. package/dist/neutral/modules/protocol-model/chain/ChainId.d.ts +28 -0
  332. package/dist/neutral/modules/protocol-model/chain/ChainId.d.ts.map +1 -0
  333. package/dist/neutral/modules/protocol-model/chain/index.d.ts +4 -0
  334. package/dist/neutral/modules/protocol-model/chain/index.d.ts.map +1 -0
  335. package/dist/neutral/modules/protocol-model/fields/Addressable.d.ts +6 -0
  336. package/dist/neutral/modules/protocol-model/fields/Addressable.d.ts.map +1 -0
  337. package/dist/neutral/modules/protocol-model/fields/BlockDuration.d.ts +25 -0
  338. package/dist/neutral/modules/protocol-model/fields/BlockDuration.d.ts.map +1 -0
  339. package/dist/neutral/modules/protocol-model/fields/BlockNumber.d.ts +32 -0
  340. package/dist/neutral/modules/protocol-model/fields/BlockNumber.d.ts.map +1 -0
  341. package/dist/neutral/modules/protocol-model/fields/ChainReference.d.ts +11 -0
  342. package/dist/neutral/modules/protocol-model/fields/ChainReference.d.ts.map +1 -0
  343. package/dist/neutral/modules/protocol-model/fields/index.d.ts +5 -0
  344. package/dist/neutral/modules/protocol-model/fields/index.d.ts.map +1 -0
  345. package/dist/neutral/modules/protocol-model/index.d.ts +16 -0
  346. package/dist/neutral/modules/protocol-model/index.d.ts.map +1 -0
  347. package/dist/neutral/modules/protocol-model/map/AsyncMap.d.ts +42 -0
  348. package/dist/neutral/modules/protocol-model/map/AsyncMap.d.ts.map +1 -0
  349. package/dist/neutral/modules/protocol-model/map/MapType.d.ts +17 -0
  350. package/dist/neutral/modules/protocol-model/map/MapType.d.ts.map +1 -0
  351. package/dist/neutral/modules/protocol-model/map/SyncMap.d.ts +41 -0
  352. package/dist/neutral/modules/protocol-model/map/SyncMap.d.ts.map +1 -0
  353. package/dist/neutral/modules/protocol-model/map/index.d.ts +4 -0
  354. package/dist/neutral/modules/protocol-model/map/index.d.ts.map +1 -0
  355. package/dist/neutral/modules/protocol-model/model/AccountBalance.d.ts +122 -0
  356. package/dist/neutral/modules/protocol-model/model/AccountBalance.d.ts.map +1 -0
  357. package/dist/neutral/modules/protocol-model/model/ArrayBuffer.d.ts +6 -0
  358. package/dist/neutral/modules/protocol-model/model/ArrayBuffer.d.ts.map +1 -0
  359. package/dist/neutral/modules/protocol-model/model/BlockRange/BlockRange.d.ts +32 -0
  360. package/dist/neutral/modules/protocol-model/model/BlockRange/BlockRange.d.ts.map +1 -0
  361. package/dist/neutral/modules/protocol-model/model/BlockRange/EthBlockRange.d.ts +32 -0
  362. package/dist/neutral/modules/protocol-model/model/BlockRange/EthBlockRange.d.ts.map +1 -0
  363. package/dist/neutral/modules/protocol-model/model/BlockRange/Numberish.d.ts +4 -0
  364. package/dist/neutral/modules/protocol-model/model/BlockRange/Numberish.d.ts.map +1 -0
  365. package/dist/neutral/modules/protocol-model/model/BlockRange/Range.d.ts +18 -0
  366. package/dist/neutral/modules/protocol-model/model/BlockRange/Range.d.ts.map +1 -0
  367. package/dist/neutral/modules/protocol-model/model/BlockRange/index.d.ts +5 -0
  368. package/dist/neutral/modules/protocol-model/model/BlockRange/index.d.ts.map +1 -0
  369. package/dist/neutral/modules/protocol-model/model/BlockRange/xl1BlockRange.d.ts +32 -0
  370. package/dist/neutral/modules/protocol-model/model/BlockRange/xl1BlockRange.d.ts.map +1 -0
  371. package/dist/neutral/modules/protocol-model/model/BlockRate.d.ts +290 -0
  372. package/dist/neutral/modules/protocol-model/model/BlockRate.d.ts.map +1 -0
  373. package/dist/neutral/modules/protocol-model/model/ChainQualification.d.ts +57 -0
  374. package/dist/neutral/modules/protocol-model/model/ChainQualification.d.ts.map +1 -0
  375. package/dist/neutral/modules/protocol-model/model/Context/BaseContext.d.ts +5 -0
  376. package/dist/neutral/modules/protocol-model/model/Context/BaseContext.d.ts.map +1 -0
  377. package/dist/neutral/modules/protocol-model/model/Context/BaseContext.zod.d.ts +26 -0
  378. package/dist/neutral/modules/protocol-model/model/Context/BaseContext.zod.d.ts.map +1 -0
  379. package/dist/neutral/modules/protocol-model/model/Context/BlockContext.d.ts +9 -0
  380. package/dist/neutral/modules/protocol-model/model/Context/BlockContext.d.ts.map +1 -0
  381. package/dist/neutral/modules/protocol-model/model/Context/BlockContext.zod.d.ts +33 -0
  382. package/dist/neutral/modules/protocol-model/model/Context/BlockContext.zod.d.ts.map +1 -0
  383. package/dist/neutral/modules/protocol-model/model/Context/CachingContext.d.ts +5 -0
  384. package/dist/neutral/modules/protocol-model/model/Context/CachingContext.d.ts.map +1 -0
  385. package/dist/neutral/modules/protocol-model/model/Context/CachingContext.zod.d.ts +10 -0
  386. package/dist/neutral/modules/protocol-model/model/Context/CachingContext.zod.d.ts.map +1 -0
  387. package/dist/neutral/modules/protocol-model/model/Context/ChainContext.d.ts +9 -0
  388. package/dist/neutral/modules/protocol-model/model/Context/ChainContext.d.ts.map +1 -0
  389. package/dist/neutral/modules/protocol-model/model/Context/ChainContext.zod.d.ts +115 -0
  390. package/dist/neutral/modules/protocol-model/model/Context/ChainContext.zod.d.ts.map +1 -0
  391. package/dist/neutral/modules/protocol-model/model/Context/HeadContext.d.ts +5 -0
  392. package/dist/neutral/modules/protocol-model/model/Context/HeadContext.d.ts.map +1 -0
  393. package/dist/neutral/modules/protocol-model/model/Context/HeadContext.zod.d.ts +70 -0
  394. package/dist/neutral/modules/protocol-model/model/Context/HeadContext.zod.d.ts.map +1 -0
  395. package/dist/neutral/modules/protocol-model/model/Context/index.d.ts +11 -0
  396. package/dist/neutral/modules/protocol-model/model/Context/index.d.ts.map +1 -0
  397. package/dist/neutral/modules/protocol-model/model/GatewayName.d.ts +6 -0
  398. package/dist/neutral/modules/protocol-model/model/GatewayName.d.ts.map +1 -0
  399. package/dist/neutral/modules/protocol-model/model/HydratedTransaction.d.ts +2300 -0
  400. package/dist/neutral/modules/protocol-model/model/HydratedTransaction.d.ts.map +1 -0
  401. package/dist/neutral/modules/protocol-model/model/OpCodes.d.ts +3 -0
  402. package/dist/neutral/modules/protocol-model/model/OpCodes.d.ts.map +1 -0
  403. package/dist/neutral/modules/protocol-model/model/PayloadMap.d.ts +10 -0
  404. package/dist/neutral/modules/protocol-model/model/PayloadMap.d.ts.map +1 -0
  405. package/dist/neutral/modules/protocol-model/model/Permission.d.ts +65 -0
  406. package/dist/neutral/modules/protocol-model/model/Permission.d.ts.map +1 -0
  407. package/dist/neutral/modules/protocol-model/model/Position.d.ts +13 -0
  408. package/dist/neutral/modules/protocol-model/model/Position.d.ts.map +1 -0
  409. package/dist/neutral/modules/protocol-model/model/PositionId.d.ts +6 -0
  410. package/dist/neutral/modules/protocol-model/model/PositionId.d.ts.map +1 -0
  411. package/dist/neutral/modules/protocol-model/model/RangeMultipliers.d.ts +10 -0
  412. package/dist/neutral/modules/protocol-model/model/RangeMultipliers.d.ts.map +1 -0
  413. package/dist/neutral/modules/protocol-model/model/RewardShare.d.ts +3 -0
  414. package/dist/neutral/modules/protocol-model/model/RewardShare.d.ts.map +1 -0
  415. package/dist/neutral/modules/protocol-model/model/RewardsRangeOptions.d.ts +16 -0
  416. package/dist/neutral/modules/protocol-model/model/RewardsRangeOptions.d.ts.map +1 -0
  417. package/dist/neutral/modules/protocol-model/model/Sequence.d.ts +15 -0
  418. package/dist/neutral/modules/protocol-model/model/Sequence.d.ts.map +1 -0
  419. package/dist/neutral/modules/protocol-model/model/Stake.d.ts +121 -0
  420. package/dist/neutral/modules/protocol-model/model/Stake.d.ts.map +1 -0
  421. package/dist/neutral/modules/protocol-model/model/StakeShare.d.ts +3 -0
  422. package/dist/neutral/modules/protocol-model/model/StakeShare.d.ts.map +1 -0
  423. package/dist/neutral/modules/protocol-model/model/SyncStepSummary.d.ts +409 -0
  424. package/dist/neutral/modules/protocol-model/model/SyncStepSummary.d.ts.map +1 -0
  425. package/dist/neutral/modules/protocol-model/model/TimeDomain.d.ts +4 -0
  426. package/dist/neutral/modules/protocol-model/model/TimeDomain.d.ts.map +1 -0
  427. package/dist/neutral/modules/protocol-model/model/TransferPair.d.ts +12 -0
  428. package/dist/neutral/modules/protocol-model/model/TransferPair.d.ts.map +1 -0
  429. package/dist/neutral/modules/protocol-model/model/addresses.d.ts +28 -0
  430. package/dist/neutral/modules/protocol-model/model/addresses.d.ts.map +1 -0
  431. package/dist/neutral/modules/protocol-model/model/defaultRewardRatio.d.ts +3 -0
  432. package/dist/neutral/modules/protocol-model/model/defaultRewardRatio.d.ts.map +1 -0
  433. package/dist/neutral/modules/protocol-model/model/defaultTransactionFees.d.ts +4 -0
  434. package/dist/neutral/modules/protocol-model/model/defaultTransactionFees.d.ts.map +1 -0
  435. package/dist/neutral/modules/protocol-model/model/index.d.ts +28 -0
  436. package/dist/neutral/modules/protocol-model/model/index.d.ts.map +1 -0
  437. package/dist/neutral/modules/protocol-model/model/minTransactionFees.d.ts +4 -0
  438. package/dist/neutral/modules/protocol-model/model/minTransactionFees.d.ts.map +1 -0
  439. package/dist/neutral/modules/protocol-model/model/rewards.d.ts +15 -0
  440. package/dist/neutral/modules/protocol-model/model/rewards.d.ts.map +1 -0
  441. package/dist/neutral/modules/protocol-model/model/version.d.ts +11 -0
  442. package/dist/neutral/modules/protocol-model/model/version.d.ts.map +1 -0
  443. package/dist/neutral/modules/protocol-model/payload/StepIdentityPayload.d.ts +20 -0
  444. package/dist/neutral/modules/protocol-model/payload/StepIdentityPayload.d.ts.map +1 -0
  445. package/dist/neutral/modules/protocol-model/payload/application/Exchange/ExchangeOutcome.d.ts +29 -0
  446. package/dist/neutral/modules/protocol-model/payload/application/Exchange/ExchangeOutcome.d.ts.map +1 -0
  447. package/dist/neutral/modules/protocol-model/payload/application/Exchange/ExchangeTerms.d.ts +47 -0
  448. package/dist/neutral/modules/protocol-model/payload/application/Exchange/ExchangeTerms.d.ts.map +1 -0
  449. package/dist/neutral/modules/protocol-model/payload/application/Exchange/PartySecretReveal.d.ts +25 -0
  450. package/dist/neutral/modules/protocol-model/payload/application/Exchange/PartySecretReveal.d.ts.map +1 -0
  451. package/dist/neutral/modules/protocol-model/payload/application/Exchange/index.d.ts +4 -0
  452. package/dist/neutral/modules/protocol-model/payload/application/Exchange/index.d.ts.map +1 -0
  453. package/dist/neutral/modules/protocol-model/payload/application/Ordinal/Inscription.d.ts +26 -0
  454. package/dist/neutral/modules/protocol-model/payload/application/Ordinal/Inscription.d.ts.map +1 -0
  455. package/dist/neutral/modules/protocol-model/payload/application/Ordinal/OrdinalTransfer.d.ts +30 -0
  456. package/dist/neutral/modules/protocol-model/payload/application/Ordinal/OrdinalTransfer.d.ts.map +1 -0
  457. package/dist/neutral/modules/protocol-model/payload/application/Ordinal/index.d.ts +3 -0
  458. package/dist/neutral/modules/protocol-model/payload/application/Ordinal/index.d.ts.map +1 -0
  459. package/dist/neutral/modules/protocol-model/payload/application/Xrc20/Ticker.d.ts +10 -0
  460. package/dist/neutral/modules/protocol-model/payload/application/Xrc20/Ticker.d.ts.map +1 -0
  461. package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenAmount.d.ts +10 -0
  462. package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenAmount.d.ts.map +1 -0
  463. package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenDeploy.d.ts +27 -0
  464. package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenDeploy.d.ts.map +1 -0
  465. package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenMint.d.ts +25 -0
  466. package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenMint.d.ts.map +1 -0
  467. package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenTransfer.d.ts +30 -0
  468. package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenTransfer.d.ts.map +1 -0
  469. package/dist/neutral/modules/protocol-model/payload/application/Xrc20/index.d.ts +6 -0
  470. package/dist/neutral/modules/protocol-model/payload/application/Xrc20/index.d.ts.map +1 -0
  471. package/dist/neutral/modules/protocol-model/payload/application/index.d.ts +4 -0
  472. package/dist/neutral/modules/protocol-model/payload/application/index.d.ts.map +1 -0
  473. package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeCompletion.d.ts +23 -0
  474. package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeCompletion.d.ts.map +1 -0
  475. package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeDestinationObservation.d.ts +33 -0
  476. package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeDestinationObservation.d.ts.map +1 -0
  477. package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeDetails.d.ts +45 -0
  478. package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeDetails.d.ts.map +1 -0
  479. package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeIntent.d.ts +31 -0
  480. package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeIntent.d.ts.map +1 -0
  481. package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeSourceObservation.d.ts +33 -0
  482. package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeSourceObservation.d.ts.map +1 -0
  483. package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/index.d.ts +6 -0
  484. package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/index.d.ts.map +1 -0
  485. package/dist/neutral/modules/protocol-model/payload/elevatable/ChainStakeIntent.d.ts +24 -0
  486. package/dist/neutral/modules/protocol-model/payload/elevatable/ChainStakeIntent.d.ts.map +1 -0
  487. package/dist/neutral/modules/protocol-model/payload/elevatable/Executable.d.ts +21 -0
  488. package/dist/neutral/modules/protocol-model/payload/elevatable/Executable.d.ts.map +1 -0
  489. package/dist/neutral/modules/protocol-model/payload/elevatable/Hash.d.ts +21 -0
  490. package/dist/neutral/modules/protocol-model/payload/elevatable/Hash.d.ts.map +1 -0
  491. package/dist/neutral/modules/protocol-model/payload/elevatable/StepComplete.d.ts +22 -0
  492. package/dist/neutral/modules/protocol-model/payload/elevatable/StepComplete.d.ts.map +1 -0
  493. package/dist/neutral/modules/protocol-model/payload/elevatable/Time.d.ts +71 -0
  494. package/dist/neutral/modules/protocol-model/payload/elevatable/Time.d.ts.map +1 -0
  495. package/dist/neutral/modules/protocol-model/payload/elevatable/index.d.ts +7 -0
  496. package/dist/neutral/modules/protocol-model/payload/elevatable/index.d.ts.map +1 -0
  497. package/dist/neutral/modules/protocol-model/payload/index.d.ts +4 -0
  498. package/dist/neutral/modules/protocol-model/payload/index.d.ts.map +1 -0
  499. package/dist/neutral/modules/protocol-model/provider/Provider.d.ts +6 -0
  500. package/dist/neutral/modules/protocol-model/provider/Provider.d.ts.map +1 -0
  501. package/dist/neutral/modules/protocol-model/provider/ProviderMoniker.d.ts +9 -0
  502. package/dist/neutral/modules/protocol-model/provider/ProviderMoniker.d.ts.map +1 -0
  503. package/dist/neutral/modules/protocol-model/provider/index.d.ts +3 -0
  504. package/dist/neutral/modules/protocol-model/provider/index.d.ts.map +1 -0
  505. package/dist/neutral/modules/protocol-model/rejection/BlockRejectionPayload.d.ts +169 -0
  506. package/dist/neutral/modules/protocol-model/rejection/BlockRejectionPayload.d.ts.map +1 -0
  507. package/dist/neutral/modules/protocol-model/rejection/RejectionError.d.ts +10 -0
  508. package/dist/neutral/modules/protocol-model/rejection/RejectionError.d.ts.map +1 -0
  509. package/dist/neutral/modules/protocol-model/rejection/TransactionRejectionPayload.d.ts +205 -0
  510. package/dist/neutral/modules/protocol-model/rejection/TransactionRejectionPayload.d.ts.map +1 -0
  511. package/dist/neutral/modules/protocol-model/rejection/index.d.ts +4 -0
  512. package/dist/neutral/modules/protocol-model/rejection/index.d.ts.map +1 -0
  513. package/dist/neutral/modules/protocol-model/transaction/TransactionBoundWitness.d.ts +2127 -0
  514. package/dist/neutral/modules/protocol-model/transaction/TransactionBoundWitness.d.ts.map +1 -0
  515. package/dist/neutral/modules/protocol-model/transaction/TransactionFees.d.ts +138 -0
  516. package/dist/neutral/modules/protocol-model/transaction/TransactionFees.d.ts.map +1 -0
  517. package/dist/neutral/modules/protocol-model/transaction/TransactionGasCosts.d.ts +38 -0
  518. package/dist/neutral/modules/protocol-model/transaction/TransactionGasCosts.d.ts.map +1 -0
  519. package/dist/neutral/modules/protocol-model/transaction/index.d.ts +4 -0
  520. package/dist/neutral/modules/protocol-model/transaction/index.d.ts.map +1 -0
  521. package/dist/neutral/modules/protocol-model/xl1/attoXl1.d.ts +15 -0
  522. package/dist/neutral/modules/protocol-model/xl1/attoXl1.d.ts.map +1 -0
  523. package/dist/neutral/modules/protocol-model/xl1/femtoXl1.d.ts +15 -0
  524. package/dist/neutral/modules/protocol-model/xl1/femtoXl1.d.ts.map +1 -0
  525. package/dist/neutral/modules/protocol-model/xl1/index.d.ts +9 -0
  526. package/dist/neutral/modules/protocol-model/xl1/index.d.ts.map +1 -0
  527. package/dist/neutral/modules/protocol-model/xl1/isXl1Factory.d.ts +12 -0
  528. package/dist/neutral/modules/protocol-model/xl1/isXl1Factory.d.ts.map +1 -0
  529. package/dist/neutral/modules/protocol-model/xl1/microXl1.d.ts +15 -0
  530. package/dist/neutral/modules/protocol-model/xl1/microXl1.d.ts.map +1 -0
  531. package/dist/neutral/modules/protocol-model/xl1/milliXl1.d.ts +15 -0
  532. package/dist/neutral/modules/protocol-model/xl1/milliXl1.d.ts.map +1 -0
  533. package/dist/neutral/modules/protocol-model/xl1/nanoXl1.d.ts +15 -0
  534. package/dist/neutral/modules/protocol-model/xl1/nanoXl1.d.ts.map +1 -0
  535. package/dist/neutral/modules/protocol-model/xl1/picoXl1.d.ts +15 -0
  536. package/dist/neutral/modules/protocol-model/xl1/picoXl1.d.ts.map +1 -0
  537. package/dist/neutral/modules/protocol-model/xl1/xl1.d.ts +15 -0
  538. package/dist/neutral/modules/protocol-model/xl1/xl1.d.ts.map +1 -0
  539. package/dist/neutral/modules/protocol-model/xl1/xl1MaxValue.d.ts +3 -0
  540. package/dist/neutral/modules/protocol-model/xl1/xl1MaxValue.d.ts.map +1 -0
  541. package/dist/neutral/modules/protocol-model/xl1/xl1Units.d.ts +10 -0
  542. package/dist/neutral/modules/protocol-model/xl1/xl1Units.d.ts.map +1 -0
  543. package/dist/neutral/modules/schema/Executable.d.ts +5 -0
  544. package/dist/neutral/modules/schema/Executable.d.ts.map +1 -0
  545. package/dist/neutral/modules/schema/StorageMeta.d.ts +5 -0
  546. package/dist/neutral/modules/schema/StorageMeta.d.ts.map +1 -0
  547. package/dist/neutral/modules/schema/boundwitness/BlockBoundWitness.d.ts +17 -0
  548. package/dist/neutral/modules/schema/boundwitness/BlockBoundWitness.d.ts.map +1 -0
  549. package/dist/neutral/modules/schema/boundwitness/BlockBoundWitnessWithStorageMeta.d.ts +18 -0
  550. package/dist/neutral/modules/schema/boundwitness/BlockBoundWitnessWithStorageMeta.d.ts.map +1 -0
  551. package/dist/neutral/modules/schema/boundwitness/TransactionBoundWitness.d.ts +17 -0
  552. package/dist/neutral/modules/schema/boundwitness/TransactionBoundWitness.d.ts.map +1 -0
  553. package/dist/neutral/modules/schema/boundwitness/TransactionBoundWitnessWithStorageMeta.d.ts +17 -0
  554. package/dist/neutral/modules/schema/boundwitness/TransactionBoundWitnessWithStorageMeta.d.ts.map +1 -0
  555. package/dist/neutral/modules/schema/boundwitness/index.d.ts +5 -0
  556. package/dist/neutral/modules/schema/boundwitness/index.d.ts.map +1 -0
  557. package/dist/neutral/modules/schema/index.d.ts +5 -0
  558. package/dist/neutral/modules/schema/index.d.ts.map +1 -0
  559. package/dist/neutral/modules/schema/mergeJsonSchemaRequired.d.ts +7 -0
  560. package/dist/neutral/modules/schema/mergeJsonSchemaRequired.d.ts.map +1 -0
  561. package/dist/neutral/modules/schema/payload/ChainStakeIntent.d.ts +17 -0
  562. package/dist/neutral/modules/schema/payload/ChainStakeIntent.d.ts.map +1 -0
  563. package/dist/neutral/modules/schema/payload/HashPayload.d.ts +17 -0
  564. package/dist/neutral/modules/schema/payload/HashPayload.d.ts.map +1 -0
  565. package/dist/neutral/modules/schema/payload/TransferPayload.d.ts +17 -0
  566. package/dist/neutral/modules/schema/payload/TransferPayload.d.ts.map +1 -0
  567. package/dist/neutral/modules/schema/payload/index.d.ts +4 -0
  568. package/dist/neutral/modules/schema/payload/index.d.ts.map +1 -0
  569. package/dist/neutral/{test → modules/test}/buildRandomTransaction.d.ts +1 -1
  570. package/dist/neutral/modules/test/buildRandomTransaction.d.ts.map +1 -0
  571. package/dist/neutral/{test → modules/test}/buildTransaction.d.ts +1 -1
  572. package/dist/neutral/modules/test/buildTransaction.d.ts.map +1 -0
  573. package/dist/neutral/{test → modules/test}/createTransferPayload.d.ts +1 -1
  574. package/dist/neutral/modules/test/createTransferPayload.d.ts.map +1 -0
  575. package/dist/neutral/modules/test/index.d.ts +4 -0
  576. package/dist/neutral/modules/test/index.d.ts.map +1 -0
  577. package/dist/neutral/modules/validation/block/index.d.ts +2 -0
  578. package/dist/neutral/modules/validation/block/index.d.ts.map +1 -0
  579. package/dist/neutral/modules/validation/block/validators/BlockCumulativeBalanceValidator.d.ts +7 -0
  580. package/dist/neutral/modules/validation/block/validators/BlockCumulativeBalanceValidator.d.ts.map +1 -0
  581. package/dist/neutral/modules/validation/block/validators/index.d.ts +2 -0
  582. package/dist/neutral/modules/validation/block/validators/index.d.ts.map +1 -0
  583. package/dist/neutral/modules/validation/boundwitness/index.d.ts +2 -0
  584. package/dist/neutral/modules/validation/boundwitness/index.d.ts.map +1 -0
  585. package/dist/neutral/modules/validation/boundwitness/validators/BoundWitnessReferences.d.ts +5 -0
  586. package/dist/neutral/modules/validation/boundwitness/validators/BoundWitnessReferences.d.ts.map +1 -0
  587. package/dist/neutral/modules/validation/boundwitness/validators/BoundWitnessSignatures.d.ts +4 -0
  588. package/dist/neutral/modules/validation/boundwitness/validators/BoundWitnessSignatures.d.ts.map +1 -0
  589. package/dist/neutral/modules/validation/boundwitness/validators/index.d.ts +3 -0
  590. package/dist/neutral/modules/validation/boundwitness/validators/index.d.ts.map +1 -0
  591. package/dist/neutral/modules/validation/index.d.ts +4 -0
  592. package/dist/neutral/modules/validation/index.d.ts.map +1 -0
  593. package/dist/neutral/modules/validation/transaction/index.d.ts +3 -0
  594. package/dist/neutral/modules/validation/transaction/index.d.ts.map +1 -0
  595. package/dist/neutral/modules/validation/transaction/validateTransaction.d.ts +4 -0
  596. package/dist/neutral/modules/validation/transaction/validateTransaction.d.ts.map +1 -0
  597. package/dist/neutral/modules/validation/transaction/validators/SignerAuthorization.d.ts +48 -0
  598. package/dist/neutral/modules/validation/transaction/validators/SignerAuthorization.d.ts.map +1 -0
  599. package/dist/neutral/modules/validation/transaction/validators/TransactionBoundWitnessValidator.d.ts +18 -0
  600. package/dist/neutral/modules/validation/transaction/validators/TransactionBoundWitnessValidator.d.ts.map +1 -0
  601. package/dist/neutral/modules/validation/transaction/validators/TransactionDurationValidator.d.ts +4 -0
  602. package/dist/neutral/modules/validation/transaction/validators/TransactionDurationValidator.d.ts.map +1 -0
  603. package/dist/neutral/modules/validation/transaction/validators/TransactionElevationValidator.d.ts +4 -0
  604. package/dist/neutral/modules/validation/transaction/validators/TransactionElevationValidator.d.ts.map +1 -0
  605. package/dist/neutral/modules/validation/transaction/validators/TransactionFromValidator.d.ts +4 -0
  606. package/dist/neutral/modules/validation/transaction/validators/TransactionFromValidator.d.ts.map +1 -0
  607. package/dist/neutral/modules/validation/transaction/validators/TransactionGasValidator.d.ts +4 -0
  608. package/dist/neutral/modules/validation/transaction/validators/TransactionGasValidator.d.ts.map +1 -0
  609. package/dist/neutral/modules/validation/transaction/validators/TransactionJsonSchemaValidator.d.ts +4 -0
  610. package/dist/neutral/modules/validation/transaction/validators/TransactionJsonSchemaValidator.d.ts.map +1 -0
  611. package/dist/neutral/modules/validation/transaction/validators/TransactionProtocolValidator.d.ts +4 -0
  612. package/dist/neutral/modules/validation/transaction/validators/TransactionProtocolValidator.d.ts.map +1 -0
  613. package/dist/neutral/modules/validation/transaction/validators/TransactionTransfersValidator.d.ts +17 -0
  614. package/dist/neutral/modules/validation/transaction/validators/TransactionTransfersValidator.d.ts.map +1 -0
  615. package/dist/neutral/modules/validation/transaction/validators/index.d.ts +10 -0
  616. package/dist/neutral/modules/validation/transaction/validators/index.d.ts.map +1 -0
  617. package/dist/neutral/network-model.d.ts +2 -0
  618. package/dist/neutral/network-model.d.ts.map +1 -0
  619. package/dist/neutral/network-model.mjs +431 -0
  620. package/dist/neutral/network-model.mjs.map +7 -0
  621. package/dist/neutral/protocol-lib.d.ts +2 -0
  622. package/dist/neutral/protocol-lib.d.ts.map +1 -0
  623. package/dist/neutral/protocol-lib.mjs +584 -0
  624. package/dist/neutral/protocol-lib.mjs.map +7 -0
  625. package/dist/neutral/protocol-model.d.ts +2 -0
  626. package/dist/neutral/protocol-model.d.ts.map +1 -0
  627. package/dist/neutral/protocol-model.mjs +2047 -0
  628. package/dist/neutral/protocol-model.mjs.map +7 -0
  629. package/dist/neutral/schema.d.ts +2 -0
  630. package/dist/neutral/schema.d.ts.map +1 -0
  631. package/dist/neutral/schema.mjs +259 -0
  632. package/dist/neutral/schema.mjs.map +7 -0
  633. package/dist/neutral/test.d.ts +2 -0
  634. package/dist/neutral/test.d.ts.map +1 -0
  635. package/dist/neutral/{test/index.mjs → test.mjs} +8 -8
  636. package/dist/neutral/test.mjs.map +7 -0
  637. package/dist/neutral/validation.d.ts +2 -0
  638. package/dist/neutral/validation.d.ts.map +1 -0
  639. package/dist/neutral/validation.mjs +510 -0
  640. package/dist/neutral/validation.mjs.map +7 -0
  641. package/package.json +49 -23
  642. package/dist/neutral/test/buildRandomTransaction.d.ts.map +0 -1
  643. package/dist/neutral/test/buildTransaction.d.ts.map +0 -1
  644. package/dist/neutral/test/createTransferPayload.d.ts.map +0 -1
  645. package/dist/neutral/test/index.d.ts +0 -4
  646. package/dist/neutral/test/index.d.ts.map +0 -1
  647. package/dist/neutral/test/index.mjs.map +0 -7
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TransactionBoundWitness.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/transaction/TransactionBoundWitness.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAA;AAM5B,8BAA8B;AAC9B,eAAO,MAAM,aAAa;;iBAAuC,CAAA;AACjE,4BAA4B;AAC5B,eAAO,MAAM,WAAW;;iBAAuC,CAAA;AAC/D,iCAAiC;AACjC,eAAO,MAAM,gBAAgB;;;iBAA+D,CAAA;AAC5F,gCAAgC;AAChC,eAAO,MAAM,eAAe;;iBAAwD,CAAA;AAEpF,mCAAmC;AACnC,eAAO,MAAM,kBAAkB;;;;;;;iBAA4C,CAAA;AAE3E,sDAAsD;AACtD,eAAO,MAAM,qCAAqC;;;;;;;iBAAqD,CAAA;AAEvG,iDAAiD;AACjD,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;iBAS5C,CAAA;AAED,0CAA0C;AAC1C,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAA;AAE5F,2CAA2C;AAC3C,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAwE,CAAA;AAE/G,oCAAoC;AACpC,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAA;AAEhF,4EAA4E;AAC5E,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2C,CAAA;AACjF,wEAAwE;AACxE,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwE,CAAA;AAC9G,0CAA0C;AAC1C,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwE,CAAA;AAE9G,uDAAuD;AACvD,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAA8D,CAAA;AAEjH,gDAAgD;AAChD,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sCAAsC,CAAC,CAAA;AAExG,wFAAwF;AACxF,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuD,CAAA;AACzG,oFAAoF;AACpF,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAgG,CAAA;AAClJ,sDAAsD;AACtD,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAgG,CAAA;AAElJ,0DAA0D;AAC1D,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAiE,CAAA;AAEvH,mDAAmD;AACnD,MAAM,MAAM,sCAAsC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yCAAyC,CAAC,CAAA;AAE9G,2FAA2F;AAC3F,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0D,CAAA;AAC/G,uFAAuF;AACvF,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAsG,CAAA;AAC3J,yDAAyD;AACzD,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAsG,CAAA;AAE3J,mDAAmD;AACnD,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAgF,CAAA;AAE/H,4CAA4C;AAC5C,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kCAAkC,CAAC,CAAA;AAEhG,oFAAoF;AACpF,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmD,CAAA;AACjG,gFAAgF;AAChF,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwF,CAAA;AACtI,kDAAkD;AAClD,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwF,CAAA;AAEtI,+DAA+D;AAC/D,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAsE,CAAA;AAEjI,wDAAwD;AACxD,MAAM,MAAM,2CAA2C,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8CAA8C,CAAC,CAAA;AAExH,gGAAgG;AAChG,eAAO,MAAM,6CAA6C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+D,CAAA;AACzH,4FAA4F;AAC5F,eAAO,MAAM,6CAA6C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGzD,CAAA;AACD,8DAA8D;AAC9D,eAAO,MAAM,6CAA6C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGzD,CAAA;AAED,kEAAkE;AAClE,eAAO,MAAM,iDAAiD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAyE,CAAA;AAEvI,2DAA2D;AAC3D,MAAM,MAAM,8CAA8C,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iDAAiD,CAAC,CAAA;AAE9H,mGAAmG;AACnG,eAAO,MAAM,gDAAgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAkE,CAAA;AAC/H,+FAA+F;AAC/F,eAAO,MAAM,gDAAgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG5D,CAAA;AACD,iEAAiE;AACjE,eAAO,MAAM,gDAAgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG5D,CAAA;AAED,iDAAiD;AACjD,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAA8E,CAAA;AAE3H,0CAA0C;AAC1C,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAA;AAE5F,kFAAkF;AAClF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiD,CAAA;AAC7F,8EAA8E;AAC9E,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAoF,CAAA;AAChI,gDAAgD;AAChD,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAoF,CAAA;AAEhI,6DAA6D;AAC7D,eAAO,MAAM,4CAA4C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAoD,CAAA;AAE7G,sDAAsD;AACtD,MAAM,MAAM,yCAAyC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4CAA4C,CAAC,CAAA;AAEpH,8FAA8F;AAC9F,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6D,CAAA;AACrH,0FAA0F;AAC1F,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGvD,CAAA;AACD,4DAA4D;AAC5D,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGvD,CAAA;AAED,gEAAgE;AAChE,eAAO,MAAM,+CAA+C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAuD,CAAA;AAEnH,yDAAyD;AACzD,MAAM,MAAM,4CAA4C,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+CAA+C,CAAC,CAAA;AAE1H,iGAAiG;AACjG,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAgE,CAAA;AAC3H,6FAA6F;AAC7F,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG1D,CAAA;AACD,+DAA+D;AAC/D,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG1D,CAAA"}
@@ -0,0 +1,138 @@
1
+ import { z } from 'zod/mini';
2
+ /** AttoZod constant. */
3
+ export declare const AttoZod: z.ZodMiniBigInt<bigint>;
4
+ /** JsonToAttoZod constant. */
5
+ export declare const JsonToAttoZod: z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<bigint, string>>, z.ZodMiniTransform<import('../xl1/attoXl1.js').AttoXL1, bigint>>;
6
+ /** AttoToJsonZod constant. */
7
+ /** TransactionFeesHexZod constant. */
8
+ export declare const TransactionFeesHexZod: z.ZodMiniObject<{
9
+ base: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHex, string>>;
10
+ gasLimit: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHex, string>>;
11
+ gasPrice: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHex, string>>;
12
+ priority: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHex, string>>;
13
+ }, z.core.$strip>;
14
+ /** TransactionFeesHex type. */
15
+ export type TransactionFeesHex = z.infer<typeof TransactionFeesHexZod>;
16
+ /** Type guard that checks if a value is a valid TransactionFeesHex. */
17
+ export declare const isTransactionFeesHex: <T>(value: T) => value is T & {
18
+ base: import("@ariestools/sdk").BrandedHex;
19
+ gasLimit: import("@ariestools/sdk").BrandedHex;
20
+ gasPrice: import("@ariestools/sdk").BrandedHex;
21
+ priority: import("@ariestools/sdk").BrandedHex;
22
+ };
23
+ /** Converts a value to TransactionFeesHex, throwing if invalid. */
24
+ export declare const asTransactionFeesHex: {
25
+ <T>(value: T): (T & {
26
+ base: import("@ariestools/sdk").BrandedHex;
27
+ gasLimit: import("@ariestools/sdk").BrandedHex;
28
+ gasPrice: import("@ariestools/sdk").BrandedHex;
29
+ priority: import("@ariestools/sdk").BrandedHex;
30
+ }) | undefined;
31
+ <T>(value: T, assert: import("@ariestools/sdk").ZodFactoryConfig): T & {
32
+ base: import("@ariestools/sdk").BrandedHex;
33
+ gasLimit: import("@ariestools/sdk").BrandedHex;
34
+ gasPrice: import("@ariestools/sdk").BrandedHex;
35
+ priority: import("@ariestools/sdk").BrandedHex;
36
+ };
37
+ };
38
+ /** toTransactionFeesHex constant. */
39
+ export declare const toTransactionFeesHex: {
40
+ <T>(value: T): (T & {
41
+ base: import("@ariestools/sdk").BrandedHex;
42
+ gasLimit: import("@ariestools/sdk").BrandedHex;
43
+ gasPrice: import("@ariestools/sdk").BrandedHex;
44
+ priority: import("@ariestools/sdk").BrandedHex;
45
+ }) | undefined;
46
+ <T>(value: T, assert: import("@ariestools/sdk").ZodFactoryConfig): T & {
47
+ base: import("@ariestools/sdk").BrandedHex;
48
+ gasLimit: import("@ariestools/sdk").BrandedHex;
49
+ gasPrice: import("@ariestools/sdk").BrandedHex;
50
+ priority: import("@ariestools/sdk").BrandedHex;
51
+ };
52
+ };
53
+ /** TransactionFeesBigIntZod constant. */
54
+ export declare const TransactionFeesBigIntZod: z.ZodMiniObject<{
55
+ base: z.ZodMiniBigInt<bigint>;
56
+ gasLimit: z.ZodMiniBigInt<bigint>;
57
+ gasPrice: z.ZodMiniBigInt<bigint>;
58
+ priority: z.ZodMiniBigInt<bigint>;
59
+ }, z.core.$strip>;
60
+ /** TransactionFeesBigInt type. */
61
+ export type TransactionFeesBigInt = z.infer<typeof TransactionFeesBigIntZod>;
62
+ /** Type guard that checks if a value is a valid TransactionFeesBigInt. */
63
+ export declare const isTransactionFeesBigInt: <T>(value: T) => value is T & {
64
+ base: bigint;
65
+ gasLimit: bigint;
66
+ gasPrice: bigint;
67
+ priority: bigint;
68
+ };
69
+ /** Converts a value to TransactionFeesBigInt, throwing if invalid. */
70
+ export declare const asTransactionFeesBigInt: {
71
+ <T>(value: T): (T & {
72
+ base: bigint;
73
+ gasLimit: bigint;
74
+ gasPrice: bigint;
75
+ priority: bigint;
76
+ }) | undefined;
77
+ <T>(value: T, assert: import("@ariestools/sdk").ZodFactoryConfig): T & {
78
+ base: bigint;
79
+ gasLimit: bigint;
80
+ gasPrice: bigint;
81
+ priority: bigint;
82
+ };
83
+ };
84
+ /** toTransactionFeesBigInt constant. */
85
+ export declare const toTransactionFeesBigInt: {
86
+ <T>(value: T): (T & {
87
+ base: bigint;
88
+ gasLimit: bigint;
89
+ gasPrice: bigint;
90
+ priority: bigint;
91
+ }) | undefined;
92
+ <T>(value: T, assert: import("@ariestools/sdk").ZodFactoryConfig): T & {
93
+ base: bigint;
94
+ gasLimit: bigint;
95
+ gasPrice: bigint;
96
+ priority: bigint;
97
+ };
98
+ };
99
+ /** TransactionFeesJsonToBigIntZod constant. */
100
+ export declare const TransactionFeesJsonToBigIntZod: z.ZodMiniPipe<z.ZodMiniObject<{
101
+ base: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHex, string>>;
102
+ gasLimit: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHex, string>>;
103
+ gasPrice: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHex, string>>;
104
+ priority: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHex, string>>;
105
+ }, z.core.$strip>, z.ZodMiniTransform<{
106
+ base: bigint;
107
+ gasLimit: bigint;
108
+ gasPrice: bigint;
109
+ priority: bigint;
110
+ }, {
111
+ base: import("@ariestools/sdk").BrandedHex;
112
+ gasLimit: import("@ariestools/sdk").BrandedHex;
113
+ gasPrice: import("@ariestools/sdk").BrandedHex;
114
+ priority: import("@ariestools/sdk").BrandedHex;
115
+ }>>;
116
+ /** TransactionFeesBigIntToJsonZod constant. */
117
+ export declare const TransactionFeesBigIntToJsonZod: z.ZodMiniPipe<z.ZodMiniObject<{
118
+ base: z.ZodMiniBigInt<bigint>;
119
+ gasLimit: z.ZodMiniBigInt<bigint>;
120
+ gasPrice: z.ZodMiniBigInt<bigint>;
121
+ priority: z.ZodMiniBigInt<bigint>;
122
+ }, z.core.$strip>, z.ZodMiniTransform<{
123
+ base: import("@ariestools/sdk").BrandedHex;
124
+ gasLimit: import("@ariestools/sdk").BrandedHex;
125
+ gasPrice: import("@ariestools/sdk").BrandedHex;
126
+ priority: import("@ariestools/sdk").BrandedHex;
127
+ }, {
128
+ base: bigint;
129
+ gasLimit: bigint;
130
+ gasPrice: bigint;
131
+ priority: bigint;
132
+ }>>;
133
+ /** TransactionFeesJsonToBigIntZodType type. */
134
+ export type TransactionFeesJsonToBigIntZodType = z.infer<typeof TransactionFeesJsonToBigIntZod>;
135
+ /** TransactionFeesBigIntToJsonZodType type. */
136
+ export type TransactionFeesBigIntToJsonZodType = z.infer<typeof TransactionFeesBigIntToJsonZod>;
137
+ export { BigIntToJsonZod as AttoToJsonZod } from '@ariestools/sdk';
138
+ //# sourceMappingURL=TransactionFees.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TransactionFees.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/transaction/TransactionFees.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAA;AAI5B,wBAAwB;AACxB,eAAO,MAAM,OAAO,yBAAa,CAAA;AACjC,8BAA8B;AAC9B,eAAO,MAAM,aAAa,4JAAoE,CAAA;AAE9F,8BAA8B;AAE9B,sCAAsC;AACtC,eAAO,MAAM,qBAAqB;;;;;iBAKhC,CAAA;AAEF,+BAA+B;AAC/B,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA;AAEtE,uEAAuE;AACvE,eAAO,MAAM,oBAAoB;;;;;CAAsC,CAAA;AACvE,mEAAmE;AACnE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;CAA8D,CAAA;AAC/F,qCAAqC;AACrC,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;CAA8D,CAAA;AAE/F,yCAAyC;AACzC,eAAO,MAAM,wBAAwB;;;;;iBAKnC,CAAA;AAEF,kCAAkC;AAClC,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAA;AAE5E,0EAA0E;AAC1E,eAAO,MAAM,uBAAuB;;;;;CAAyC,CAAA;AAC7E,sEAAsE;AACtE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;CAAoE,CAAA;AACxG,wCAAwC;AACxC,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;CAAoE,CAAA;AAExG,+CAA+C;AAC/C,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;GAQ1C,CAAA;AAED,+CAA+C;AAC/C,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;GAQ1C,CAAA;AAED,+CAA+C;AAC/C,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAA;AAC/F,+CAA+C;AAC/C,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAA;AAE/F,OAAO,EAAE,eAAe,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAA"}
@@ -0,0 +1,38 @@
1
+ /** TransactionGasCosts constant. */
2
+ export declare const TransactionGasCosts: {
3
+ /**
4
+ * The cost of storing each character that is added to the chain
5
+ * This includes the transaction JSON and all the elevated payloads' JSON
6
+ */
7
+ readonly characterStorage: 10n;
8
+ /** The cost of static validating every payload that will be included in the chain */
9
+ readonly payloadValidation: 1000n;
10
+ /** The cost of validating each signature that will be included in the chain */
11
+ readonly signatureValidation: 1000n;
12
+ /** The cost of validating each hash that will be included in the chain */
13
+ readonly hashValidation: 100n;
14
+ /** The cost of validating a balance state, triggered by a Transfer payload or gas collection */
15
+ readonly balanceValidation: 100n;
16
+ };
17
+ /** Gas Calculation
18
+ *
19
+ * 1 Million microXL1 (mXL1) = 1 XL1
20
+ *
21
+ * Gas amount is calculated as follows:
22
+ *
23
+ * 1. Each byte in the transaction cost 10 gas
24
+ * 2. Each payload validation in the transaction costs 1000 gas
25
+ * 3. Each signature verification in the transaction costs 1000 gas
26
+ * 4. Each hash validation in the transaction costs 100 gas
27
+ * 5. Each balance validation in the transaction costs 100 gas
28
+ * 6. Processing/Compute/Storage Cost?
29
+ * 7. operation Costs?
30
+ *
31
+ * The total gas cost is calculated by multiplying the gas amount by the gas price.
32
+ *
33
+ * minGasPrice is initially set to 100 mXL1
34
+ * minBase is initially set to 1000 mXL1
35
+ * minPriority is always 0 mXL1, but can be set to increase the priority of the transaction
36
+ *
37
+ */
38
+ //# sourceMappingURL=TransactionGasCosts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TransactionGasCosts.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/transaction/TransactionGasCosts.ts"],"names":[],"mappings":"AAAA,oCAAoC;AACpC,eAAO,MAAM,mBAAmB;IAC9B;;;MAGE;;IAGF,qFAAqF;;IAGrF,+EAA+E;;IAG/E,0EAA0E;;IAG1E,gGAAgG;;CAExF,CAAA;AAEV;;;;;;;;;;;;;;;;;;;;GAoBG"}
@@ -0,0 +1,4 @@
1
+ export * from './TransactionBoundWitness.js';
2
+ export * from './TransactionFees.js';
3
+ export * from './TransactionGasCosts.js';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/transaction/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,sBAAsB,CAAA;AACpC,cAAc,0BAA0B,CAAA"}
@@ -0,0 +1,15 @@
1
+ /** Maximum value for the AttoXL1 branded type. */
2
+ export declare const AttoXL1MaxValue: bigint;
3
+ /** AttoXL1 type. */
4
+ export type AttoXL1 = bigint & {
5
+ readonly _tag: 'AttoXL1';
6
+ };
7
+ /** Type guard that checks if a value is a valid AttoXL1. */
8
+ export declare const isAttoXL1: (val: unknown) => val is AttoXL1;
9
+ /** Converts a value to AttoXL1, throwing if invalid. */
10
+ export declare const asAttoXL1: (val: unknown) => AttoXL1;
11
+ /** Converts a bigint value to AttoXL1 without validation. */
12
+ export declare const toAttoXL1: (val: unknown) => AttoXL1 | undefined;
13
+ /** Shorthand alias for asAttoXL1. */
14
+ export declare const AttoXL1: (val: unknown) => AttoXL1;
15
+ //# sourceMappingURL=attoXl1.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attoXl1.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/xl1/attoXl1.ts"],"names":[],"mappings":"AAMA,kDAAkD;AAClD,eAAO,MAAM,eAAe,QAA8B,CAAA;AAC1D,oBAAoB;AACpB,MAAM,MAAM,OAAO,GAAG,MAAM,GAAG;IAAE,QAAQ,CAAC,IAAI,EAAE,SAAS,CAAA;CAAE,CAAA;AAC3D,4DAA4D;AAC5D,eAAO,MAAM,SAAS,kCAAwC,CAAA;AAC9D,wDAAwD;AACxD,eAAO,MAAM,SAAS,2BAAwC,CAAA;AAC9D,6DAA6D;AAC7D,eAAO,MAAM,SAAS,uCAAwC,CAAA;AAE9D,qCAAqC;AACrC,eAAO,MAAM,OAAO,2BAAY,CAAA"}
@@ -0,0 +1,15 @@
1
+ /** Maximum value for the FemtoXL1 branded type. */
2
+ export declare const FemtoXL1MaxValue: bigint;
3
+ /** FemtoXL1 type. */
4
+ export type FemtoXL1 = bigint & {
5
+ readonly _tag: 'FemtoXL1';
6
+ };
7
+ /** Type guard that checks if a value is a valid FemtoXL1. */
8
+ export declare const isFemtoXL1: (val: unknown) => val is FemtoXL1;
9
+ /** Converts a value to FemtoXL1, throwing if invalid. */
10
+ export declare const asFemtoXL1: (val: unknown) => FemtoXL1;
11
+ /** Converts a bigint value to FemtoXL1 without validation. */
12
+ export declare const toFemtoXL1: (val: unknown) => FemtoXL1 | undefined;
13
+ /** Shorthand alias for asFemtoXL1. */
14
+ export declare const FemtoXL1: (val: unknown) => FemtoXL1;
15
+ //# sourceMappingURL=femtoXl1.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"femtoXl1.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/xl1/femtoXl1.ts"],"names":[],"mappings":"AAMA,mDAAmD;AACnD,eAAO,MAAM,gBAAgB,QAA+B,CAAA;AAC5D,qBAAqB;AACrB,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG;IAAE,QAAQ,CAAC,IAAI,EAAE,UAAU,CAAA;CAAE,CAAA;AAC7D,6DAA6D;AAC7D,eAAO,MAAM,UAAU,mCAA0C,CAAA;AACjE,yDAAyD;AACzD,eAAO,MAAM,UAAU,4BAA0C,CAAA;AAEjE,8DAA8D;AAC9D,eAAO,MAAM,UAAU,wCAA0C,CAAA;AAEjE,sCAAsC;AACtC,eAAO,MAAM,QAAQ,4BAAa,CAAA"}
@@ -0,0 +1,9 @@
1
+ export * from './attoXl1.js';
2
+ export * from './femtoXl1.js';
3
+ export * from './microXl1.js';
4
+ export * from './milliXl1.js';
5
+ export * from './nanoXl1.js';
6
+ export * from './picoXl1.js';
7
+ export * from './xl1.js';
8
+ export * from './xl1Units.js';
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/xl1/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA"}
@@ -0,0 +1,12 @@
1
+ import { z } from 'zod';
2
+ /** Type guard that checks if a value is a valid XL1Factory. */
3
+ export declare const isXL1Factory: <T extends bigint>(places: bigint) => (val: unknown) => val is T;
4
+ /** Creates a Zod schema factory for XL1 branded bigint types. */
5
+ export declare const XL1ZodFactory: <T extends bigint>(places: bigint, name: string) => z.ZodBigInt & z.ZodType<T, bigint, z.core.$ZodTypeInternals<T, bigint>>;
6
+ /** Creates a Zod transform factory that converts values between XL1 unit types. */
7
+ export declare const XL1TransformZodFactory: <T extends bigint>(places: bigint, name: string) => z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString, z.ZodBoolean]>, z.ZodTransform<Awaited<T>, string | number | bigint | boolean>>;
8
+ /** Converts a value to XL1Factory, throwing if invalid. */
9
+ export declare const asXL1Factory: <T extends bigint>(places: bigint) => (val: unknown) => T;
10
+ /** Creates a factory function that converts bigint values to a specific XL1 branded type. */
11
+ export declare const toXL1Factory: <T extends bigint>(places: bigint) => (val: unknown) => T | undefined;
12
+ //# sourceMappingURL=isXl1Factory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"isXl1Factory.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/xl1/isXl1Factory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAIvB,+DAA+D;AAC/D,eAAO,MAAM,YAAY,GAAI,CAAC,SAAS,MAAM,EAAE,QAAQ,MAAM,MAAM,KAAK,OAAO,KAAG,GAAG,IAAI,CAGxF,CAAA;AAED,iEAAiE;AACjE,eAAO,MAAM,aAAa,GAAI,CAAC,SAAS,MAAM,EAAE,QAAQ,MAAM,EAAE,MAAM,MAAM,4EAU3E,CAAA;AAED,mFAAmF;AACnF,eAAO,MAAM,sBAAsB,GAAI,CAAC,SAAS,MAAM,EAAE,QAAQ,MAAM,EAAE,MAAM,MAAM,0JAUpF,CAAA;AAED,2DAA2D;AAC3D,eAAO,MAAM,YAAY,GAAI,CAAC,SAAS,MAAM,EAAE,QAAQ,MAAM,MAEnD,KAAK,OAAO,KAAG,CAOxB,CAAA;AAED,6FAA6F;AAC7F,eAAO,MAAM,YAAY,GAAI,CAAC,SAAS,MAAM,EAAE,QAAQ,MAAM,MAEnD,KAAK,OAAO,KAAG,CAAC,GAAG,SAI5B,CAAA"}
@@ -0,0 +1,15 @@
1
+ /** Maximum value for the MicroXL1 branded type. */
2
+ export declare const MicroXL1MaxValue: bigint;
3
+ /** MicroXL1 type. */
4
+ export type MicroXL1 = bigint & {
5
+ readonly _tag: 'MicroXL1';
6
+ };
7
+ /** Type guard that checks if a value is a valid MicroXL1. */
8
+ export declare const isMicroXL1: (val: unknown) => val is MicroXL1;
9
+ /** Converts a value to MicroXL1, throwing if invalid. */
10
+ export declare const asMicroXL1: (val: unknown) => MicroXL1;
11
+ /** Converts a bigint value to MicroXL1 without validation. */
12
+ export declare const toMicroXL1: (val: unknown) => MicroXL1 | undefined;
13
+ /** Shorthand alias for asMicroXL1. */
14
+ export declare const MicroXL1: (val: unknown) => MicroXL1;
15
+ //# sourceMappingURL=microXl1.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"microXl1.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/xl1/microXl1.ts"],"names":[],"mappings":"AAMA,mDAAmD;AACnD,eAAO,MAAM,gBAAgB,QAA+B,CAAA;AAC5D,qBAAqB;AACrB,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG;IAAE,QAAQ,CAAC,IAAI,EAAE,UAAU,CAAA;CAAE,CAAA;AAC7D,6DAA6D;AAC7D,eAAO,MAAM,UAAU,mCAA0C,CAAA;AACjE,yDAAyD;AACzD,eAAO,MAAM,UAAU,4BAA0C,CAAA;AAEjE,8DAA8D;AAC9D,eAAO,MAAM,UAAU,wCAA0C,CAAA;AAEjE,sCAAsC;AACtC,eAAO,MAAM,QAAQ,4BAAa,CAAA"}
@@ -0,0 +1,15 @@
1
+ /** Maximum value for the MilliXL1 branded type. */
2
+ export declare const MilliXL1MaxValue: bigint;
3
+ /** MilliXL1 type. */
4
+ export type MilliXL1 = bigint & {
5
+ readonly _tag: 'MilliXL1';
6
+ };
7
+ /** Type guard that checks if a value is a valid MilliXL1. */
8
+ export declare const isMilliXL1: (val: unknown) => val is MilliXL1;
9
+ /** Converts a value to MilliXL1, throwing if invalid. */
10
+ export declare const asMilliXL1: (val: unknown) => MilliXL1;
11
+ /** Converts a bigint value to MilliXL1 without validation. */
12
+ export declare const toMilliXL1: (val: unknown) => MilliXL1 | undefined;
13
+ /** Shorthand alias for asMilliXL1. */
14
+ export declare const MilliXL1: (val: unknown) => MilliXL1;
15
+ //# sourceMappingURL=milliXl1.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"milliXl1.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/xl1/milliXl1.ts"],"names":[],"mappings":"AAMA,mDAAmD;AACnD,eAAO,MAAM,gBAAgB,QAA+B,CAAA;AAC5D,qBAAqB;AACrB,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG;IAAE,QAAQ,CAAC,IAAI,EAAE,UAAU,CAAA;CAAE,CAAA;AAC7D,6DAA6D;AAC7D,eAAO,MAAM,UAAU,mCAA0C,CAAA;AACjE,yDAAyD;AACzD,eAAO,MAAM,UAAU,4BAA0C,CAAA;AAEjE,8DAA8D;AAC9D,eAAO,MAAM,UAAU,wCAA0C,CAAA;AAEjE,sCAAsC;AACtC,eAAO,MAAM,QAAQ,4BAAa,CAAA"}
@@ -0,0 +1,15 @@
1
+ /** Maximum value for the NanoXL1 branded type. */
2
+ export declare const NanoXL1MaxValue: bigint;
3
+ /** NanoXL1 type. */
4
+ export type NanoXL1 = bigint & {
5
+ readonly _tag: 'NanoXL1';
6
+ };
7
+ /** Type guard that checks if a value is a valid NanoXL1. */
8
+ export declare const isNanoXL1: (val: unknown) => val is NanoXL1;
9
+ /** Converts a value to NanoXL1, throwing if invalid. */
10
+ export declare const asNanoXL1: (val: unknown) => NanoXL1;
11
+ /** Converts a bigint value to NanoXL1 without validation. */
12
+ export declare const toNanoXL1: (val: unknown) => NanoXL1 | undefined;
13
+ /** Shorthand alias for asNanoXL1. */
14
+ export declare const NanoXL1: (val: unknown) => NanoXL1;
15
+ //# sourceMappingURL=nanoXl1.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nanoXl1.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/xl1/nanoXl1.ts"],"names":[],"mappings":"AAMA,kDAAkD;AAClD,eAAO,MAAM,eAAe,QAA8B,CAAA;AAC1D,oBAAoB;AACpB,MAAM,MAAM,OAAO,GAAG,MAAM,GAAG;IAAE,QAAQ,CAAC,IAAI,EAAE,SAAS,CAAA;CAAE,CAAA;AAC3D,4DAA4D;AAC5D,eAAO,MAAM,SAAS,kCAAwC,CAAA;AAC9D,wDAAwD;AACxD,eAAO,MAAM,SAAS,2BAAwC,CAAA;AAE9D,6DAA6D;AAC7D,eAAO,MAAM,SAAS,uCAAwC,CAAA;AAE9D,qCAAqC;AACrC,eAAO,MAAM,OAAO,2BAAY,CAAA"}
@@ -0,0 +1,15 @@
1
+ /** PicoXL1MaxValue constant. */
2
+ export declare const PicoXL1MaxValue: bigint;
3
+ /** PicoXL1 type. */
4
+ export type PicoXL1 = bigint & {
5
+ readonly _tag: 'PicoXL1';
6
+ };
7
+ /** Type guard that checks if a value is a valid PicoXL1. */
8
+ export declare const isPicoXL1: (val: unknown) => val is PicoXL1;
9
+ /** Converts a value to PicoXL1, throwing if invalid. */
10
+ export declare const asPicoXL1: (val: unknown) => PicoXL1;
11
+ /** toPicoXL1 constant. */
12
+ export declare const toPicoXL1: (val: unknown) => PicoXL1 | undefined;
13
+ /** PicoXL1 constant. */
14
+ export declare const PicoXL1: (val: unknown) => PicoXL1;
15
+ //# sourceMappingURL=picoXl1.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"picoXl1.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/xl1/picoXl1.ts"],"names":[],"mappings":"AAMA,gCAAgC;AAChC,eAAO,MAAM,eAAe,QAA8B,CAAA;AAC1D,oBAAoB;AACpB,MAAM,MAAM,OAAO,GAAG,MAAM,GAAG;IAAE,QAAQ,CAAC,IAAI,EAAE,SAAS,CAAA;CAAE,CAAA;AAC3D,4DAA4D;AAC5D,eAAO,MAAM,SAAS,kCAAwC,CAAA;AAC9D,wDAAwD;AACxD,eAAO,MAAM,SAAS,2BAAwC,CAAA;AAE9D,0BAA0B;AAC1B,eAAO,MAAM,SAAS,uCAAwC,CAAA;AAE9D,wBAAwB;AACxB,eAAO,MAAM,OAAO,2BAAY,CAAA"}
@@ -0,0 +1,15 @@
1
+ /** XL1MaxValue constant. */
2
+ export declare const XL1MaxValue: bigint;
3
+ /** XL1 type. */
4
+ export type XL1 = bigint & {
5
+ readonly _tag: 'XL1';
6
+ };
7
+ /** Type guard that checks if a value is a valid XL1. */
8
+ export declare const isXL1: (val: unknown) => val is XL1;
9
+ /** Converts a value to XL1, throwing if invalid. */
10
+ export declare const asXL1: (val: unknown) => XL1;
11
+ /** toXL1 constant. */
12
+ export declare const toXL1: (val: unknown) => XL1 | undefined;
13
+ /** XL1 constant. */
14
+ export declare const XL1: (val: unknown) => XL1;
15
+ //# sourceMappingURL=xl1.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"xl1.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/xl1/xl1.ts"],"names":[],"mappings":"AAMA,4BAA4B;AAC5B,eAAO,MAAM,WAAW,QAA6B,CAAA;AACrD,gBAAgB;AAChB,MAAM,MAAM,GAAG,GAAG,MAAM,GAAG;IAAE,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAA;CAAE,CAAA;AACnD,wDAAwD;AACxD,eAAO,MAAM,KAAK,8BAAmC,CAAA;AACrD,oDAAoD;AACpD,eAAO,MAAM,KAAK,uBAAmC,CAAA;AAErD,sBAAsB;AACtB,eAAO,MAAM,KAAK,mCAAmC,CAAA;AAErD,oBAAoB;AACpB,eAAO,MAAM,GAAG,uBAAQ,CAAA"}
@@ -0,0 +1,3 @@
1
+ /** Computes the maximum value for an XL1 unit given its decimal places. */
2
+ export declare const xl1MaxValue: (places: bigint) => bigint;
3
+ //# sourceMappingURL=xl1MaxValue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"xl1MaxValue.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/xl1/xl1MaxValue.ts"],"names":[],"mappings":"AAAA,2EAA2E;AAC3E,eAAO,MAAM,WAAW,GAAI,QAAQ,MAAM,WAA+B,CAAA"}
@@ -0,0 +1,10 @@
1
+ type XL1Units = 'xl1' | 'milli' | 'micro' | 'nano' | 'pico' | 'femto' | 'atto';
2
+ /** Decimal place definitions for each XL1 currency unit (atto=18, femto=15, etc.). */
3
+ export declare const XL1Places: Record<XL1Units, bigint>;
4
+ /**
5
+ * Convert factor by which a respective unit is multiplied to convert it to AttoXL1 or
6
+ * by which AttoXL1 is divided to convert it to respective unit is multiplied.
7
+ */
8
+ export declare const AttoXL1ConvertFactor: Record<XL1Units, bigint>;
9
+ export {};
10
+ //# sourceMappingURL=xl1Units.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"xl1Units.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/xl1/xl1Units.ts"],"names":[],"mappings":"AAAA,KAAK,QAAQ,GAAG,KAAK,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAA;AAE9E,sFAAsF;AACtF,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,QAAQ,EAAE,MAAM,CAQrC,CAAA;AAEV;;;GAGG;AACH,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,QAAQ,EAAE,MAAM,CAQhD,CAAA"}
@@ -0,0 +1,5 @@
1
+ import type { JSONSchemaType } from 'ajv';
2
+ import type { Executable } from '../protocol-lib/index.js';
3
+ /** JSON schema for validating Executable payloads containing elevation scripts. */
4
+ export declare const ExecutableJsonSchema: JSONSchemaType<Executable>;
5
+ //# sourceMappingURL=Executable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Executable.d.ts","sourceRoot":"","sources":["../../../../src/modules/schema/Executable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAE/C,mFAAmF;AACnF,eAAO,MAAM,oBAAoB,EAAE,cAAc,CAAC,UAAU,CAMlD,CAAA"}
@@ -0,0 +1,5 @@
1
+ import type { StorageMeta } from '@xyo-network/sdk';
2
+ import type { JSONSchemaType } from 'ajv';
3
+ /** JSON schema for validating storage metadata fields (_sequence, _hash, _dataHash). */
4
+ export declare const StorageMetaJsonSchema: JSONSchemaType<StorageMeta>;
5
+ //# sourceMappingURL=StorageMeta.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StorageMeta.d.ts","sourceRoot":"","sources":["../../../../src/modules/schema/StorageMeta.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,wFAAwF;AACxF,eAAO,MAAM,qBAAqB,EAAE,cAAc,CAAC,WAAW,CASpD,CAAA"}
@@ -0,0 +1,17 @@
1
+ import type { JSONSchemaType } from 'ajv';
2
+ import type { BlockBoundWitness } from '../../protocol-lib/index.js';
3
+ /** JSON schema for validating BlockBoundWitness payloads. */
4
+ export declare const BlockBoundWitnessJsonSchema: JSONSchemaType<BlockBoundWitness>;
5
+ export declare const BlockBoundWitnessSchemaPayload: {
6
+ schema: "network.xyo.schema" & {
7
+ readonly __schema: true;
8
+ };
9
+ definition: {
10
+ [x: string]: unknown;
11
+ $id?: string | undefined;
12
+ };
13
+ extends?: string | undefined;
14
+ name?: string | undefined;
15
+ version?: number | undefined;
16
+ };
17
+ //# sourceMappingURL=BlockBoundWitness.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BlockBoundWitness.d.ts","sourceRoot":"","sources":["../../../../../src/modules/schema/boundwitness/BlockBoundWitness.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAA;AAItD,6DAA6D;AAC7D,eAAO,MAAM,2BAA2B,EAAE,cAAc,CAAC,iBAAiB,CAoBhE,CAAA;AAIV,eAAO,MAAM,8BAA8B;;;;;;;;;;;CACmB,CAAA"}
@@ -0,0 +1,18 @@
1
+ import type { WithStorageMeta } from '@xyo-network/sdk';
2
+ import type { JSONSchemaType } from 'ajv';
3
+ import type { BlockBoundWitness } from '../../protocol-lib/index.js';
4
+ /** JSON schema for validating BlockBoundWitness payloads including storage metadata. */
5
+ export declare const BlockBoundWitnessWithStorageMetaJsonSchema: JSONSchemaType<WithStorageMeta<BlockBoundWitness>>;
6
+ export declare const BlockBoundWitnessWithStorageMetaSchemaPayload: {
7
+ schema: "network.xyo.schema" & {
8
+ readonly __schema: true;
9
+ };
10
+ definition: {
11
+ [x: string]: unknown;
12
+ $id?: string | undefined;
13
+ };
14
+ extends?: string | undefined;
15
+ name?: string | undefined;
16
+ version?: number | undefined;
17
+ };
18
+ //# sourceMappingURL=BlockBoundWitnessWithStorageMeta.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BlockBoundWitnessWithStorageMeta.d.ts","sourceRoot":"","sources":["../../../../../src/modules/schema/boundwitness/BlockBoundWitnessWithStorageMeta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAiB,eAAe,EAAE,MAAM,kBAAkB,CAAA;AAKtE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAA;AAMtD,wFAAwF;AACxF,eAAO,MAAM,0CAA0C,EAAE,cAAc,CAAC,eAAe,CAAC,iBAAiB,CAAC,CAehG,CAAA;AAIV,eAAO,MAAM,6CAA6C;;;;;;;;;;;CACmB,CAAA"}
@@ -0,0 +1,17 @@
1
+ import type { JSONSchemaType } from 'ajv';
2
+ import type { TransactionBoundWitness } from '../../protocol-lib/index.js';
3
+ /** JSON schema for validating TransactionBoundWitness payloads. */
4
+ export declare const TransactionBoundWitnessJsonSchema: JSONSchemaType<TransactionBoundWitness>;
5
+ export declare const TransactionBoundWitnessSchemaPayload: {
6
+ schema: "network.xyo.schema" & {
7
+ readonly __schema: true;
8
+ };
9
+ definition: {
10
+ [x: string]: unknown;
11
+ $id?: string | undefined;
12
+ };
13
+ extends?: string | undefined;
14
+ name?: string | undefined;
15
+ version?: number | undefined;
16
+ };
17
+ //# sourceMappingURL=TransactionBoundWitness.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TransactionBoundWitness.d.ts","sourceRoot":"","sources":["../../../../../src/modules/schema/boundwitness/TransactionBoundWitness.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAA;AAK5D,mEAAmE;AACnE,eAAO,MAAM,iCAAiC,EAAE,cAAc,CAAC,uBAAuB,CA2B5E,CAAA;AAIV,eAAO,MAAM,oCAAoC;;;;;;;;;;;CACmB,CAAA"}
@@ -0,0 +1,17 @@
1
+ import type { JSONSchemaType } from 'ajv';
2
+ import type { TransactionBoundWitness } from '../../protocol-lib/index.js';
3
+ /** JSON schema for validating TransactionBoundWitness payloads including storage metadata. */
4
+ export declare const TransactionBoundWitnessWithStorageMetaJsonSchema: JSONSchemaType<TransactionBoundWitness>;
5
+ export declare const TransactionBoundWitnessWithStorageMetaSchemaPayload: {
6
+ schema: "network.xyo.schema" & {
7
+ readonly __schema: true;
8
+ };
9
+ definition: {
10
+ [x: string]: unknown;
11
+ $id?: string | undefined;
12
+ };
13
+ extends?: string | undefined;
14
+ name?: string | undefined;
15
+ version?: number | undefined;
16
+ };
17
+ //# sourceMappingURL=TransactionBoundWitnessWithStorageMeta.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TransactionBoundWitnessWithStorageMeta.d.ts","sourceRoot":"","sources":["../../../../../src/modules/schema/boundwitness/TransactionBoundWitnessWithStorageMeta.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAA;AAK5D,8FAA8F;AAC9F,eAAO,MAAM,gDAAgD,EAAE,cAAc,CAAC,uBAAuB,CAgB3F,CAAA;AAIV,eAAO,MAAM,mDAAmD;;;;;;;;;;;CACmB,CAAA"}
@@ -0,0 +1,5 @@
1
+ export * from './BlockBoundWitness.js';
2
+ export * from './BlockBoundWitnessWithStorageMeta.js';
3
+ export * from './TransactionBoundWitness.js';
4
+ export * from './TransactionBoundWitnessWithStorageMeta.js';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/schema/boundwitness/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,uCAAuC,CAAA;AACrD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,6CAA6C,CAAA"}
@@ -0,0 +1,5 @@
1
+ export * from './boundwitness/index.js';
2
+ export * from './Executable.js';
3
+ export * from './payload/index.js';
4
+ export * from './StorageMeta.js';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/schema/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,oBAAoB,CAAA;AAClC,cAAc,kBAAkB,CAAA"}
@@ -0,0 +1,7 @@
1
+ import type { JSONSchemaType } from 'ajv';
2
+ export declare const asRequiredStrings: (required: unknown) => readonly string[];
3
+ /** Merge JSON schema `required` arrays without spreading untyped sdk-js values. */
4
+ export declare const mergeJsonSchemaRequired: <T>(...groups: readonly unknown[]) => JSONSchemaType<T> extends {
5
+ required: infer R;
6
+ } ? R : never;
7
+ //# sourceMappingURL=mergeJsonSchemaRequired.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mergeJsonSchemaRequired.d.ts","sourceRoot":"","sources":["../../../../src/modules/schema/mergeJsonSchemaRequired.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,eAAO,MAAM,iBAAiB,GAAI,UAAU,OAAO,KAAG,SAAS,MAAM,EAIpE,CAAA;AAED,mFAAmF;AACnF,eAAO,MAAM,uBAAuB,GAAI,CAAC,EACvC,GAAG,QAAQ,SAAS,OAAO,EAAE,KAC5B,cAAc,CAAC,CAAC,CAAC,SAAS;IAAE,QAAQ,EAAE,MAAM,CAAC,CAAA;CAAE,GAAG,CAAC,GAAG,KAExD,CAAA"}
@@ -0,0 +1,17 @@
1
+ import type { JSONSchemaType } from 'ajv';
2
+ import type { ChainStakeIntent } from '../../protocol-lib/index.js';
3
+ /** JSON schema for validating ChainStakeIntent payloads. */
4
+ export declare const ChainStakeIntentPayloadJsonSchema: JSONSchemaType<ChainStakeIntent>;
5
+ export declare const ChainStakeIntentPayloadJsonSchemaPayload: {
6
+ schema: "network.xyo.schema" & {
7
+ readonly __schema: true;
8
+ };
9
+ definition: {
10
+ [x: string]: unknown;
11
+ $id?: string | undefined;
12
+ };
13
+ extends?: string | undefined;
14
+ name?: string | undefined;
15
+ version?: number | undefined;
16
+ };
17
+ //# sourceMappingURL=ChainStakeIntent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChainStakeIntent.d.ts","sourceRoot":"","sources":["../../../../../src/modules/schema/payload/ChainStakeIntent.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAA;AAKrD,4DAA4D;AAC5D,eAAO,MAAM,iCAAiC,EAAE,cAAc,CAAC,gBAAgB,CAa9E,CAAA;AAID,eAAO,MAAM,wCAAwC;;;;;;;;;;;CACe,CAAA"}
@@ -0,0 +1,17 @@
1
+ import type { JSONSchemaType } from 'ajv';
2
+ import type { HashPayload } from '../../protocol-lib/index.js';
3
+ /** JSON schema for validating Hash payloads. */
4
+ export declare const HashPayloadJsonSchema: JSONSchemaType<HashPayload>;
5
+ export declare const HashPayloadJsonSchemaPayload: {
6
+ schema: "network.xyo.schema" & {
7
+ readonly __schema: true;
8
+ };
9
+ definition: {
10
+ [x: string]: unknown;
11
+ $id?: string | undefined;
12
+ };
13
+ extends?: string | undefined;
14
+ name?: string | undefined;
15
+ version?: number | undefined;
16
+ };
17
+ //# sourceMappingURL=HashPayload.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HashPayload.d.ts","sourceRoot":"","sources":["../../../../../src/modules/schema/payload/HashPayload.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAKhD,gDAAgD;AAChD,eAAO,MAAM,qBAAqB,EAAE,cAAc,CAAC,WAAW,CAY7D,CAAA;AAID,eAAO,MAAM,4BAA4B;;;;;;;;;;;CACe,CAAA"}