@fairmint/open-captable-protocol-daml-js 0.2.12 → 0.2.14

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