@fairmint/open-captable-protocol-daml-js 0.3.4 → 0.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (269) hide show
  1. package/lib/DA/Internal/Template/module.d.ts +4 -6
  2. package/lib/DA/Internal/Template/module.js +7 -7
  3. package/lib/DA/Set/Types/index.js +1 -0
  4. package/lib/DA/Set/Types/module.d.ts +6 -7
  5. package/lib/DA/Set/Types/module.js +15 -11
  6. package/lib/DA/Set/index.d.ts +2 -1
  7. package/lib/DA/Set/index.js +2 -0
  8. package/lib/DA/Time/Types/index.js +1 -0
  9. package/lib/DA/Time/Types/module.d.ts +5 -7
  10. package/lib/DA/Time/Types/module.js +10 -8
  11. package/lib/DA/Time/index.d.ts +2 -1
  12. package/lib/DA/Time/index.js +2 -0
  13. package/lib/DA/Types/index.js +1 -0
  14. package/lib/DA/Types/module.d.ts +305 -344
  15. package/lib/DA/Types/module.js +689 -431
  16. package/lib/Fairmint/OpenCapTable/CapTable/index.js +1 -0
  17. package/lib/Fairmint/OpenCapTable/CapTable/module.d.ts +336 -358
  18. package/lib/Fairmint/OpenCapTable/CapTable/module.js +1286 -406
  19. package/lib/Fairmint/OpenCapTable/IssuerAuthorization/index.js +1 -0
  20. package/lib/Fairmint/OpenCapTable/IssuerAuthorization/module.d.ts +21 -25
  21. package/lib/Fairmint/OpenCapTable/IssuerAuthorization/module.js +71 -59
  22. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleAcceptance/index.js +1 -0
  23. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleAcceptance/module.d.ts +17 -22
  24. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleAcceptance/module.js +49 -40
  25. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleCancellation/index.js +1 -0
  26. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleCancellation/module.d.ts +20 -25
  27. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleCancellation/module.js +55 -43
  28. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleConversion/index.js +1 -0
  29. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleConversion/module.d.ts +23 -28
  30. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleConversion/module.js +61 -46
  31. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleIssuance/index.js +1 -0
  32. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleIssuance/module.d.ts +42 -50
  33. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleIssuance/module.js +97 -68
  34. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleRetraction/index.js +1 -0
  35. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleRetraction/module.d.ts +18 -23
  36. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleRetraction/module.js +51 -41
  37. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleTransfer/index.js +1 -0
  38. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleTransfer/module.d.ts +21 -26
  39. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleTransfer/module.js +57 -44
  40. package/lib/Fairmint/OpenCapTable/OCF/Document/index.js +1 -0
  41. package/lib/Fairmint/OpenCapTable/OCF/Document/module.d.ts +39 -51
  42. package/lib/Fairmint/OpenCapTable/OCF/Document/module.js +134 -64
  43. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationAcceptance/index.js +1 -0
  44. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationAcceptance/module.d.ts +17 -22
  45. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationAcceptance/module.js +49 -40
  46. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationCancellation/index.js +1 -0
  47. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationCancellation/module.d.ts +20 -25
  48. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationCancellation/module.js +55 -43
  49. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationExercise/index.js +1 -0
  50. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationExercise/module.d.ts +20 -25
  51. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationExercise/module.js +55 -43
  52. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationIssuance/index.js +1 -0
  53. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationIssuance/module.d.ts +34 -39
  54. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationIssuance/module.js +83 -57
  55. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRelease/index.js +1 -0
  56. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRelease/module.d.ts +22 -27
  57. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRelease/module.js +59 -45
  58. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRepricing/index.js +1 -0
  59. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRepricing/module.d.ts +18 -23
  60. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRepricing/module.js +51 -41
  61. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRetraction/index.js +1 -0
  62. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRetraction/module.d.ts +18 -23
  63. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRetraction/module.js +51 -41
  64. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationTransfer/index.js +1 -0
  65. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationTransfer/module.d.ts +21 -26
  66. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationTransfer/module.js +57 -44
  67. package/lib/Fairmint/OpenCapTable/OCF/Issuer/index.js +1 -0
  68. package/lib/Fairmint/OpenCapTable/OCF/Issuer/module.d.ts +26 -31
  69. package/lib/Fairmint/OpenCapTable/OCF/Issuer/module.js +67 -49
  70. package/lib/Fairmint/OpenCapTable/OCF/IssuerAuthorizedSharesAdjustment/index.js +1 -0
  71. package/lib/Fairmint/OpenCapTable/OCF/IssuerAuthorizedSharesAdjustment/module.d.ts +20 -25
  72. package/lib/Fairmint/OpenCapTable/OCF/IssuerAuthorizedSharesAdjustment/module.js +55 -43
  73. package/lib/Fairmint/OpenCapTable/OCF/Stakeholder/index.js +1 -0
  74. package/lib/Fairmint/OpenCapTable/OCF/Stakeholder/module.d.ts +54 -76
  75. package/lib/Fairmint/OpenCapTable/OCF/Stakeholder/module.js +132 -95
  76. package/lib/Fairmint/OpenCapTable/OCF/StakeholderRelationshipChangeEvent/index.js +1 -0
  77. package/lib/Fairmint/OpenCapTable/OCF/StakeholderRelationshipChangeEvent/module.d.ts +19 -24
  78. package/lib/Fairmint/OpenCapTable/OCF/StakeholderRelationshipChangeEvent/module.js +53 -42
  79. package/lib/Fairmint/OpenCapTable/OCF/StakeholderStatusChangeEvent/index.js +1 -0
  80. package/lib/Fairmint/OpenCapTable/OCF/StakeholderStatusChangeEvent/module.d.ts +18 -23
  81. package/lib/Fairmint/OpenCapTable/OCF/StakeholderStatusChangeEvent/module.js +51 -41
  82. package/lib/Fairmint/OpenCapTable/OCF/StockAcceptance/index.js +1 -0
  83. package/lib/Fairmint/OpenCapTable/OCF/StockAcceptance/module.d.ts +17 -22
  84. package/lib/Fairmint/OpenCapTable/OCF/StockAcceptance/module.js +49 -40
  85. package/lib/Fairmint/OpenCapTable/OCF/StockCancellation/index.js +1 -0
  86. package/lib/Fairmint/OpenCapTable/OCF/StockCancellation/module.d.ts +20 -25
  87. package/lib/Fairmint/OpenCapTable/OCF/StockCancellation/module.js +55 -43
  88. package/lib/Fairmint/OpenCapTable/OCF/StockClass/index.js +1 -0
  89. package/lib/Fairmint/OpenCapTable/OCF/StockClass/module.d.ts +28 -33
  90. package/lib/Fairmint/OpenCapTable/OCF/StockClass/module.js +71 -51
  91. package/lib/Fairmint/OpenCapTable/OCF/StockClassAuthorizedSharesAdjustment/index.js +1 -0
  92. package/lib/Fairmint/OpenCapTable/OCF/StockClassAuthorizedSharesAdjustment/module.d.ts +20 -25
  93. package/lib/Fairmint/OpenCapTable/OCF/StockClassAuthorizedSharesAdjustment/module.js +55 -43
  94. package/lib/Fairmint/OpenCapTable/OCF/StockClassConversionRatioAdjustment/index.js +1 -0
  95. package/lib/Fairmint/OpenCapTable/OCF/StockClassConversionRatioAdjustment/module.d.ts +18 -23
  96. package/lib/Fairmint/OpenCapTable/OCF/StockClassConversionRatioAdjustment/module.js +51 -41
  97. package/lib/Fairmint/OpenCapTable/OCF/StockClassSplit/index.js +1 -0
  98. package/lib/Fairmint/OpenCapTable/OCF/StockClassSplit/module.d.ts +18 -23
  99. package/lib/Fairmint/OpenCapTable/OCF/StockClassSplit/module.js +51 -41
  100. package/lib/Fairmint/OpenCapTable/OCF/StockConsolidation/index.js +1 -0
  101. package/lib/Fairmint/OpenCapTable/OCF/StockConsolidation/module.d.ts +19 -24
  102. package/lib/Fairmint/OpenCapTable/OCF/StockConsolidation/module.js +53 -42
  103. package/lib/Fairmint/OpenCapTable/OCF/StockConversion/index.js +1 -0
  104. package/lib/Fairmint/OpenCapTable/OCF/StockConversion/module.d.ts +20 -25
  105. package/lib/Fairmint/OpenCapTable/OCF/StockConversion/module.js +55 -43
  106. package/lib/Fairmint/OpenCapTable/OCF/StockIssuance/index.js +1 -0
  107. package/lib/Fairmint/OpenCapTable/OCF/StockIssuance/module.d.ts +35 -44
  108. package/lib/Fairmint/OpenCapTable/OCF/StockIssuance/module.js +88 -60
  109. package/lib/Fairmint/OpenCapTable/OCF/StockLegendTemplate/index.js +1 -0
  110. package/lib/Fairmint/OpenCapTable/OCF/StockLegendTemplate/module.d.ts +17 -22
  111. package/lib/Fairmint/OpenCapTable/OCF/StockLegendTemplate/module.js +49 -40
  112. package/lib/Fairmint/OpenCapTable/OCF/StockPlan/index.js +1 -0
  113. package/lib/Fairmint/OpenCapTable/OCF/StockPlan/module.d.ts +23 -32
  114. package/lib/Fairmint/OpenCapTable/OCF/StockPlan/module.js +66 -48
  115. package/lib/Fairmint/OpenCapTable/OCF/StockPlanPoolAdjustment/index.js +1 -0
  116. package/lib/Fairmint/OpenCapTable/OCF/StockPlanPoolAdjustment/module.d.ts +20 -25
  117. package/lib/Fairmint/OpenCapTable/OCF/StockPlanPoolAdjustment/module.js +55 -43
  118. package/lib/Fairmint/OpenCapTable/OCF/StockPlanReturnToPool/index.js +1 -0
  119. package/lib/Fairmint/OpenCapTable/OCF/StockPlanReturnToPool/module.d.ts +20 -25
  120. package/lib/Fairmint/OpenCapTable/OCF/StockPlanReturnToPool/module.js +55 -43
  121. package/lib/Fairmint/OpenCapTable/OCF/StockReissuance/index.js +1 -0
  122. package/lib/Fairmint/OpenCapTable/OCF/StockReissuance/module.d.ts +20 -25
  123. package/lib/Fairmint/OpenCapTable/OCF/StockReissuance/module.js +55 -43
  124. package/lib/Fairmint/OpenCapTable/OCF/StockRepurchase/index.js +1 -0
  125. package/lib/Fairmint/OpenCapTable/OCF/StockRepurchase/module.d.ts +21 -26
  126. package/lib/Fairmint/OpenCapTable/OCF/StockRepurchase/module.js +57 -44
  127. package/lib/Fairmint/OpenCapTable/OCF/StockRetraction/index.js +1 -0
  128. package/lib/Fairmint/OpenCapTable/OCF/StockRetraction/module.d.ts +18 -23
  129. package/lib/Fairmint/OpenCapTable/OCF/StockRetraction/module.js +51 -41
  130. package/lib/Fairmint/OpenCapTable/OCF/StockTransfer/index.js +1 -0
  131. package/lib/Fairmint/OpenCapTable/OCF/StockTransfer/module.d.ts +21 -26
  132. package/lib/Fairmint/OpenCapTable/OCF/StockTransfer/module.js +57 -44
  133. package/lib/Fairmint/OpenCapTable/OCF/Valuation/index.js +1 -0
  134. package/lib/Fairmint/OpenCapTable/OCF/Valuation/module.d.ts +24 -33
  135. package/lib/Fairmint/OpenCapTable/OCF/Valuation/module.js +65 -49
  136. package/lib/Fairmint/OpenCapTable/OCF/VestingAcceleration/index.js +1 -0
  137. package/lib/Fairmint/OpenCapTable/OCF/VestingAcceleration/module.d.ts +19 -24
  138. package/lib/Fairmint/OpenCapTable/OCF/VestingAcceleration/module.js +53 -42
  139. package/lib/Fairmint/OpenCapTable/OCF/VestingEvent/index.js +1 -0
  140. package/lib/Fairmint/OpenCapTable/OCF/VestingEvent/module.d.ts +18 -23
  141. package/lib/Fairmint/OpenCapTable/OCF/VestingEvent/module.js +51 -41
  142. package/lib/Fairmint/OpenCapTable/OCF/VestingStart/index.js +1 -0
  143. package/lib/Fairmint/OpenCapTable/OCF/VestingStart/module.d.ts +18 -23
  144. package/lib/Fairmint/OpenCapTable/OCF/VestingStart/module.js +51 -41
  145. package/lib/Fairmint/OpenCapTable/OCF/VestingTerms/index.js +1 -0
  146. package/lib/Fairmint/OpenCapTable/OCF/VestingTerms/module.d.ts +86 -119
  147. package/lib/Fairmint/OpenCapTable/OCF/VestingTerms/module.js +252 -157
  148. package/lib/Fairmint/OpenCapTable/OCF/WarrantAcceptance/index.js +1 -0
  149. package/lib/Fairmint/OpenCapTable/OCF/WarrantAcceptance/module.d.ts +17 -22
  150. package/lib/Fairmint/OpenCapTable/OCF/WarrantAcceptance/module.js +49 -40
  151. package/lib/Fairmint/OpenCapTable/OCF/WarrantCancellation/index.js +1 -0
  152. package/lib/Fairmint/OpenCapTable/OCF/WarrantCancellation/module.d.ts +20 -25
  153. package/lib/Fairmint/OpenCapTable/OCF/WarrantCancellation/module.js +55 -43
  154. package/lib/Fairmint/OpenCapTable/OCF/WarrantExercise/index.js +1 -0
  155. package/lib/Fairmint/OpenCapTable/OCF/WarrantExercise/module.d.ts +21 -26
  156. package/lib/Fairmint/OpenCapTable/OCF/WarrantExercise/module.js +57 -44
  157. package/lib/Fairmint/OpenCapTable/OCF/WarrantIssuance/index.js +1 -0
  158. package/lib/Fairmint/OpenCapTable/OCF/WarrantIssuance/module.d.ts +31 -36
  159. package/lib/Fairmint/OpenCapTable/OCF/WarrantIssuance/module.js +77 -54
  160. package/lib/Fairmint/OpenCapTable/OCF/WarrantRetraction/index.js +1 -0
  161. package/lib/Fairmint/OpenCapTable/OCF/WarrantRetraction/module.d.ts +18 -23
  162. package/lib/Fairmint/OpenCapTable/OCF/WarrantRetraction/module.js +51 -41
  163. package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/index.js +1 -0
  164. package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/module.d.ts +21 -26
  165. package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/module.js +57 -44
  166. package/lib/Fairmint/OpenCapTable/OCF/index.d.ts +49 -48
  167. package/lib/Fairmint/OpenCapTable/OCF/index.js +49 -47
  168. package/lib/Fairmint/OpenCapTable/OcpFactory/index.js +1 -0
  169. package/lib/Fairmint/OpenCapTable/OcpFactory/module.d.ts +15 -18
  170. package/lib/Fairmint/OpenCapTable/OcpFactory/module.js +50 -41
  171. package/lib/Fairmint/OpenCapTable/Types/Contact/index.js +1 -0
  172. package/lib/Fairmint/OpenCapTable/Types/Contact/module.d.ts +14 -27
  173. package/lib/Fairmint/OpenCapTable/Types/Contact/module.js +40 -26
  174. package/lib/Fairmint/OpenCapTable/Types/Conversion/index.js +1 -0
  175. package/lib/Fairmint/OpenCapTable/Types/Conversion/module.d.ts +252 -361
  176. package/lib/Fairmint/OpenCapTable/Types/Conversion/module.js +602 -396
  177. package/lib/Fairmint/OpenCapTable/Types/Core/index.js +1 -0
  178. package/lib/Fairmint/OpenCapTable/Types/Core/module.d.ts +13 -18
  179. package/lib/Fairmint/OpenCapTable/Types/Core/module.js +25 -20
  180. package/lib/Fairmint/OpenCapTable/Types/Monetary/index.js +1 -0
  181. package/lib/Fairmint/OpenCapTable/Types/Monetary/module.d.ts +23 -35
  182. package/lib/Fairmint/OpenCapTable/Types/Monetary/module.js +52 -37
  183. package/lib/Fairmint/OpenCapTable/Types/Stakeholder/index.js +1 -0
  184. package/lib/Fairmint/OpenCapTable/Types/Stakeholder/module.d.ts +4 -7
  185. package/lib/Fairmint/OpenCapTable/Types/Stakeholder/module.js +19 -4
  186. package/lib/Fairmint/OpenCapTable/Types/Stock/index.js +1 -0
  187. package/lib/Fairmint/OpenCapTable/Types/Stock/module.d.ts +56 -90
  188. package/lib/Fairmint/OpenCapTable/Types/Stock/module.js +132 -86
  189. package/lib/Fairmint/OpenCapTable/Types/Vesting/index.js +1 -0
  190. package/lib/Fairmint/OpenCapTable/Types/Vesting/module.d.ts +37 -57
  191. package/lib/Fairmint/OpenCapTable/Types/Vesting/module.js +90 -56
  192. package/lib/Fairmint/OpenCapTable/Types/index.d.ts +8 -7
  193. package/lib/Fairmint/OpenCapTable/Types/index.js +8 -6
  194. package/lib/Fairmint/OpenCapTable/index.d.ts +6 -5
  195. package/lib/Fairmint/OpenCapTable/index.js +6 -4
  196. package/lib/Splice/Amulet/TokenApiUtils/index.js +1 -0
  197. package/lib/Splice/Amulet/TokenApiUtils/module.d.ts +4 -7
  198. package/lib/Splice/Amulet/TokenApiUtils/module.js +12 -4
  199. package/lib/Splice/Amulet/TwoStepTransfer/index.js +1 -0
  200. package/lib/Splice/Amulet/TwoStepTransfer/module.d.ts +13 -15
  201. package/lib/Splice/Amulet/TwoStepTransfer/module.js +26 -16
  202. package/lib/Splice/Amulet/index.d.ts +4 -2
  203. package/lib/Splice/Amulet/index.js +4 -1
  204. package/lib/Splice/Amulet/module.d.ts +370 -487
  205. package/lib/Splice/Amulet/module.js +996 -817
  206. package/lib/Splice/AmuletAllocation/index.js +1 -0
  207. package/lib/Splice/AmuletAllocation/module.d.ts +9 -11
  208. package/lib/Splice/AmuletAllocation/module.js +31 -26
  209. package/lib/Splice/AmuletConfig/index.js +1 -0
  210. package/lib/Splice/AmuletConfig/module.d.ts +42 -56
  211. package/lib/Splice/AmuletConfig/module.js +93 -62
  212. package/lib/Splice/AmuletRules/index.js +1 -0
  213. package/lib/Splice/AmuletRules/module.d.ts +681 -874
  214. package/lib/Splice/AmuletRules/module.js +1688 -1273
  215. package/lib/Splice/AmuletTransferInstruction/index.js +1 -0
  216. package/lib/Splice/AmuletTransferInstruction/module.d.ts +9 -11
  217. package/lib/Splice/AmuletTransferInstruction/module.js +31 -26
  218. package/lib/Splice/Api/FeaturedAppRightV1/module.d.ts +40 -50
  219. package/lib/Splice/Api/FeaturedAppRightV1/module.js +84 -61
  220. package/lib/Splice/Api/FeaturedAppRightV2/index.js +1 -0
  221. package/lib/Splice/Api/FeaturedAppRightV2/module.d.ts +41 -51
  222. package/lib/Splice/Api/FeaturedAppRightV2/module.js +86 -62
  223. package/lib/Splice/Api/Token/AllocationInstructionV1/index.js +1 -0
  224. package/lib/Splice/Api/Token/AllocationInstructionV1/module.d.ts +82 -99
  225. package/lib/Splice/Api/Token/AllocationInstructionV1/module.js +202 -142
  226. package/lib/Splice/Api/Token/AllocationV1/index.js +1 -0
  227. package/lib/Splice/Api/Token/AllocationV1/module.d.ts +84 -109
  228. package/lib/Splice/Api/Token/AllocationV1/module.js +185 -139
  229. package/lib/Splice/Api/Token/HoldingV1/index.js +1 -0
  230. package/lib/Splice/Api/Token/HoldingV1/module.d.ts +27 -34
  231. package/lib/Splice/Api/Token/HoldingV1/module.js +55 -39
  232. package/lib/Splice/Api/Token/MetadataV1/index.js +1 -0
  233. package/lib/Splice/Api/Token/MetadataV1/module.d.ts +44 -60
  234. package/lib/Splice/Api/Token/MetadataV1/module.js +123 -70
  235. package/lib/Splice/Api/Token/TransferInstructionV1/index.js +1 -0
  236. package/lib/Splice/Api/Token/TransferInstructionV1/module.d.ts +112 -137
  237. package/lib/Splice/Api/Token/TransferInstructionV1/module.js +278 -195
  238. package/lib/Splice/DecentralizedSynchronizer/index.js +1 -0
  239. package/lib/Splice/DecentralizedSynchronizer/module.d.ts +44 -58
  240. package/lib/Splice/DecentralizedSynchronizer/module.js +103 -79
  241. package/lib/Splice/Expiry/index.js +1 -0
  242. package/lib/Splice/Expiry/module.d.ts +14 -18
  243. package/lib/Splice/Expiry/module.js +37 -23
  244. package/lib/Splice/ExternalPartyAmuletRules/index.js +1 -0
  245. package/lib/Splice/ExternalPartyAmuletRules/module.d.ts +116 -147
  246. package/lib/Splice/ExternalPartyAmuletRules/module.js +307 -242
  247. package/lib/Splice/Fees/index.js +1 -0
  248. package/lib/Splice/Fees/module.d.ts +26 -40
  249. package/lib/Splice/Fees/module.js +57 -48
  250. package/lib/Splice/Issuance/index.js +1 -0
  251. package/lib/Splice/Issuance/module.d.ts +39 -50
  252. package/lib/Splice/Issuance/module.js +82 -56
  253. package/lib/Splice/RelRound/index.js +1 -0
  254. package/lib/Splice/RelRound/module.d.ts +5 -7
  255. package/lib/Splice/RelRound/module.js +10 -8
  256. package/lib/Splice/Round/index.js +1 -0
  257. package/lib/Splice/Round/module.d.ts +66 -78
  258. package/lib/Splice/Round/module.js +186 -142
  259. package/lib/Splice/Schedule/index.js +1 -0
  260. package/lib/Splice/Schedule/module.d.ts +7 -8
  261. package/lib/Splice/Schedule/module.js +17 -12
  262. package/lib/Splice/Types/index.js +1 -0
  263. package/lib/Splice/Types/module.d.ts +20 -31
  264. package/lib/Splice/Types/module.js +44 -37
  265. package/lib/Splice/ValidatorLicense/index.js +1 -0
  266. package/lib/Splice/ValidatorLicense/module.d.ts +145 -195
  267. package/lib/Splice/ValidatorLicense/module.js +388 -310
  268. package/package.json +7 -7
  269. package/published-dars/OpenCapTable.dar +0 -0
@@ -1,48 +1,37 @@
1
- // Generated from Splice/Types.daml
1
+ // Generated from ../../Splice/Types/module.daml
2
+
2
3
  /* eslint-disable @typescript-eslint/camelcase */
3
4
  /* eslint-disable @typescript-eslint/no-namespace */
4
5
  /* eslint-disable @typescript-eslint/no-use-before-define */
5
6
  import * as jtv from '@mojotech/json-type-validation';
6
7
  import * as damlTypes from '@daml/types';
7
8
 
9
+ export declare type ForDso = {
10
+ dso: damlTypes.Party,
11
+ }
12
+
13
+ export declare const ForDso:
14
+ damlTypes.Serializable<ForDso>
15
+
8
16
  export declare type ForOwner = {
9
- dso: damlTypes.Party;
10
- owner: damlTypes.Party;
11
- };
17
+ dso: damlTypes.Party,
18
+ owner: damlTypes.Party,
19
+ }
12
20
 
13
21
  export declare const ForOwner:
14
- damlTypes.Serializable<ForOwner> & {
15
- }
16
- ;
17
-
22
+ damlTypes.Serializable<ForOwner>
18
23
 
19
24
  export declare type ForRound = {
20
- dso: damlTypes.Party;
21
- round: Round;
22
- };
25
+ dso: damlTypes.Party,
26
+ round: Round,
27
+ }
23
28
 
24
29
  export declare const ForRound:
25
- damlTypes.Serializable<ForRound> & {
26
- }
27
- ;
28
-
29
-
30
- export declare type ForDso = {
31
- dso: damlTypes.Party;
32
- };
33
-
34
- export declare const ForDso:
35
- damlTypes.Serializable<ForDso> & {
36
- }
37
- ;
38
-
30
+ damlTypes.Serializable<ForRound>
39
31
 
40
32
  export declare type Round = {
41
- number: damlTypes.Int;
42
- };
33
+ number: damlTypes.Int,
34
+ }
43
35
 
44
36
  export declare const Round:
45
- damlTypes.Serializable<Round> & {
46
- }
47
- ;
48
-
37
+ damlTypes.Serializable<Round>
@@ -5,57 +5,64 @@ function __export(m) {
5
5
  for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
6
6
  }
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
+
8
9
  /* eslint-disable-next-line no-unused-vars */
9
10
  var jtv = require('@mojotech/json-type-validation');
10
11
  /* eslint-disable-next-line no-unused-vars */
11
12
  var damlTypes = require('@daml/types');
12
13
 
13
-
14
- exports.ForOwner = {
15
- decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, owner: damlTypes.Party.decoder, }); }),
14
+ exports.ForDso = {
15
+ decoder: damlTypes.lazyMemo(function () {
16
+ return jtv.object({
17
+ dso: damlTypes.Party.decoder,
18
+ });
19
+ }),
16
20
  encode: function (__typed__) {
17
- return {
18
- dso: damlTypes.Party.encode(__typed__.dso),
19
- owner: damlTypes.Party.encode(__typed__.owner),
20
- };
21
- }
22
- ,
21
+ return {
22
+ dso: damlTypes.Party.encode(__typed__.dso),
23
+ };
24
+ },
23
25
  };
24
26
 
25
-
26
-
27
- exports.ForRound = {
28
- decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, round: exports.Round.decoder, }); }),
27
+ exports.ForOwner = {
28
+ decoder: damlTypes.lazyMemo(function () {
29
+ return jtv.object({
30
+ dso: damlTypes.Party.decoder,
31
+ owner: damlTypes.Party.decoder,
32
+ });
33
+ }),
29
34
  encode: function (__typed__) {
30
- return {
31
- dso: damlTypes.Party.encode(__typed__.dso),
32
- round: exports.Round.encode(__typed__.round),
33
- };
34
- }
35
- ,
35
+ return {
36
+ dso: damlTypes.Party.encode(__typed__.dso),
37
+ owner: damlTypes.Party.encode(__typed__.owner),
38
+ };
39
+ },
36
40
  };
37
41
 
38
-
39
-
40
- exports.ForDso = {
41
- decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, }); }),
42
+ exports.ForRound = {
43
+ decoder: damlTypes.lazyMemo(function () {
44
+ return jtv.object({
45
+ dso: damlTypes.Party.decoder,
46
+ round: exports.Round.decoder,
47
+ });
48
+ }),
42
49
  encode: function (__typed__) {
43
- return {
44
- dso: damlTypes.Party.encode(__typed__.dso),
45
- };
46
- }
47
- ,
50
+ return {
51
+ dso: damlTypes.Party.encode(__typed__.dso),
52
+ round: exports.Round.encode(__typed__.round),
53
+ };
54
+ },
48
55
  };
49
56
 
50
-
51
-
52
57
  exports.Round = {
53
- decoder: damlTypes.lazyMemo(function () { return jtv.object({number: damlTypes.Int.decoder, }); }),
58
+ decoder: damlTypes.lazyMemo(function () {
59
+ return jtv.object({
60
+ number: damlTypes.Int.decoder,
61
+ });
62
+ }),
54
63
  encode: function (__typed__) {
55
- return {
56
- number: damlTypes.Int.encode(__typed__.number),
57
- };
58
- }
59
- ,
64
+ return {
65
+ number: damlTypes.Int.encode(__typed__.number),
66
+ };
67
+ },
60
68
  };
61
-
@@ -5,4 +5,5 @@ function __export(m) {
5
5
  for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
6
6
  }
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
+
8
9
  __export(require('./module'));
@@ -1,4 +1,5 @@
1
- // Generated from Splice/ValidatorLicense.daml
1
+ // Generated from ../../Splice/ValidatorLicense/module.daml
2
+
2
3
  /* eslint-disable @typescript-eslint/camelcase */
3
4
  /* eslint-disable @typescript-eslint/no-namespace */
4
5
  /* eslint-disable @typescript-eslint/no-use-before-define */
@@ -10,260 +11,209 @@ import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69
10
11
  import * as Splice_Round from '../../Splice/Round/module';
11
12
  import * as Splice_Types from '../../Splice/Types/module';
12
13
 
13
- export declare type ValidatorLivenessActivityRecord_DsoExpire = {
14
- closedRoundCid: damlTypes.ContractId<Splice_Round.ClosedMiningRound>;
15
- };
16
-
17
- export declare const ValidatorLivenessActivityRecord_DsoExpire:
18
- damlTypes.Serializable<ValidatorLivenessActivityRecord_DsoExpire> & {
19
- }
20
- ;
21
-
22
-
23
- export declare type ValidatorLivenessActivityRecord = {
24
- dso: damlTypes.Party;
25
- validator: damlTypes.Party;
26
- round: Splice_Types.Round;
27
- };
28
-
29
- export declare interface ValidatorLivenessActivityRecordInterface {
30
- Archive: damlTypes.Choice<ValidatorLivenessActivityRecord, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<ValidatorLivenessActivityRecord, undefined>>;
31
- ValidatorLivenessActivityRecord_DsoExpire: damlTypes.Choice<ValidatorLivenessActivityRecord, ValidatorLivenessActivityRecord_DsoExpire, ValidatorLivenessActivityRecord_DsoExpireResult, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<ValidatorLivenessActivityRecord, undefined>>;
32
- }
33
- export declare const ValidatorLivenessActivityRecord:
34
- damlTypes.Template<ValidatorLivenessActivityRecord, undefined, '#splice-amulet:Splice.ValidatorLicense:ValidatorLivenessActivityRecord'> &
35
- damlTypes.ToInterface<ValidatorLivenessActivityRecord, never> &
36
- ValidatorLivenessActivityRecordInterface;
37
-
38
- export declare namespace ValidatorLivenessActivityRecord {
14
+ export declare type FaucetState = {
15
+ firstReceivedFor: Splice_Types.Round,
16
+ lastReceivedFor: Splice_Types.Round,
17
+ numCouponsMissed: damlTypes.Int,
39
18
  }
40
19
 
41
-
42
-
43
- export declare type ValidatorFaucetCoupon_DsoExpire = {
44
- closedRoundCid: damlTypes.ContractId<Splice_Round.ClosedMiningRound>;
45
- };
46
-
47
- export declare const ValidatorFaucetCoupon_DsoExpire:
48
- damlTypes.Serializable<ValidatorFaucetCoupon_DsoExpire> & {
49
- }
50
- ;
51
-
20
+ export declare const FaucetState:
21
+ damlTypes.Serializable<FaucetState>
52
22
 
53
23
  export declare type ValidatorFaucetCoupon = {
54
- dso: damlTypes.Party;
55
- validator: damlTypes.Party;
56
- round: Splice_Types.Round;
57
- };
24
+ dso: damlTypes.Party,
25
+ validator: damlTypes.Party,
26
+ round: Splice_Types.Round,
27
+ }
58
28
 
59
29
  export declare interface ValidatorFaucetCouponInterface {
60
- ValidatorFaucetCoupon_DsoExpire: damlTypes.Choice<ValidatorFaucetCoupon, ValidatorFaucetCoupon_DsoExpire, ValidatorFaucetCoupon_DsoExpireResult, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<ValidatorFaucetCoupon, undefined>>;
61
- Archive: damlTypes.Choice<ValidatorFaucetCoupon, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<ValidatorFaucetCoupon, undefined>>;
30
+ Archive:
31
+ damlTypes.Choice<ValidatorFaucetCoupon, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
32
+ damlTypes.ChoiceFrom<damlTypes.Template<ValidatorFaucetCoupon, undefined>>;
33
+ ValidatorFaucetCoupon_DsoExpire:
34
+ damlTypes.Choice<ValidatorFaucetCoupon, ValidatorFaucetCoupon_DsoExpire, ValidatorFaucetCoupon_DsoExpireResult, undefined> &
35
+ damlTypes.ChoiceFrom<damlTypes.Template<ValidatorFaucetCoupon, undefined>>;
62
36
  }
63
37
  export declare const ValidatorFaucetCoupon:
64
38
  damlTypes.Template<ValidatorFaucetCoupon, undefined, '#splice-amulet:Splice.ValidatorLicense:ValidatorFaucetCoupon'> &
65
39
  damlTypes.ToInterface<ValidatorFaucetCoupon, never> &
66
- ValidatorFaucetCouponInterface;
40
+ ValidatorFaucetCouponInterface
67
41
 
68
- export declare namespace ValidatorFaucetCoupon {
42
+ export declare type ValidatorFaucetCoupon_DsoExpire = {
43
+ closedRoundCid: damlTypes.ContractId<Splice_Round.ClosedMiningRound>,
69
44
  }
70
45
 
46
+ export declare const ValidatorFaucetCoupon_DsoExpire:
47
+ damlTypes.Serializable<ValidatorFaucetCoupon_DsoExpire>
71
48
 
49
+ export declare type ValidatorFaucetCoupon_DsoExpireResult =
50
+ | 'ValidatorFaucetCoupon_DsoExpireResult'
72
51
 
73
- export declare type ValidatorLicense_ReportActive = {
74
- };
75
52
 
76
- export declare const ValidatorLicense_ReportActive:
77
- damlTypes.Serializable<ValidatorLicense_ReportActive> & {
78
- }
79
- ;
53
+ export declare const ValidatorFaucetCoupon_DsoExpireResult:
54
+ damlTypes.Serializable<ValidatorFaucetCoupon_DsoExpireResult> & { readonly keys: ValidatorFaucetCoupon_DsoExpireResult[] } & { readonly [e in ValidatorFaucetCoupon_DsoExpireResult]: e }
80
55
 
56
+ export declare type ValidatorLicense = {
57
+ validator: damlTypes.Party,
58
+ sponsor: damlTypes.Party,
59
+ dso: damlTypes.Party,
60
+ faucetState: damlTypes.Optional<FaucetState>,
61
+ metadata: damlTypes.Optional<ValidatorLicenseMetadata>,
62
+ lastActiveAt: damlTypes.Optional<damlTypes.Time>,
63
+ }
81
64
 
82
- export declare type ValidatorLicense_UpdateMetadata = {
83
- version: string;
84
- contactPoint: string;
85
- };
65
+ export declare interface ValidatorLicenseInterface {
66
+ Archive:
67
+ damlTypes.Choice<ValidatorLicense, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
68
+ damlTypes.ChoiceFrom<damlTypes.Template<ValidatorLicense, undefined>>;
69
+ ValidatorLicense_Cancel:
70
+ damlTypes.Choice<ValidatorLicense, ValidatorLicense_Cancel, ValidatorLicense_CancelResult, undefined> &
71
+ damlTypes.ChoiceFrom<damlTypes.Template<ValidatorLicense, undefined>>;
72
+ ValidatorLicense_ReceiveFaucetCoupon:
73
+ damlTypes.Choice<ValidatorLicense, ValidatorLicense_ReceiveFaucetCoupon, ValidatorLicense_ReceiveFaucetCouponResult, undefined> &
74
+ damlTypes.ChoiceFrom<damlTypes.Template<ValidatorLicense, undefined>>;
75
+ ValidatorLicense_RecordValidatorLivenessActivity:
76
+ damlTypes.Choice<ValidatorLicense, ValidatorLicense_RecordValidatorLivenessActivity, ValidatorLicense_RecordValidatorLivenessActivityResult, undefined> &
77
+ damlTypes.ChoiceFrom<damlTypes.Template<ValidatorLicense, undefined>>;
78
+ ValidatorLicense_ReportActive:
79
+ damlTypes.Choice<ValidatorLicense, ValidatorLicense_ReportActive, ValidatorLicense_ReportActiveResult, undefined> &
80
+ damlTypes.ChoiceFrom<damlTypes.Template<ValidatorLicense, undefined>>;
81
+ ValidatorLicense_UpdateMetadata:
82
+ damlTypes.Choice<ValidatorLicense, ValidatorLicense_UpdateMetadata, ValidatorLicense_UpdateMetadataResult, undefined> &
83
+ damlTypes.ChoiceFrom<damlTypes.Template<ValidatorLicense, undefined>>;
84
+ ValidatorLicense_Withdraw:
85
+ damlTypes.Choice<ValidatorLicense, ValidatorLicense_Withdraw, ValidatorLicense_WithdrawResult, undefined> &
86
+ damlTypes.ChoiceFrom<damlTypes.Template<ValidatorLicense, undefined>>;
87
+ }
88
+ export declare const ValidatorLicense:
89
+ damlTypes.Template<ValidatorLicense, undefined, '#splice-amulet:Splice.ValidatorLicense:ValidatorLicense'> &
90
+ damlTypes.ToInterface<ValidatorLicense, never> &
91
+ ValidatorLicenseInterface
86
92
 
87
- export declare const ValidatorLicense_UpdateMetadata:
88
- damlTypes.Serializable<ValidatorLicense_UpdateMetadata> & {
89
- }
90
- ;
93
+ export declare type ValidatorLicenseMetadata = {
94
+ lastUpdatedAt: damlTypes.Time,
95
+ version: string,
96
+ contactPoint: string,
97
+ }
91
98
 
99
+ export declare const ValidatorLicenseMetadata:
100
+ damlTypes.Serializable<ValidatorLicenseMetadata>
92
101
 
93
102
  export declare type ValidatorLicense_Cancel = {
94
- reason: string;
95
- };
103
+ reason: string,
104
+ }
96
105
 
97
106
  export declare const ValidatorLicense_Cancel:
98
- damlTypes.Serializable<ValidatorLicense_Cancel> & {
99
- }
100
- ;
107
+ damlTypes.Serializable<ValidatorLicense_Cancel>
101
108
 
109
+ export declare type ValidatorLicense_CancelResult =
110
+ | 'ValidatorLicense_CancelResult'
102
111
 
103
- export declare type ValidatorLicense_Withdraw = {
104
- reason: string;
105
- };
106
-
107
- export declare const ValidatorLicense_Withdraw:
108
- damlTypes.Serializable<ValidatorLicense_Withdraw> & {
109
- }
110
- ;
111
-
112
-
113
- export declare type ValidatorLicense_RecordValidatorLivenessActivity = {
114
- openRoundCid: damlTypes.ContractId<Splice_Round.OpenMiningRound>;
115
- };
116
-
117
- export declare const ValidatorLicense_RecordValidatorLivenessActivity:
118
- damlTypes.Serializable<ValidatorLicense_RecordValidatorLivenessActivity> & {
119
- }
120
- ;
121
112
 
113
+ export declare const ValidatorLicense_CancelResult:
114
+ damlTypes.Serializable<ValidatorLicense_CancelResult> & { readonly keys: ValidatorLicense_CancelResult[] } & { readonly [e in ValidatorLicense_CancelResult]: e }
122
115
 
123
116
  export declare type ValidatorLicense_ReceiveFaucetCoupon = {
124
- openRoundCid: damlTypes.ContractId<Splice_Round.OpenMiningRound>;
125
- };
117
+ openRoundCid: damlTypes.ContractId<Splice_Round.OpenMiningRound>,
118
+ }
126
119
 
127
120
  export declare const ValidatorLicense_ReceiveFaucetCoupon:
128
- damlTypes.Serializable<ValidatorLicense_ReceiveFaucetCoupon> & {
129
- }
130
- ;
131
-
132
-
133
- export declare type ValidatorLicense = {
134
- validator: damlTypes.Party;
135
- sponsor: damlTypes.Party;
136
- dso: damlTypes.Party;
137
- faucetState: damlTypes.Optional<FaucetState>;
138
- metadata: damlTypes.Optional<ValidatorLicenseMetadata>;
139
- lastActiveAt: damlTypes.Optional<damlTypes.Time>;
140
- };
141
-
142
- export declare interface ValidatorLicenseInterface {
143
- ValidatorLicense_ReceiveFaucetCoupon: damlTypes.Choice<ValidatorLicense, ValidatorLicense_ReceiveFaucetCoupon, ValidatorLicense_ReceiveFaucetCouponResult, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<ValidatorLicense, undefined>>;
144
- ValidatorLicense_RecordValidatorLivenessActivity: damlTypes.Choice<ValidatorLicense, ValidatorLicense_RecordValidatorLivenessActivity, ValidatorLicense_RecordValidatorLivenessActivityResult, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<ValidatorLicense, undefined>>;
145
- ValidatorLicense_Withdraw: damlTypes.Choice<ValidatorLicense, ValidatorLicense_Withdraw, ValidatorLicense_WithdrawResult, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<ValidatorLicense, undefined>>;
146
- ValidatorLicense_Cancel: damlTypes.Choice<ValidatorLicense, ValidatorLicense_Cancel, ValidatorLicense_CancelResult, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<ValidatorLicense, undefined>>;
147
- ValidatorLicense_UpdateMetadata: damlTypes.Choice<ValidatorLicense, ValidatorLicense_UpdateMetadata, ValidatorLicense_UpdateMetadataResult, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<ValidatorLicense, undefined>>;
148
- ValidatorLicense_ReportActive: damlTypes.Choice<ValidatorLicense, ValidatorLicense_ReportActive, ValidatorLicense_ReportActiveResult, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<ValidatorLicense, undefined>>;
149
- Archive: damlTypes.Choice<ValidatorLicense, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<ValidatorLicense, undefined>>;
150
- }
151
- export declare const ValidatorLicense:
152
- damlTypes.Template<ValidatorLicense, undefined, '#splice-amulet:Splice.ValidatorLicense:ValidatorLicense'> &
153
- damlTypes.ToInterface<ValidatorLicense, never> &
154
- ValidatorLicenseInterface;
121
+ damlTypes.Serializable<ValidatorLicense_ReceiveFaucetCoupon>
155
122
 
156
- export declare namespace ValidatorLicense {
123
+ export declare type ValidatorLicense_ReceiveFaucetCouponResult = {
124
+ licenseCid: damlTypes.ContractId<ValidatorLicense>,
125
+ couponCid: damlTypes.ContractId<ValidatorFaucetCoupon>,
157
126
  }
158
127
 
128
+ export declare const ValidatorLicense_ReceiveFaucetCouponResult:
129
+ damlTypes.Serializable<ValidatorLicense_ReceiveFaucetCouponResult>
159
130
 
131
+ export declare type ValidatorLicense_RecordValidatorLivenessActivity = {
132
+ openRoundCid: damlTypes.ContractId<Splice_Round.OpenMiningRound>,
133
+ }
160
134
 
161
- export declare type ValidatorLicenseMetadata = {
162
- lastUpdatedAt: damlTypes.Time;
163
- version: string;
164
- contactPoint: string;
165
- };
166
-
167
- export declare const ValidatorLicenseMetadata:
168
- damlTypes.Serializable<ValidatorLicenseMetadata> & {
169
- }
170
- ;
171
-
172
-
173
- export declare type ValidatorLivenessActivityRecord_DsoExpireResult =
174
- | 'ValidatorLivenessActivityRecord_DsoExpireResult'
175
- ;
176
-
177
- export declare const ValidatorLivenessActivityRecord_DsoExpireResult:
178
- damlTypes.Serializable<ValidatorLivenessActivityRecord_DsoExpireResult> & {
179
- }
180
- & { readonly keys: ValidatorLivenessActivityRecord_DsoExpireResult[] } & { readonly [e in ValidatorLivenessActivityRecord_DsoExpireResult]: e }
181
- ;
135
+ export declare const ValidatorLicense_RecordValidatorLivenessActivity:
136
+ damlTypes.Serializable<ValidatorLicense_RecordValidatorLivenessActivity>
182
137
 
138
+ export declare type ValidatorLicense_RecordValidatorLivenessActivityResult = {
139
+ licenseCid: damlTypes.ContractId<ValidatorLicense>,
140
+ couponCid: damlTypes.ContractId<ValidatorLivenessActivityRecord>,
141
+ }
183
142
 
184
- export declare type ValidatorFaucetCoupon_DsoExpireResult =
185
- | 'ValidatorFaucetCoupon_DsoExpireResult'
186
- ;
143
+ export declare const ValidatorLicense_RecordValidatorLivenessActivityResult:
144
+ damlTypes.Serializable<ValidatorLicense_RecordValidatorLivenessActivityResult>
187
145
 
188
- export declare const ValidatorFaucetCoupon_DsoExpireResult:
189
- damlTypes.Serializable<ValidatorFaucetCoupon_DsoExpireResult> & {
190
- }
191
- & { readonly keys: ValidatorFaucetCoupon_DsoExpireResult[] } & { readonly [e in ValidatorFaucetCoupon_DsoExpireResult]: e }
192
- ;
146
+ export declare type ValidatorLicense_ReportActive = {
147
+ }
193
148
 
149
+ export declare const ValidatorLicense_ReportActive:
150
+ damlTypes.Serializable<ValidatorLicense_ReportActive>
194
151
 
195
152
  export declare type ValidatorLicense_ReportActiveResult = {
196
- licenseCid: damlTypes.ContractId<ValidatorLicense>;
197
- };
153
+ licenseCid: damlTypes.ContractId<ValidatorLicense>,
154
+ }
198
155
 
199
156
  export declare const ValidatorLicense_ReportActiveResult:
200
- damlTypes.Serializable<ValidatorLicense_ReportActiveResult> & {
201
- }
202
- ;
157
+ damlTypes.Serializable<ValidatorLicense_ReportActiveResult>
203
158
 
159
+ export declare type ValidatorLicense_UpdateMetadata = {
160
+ version: string,
161
+ contactPoint: string,
162
+ }
163
+
164
+ export declare const ValidatorLicense_UpdateMetadata:
165
+ damlTypes.Serializable<ValidatorLicense_UpdateMetadata>
204
166
 
205
167
  export declare type ValidatorLicense_UpdateMetadataResult = {
206
- licenseCid: damlTypes.ContractId<ValidatorLicense>;
207
- };
168
+ licenseCid: damlTypes.ContractId<ValidatorLicense>,
169
+ }
208
170
 
209
171
  export declare const ValidatorLicense_UpdateMetadataResult:
210
- damlTypes.Serializable<ValidatorLicense_UpdateMetadataResult> & {
211
- }
212
- ;
172
+ damlTypes.Serializable<ValidatorLicense_UpdateMetadataResult>
213
173
 
174
+ export declare type ValidatorLicense_Withdraw = {
175
+ reason: string,
176
+ }
214
177
 
215
- export declare type ValidatorLicense_CancelResult =
216
- | 'ValidatorLicense_CancelResult'
217
- ;
218
-
219
- export declare const ValidatorLicense_CancelResult:
220
- damlTypes.Serializable<ValidatorLicense_CancelResult> & {
221
- }
222
- & { readonly keys: ValidatorLicense_CancelResult[] } & { readonly [e in ValidatorLicense_CancelResult]: e }
223
- ;
224
-
178
+ export declare const ValidatorLicense_Withdraw:
179
+ damlTypes.Serializable<ValidatorLicense_Withdraw>
225
180
 
226
181
  export declare type ValidatorLicense_WithdrawResult =
227
182
  | 'ValidatorLicense_WithdrawResult'
228
- ;
229
183
 
230
- export declare const ValidatorLicense_WithdrawResult:
231
- damlTypes.Serializable<ValidatorLicense_WithdrawResult> & {
232
- }
233
- & { readonly keys: ValidatorLicense_WithdrawResult[] } & { readonly [e in ValidatorLicense_WithdrawResult]: e }
234
- ;
235
-
236
-
237
- export declare type ValidatorLicense_RecordValidatorLivenessActivityResult = {
238
- licenseCid: damlTypes.ContractId<ValidatorLicense>;
239
- couponCid: damlTypes.ContractId<ValidatorLivenessActivityRecord>;
240
- };
241
184
 
242
- export declare const ValidatorLicense_RecordValidatorLivenessActivityResult:
243
- damlTypes.Serializable<ValidatorLicense_RecordValidatorLivenessActivityResult> & {
244
- }
245
- ;
185
+ export declare const ValidatorLicense_WithdrawResult:
186
+ damlTypes.Serializable<ValidatorLicense_WithdrawResult> & { readonly keys: ValidatorLicense_WithdrawResult[] } & { readonly [e in ValidatorLicense_WithdrawResult]: e }
246
187
 
188
+ export declare type ValidatorLivenessActivityRecord = {
189
+ dso: damlTypes.Party,
190
+ validator: damlTypes.Party,
191
+ round: Splice_Types.Round,
192
+ }
247
193
 
248
- export declare type ValidatorLicense_ReceiveFaucetCouponResult = {
249
- licenseCid: damlTypes.ContractId<ValidatorLicense>;
250
- couponCid: damlTypes.ContractId<ValidatorFaucetCoupon>;
251
- };
194
+ export declare interface ValidatorLivenessActivityRecordInterface {
195
+ Archive:
196
+ damlTypes.Choice<ValidatorLivenessActivityRecord, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
197
+ damlTypes.ChoiceFrom<damlTypes.Template<ValidatorLivenessActivityRecord, undefined>>;
198
+ ValidatorLivenessActivityRecord_DsoExpire:
199
+ damlTypes.Choice<ValidatorLivenessActivityRecord, ValidatorLivenessActivityRecord_DsoExpire, ValidatorLivenessActivityRecord_DsoExpireResult, undefined> &
200
+ damlTypes.ChoiceFrom<damlTypes.Template<ValidatorLivenessActivityRecord, undefined>>;
201
+ }
202
+ export declare const ValidatorLivenessActivityRecord:
203
+ damlTypes.Template<ValidatorLivenessActivityRecord, undefined, '#splice-amulet:Splice.ValidatorLicense:ValidatorLivenessActivityRecord'> &
204
+ damlTypes.ToInterface<ValidatorLivenessActivityRecord, never> &
205
+ ValidatorLivenessActivityRecordInterface
252
206
 
253
- export declare const ValidatorLicense_ReceiveFaucetCouponResult:
254
- damlTypes.Serializable<ValidatorLicense_ReceiveFaucetCouponResult> & {
255
- }
256
- ;
207
+ export declare type ValidatorLivenessActivityRecord_DsoExpire = {
208
+ closedRoundCid: damlTypes.ContractId<Splice_Round.ClosedMiningRound>,
209
+ }
257
210
 
211
+ export declare const ValidatorLivenessActivityRecord_DsoExpire:
212
+ damlTypes.Serializable<ValidatorLivenessActivityRecord_DsoExpire>
258
213
 
259
- export declare type FaucetState = {
260
- firstReceivedFor: Splice_Types.Round;
261
- lastReceivedFor: Splice_Types.Round;
262
- numCouponsMissed: damlTypes.Int;
263
- };
214
+ export declare type ValidatorLivenessActivityRecord_DsoExpireResult =
215
+ | 'ValidatorLivenessActivityRecord_DsoExpireResult'
264
216
 
265
- export declare const FaucetState:
266
- damlTypes.Serializable<FaucetState> & {
267
- }
268
- ;
269
217
 
218
+ export declare const ValidatorLivenessActivityRecord_DsoExpireResult:
219
+ damlTypes.Serializable<ValidatorLivenessActivityRecord_DsoExpireResult> & { readonly keys: ValidatorLivenessActivityRecord_DsoExpireResult[] } & { readonly [e in ValidatorLivenessActivityRecord_DsoExpireResult]: e }