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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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,4 +1,5 @@
1
- // Generated from Splice/Amulet.daml
1
+ // Generated from ../../Splice/Amulet/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 */
@@ -16,634 +17,516 @@ import * as Splice_Fees from '../../Splice/Fees/module';
16
17
  import * as Splice_Round from '../../Splice/Round/module';
17
18
  import * as Splice_Types from '../../Splice/Types/module';
18
19
 
19
- export declare type UnclaimedActivityRecord_DsoExpire = {
20
- };
21
-
22
- export declare const UnclaimedActivityRecord_DsoExpire:
23
- damlTypes.Serializable<UnclaimedActivityRecord_DsoExpire> & {
24
- }
25
- ;
26
-
27
-
28
- export declare type UnclaimedActivityRecord = {
29
- dso: damlTypes.Party;
30
- beneficiary: damlTypes.Party;
31
- amount: damlTypes.Numeric;
32
- reason: string;
33
- expiresAt: damlTypes.Time;
34
- };
35
-
36
- export declare interface UnclaimedActivityRecordInterface {
37
- UnclaimedActivityRecord_DsoExpire: damlTypes.Choice<UnclaimedActivityRecord, UnclaimedActivityRecord_DsoExpire, UnclaimedActivityRecord_DsoExpireResult, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<UnclaimedActivityRecord, undefined>>;
38
- Archive: damlTypes.Choice<UnclaimedActivityRecord, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<UnclaimedActivityRecord, undefined>>;
20
+ export declare type Amulet = {
21
+ dso: damlTypes.Party,
22
+ owner: damlTypes.Party,
23
+ amount: Splice_Fees.ExpiringAmount,
39
24
  }
40
- export declare const UnclaimedActivityRecord:
41
- damlTypes.Template<UnclaimedActivityRecord, undefined, '#splice-amulet:Splice.Amulet:UnclaimedActivityRecord'> &
42
- damlTypes.ToInterface<UnclaimedActivityRecord, never> &
43
- UnclaimedActivityRecordInterface;
44
25
 
45
- export declare namespace UnclaimedActivityRecord {
26
+ export declare interface AmuletInterface {
27
+ Amulet_Expire:
28
+ damlTypes.Choice<Amulet, Amulet_Expire, Amulet_ExpireResult, undefined> &
29
+ damlTypes.ChoiceFrom<damlTypes.Template<Amulet, undefined>>;
30
+ Archive:
31
+ damlTypes.Choice<Amulet, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
32
+ damlTypes.ChoiceFrom<damlTypes.Template<Amulet, undefined>>;
46
33
  }
34
+ export declare const Amulet:
35
+ damlTypes.Template<Amulet, undefined, '#splice-amulet:Splice.Amulet:Amulet'> &
36
+ damlTypes.ToInterface<Amulet, pkg718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b.Splice.Api.Token.HoldingV1.Holding> &
37
+ AmuletInterface
47
38
 
48
-
49
-
50
- export declare type UnclaimedReward = {
51
- dso: damlTypes.Party;
52
- amount: damlTypes.Numeric;
53
- };
54
-
55
- export declare interface UnclaimedRewardInterface {
56
- Archive: damlTypes.Choice<UnclaimedReward, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<UnclaimedReward, undefined>>;
39
+ export declare type AmuletCreateSummary<amuletContractId> = {
40
+ amulet: amuletContractId,
41
+ amuletPrice: damlTypes.Numeric,
42
+ round: Splice_Types.Round,
57
43
  }
58
- export declare const UnclaimedReward:
59
- damlTypes.Template<UnclaimedReward, undefined, '#splice-amulet:Splice.Amulet:UnclaimedReward'> &
60
- damlTypes.ToInterface<UnclaimedReward, never> &
61
- UnclaimedRewardInterface;
62
44
 
63
- export declare namespace UnclaimedReward {
45
+ export declare const AmuletCreateSummary:
46
+ <amuletContractId>(amuletContractId: damlTypes.Serializable<amuletContractId>) => damlTypes.Serializable<AmuletCreateSummary<amuletContractId>>
47
+
48
+ export declare type AmuletExpireSummary = {
49
+ owner: damlTypes.Party,
50
+ round: Splice_Types.Round,
51
+ changeToInitialAmountAsOfRoundZero: damlTypes.Numeric,
52
+ changeToHoldingFeesRate: damlTypes.Numeric,
64
53
  }
65
54
 
55
+ export declare const AmuletExpireSummary:
56
+ damlTypes.Serializable<AmuletExpireSummary>
66
57
 
58
+ export declare type Amulet_Expire = {
59
+ roundCid: damlTypes.ContractId<Splice_Round.OpenMiningRound>,
60
+ }
67
61
 
68
- export declare type DevelopmentFundCoupon_DsoExpire = {
69
- };
62
+ export declare const Amulet_Expire:
63
+ damlTypes.Serializable<Amulet_Expire>
70
64
 
71
- export declare const DevelopmentFundCoupon_DsoExpire:
72
- damlTypes.Serializable<DevelopmentFundCoupon_DsoExpire> & {
73
- }
74
- ;
65
+ export declare type Amulet_ExpireResult = {
66
+ expireSum: AmuletExpireSummary,
67
+ meta: damlTypes.Optional<pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f.Splice.Api.Token.MetadataV1.Metadata>,
68
+ }
75
69
 
70
+ export declare const Amulet_ExpireResult:
71
+ damlTypes.Serializable<Amulet_ExpireResult>
76
72
 
77
- export declare type DevelopmentFundCoupon_Reject = {
78
- reason: string;
79
- };
73
+ export declare type AppRewardCoupon = {
74
+ dso: damlTypes.Party,
75
+ provider: damlTypes.Party,
76
+ featured: boolean,
77
+ amount: damlTypes.Numeric,
78
+ round: Splice_Types.Round,
79
+ beneficiary: damlTypes.Optional<damlTypes.Party>,
80
+ }
80
81
 
81
- export declare const DevelopmentFundCoupon_Reject:
82
- damlTypes.Serializable<DevelopmentFundCoupon_Reject> & {
83
- }
84
- ;
82
+ export declare interface AppRewardCouponInterface {
83
+ AppRewardCoupon_DsoExpire:
84
+ damlTypes.Choice<AppRewardCoupon, AppRewardCoupon_DsoExpire, AppRewardCoupon_DsoExpireResult, undefined> &
85
+ damlTypes.ChoiceFrom<damlTypes.Template<AppRewardCoupon, undefined>>;
86
+ Archive:
87
+ damlTypes.Choice<AppRewardCoupon, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
88
+ damlTypes.ChoiceFrom<damlTypes.Template<AppRewardCoupon, undefined>>;
89
+ }
90
+ export declare const AppRewardCoupon:
91
+ damlTypes.Template<AppRewardCoupon, undefined, '#splice-amulet:Splice.Amulet:AppRewardCoupon'> &
92
+ damlTypes.ToInterface<AppRewardCoupon, never> &
93
+ AppRewardCouponInterface
85
94
 
95
+ export declare type AppRewardCoupon_DsoExpire = {
96
+ closedRoundCid: damlTypes.ContractId<Splice_Round.ClosedMiningRound>,
97
+ }
86
98
 
87
- export declare type DevelopmentFundCoupon_Withdraw = {
88
- reason: string;
89
- };
99
+ export declare const AppRewardCoupon_DsoExpire:
100
+ damlTypes.Serializable<AppRewardCoupon_DsoExpire>
90
101
 
91
- export declare const DevelopmentFundCoupon_Withdraw:
92
- damlTypes.Serializable<DevelopmentFundCoupon_Withdraw> & {
93
- }
94
- ;
102
+ export declare type AppRewardCoupon_DsoExpireResult = {
103
+ featured: boolean,
104
+ amount: damlTypes.Numeric,
105
+ }
95
106
 
107
+ export declare const AppRewardCoupon_DsoExpireResult:
108
+ damlTypes.Serializable<AppRewardCoupon_DsoExpireResult>
96
109
 
97
110
  export declare type DevelopmentFundCoupon = {
98
- dso: damlTypes.Party;
99
- beneficiary: damlTypes.Party;
100
- fundManager: damlTypes.Party;
101
- amount: damlTypes.Numeric;
102
- expiresAt: damlTypes.Time;
103
- reason: string;
104
- };
111
+ dso: damlTypes.Party,
112
+ beneficiary: damlTypes.Party,
113
+ fundManager: damlTypes.Party,
114
+ amount: damlTypes.Numeric,
115
+ expiresAt: damlTypes.Time,
116
+ reason: string,
117
+ }
105
118
 
106
119
  export declare interface DevelopmentFundCouponInterface {
107
- DevelopmentFundCoupon_Withdraw: damlTypes.Choice<DevelopmentFundCoupon, DevelopmentFundCoupon_Withdraw, DevelopmentFundCoupon_WithdrawResult, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<DevelopmentFundCoupon, undefined>>;
108
- DevelopmentFundCoupon_Reject: damlTypes.Choice<DevelopmentFundCoupon, DevelopmentFundCoupon_Reject, DevelopmentFundCoupon_RejectResult, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<DevelopmentFundCoupon, undefined>>;
109
- DevelopmentFundCoupon_DsoExpire: damlTypes.Choice<DevelopmentFundCoupon, DevelopmentFundCoupon_DsoExpire, DevelopmentFundCoupon_DsoExpireResult, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<DevelopmentFundCoupon, undefined>>;
110
- Archive: damlTypes.Choice<DevelopmentFundCoupon, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<DevelopmentFundCoupon, undefined>>;
120
+ Archive:
121
+ damlTypes.Choice<DevelopmentFundCoupon, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
122
+ damlTypes.ChoiceFrom<damlTypes.Template<DevelopmentFundCoupon, undefined>>;
123
+ DevelopmentFundCoupon_DsoExpire:
124
+ damlTypes.Choice<DevelopmentFundCoupon, DevelopmentFundCoupon_DsoExpire, DevelopmentFundCoupon_DsoExpireResult, undefined> &
125
+ damlTypes.ChoiceFrom<damlTypes.Template<DevelopmentFundCoupon, undefined>>;
126
+ DevelopmentFundCoupon_Reject:
127
+ damlTypes.Choice<DevelopmentFundCoupon, DevelopmentFundCoupon_Reject, DevelopmentFundCoupon_RejectResult, undefined> &
128
+ damlTypes.ChoiceFrom<damlTypes.Template<DevelopmentFundCoupon, undefined>>;
129
+ DevelopmentFundCoupon_Withdraw:
130
+ damlTypes.Choice<DevelopmentFundCoupon, DevelopmentFundCoupon_Withdraw, DevelopmentFundCoupon_WithdrawResult, undefined> &
131
+ damlTypes.ChoiceFrom<damlTypes.Template<DevelopmentFundCoupon, undefined>>;
111
132
  }
112
133
  export declare const DevelopmentFundCoupon:
113
134
  damlTypes.Template<DevelopmentFundCoupon, undefined, '#splice-amulet:Splice.Amulet:DevelopmentFundCoupon'> &
114
135
  damlTypes.ToInterface<DevelopmentFundCoupon, never> &
115
- DevelopmentFundCouponInterface;
136
+ DevelopmentFundCouponInterface
116
137
 
117
- export declare namespace DevelopmentFundCoupon {
138
+ export declare type DevelopmentFundCoupon_DsoExpire = {
118
139
  }
119
140
 
141
+ export declare const DevelopmentFundCoupon_DsoExpire:
142
+ damlTypes.Serializable<DevelopmentFundCoupon_DsoExpire>
120
143
 
121
-
122
- export declare type UnclaimedDevelopmentFundCoupon = {
123
- dso: damlTypes.Party;
124
- amount: damlTypes.Numeric;
125
- };
126
-
127
- export declare interface UnclaimedDevelopmentFundCouponInterface {
128
- Archive: damlTypes.Choice<UnclaimedDevelopmentFundCoupon, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<UnclaimedDevelopmentFundCoupon, undefined>>;
129
- }
130
- export declare const UnclaimedDevelopmentFundCoupon:
131
- damlTypes.Template<UnclaimedDevelopmentFundCoupon, undefined, '#splice-amulet:Splice.Amulet:UnclaimedDevelopmentFundCoupon'> &
132
- damlTypes.ToInterface<UnclaimedDevelopmentFundCoupon, never> &
133
- UnclaimedDevelopmentFundCouponInterface;
134
-
135
- export declare namespace UnclaimedDevelopmentFundCoupon {
144
+ export declare type DevelopmentFundCoupon_DsoExpireResult = {
145
+ unclaimedDevelopmentFundCouponCid: damlTypes.ContractId<UnclaimedDevelopmentFundCoupon>,
136
146
  }
137
147
 
148
+ export declare const DevelopmentFundCoupon_DsoExpireResult:
149
+ damlTypes.Serializable<DevelopmentFundCoupon_DsoExpireResult>
138
150
 
139
-
140
- export declare type SvRewardCoupon_ArchiveAsBeneficiary = {
141
- };
142
-
143
- export declare const SvRewardCoupon_ArchiveAsBeneficiary:
144
- damlTypes.Serializable<SvRewardCoupon_ArchiveAsBeneficiary> & {
145
- }
146
- ;
147
-
148
-
149
- export declare type SvRewardCoupon_DsoExpire = {
150
- closedRoundCid: damlTypes.ContractId<Splice_Round.ClosedMiningRound>;
151
- };
152
-
153
- export declare const SvRewardCoupon_DsoExpire:
154
- damlTypes.Serializable<SvRewardCoupon_DsoExpire> & {
155
- }
156
- ;
157
-
158
-
159
- export declare type SvRewardCoupon = {
160
- dso: damlTypes.Party;
161
- sv: damlTypes.Party;
162
- beneficiary: damlTypes.Party;
163
- round: Splice_Types.Round;
164
- weight: damlTypes.Int;
165
- };
166
-
167
- export declare interface SvRewardCouponInterface {
168
- SvRewardCoupon_DsoExpire: damlTypes.Choice<SvRewardCoupon, SvRewardCoupon_DsoExpire, SvRewardCoupon_DsoExpireResult, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<SvRewardCoupon, undefined>>;
169
- SvRewardCoupon_ArchiveAsBeneficiary: damlTypes.Choice<SvRewardCoupon, SvRewardCoupon_ArchiveAsBeneficiary, SvRewardCoupon_ArchiveAsBeneficiaryResult, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<SvRewardCoupon, undefined>>;
170
- Archive: damlTypes.Choice<SvRewardCoupon, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<SvRewardCoupon, undefined>>;
171
- }
172
- export declare const SvRewardCoupon:
173
- damlTypes.Template<SvRewardCoupon, undefined, '#splice-amulet:Splice.Amulet:SvRewardCoupon'> &
174
- damlTypes.ToInterface<SvRewardCoupon, never> &
175
- SvRewardCouponInterface;
176
-
177
- export declare namespace SvRewardCoupon {
151
+ export declare type DevelopmentFundCoupon_Reject = {
152
+ reason: string,
178
153
  }
179
154
 
155
+ export declare const DevelopmentFundCoupon_Reject:
156
+ damlTypes.Serializable<DevelopmentFundCoupon_Reject>
180
157
 
181
-
182
- export declare type ValidatorRewardCoupon_ArchiveAsValidator = {
183
- validator: damlTypes.Party;
184
- rightCid: damlTypes.ContractId<ValidatorRight>;
185
- };
186
-
187
- export declare const ValidatorRewardCoupon_ArchiveAsValidator:
188
- damlTypes.Serializable<ValidatorRewardCoupon_ArchiveAsValidator> & {
189
- }
190
- ;
191
-
192
-
193
- export declare type ValidatorRewardCoupon_DsoExpire = {
194
- closedRoundCid: damlTypes.ContractId<Splice_Round.ClosedMiningRound>;
195
- };
196
-
197
- export declare const ValidatorRewardCoupon_DsoExpire:
198
- damlTypes.Serializable<ValidatorRewardCoupon_DsoExpire> & {
199
- }
200
- ;
201
-
202
-
203
- export declare type ValidatorRewardCoupon = {
204
- dso: damlTypes.Party;
205
- user: damlTypes.Party;
206
- amount: damlTypes.Numeric;
207
- round: Splice_Types.Round;
208
- };
209
-
210
- export declare interface ValidatorRewardCouponInterface {
211
- ValidatorRewardCoupon_DsoExpire: damlTypes.Choice<ValidatorRewardCoupon, ValidatorRewardCoupon_DsoExpire, ValidatorRewardCoupon_DsoExpireResult, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<ValidatorRewardCoupon, undefined>>;
212
- ValidatorRewardCoupon_ArchiveAsValidator: damlTypes.Choice<ValidatorRewardCoupon, ValidatorRewardCoupon_ArchiveAsValidator, ValidatorRewardCoupon_ArchiveAsValidatorResult, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<ValidatorRewardCoupon, undefined>>;
213
- Archive: damlTypes.Choice<ValidatorRewardCoupon, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<ValidatorRewardCoupon, undefined>>;
214
- }
215
- export declare const ValidatorRewardCoupon:
216
- damlTypes.Template<ValidatorRewardCoupon, undefined, '#splice-amulet:Splice.Amulet:ValidatorRewardCoupon'> &
217
- damlTypes.ToInterface<ValidatorRewardCoupon, never> &
218
- ValidatorRewardCouponInterface;
219
-
220
- export declare namespace ValidatorRewardCoupon {
158
+ export declare type DevelopmentFundCoupon_RejectResult = {
159
+ unclaimedDevelopmentFundCouponCid: damlTypes.ContractId<UnclaimedDevelopmentFundCoupon>,
221
160
  }
222
161
 
162
+ export declare const DevelopmentFundCoupon_RejectResult:
163
+ damlTypes.Serializable<DevelopmentFundCoupon_RejectResult>
223
164
 
224
-
225
- export declare type AppRewardCoupon_DsoExpire = {
226
- closedRoundCid: damlTypes.ContractId<Splice_Round.ClosedMiningRound>;
227
- };
228
-
229
- export declare const AppRewardCoupon_DsoExpire:
230
- damlTypes.Serializable<AppRewardCoupon_DsoExpire> & {
231
- }
232
- ;
233
-
234
-
235
- export declare type AppRewardCoupon = {
236
- dso: damlTypes.Party;
237
- provider: damlTypes.Party;
238
- featured: boolean;
239
- amount: damlTypes.Numeric;
240
- round: Splice_Types.Round;
241
- beneficiary: damlTypes.Optional<damlTypes.Party>;
242
- };
243
-
244
- export declare interface AppRewardCouponInterface {
245
- AppRewardCoupon_DsoExpire: damlTypes.Choice<AppRewardCoupon, AppRewardCoupon_DsoExpire, AppRewardCoupon_DsoExpireResult, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<AppRewardCoupon, undefined>>;
246
- Archive: damlTypes.Choice<AppRewardCoupon, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<AppRewardCoupon, undefined>>;
165
+ export declare type DevelopmentFundCoupon_Withdraw = {
166
+ reason: string,
247
167
  }
248
- export declare const AppRewardCoupon:
249
- damlTypes.Template<AppRewardCoupon, undefined, '#splice-amulet:Splice.Amulet:AppRewardCoupon'> &
250
- damlTypes.ToInterface<AppRewardCoupon, never> &
251
- AppRewardCouponInterface;
252
168
 
253
- export declare namespace AppRewardCoupon {
254
- }
169
+ export declare const DevelopmentFundCoupon_Withdraw:
170
+ damlTypes.Serializable<DevelopmentFundCoupon_Withdraw>
255
171
 
172
+ export declare type DevelopmentFundCoupon_WithdrawResult = {
173
+ unclaimedDevelopmentFundCouponCid: damlTypes.ContractId<UnclaimedDevelopmentFundCoupon>,
174
+ }
256
175
 
176
+ export declare const DevelopmentFundCoupon_WithdrawResult:
177
+ damlTypes.Serializable<DevelopmentFundCoupon_WithdrawResult>
257
178
 
258
179
  export declare type FeaturedAppActivityMarker = {
259
- dso: damlTypes.Party;
260
- provider: damlTypes.Party;
261
- beneficiary: damlTypes.Party;
262
- weight: damlTypes.Numeric;
263
- };
180
+ dso: damlTypes.Party,
181
+ provider: damlTypes.Party,
182
+ beneficiary: damlTypes.Party,
183
+ weight: damlTypes.Numeric,
184
+ }
264
185
 
265
186
  export declare interface FeaturedAppActivityMarkerInterface {
266
- Archive: damlTypes.Choice<FeaturedAppActivityMarker, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<FeaturedAppActivityMarker, undefined>>;
187
+ Archive:
188
+ damlTypes.Choice<FeaturedAppActivityMarker, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
189
+ damlTypes.ChoiceFrom<damlTypes.Template<FeaturedAppActivityMarker, undefined>>;
267
190
  }
268
191
  export declare const FeaturedAppActivityMarker:
269
192
  damlTypes.Template<FeaturedAppActivityMarker, undefined, '#splice-amulet:Splice.Amulet:FeaturedAppActivityMarker'> &
270
- damlTypes.ToInterface<FeaturedAppActivityMarker, pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.Splice.Api.FeaturedAppRightV1.FeaturedAppActivityMarker | pkgdd22e3e168a8c7fd0313171922dabf1f7a3b131bd9bfc9ff98e606f8c57707ea.Splice.Api.FeaturedAppRightV2.FeaturedAppActivityMarker> &
271
- FeaturedAppActivityMarkerInterface;
272
-
273
- export declare namespace FeaturedAppActivityMarker {
274
- }
275
-
276
-
277
-
278
- export declare type FeaturedAppRight_Cancel = {
279
- };
280
-
281
- export declare const FeaturedAppRight_Cancel:
282
- damlTypes.Serializable<FeaturedAppRight_Cancel> & {
283
- }
284
- ;
285
-
286
-
287
- export declare type FeaturedAppRight_Withdraw = {
288
- reason: string;
289
- };
290
-
291
- export declare const FeaturedAppRight_Withdraw:
292
- damlTypes.Serializable<FeaturedAppRight_Withdraw> & {
293
- }
294
- ;
295
-
193
+ damlTypes.ToInterface<FeaturedAppActivityMarker, pkgdd22e3e168a8c7fd0313171922dabf1f7a3b131bd9bfc9ff98e606f8c57707ea.Splice.Api.FeaturedAppRightV2.FeaturedAppActivityMarker | pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.Splice.Api.FeaturedAppRightV1.FeaturedAppActivityMarker> &
194
+ FeaturedAppActivityMarkerInterface
296
195
 
297
196
  export declare type FeaturedAppRight = {
298
- dso: damlTypes.Party;
299
- provider: damlTypes.Party;
300
- };
197
+ dso: damlTypes.Party,
198
+ provider: damlTypes.Party,
199
+ }
301
200
 
302
201
  export declare interface FeaturedAppRightInterface {
303
- FeaturedAppRight_Withdraw: damlTypes.Choice<FeaturedAppRight, FeaturedAppRight_Withdraw, FeaturedAppRight_WithdrawResult, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<FeaturedAppRight, undefined>>;
304
- FeaturedAppRight_Cancel: damlTypes.Choice<FeaturedAppRight, FeaturedAppRight_Cancel, FeaturedAppRight_CancelResult, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<FeaturedAppRight, undefined>>;
305
- Archive: damlTypes.Choice<FeaturedAppRight, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<FeaturedAppRight, undefined>>;
202
+ Archive:
203
+ damlTypes.Choice<FeaturedAppRight, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
204
+ damlTypes.ChoiceFrom<damlTypes.Template<FeaturedAppRight, undefined>>;
205
+ FeaturedAppRight_Cancel:
206
+ damlTypes.Choice<FeaturedAppRight, FeaturedAppRight_Cancel, FeaturedAppRight_CancelResult, undefined> &
207
+ damlTypes.ChoiceFrom<damlTypes.Template<FeaturedAppRight, undefined>>;
208
+ FeaturedAppRight_Withdraw:
209
+ damlTypes.Choice<FeaturedAppRight, FeaturedAppRight_Withdraw, FeaturedAppRight_WithdrawResult, undefined> &
210
+ damlTypes.ChoiceFrom<damlTypes.Template<FeaturedAppRight, undefined>>;
306
211
  }
307
212
  export declare const FeaturedAppRight:
308
213
  damlTypes.Template<FeaturedAppRight, undefined, '#splice-amulet:Splice.Amulet:FeaturedAppRight'> &
309
- damlTypes.ToInterface<FeaturedAppRight, pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.Splice.Api.FeaturedAppRightV1.FeaturedAppRight | pkgdd22e3e168a8c7fd0313171922dabf1f7a3b131bd9bfc9ff98e606f8c57707ea.Splice.Api.FeaturedAppRightV2.FeaturedAppRight> &
310
- FeaturedAppRightInterface;
214
+ damlTypes.ToInterface<FeaturedAppRight, pkgdd22e3e168a8c7fd0313171922dabf1f7a3b131bd9bfc9ff98e606f8c57707ea.Splice.Api.FeaturedAppRightV2.FeaturedAppRight | pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.Splice.Api.FeaturedAppRightV1.FeaturedAppRight> &
215
+ FeaturedAppRightInterface
311
216
 
312
- export declare namespace FeaturedAppRight {
217
+ export declare type FeaturedAppRight_Cancel = {
313
218
  }
314
219
 
220
+ export declare const FeaturedAppRight_Cancel:
221
+ damlTypes.Serializable<FeaturedAppRight_Cancel>
315
222
 
223
+ export declare type FeaturedAppRight_CancelResult =
224
+ | 'FeaturedAppRight_CancelResult'
316
225
 
317
- export declare type ValidatorRight_ArchiveAsUser = {
318
- };
319
226
 
320
- export declare const ValidatorRight_ArchiveAsUser:
321
- damlTypes.Serializable<ValidatorRight_ArchiveAsUser> & {
322
- }
323
- ;
227
+ export declare const FeaturedAppRight_CancelResult:
228
+ damlTypes.Serializable<FeaturedAppRight_CancelResult> & { readonly keys: FeaturedAppRight_CancelResult[] } & { readonly [e in FeaturedAppRight_CancelResult]: e }
324
229
 
230
+ export declare type FeaturedAppRight_Withdraw = {
231
+ reason: string,
232
+ }
325
233
 
326
- export declare type ValidatorRight_ArchiveAsValidator = {
327
- };
234
+ export declare const FeaturedAppRight_Withdraw:
235
+ damlTypes.Serializable<FeaturedAppRight_Withdraw>
328
236
 
329
- export declare const ValidatorRight_ArchiveAsValidator:
330
- damlTypes.Serializable<ValidatorRight_ArchiveAsValidator> & {
331
- }
332
- ;
237
+ export declare type FeaturedAppRight_WithdrawResult =
238
+ | 'FeaturedAppRight_WithdrawResult'
333
239
 
334
240
 
335
- export declare type ValidatorRight = {
336
- dso: damlTypes.Party;
337
- user: damlTypes.Party;
338
- validator: damlTypes.Party;
339
- };
241
+ export declare const FeaturedAppRight_WithdrawResult:
242
+ damlTypes.Serializable<FeaturedAppRight_WithdrawResult> & { readonly keys: FeaturedAppRight_WithdrawResult[] } & { readonly [e in FeaturedAppRight_WithdrawResult]: e }
340
243
 
341
- export declare interface ValidatorRightInterface {
342
- ValidatorRight_ArchiveAsValidator: damlTypes.Choice<ValidatorRight, ValidatorRight_ArchiveAsValidator, ValidatorRight_ArchiveAsValidatorResult, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<ValidatorRight, undefined>>;
343
- ValidatorRight_ArchiveAsUser: damlTypes.Choice<ValidatorRight, ValidatorRight_ArchiveAsUser, ValidatorRight_ArchiveAsUserResult, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<ValidatorRight, undefined>>;
344
- Archive: damlTypes.Choice<ValidatorRight, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<ValidatorRight, undefined>>;
244
+ export declare type LockedAmulet = {
245
+ amulet: Amulet,
246
+ lock: Splice_Expiry.TimeLock,
345
247
  }
346
- export declare const ValidatorRight:
347
- damlTypes.Template<ValidatorRight, undefined, '#splice-amulet:Splice.Amulet:ValidatorRight'> &
348
- damlTypes.ToInterface<ValidatorRight, never> &
349
- ValidatorRightInterface;
350
248
 
351
- export declare namespace ValidatorRight {
249
+ export declare interface LockedAmuletInterface {
250
+ Archive:
251
+ damlTypes.Choice<LockedAmulet, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
252
+ damlTypes.ChoiceFrom<damlTypes.Template<LockedAmulet, undefined>>;
253
+ LockedAmulet_ExpireAmulet:
254
+ damlTypes.Choice<LockedAmulet, LockedAmulet_ExpireAmulet, LockedAmulet_ExpireAmuletResult, undefined> &
255
+ damlTypes.ChoiceFrom<damlTypes.Template<LockedAmulet, undefined>>;
256
+ LockedAmulet_OwnerExpireLock:
257
+ damlTypes.Choice<LockedAmulet, LockedAmulet_OwnerExpireLock, LockedAmulet_OwnerExpireLockResult, undefined> &
258
+ damlTypes.ChoiceFrom<damlTypes.Template<LockedAmulet, undefined>>;
259
+ LockedAmulet_Unlock:
260
+ damlTypes.Choice<LockedAmulet, LockedAmulet_Unlock, LockedAmulet_UnlockResult, undefined> &
261
+ damlTypes.ChoiceFrom<damlTypes.Template<LockedAmulet, undefined>>;
352
262
  }
353
-
354
-
263
+ export declare const LockedAmulet:
264
+ damlTypes.Template<LockedAmulet, undefined, '#splice-amulet:Splice.Amulet:LockedAmulet'> &
265
+ damlTypes.ToInterface<LockedAmulet, pkg718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b.Splice.Api.Token.HoldingV1.Holding> &
266
+ LockedAmuletInterface
355
267
 
356
268
  export declare type LockedAmulet_ExpireAmulet = {
357
- roundCid: damlTypes.ContractId<Splice_Round.OpenMiningRound>;
358
- };
269
+ roundCid: damlTypes.ContractId<Splice_Round.OpenMiningRound>,
270
+ }
359
271
 
360
272
  export declare const LockedAmulet_ExpireAmulet:
361
- damlTypes.Serializable<LockedAmulet_ExpireAmulet> & {
362
- }
363
- ;
273
+ damlTypes.Serializable<LockedAmulet_ExpireAmulet>
364
274
 
275
+ export declare type LockedAmulet_ExpireAmuletResult = {
276
+ expireSum: AmuletExpireSummary,
277
+ meta: damlTypes.Optional<pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f.Splice.Api.Token.MetadataV1.Metadata>,
278
+ }
279
+
280
+ export declare const LockedAmulet_ExpireAmuletResult:
281
+ damlTypes.Serializable<LockedAmulet_ExpireAmuletResult>
365
282
 
366
283
  export declare type LockedAmulet_OwnerExpireLock = {
367
- openRoundCid: damlTypes.ContractId<Splice_Round.OpenMiningRound>;
368
- };
284
+ openRoundCid: damlTypes.ContractId<Splice_Round.OpenMiningRound>,
285
+ }
369
286
 
370
287
  export declare const LockedAmulet_OwnerExpireLock:
371
- damlTypes.Serializable<LockedAmulet_OwnerExpireLock> & {
372
- }
373
- ;
288
+ damlTypes.Serializable<LockedAmulet_OwnerExpireLock>
374
289
 
290
+ export declare type LockedAmulet_OwnerExpireLockResult = {
291
+ amuletSum: AmuletCreateSummary<damlTypes.ContractId<Amulet>>,
292
+ meta: damlTypes.Optional<pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f.Splice.Api.Token.MetadataV1.Metadata>,
293
+ }
294
+
295
+ export declare const LockedAmulet_OwnerExpireLockResult:
296
+ damlTypes.Serializable<LockedAmulet_OwnerExpireLockResult>
375
297
 
376
298
  export declare type LockedAmulet_Unlock = {
377
- openRoundCid: damlTypes.ContractId<Splice_Round.OpenMiningRound>;
378
- };
299
+ openRoundCid: damlTypes.ContractId<Splice_Round.OpenMiningRound>,
300
+ }
379
301
 
380
302
  export declare const LockedAmulet_Unlock:
381
- damlTypes.Serializable<LockedAmulet_Unlock> & {
382
- }
383
- ;
303
+ damlTypes.Serializable<LockedAmulet_Unlock>
384
304
 
305
+ export declare type LockedAmulet_UnlockResult = {
306
+ amuletSum: AmuletCreateSummary<damlTypes.ContractId<Amulet>>,
307
+ meta: damlTypes.Optional<pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f.Splice.Api.Token.MetadataV1.Metadata>,
308
+ }
385
309
 
386
- export declare type LockedAmulet = {
387
- amulet: Amulet;
388
- lock: Splice_Expiry.TimeLock;
389
- };
310
+ export declare const LockedAmulet_UnlockResult:
311
+ damlTypes.Serializable<LockedAmulet_UnlockResult>
390
312
 
391
- export declare interface LockedAmuletInterface {
392
- LockedAmulet_Unlock: damlTypes.Choice<LockedAmulet, LockedAmulet_Unlock, LockedAmulet_UnlockResult, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<LockedAmulet, undefined>>;
393
- LockedAmulet_OwnerExpireLock: damlTypes.Choice<LockedAmulet, LockedAmulet_OwnerExpireLock, LockedAmulet_OwnerExpireLockResult, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<LockedAmulet, undefined>>;
394
- LockedAmulet_ExpireAmulet: damlTypes.Choice<LockedAmulet, LockedAmulet_ExpireAmulet, LockedAmulet_ExpireAmuletResult, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<LockedAmulet, undefined>>;
395
- Archive: damlTypes.Choice<LockedAmulet, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<LockedAmulet, undefined>>;
313
+ export declare type SvRewardCoupon = {
314
+ dso: damlTypes.Party,
315
+ sv: damlTypes.Party,
316
+ beneficiary: damlTypes.Party,
317
+ round: Splice_Types.Round,
318
+ weight: damlTypes.Int,
396
319
  }
397
- export declare const LockedAmulet:
398
- damlTypes.Template<LockedAmulet, undefined, '#splice-amulet:Splice.Amulet:LockedAmulet'> &
399
- damlTypes.ToInterface<LockedAmulet, pkg718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b.Splice.Api.Token.HoldingV1.Holding> &
400
- LockedAmuletInterface;
401
320
 
402
- export declare namespace LockedAmulet {
321
+ export declare interface SvRewardCouponInterface {
322
+ Archive:
323
+ damlTypes.Choice<SvRewardCoupon, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
324
+ damlTypes.ChoiceFrom<damlTypes.Template<SvRewardCoupon, undefined>>;
325
+ SvRewardCoupon_ArchiveAsBeneficiary:
326
+ damlTypes.Choice<SvRewardCoupon, SvRewardCoupon_ArchiveAsBeneficiary, SvRewardCoupon_ArchiveAsBeneficiaryResult, undefined> &
327
+ damlTypes.ChoiceFrom<damlTypes.Template<SvRewardCoupon, undefined>>;
328
+ SvRewardCoupon_DsoExpire:
329
+ damlTypes.Choice<SvRewardCoupon, SvRewardCoupon_DsoExpire, SvRewardCoupon_DsoExpireResult, undefined> &
330
+ damlTypes.ChoiceFrom<damlTypes.Template<SvRewardCoupon, undefined>>;
403
331
  }
332
+ export declare const SvRewardCoupon:
333
+ damlTypes.Template<SvRewardCoupon, undefined, '#splice-amulet:Splice.Amulet:SvRewardCoupon'> &
334
+ damlTypes.ToInterface<SvRewardCoupon, never> &
335
+ SvRewardCouponInterface
404
336
 
337
+ export declare type SvRewardCoupon_ArchiveAsBeneficiary = {
338
+ }
405
339
 
340
+ export declare const SvRewardCoupon_ArchiveAsBeneficiary:
341
+ damlTypes.Serializable<SvRewardCoupon_ArchiveAsBeneficiary>
406
342
 
407
- export declare type Amulet_Expire = {
408
- roundCid: damlTypes.ContractId<Splice_Round.OpenMiningRound>;
409
- };
410
-
411
- export declare const Amulet_Expire:
412
- damlTypes.Serializable<Amulet_Expire> & {
413
- }
414
- ;
415
-
343
+ export declare type SvRewardCoupon_ArchiveAsBeneficiaryResult =
344
+ | 'SvRewardCoupon_ArchiveAsBeneficiaryResult'
416
345
 
417
- export declare type Amulet = {
418
- dso: damlTypes.Party;
419
- owner: damlTypes.Party;
420
- amount: Splice_Fees.ExpiringAmount;
421
- };
422
346
 
423
- export declare interface AmuletInterface {
424
- Amulet_Expire: damlTypes.Choice<Amulet, Amulet_Expire, Amulet_ExpireResult, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<Amulet, undefined>>;
425
- Archive: damlTypes.Choice<Amulet, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<Amulet, undefined>>;
426
- }
427
- export declare const Amulet:
428
- damlTypes.Template<Amulet, undefined, '#splice-amulet:Splice.Amulet:Amulet'> &
429
- damlTypes.ToInterface<Amulet, pkg718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b.Splice.Api.Token.HoldingV1.Holding> &
430
- AmuletInterface;
347
+ export declare const SvRewardCoupon_ArchiveAsBeneficiaryResult:
348
+ damlTypes.Serializable<SvRewardCoupon_ArchiveAsBeneficiaryResult> & { readonly keys: SvRewardCoupon_ArchiveAsBeneficiaryResult[] } & { readonly [e in SvRewardCoupon_ArchiveAsBeneficiaryResult]: e }
431
349
 
432
- export declare namespace Amulet {
350
+ export declare type SvRewardCoupon_DsoExpire = {
351
+ closedRoundCid: damlTypes.ContractId<Splice_Round.ClosedMiningRound>,
433
352
  }
434
353
 
354
+ export declare const SvRewardCoupon_DsoExpire:
355
+ damlTypes.Serializable<SvRewardCoupon_DsoExpire>
435
356
 
357
+ export declare type SvRewardCoupon_DsoExpireResult = {
358
+ weight: damlTypes.Int,
359
+ }
436
360
 
437
- export declare type DevelopmentFundCoupon_DsoExpireResult = {
438
- unclaimedDevelopmentFundCouponCid: damlTypes.ContractId<UnclaimedDevelopmentFundCoupon>;
439
- };
440
-
441
- export declare const DevelopmentFundCoupon_DsoExpireResult:
442
- damlTypes.Serializable<DevelopmentFundCoupon_DsoExpireResult> & {
443
- }
444
- ;
361
+ export declare const SvRewardCoupon_DsoExpireResult:
362
+ damlTypes.Serializable<SvRewardCoupon_DsoExpireResult>
445
363
 
364
+ export declare type UnclaimedActivityRecord = {
365
+ dso: damlTypes.Party,
366
+ beneficiary: damlTypes.Party,
367
+ amount: damlTypes.Numeric,
368
+ reason: string,
369
+ expiresAt: damlTypes.Time,
370
+ }
446
371
 
447
- export declare type DevelopmentFundCoupon_RejectResult = {
448
- unclaimedDevelopmentFundCouponCid: damlTypes.ContractId<UnclaimedDevelopmentFundCoupon>;
449
- };
372
+ export declare interface UnclaimedActivityRecordInterface {
373
+ Archive:
374
+ damlTypes.Choice<UnclaimedActivityRecord, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
375
+ damlTypes.ChoiceFrom<damlTypes.Template<UnclaimedActivityRecord, undefined>>;
376
+ UnclaimedActivityRecord_DsoExpire:
377
+ damlTypes.Choice<UnclaimedActivityRecord, UnclaimedActivityRecord_DsoExpire, UnclaimedActivityRecord_DsoExpireResult, undefined> &
378
+ damlTypes.ChoiceFrom<damlTypes.Template<UnclaimedActivityRecord, undefined>>;
379
+ }
380
+ export declare const UnclaimedActivityRecord:
381
+ damlTypes.Template<UnclaimedActivityRecord, undefined, '#splice-amulet:Splice.Amulet:UnclaimedActivityRecord'> &
382
+ damlTypes.ToInterface<UnclaimedActivityRecord, never> &
383
+ UnclaimedActivityRecordInterface
450
384
 
451
- export declare const DevelopmentFundCoupon_RejectResult:
452
- damlTypes.Serializable<DevelopmentFundCoupon_RejectResult> & {
453
- }
454
- ;
385
+ export declare type UnclaimedActivityRecord_ArchiveAsBeneficiaryResult =
386
+ | 'UnclaimedActivityRecord_ArchiveAsBeneficiaryResult'
455
387
 
456
388
 
457
- export declare type DevelopmentFundCoupon_WithdrawResult = {
458
- unclaimedDevelopmentFundCouponCid: damlTypes.ContractId<UnclaimedDevelopmentFundCoupon>;
459
- };
389
+ export declare const UnclaimedActivityRecord_ArchiveAsBeneficiaryResult:
390
+ damlTypes.Serializable<UnclaimedActivityRecord_ArchiveAsBeneficiaryResult> & { readonly keys: UnclaimedActivityRecord_ArchiveAsBeneficiaryResult[] } & { readonly [e in UnclaimedActivityRecord_ArchiveAsBeneficiaryResult]: e }
460
391
 
461
- export declare const DevelopmentFundCoupon_WithdrawResult:
462
- damlTypes.Serializable<DevelopmentFundCoupon_WithdrawResult> & {
463
- }
464
- ;
392
+ export declare type UnclaimedActivityRecord_DsoExpire = {
393
+ }
465
394
 
395
+ export declare const UnclaimedActivityRecord_DsoExpire:
396
+ damlTypes.Serializable<UnclaimedActivityRecord_DsoExpire>
466
397
 
467
398
  export declare type UnclaimedActivityRecord_DsoExpireResult = {
468
- unclaimedRewardCid: damlTypes.ContractId<UnclaimedReward>;
469
- };
399
+ unclaimedRewardCid: damlTypes.ContractId<UnclaimedReward>,
400
+ }
470
401
 
471
402
  export declare const UnclaimedActivityRecord_DsoExpireResult:
472
- damlTypes.Serializable<UnclaimedActivityRecord_DsoExpireResult> & {
473
- }
474
- ;
475
-
403
+ damlTypes.Serializable<UnclaimedActivityRecord_DsoExpireResult>
476
404
 
477
- export declare type UnclaimedActivityRecord_ArchiveAsBeneficiaryResult =
478
- | 'UnclaimedActivityRecord_ArchiveAsBeneficiaryResult'
479
- ;
480
-
481
- export declare const UnclaimedActivityRecord_ArchiveAsBeneficiaryResult:
482
- damlTypes.Serializable<UnclaimedActivityRecord_ArchiveAsBeneficiaryResult> & {
483
- }
484
- & { readonly keys: UnclaimedActivityRecord_ArchiveAsBeneficiaryResult[] } & { readonly [e in UnclaimedActivityRecord_ArchiveAsBeneficiaryResult]: e }
485
- ;
405
+ export declare type UnclaimedDevelopmentFundCoupon = {
406
+ dso: damlTypes.Party,
407
+ amount: damlTypes.Numeric,
408
+ }
486
409
 
410
+ export declare interface UnclaimedDevelopmentFundCouponInterface {
411
+ Archive:
412
+ damlTypes.Choice<UnclaimedDevelopmentFundCoupon, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
413
+ damlTypes.ChoiceFrom<damlTypes.Template<UnclaimedDevelopmentFundCoupon, undefined>>;
414
+ }
415
+ export declare const UnclaimedDevelopmentFundCoupon:
416
+ damlTypes.Template<UnclaimedDevelopmentFundCoupon, undefined, '#splice-amulet:Splice.Amulet:UnclaimedDevelopmentFundCoupon'> &
417
+ damlTypes.ToInterface<UnclaimedDevelopmentFundCoupon, never> &
418
+ UnclaimedDevelopmentFundCouponInterface
487
419
 
488
- export declare type SvRewardCoupon_ArchiveAsBeneficiaryResult =
489
- | 'SvRewardCoupon_ArchiveAsBeneficiaryResult'
490
- ;
420
+ export declare type UnclaimedReward = {
421
+ dso: damlTypes.Party,
422
+ amount: damlTypes.Numeric,
423
+ }
491
424
 
492
- export declare const SvRewardCoupon_ArchiveAsBeneficiaryResult:
493
- damlTypes.Serializable<SvRewardCoupon_ArchiveAsBeneficiaryResult> & {
494
- }
495
- & { readonly keys: SvRewardCoupon_ArchiveAsBeneficiaryResult[] } & { readonly [e in SvRewardCoupon_ArchiveAsBeneficiaryResult]: e }
496
- ;
425
+ export declare interface UnclaimedRewardInterface {
426
+ Archive:
427
+ damlTypes.Choice<UnclaimedReward, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
428
+ damlTypes.ChoiceFrom<damlTypes.Template<UnclaimedReward, undefined>>;
429
+ }
430
+ export declare const UnclaimedReward:
431
+ damlTypes.Template<UnclaimedReward, undefined, '#splice-amulet:Splice.Amulet:UnclaimedReward'> &
432
+ damlTypes.ToInterface<UnclaimedReward, never> &
433
+ UnclaimedRewardInterface
497
434
 
435
+ export declare type ValidatorRewardCoupon = {
436
+ dso: damlTypes.Party,
437
+ user: damlTypes.Party,
438
+ amount: damlTypes.Numeric,
439
+ round: Splice_Types.Round,
440
+ }
498
441
 
499
- export declare type SvRewardCoupon_DsoExpireResult = {
500
- weight: damlTypes.Int;
501
- };
442
+ export declare interface ValidatorRewardCouponInterface {
443
+ Archive:
444
+ damlTypes.Choice<ValidatorRewardCoupon, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
445
+ damlTypes.ChoiceFrom<damlTypes.Template<ValidatorRewardCoupon, undefined>>;
446
+ ValidatorRewardCoupon_ArchiveAsValidator:
447
+ damlTypes.Choice<ValidatorRewardCoupon, ValidatorRewardCoupon_ArchiveAsValidator, ValidatorRewardCoupon_ArchiveAsValidatorResult, undefined> &
448
+ damlTypes.ChoiceFrom<damlTypes.Template<ValidatorRewardCoupon, undefined>>;
449
+ ValidatorRewardCoupon_DsoExpire:
450
+ damlTypes.Choice<ValidatorRewardCoupon, ValidatorRewardCoupon_DsoExpire, ValidatorRewardCoupon_DsoExpireResult, undefined> &
451
+ damlTypes.ChoiceFrom<damlTypes.Template<ValidatorRewardCoupon, undefined>>;
452
+ }
453
+ export declare const ValidatorRewardCoupon:
454
+ damlTypes.Template<ValidatorRewardCoupon, undefined, '#splice-amulet:Splice.Amulet:ValidatorRewardCoupon'> &
455
+ damlTypes.ToInterface<ValidatorRewardCoupon, never> &
456
+ ValidatorRewardCouponInterface
502
457
 
503
- export declare const SvRewardCoupon_DsoExpireResult:
504
- damlTypes.Serializable<SvRewardCoupon_DsoExpireResult> & {
505
- }
506
- ;
458
+ export declare type ValidatorRewardCoupon_ArchiveAsValidator = {
459
+ validator: damlTypes.Party,
460
+ rightCid: damlTypes.ContractId<ValidatorRight>,
461
+ }
507
462
 
463
+ export declare const ValidatorRewardCoupon_ArchiveAsValidator:
464
+ damlTypes.Serializable<ValidatorRewardCoupon_ArchiveAsValidator>
508
465
 
509
466
  export declare type ValidatorRewardCoupon_ArchiveAsValidatorResult = {
510
- };
467
+ }
511
468
 
512
469
  export declare const ValidatorRewardCoupon_ArchiveAsValidatorResult:
513
- damlTypes.Serializable<ValidatorRewardCoupon_ArchiveAsValidatorResult> & {
514
- }
515
- ;
470
+ damlTypes.Serializable<ValidatorRewardCoupon_ArchiveAsValidatorResult>
471
+
472
+ export declare type ValidatorRewardCoupon_DsoExpire = {
473
+ closedRoundCid: damlTypes.ContractId<Splice_Round.ClosedMiningRound>,
474
+ }
516
475
 
476
+ export declare const ValidatorRewardCoupon_DsoExpire:
477
+ damlTypes.Serializable<ValidatorRewardCoupon_DsoExpire>
517
478
 
518
479
  export declare type ValidatorRewardCoupon_DsoExpireResult = {
519
- amount: damlTypes.Numeric;
520
- };
480
+ amount: damlTypes.Numeric,
481
+ }
521
482
 
522
483
  export declare const ValidatorRewardCoupon_DsoExpireResult:
523
- damlTypes.Serializable<ValidatorRewardCoupon_DsoExpireResult> & {
524
- }
525
- ;
526
-
527
-
528
- export declare type AppRewardCoupon_DsoExpireResult = {
529
- featured: boolean;
530
- amount: damlTypes.Numeric;
531
- };
532
-
533
- export declare const AppRewardCoupon_DsoExpireResult:
534
- damlTypes.Serializable<AppRewardCoupon_DsoExpireResult> & {
535
- }
536
- ;
537
-
538
-
539
- export declare type FeaturedAppRight_CancelResult =
540
- | 'FeaturedAppRight_CancelResult'
541
- ;
542
-
543
- export declare const FeaturedAppRight_CancelResult:
544
- damlTypes.Serializable<FeaturedAppRight_CancelResult> & {
545
- }
546
- & { readonly keys: FeaturedAppRight_CancelResult[] } & { readonly [e in FeaturedAppRight_CancelResult]: e }
547
- ;
484
+ damlTypes.Serializable<ValidatorRewardCoupon_DsoExpireResult>
548
485
 
486
+ export declare type ValidatorRight = {
487
+ dso: damlTypes.Party,
488
+ user: damlTypes.Party,
489
+ validator: damlTypes.Party,
490
+ }
549
491
 
550
- export declare type FeaturedAppRight_WithdrawResult =
551
- | 'FeaturedAppRight_WithdrawResult'
552
- ;
492
+ export declare interface ValidatorRightInterface {
493
+ Archive:
494
+ damlTypes.Choice<ValidatorRight, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
495
+ damlTypes.ChoiceFrom<damlTypes.Template<ValidatorRight, undefined>>;
496
+ ValidatorRight_ArchiveAsUser:
497
+ damlTypes.Choice<ValidatorRight, ValidatorRight_ArchiveAsUser, ValidatorRight_ArchiveAsUserResult, undefined> &
498
+ damlTypes.ChoiceFrom<damlTypes.Template<ValidatorRight, undefined>>;
499
+ ValidatorRight_ArchiveAsValidator:
500
+ damlTypes.Choice<ValidatorRight, ValidatorRight_ArchiveAsValidator, ValidatorRight_ArchiveAsValidatorResult, undefined> &
501
+ damlTypes.ChoiceFrom<damlTypes.Template<ValidatorRight, undefined>>;
502
+ }
503
+ export declare const ValidatorRight:
504
+ damlTypes.Template<ValidatorRight, undefined, '#splice-amulet:Splice.Amulet:ValidatorRight'> &
505
+ damlTypes.ToInterface<ValidatorRight, never> &
506
+ ValidatorRightInterface
553
507
 
554
- export declare const FeaturedAppRight_WithdrawResult:
555
- damlTypes.Serializable<FeaturedAppRight_WithdrawResult> & {
556
- }
557
- & { readonly keys: FeaturedAppRight_WithdrawResult[] } & { readonly [e in FeaturedAppRight_WithdrawResult]: e }
558
- ;
508
+ export declare type ValidatorRight_ArchiveAsUser = {
509
+ }
559
510
 
511
+ export declare const ValidatorRight_ArchiveAsUser:
512
+ damlTypes.Serializable<ValidatorRight_ArchiveAsUser>
560
513
 
561
514
  export declare type ValidatorRight_ArchiveAsUserResult =
562
515
  | 'ValidatorRight_ArchiveAsUserResult'
563
- ;
516
+
564
517
 
565
518
  export declare const ValidatorRight_ArchiveAsUserResult:
566
- damlTypes.Serializable<ValidatorRight_ArchiveAsUserResult> & {
567
- }
568
- & { readonly keys: ValidatorRight_ArchiveAsUserResult[] } & { readonly [e in ValidatorRight_ArchiveAsUserResult]: e }
569
- ;
519
+ damlTypes.Serializable<ValidatorRight_ArchiveAsUserResult> & { readonly keys: ValidatorRight_ArchiveAsUserResult[] } & { readonly [e in ValidatorRight_ArchiveAsUserResult]: e }
570
520
 
521
+ export declare type ValidatorRight_ArchiveAsValidator = {
522
+ }
523
+
524
+ export declare const ValidatorRight_ArchiveAsValidator:
525
+ damlTypes.Serializable<ValidatorRight_ArchiveAsValidator>
571
526
 
572
527
  export declare type ValidatorRight_ArchiveAsValidatorResult =
573
528
  | 'ValidatorRight_ArchiveAsValidatorResult'
574
- ;
575
-
576
- export declare const ValidatorRight_ArchiveAsValidatorResult:
577
- damlTypes.Serializable<ValidatorRight_ArchiveAsValidatorResult> & {
578
- }
579
- & { readonly keys: ValidatorRight_ArchiveAsValidatorResult[] } & { readonly [e in ValidatorRight_ArchiveAsValidatorResult]: e }
580
- ;
581
-
582
-
583
- export declare type LockedAmulet_ExpireAmuletResult = {
584
- expireSum: AmuletExpireSummary;
585
- meta: damlTypes.Optional<pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f.Splice.Api.Token.MetadataV1.Metadata>;
586
- };
587
-
588
- export declare const LockedAmulet_ExpireAmuletResult:
589
- damlTypes.Serializable<LockedAmulet_ExpireAmuletResult> & {
590
- }
591
- ;
592
-
593
-
594
- export declare type LockedAmulet_OwnerExpireLockResult = {
595
- amuletSum: AmuletCreateSummary<damlTypes.ContractId<Amulet>>;
596
- meta: damlTypes.Optional<pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f.Splice.Api.Token.MetadataV1.Metadata>;
597
- };
598
529
 
599
- export declare const LockedAmulet_OwnerExpireLockResult:
600
- damlTypes.Serializable<LockedAmulet_OwnerExpireLockResult> & {
601
- }
602
- ;
603
-
604
-
605
- export declare type LockedAmulet_UnlockResult = {
606
- amuletSum: AmuletCreateSummary<damlTypes.ContractId<Amulet>>;
607
- meta: damlTypes.Optional<pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f.Splice.Api.Token.MetadataV1.Metadata>;
608
- };
609
-
610
- export declare const LockedAmulet_UnlockResult:
611
- damlTypes.Serializable<LockedAmulet_UnlockResult> & {
612
- }
613
- ;
614
-
615
-
616
- export declare type Amulet_ExpireResult = {
617
- expireSum: AmuletExpireSummary;
618
- meta: damlTypes.Optional<pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f.Splice.Api.Token.MetadataV1.Metadata>;
619
- };
620
-
621
- export declare const Amulet_ExpireResult:
622
- damlTypes.Serializable<Amulet_ExpireResult> & {
623
- }
624
- ;
625
-
626
-
627
- export declare type AmuletCreateSummary<amuletContractId> = {
628
- amulet: amuletContractId;
629
- amuletPrice: damlTypes.Numeric;
630
- round: Splice_Types.Round;
631
- };
632
-
633
- export declare const AmuletCreateSummary :
634
- (<amuletContractId>(amuletContractId: damlTypes.Serializable<amuletContractId>) => damlTypes.Serializable<AmuletCreateSummary<amuletContractId>>) & {
635
- };
636
-
637
-
638
- export declare type AmuletExpireSummary = {
639
- owner: damlTypes.Party;
640
- round: Splice_Types.Round;
641
- changeToInitialAmountAsOfRoundZero: damlTypes.Numeric;
642
- changeToHoldingFeesRate: damlTypes.Numeric;
643
- };
644
-
645
- export declare const AmuletExpireSummary:
646
- damlTypes.Serializable<AmuletExpireSummary> & {
647
- }
648
- ;
649
530
 
531
+ export declare const ValidatorRight_ArchiveAsValidatorResult:
532
+ damlTypes.Serializable<ValidatorRight_ArchiveAsValidatorResult> & { readonly keys: ValidatorRight_ArchiveAsValidatorResult[] } & { readonly [e in ValidatorRight_ArchiveAsValidatorResult]: e }