@fairmint/open-captable-protocol-daml-js 0.2.128 → 0.2.130
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.
- package/lib/CantonPayments/Airdrop/Airdrop/module.d.ts +0 -6
- package/lib/CantonPayments/Airdrop/Airdrop/module.js +2 -3
- package/lib/CantonPayments/Airdrop/AirdropFactory/module.d.ts +1 -6
- package/lib/CantonPayments/Airdrop/AirdropFactory/module.js +4 -4
- package/lib/CantonPayments/Airdrop/PersonalAirdrop/module.d.ts +1 -6
- package/lib/CantonPayments/Airdrop/PersonalAirdrop/module.js +4 -4
- package/lib/CantonPayments/Airdrop/SimpleAirdrop/module.d.ts +0 -6
- package/lib/CantonPayments/Airdrop/SimpleAirdrop/module.js +2 -3
- package/lib/CantonPayments/PaymentStream/ActivePaymentStream/module.d.ts +0 -10
- package/lib/CantonPayments/PaymentStream/ActivePaymentStream/module.js +4 -4
- package/lib/CantonPayments/PaymentStream/PartyMigrationProposal/module.d.ts +0 -6
- package/lib/CantonPayments/PaymentStream/PartyMigrationProposal/module.js +2 -3
- package/lib/CantonPayments/PaymentStream/PaymentStreamFactory/module.d.ts +0 -6
- package/lib/CantonPayments/PaymentStream/PaymentStreamFactory/module.js +2 -3
- package/lib/CantonPayments/PaymentStream/ProposedPaymentStream/module.d.ts +0 -6
- package/lib/CantonPayments/PaymentStream/ProposedPaymentStream/module.js +2 -3
- package/lib/CantonPayments/PaymentStream/Types/ActivePaymentStreamData/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/ActivePaymentStreamData/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/Approvals/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/Approvals/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/LockFundsInput/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/LockFundsInput/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PartyRole/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PartyRole/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentContext/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentContext/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentResult/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentResult/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStream/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStream/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamAmount/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamAmount/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamChanges/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamChanges/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamProposal/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamProposal/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamProposalChanges/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamProposalChanges/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamStats/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamStats/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamTime/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamTime/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/ProcessFreeTrialResult/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/ProcessFreeTrialResult/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/ProcessorContext/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/ProcessorContext/module.js +0 -2
- package/lib/DA/Internal/Template/module.d.ts +0 -2
- package/lib/DA/Internal/Template/module.js +0 -2
- package/lib/DA/Set/Types/module.d.ts +0 -2
- package/lib/DA/Set/Types/module.js +0 -2
- package/lib/DA/Time/Types/module.d.ts +0 -2
- package/lib/DA/Time/Types/module.js +0 -2
- package/lib/DA/Types/module.d.ts +0 -2
- package/lib/DA/Types/module.js +0 -2
- package/lib/Fairmint/OpenCapTable/CapTable/module.d.ts +438 -0
- package/lib/Fairmint/OpenCapTable/CapTable/module.js +481 -0
- package/lib/Fairmint/OpenCapTable/IssuerAuthorization/module.d.ts +10 -15
- package/lib/Fairmint/OpenCapTable/IssuerAuthorization/module.js +17 -17
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleAcceptance/module.d.ts +41 -0
- package/lib/Fairmint/OpenCapTable/{ConvertibleAcceptance → OCF/ConvertibleAcceptance}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleCancellation/module.d.ts +45 -0
- package/lib/Fairmint/OpenCapTable/{ConvertibleCancellation → OCF/ConvertibleCancellation}/module.js +12 -31
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleConversion/module.d.ts +48 -0
- package/lib/Fairmint/OpenCapTable/{ConvertibleConversion → OCF/ConvertibleConversion}/module.js +12 -31
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleIssuance/module.d.ts +71 -0
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleIssuance/module.js +93 -0
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleRetraction/module.d.ts +42 -0
- package/lib/Fairmint/OpenCapTable/{ConvertibleRetraction → OCF/ConvertibleRetraction}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleTransfer/module.d.ts +46 -0
- package/lib/Fairmint/OpenCapTable/{ConvertibleTransfer → OCF/ConvertibleTransfer}/module.js +12 -31
- package/lib/Fairmint/OpenCapTable/{Document → OCF/Document}/module.d.ts +9 -25
- package/lib/Fairmint/OpenCapTable/{Document → OCF/Document}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationAcceptance/module.d.ts +41 -0
- package/lib/Fairmint/OpenCapTable/{EquityCompensationAcceptance → OCF/EquityCompensationAcceptance}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationCancellation/module.d.ts +44 -0
- package/lib/Fairmint/OpenCapTable/{EquityCompensationCancellation → OCF/EquityCompensationCancellation}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationExercise/module.d.ts +44 -0
- package/lib/Fairmint/OpenCapTable/{EquityCompensationExercise → OCF/EquityCompensationExercise}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationIssuance/module.d.ts +61 -0
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationIssuance/module.js +81 -0
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRelease/module.d.ts +47 -0
- package/lib/Fairmint/OpenCapTable/{EquityCompensationRelease → OCF/EquityCompensationRelease}/module.js +12 -31
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRepricing/module.d.ts +43 -0
- package/lib/Fairmint/OpenCapTable/{EquityCompensationRepricing → OCF/EquityCompensationRepricing}/module.js +12 -31
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRetraction/module.d.ts +42 -0
- package/lib/Fairmint/OpenCapTable/{EquityCompensationRetraction → OCF/EquityCompensationRetraction}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationTransfer/module.d.ts +45 -0
- package/lib/Fairmint/OpenCapTable/{EquityCompensationTransfer → OCF/EquityCompensationTransfer}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/Issuer/module.d.ts +53 -0
- package/lib/Fairmint/OpenCapTable/OCF/Issuer/module.js +73 -0
- package/lib/Fairmint/OpenCapTable/OCF/IssuerAuthorizedSharesAdjustment/module.d.ts +44 -0
- package/lib/Fairmint/OpenCapTable/{IssuerAuthorizedSharesAdjustment → OCF/IssuerAuthorizedSharesAdjustment}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/{Stakeholder → OCF/Stakeholder}/module.d.ts +19 -32
- package/lib/Fairmint/OpenCapTable/{Stakeholder → OCF/Stakeholder}/module.js +22 -39
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderRelationshipChangeEvent/module.d.ts +44 -0
- package/lib/Fairmint/OpenCapTable/{StakeholderRelationshipChangeEvent → OCF/StakeholderRelationshipChangeEvent}/module.js +13 -32
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderStatusChangeEvent/module.d.ts +43 -0
- package/lib/Fairmint/OpenCapTable/{StakeholderStatusChangeEvent → OCF/StakeholderStatusChangeEvent}/module.js +12 -32
- package/lib/Fairmint/OpenCapTable/OCF/StockAcceptance/module.d.ts +41 -0
- package/lib/Fairmint/OpenCapTable/{StockAcceptance → OCF/StockAcceptance}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/StockCancellation/module.d.ts +44 -0
- package/lib/Fairmint/OpenCapTable/{StockCancellation → OCF/StockCancellation}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/StockClass/module.d.ts +55 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockClass/module.js +75 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockClassAuthorizedSharesAdjustment/module.d.ts +44 -0
- package/lib/Fairmint/OpenCapTable/{StockClassAuthorizedSharesAdjustment → OCF/StockClassAuthorizedSharesAdjustment}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/StockClassConversionRatioAdjustment/module.d.ts +43 -0
- package/lib/Fairmint/OpenCapTable/{StockClassConversionRatioAdjustment → OCF/StockClassConversionRatioAdjustment}/module.js +12 -31
- package/lib/Fairmint/OpenCapTable/OCF/StockClassSplit/module.d.ts +43 -0
- package/lib/Fairmint/OpenCapTable/{StockClassSplit → OCF/StockClassSplit}/module.js +12 -31
- package/lib/Fairmint/OpenCapTable/OCF/StockConsolidation/module.d.ts +43 -0
- package/lib/Fairmint/OpenCapTable/{StockConsolidation → OCF/StockConsolidation}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/StockConversion/module.d.ts +44 -0
- package/lib/Fairmint/OpenCapTable/{StockConversion → OCF/StockConversion}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/StockIssuance/module.d.ts +72 -0
- package/lib/Fairmint/OpenCapTable/{StockIssuance → OCF/StockIssuance}/module.js +18 -35
- package/lib/Fairmint/OpenCapTable/OCF/StockLegendTemplate/module.d.ts +41 -0
- package/lib/Fairmint/OpenCapTable/{StockLegendTemplate → OCF/StockLegendTemplate}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/{StockPlan → OCF/StockPlan}/module.d.ts +9 -25
- package/lib/Fairmint/OpenCapTable/{StockPlan → OCF/StockPlan}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanPoolAdjustment/module.d.ts +44 -0
- package/lib/Fairmint/OpenCapTable/{StockPlanPoolAdjustment → OCF/StockPlanPoolAdjustment}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanReturnToPool/module.d.ts +44 -0
- package/lib/Fairmint/OpenCapTable/{StockPlanReturnToPool → OCF/StockPlanReturnToPool}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/StockReissuance/module.d.ts +44 -0
- package/lib/Fairmint/OpenCapTable/{StockReissuance → OCF/StockReissuance}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/StockRepurchase/module.d.ts +46 -0
- package/lib/Fairmint/OpenCapTable/{StockRepurchase → OCF/StockRepurchase}/module.js +12 -31
- package/lib/Fairmint/OpenCapTable/OCF/StockRetraction/module.d.ts +42 -0
- package/lib/Fairmint/OpenCapTable/{StockRetraction → OCF/StockRetraction}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/StockTransfer/module.d.ts +45 -0
- package/lib/Fairmint/OpenCapTable/{StockTransfer → OCF/StockTransfer}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/Valuation/module.d.ts +58 -0
- package/lib/Fairmint/OpenCapTable/{Valuation → OCF/Valuation}/module.js +12 -31
- package/lib/Fairmint/OpenCapTable/OCF/VestingAcceleration/module.d.ts +43 -0
- package/lib/Fairmint/OpenCapTable/{VestingAcceleration → OCF/VestingAcceleration}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/VestingEvent/module.d.ts +42 -0
- package/lib/Fairmint/OpenCapTable/{VestingEvent → OCF/VestingEvent}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/VestingStart/module.d.ts +42 -0
- package/lib/Fairmint/OpenCapTable/{VestingStart → OCF/VestingStart}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/{VestingTerms → OCF/VestingTerms}/module.d.ts +9 -25
- package/lib/Fairmint/OpenCapTable/{VestingTerms → OCF/VestingTerms}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/WarrantAcceptance/module.d.ts +41 -0
- package/lib/Fairmint/OpenCapTable/{WarrantAcceptance → OCF/WarrantAcceptance}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/WarrantCancellation/module.d.ts +44 -0
- package/lib/Fairmint/OpenCapTable/{WarrantCancellation → OCF/WarrantCancellation}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/WarrantExercise/module.d.ts +45 -0
- package/lib/Fairmint/OpenCapTable/{WarrantExercise → OCF/WarrantExercise}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/WarrantIssuance/module.d.ts +59 -0
- package/lib/Fairmint/OpenCapTable/OCF/WarrantIssuance/module.js +79 -0
- package/lib/Fairmint/OpenCapTable/OCF/WarrantRetraction/module.d.ts +42 -0
- package/lib/Fairmint/OpenCapTable/{WarrantRetraction → OCF/WarrantRetraction}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/index.d.ts +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/index.js +8 -0
- package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/module.d.ts +45 -0
- package/lib/Fairmint/OpenCapTable/{WarrantTransfer → OCF/WarrantTransfer}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/index.d.ts +96 -0
- package/lib/Fairmint/OpenCapTable/OCF/index.js +103 -0
- package/lib/Fairmint/OpenCapTable/OcpFactory/module.d.ts +1 -9
- package/lib/Fairmint/OpenCapTable/OcpFactory/module.js +4 -7
- package/lib/Fairmint/OpenCapTable/Types/Contact/index.d.ts +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Contact/index.js +8 -0
- package/lib/Fairmint/OpenCapTable/Types/Contact/module.d.ts +55 -0
- package/lib/Fairmint/OpenCapTable/Types/Contact/module.js +60 -0
- package/lib/Fairmint/OpenCapTable/Types/Conversion/index.d.ts +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Conversion/index.js +8 -0
- package/lib/Fairmint/OpenCapTable/Types/{module.d.ts → Conversion/module.d.ts} +87 -426
- package/lib/Fairmint/OpenCapTable/Types/{module.js → Conversion/module.js} +92 -437
- package/lib/Fairmint/OpenCapTable/Types/Core/index.d.ts +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Core/index.js +8 -0
- package/lib/Fairmint/OpenCapTable/Types/Core/module.d.ts +28 -0
- package/lib/Fairmint/OpenCapTable/Types/Core/module.js +37 -0
- package/lib/Fairmint/OpenCapTable/Types/Monetary/index.d.ts +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Monetary/index.js +8 -0
- package/lib/Fairmint/OpenCapTable/Types/Monetary/module.d.ts +56 -0
- package/lib/Fairmint/OpenCapTable/Types/Monetary/module.js +65 -0
- package/lib/Fairmint/OpenCapTable/Types/Stakeholder/index.d.ts +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Stakeholder/index.js +8 -0
- package/lib/Fairmint/OpenCapTable/Types/Stakeholder/module.d.ts +29 -0
- package/lib/Fairmint/OpenCapTable/Types/Stakeholder/module.js +32 -0
- package/lib/Fairmint/OpenCapTable/Types/Stock/index.d.ts +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Stock/index.js +8 -0
- package/lib/Fairmint/OpenCapTable/Types/Stock/module.d.ts +135 -0
- package/lib/Fairmint/OpenCapTable/Types/Stock/module.js +141 -0
- package/lib/Fairmint/OpenCapTable/Types/Vesting/index.d.ts +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Vesting/index.js +8 -0
- package/lib/Fairmint/OpenCapTable/Types/Vesting/module.d.ts +95 -0
- package/lib/Fairmint/OpenCapTable/Types/Vesting/module.js +100 -0
- package/lib/Fairmint/OpenCapTable/Types/index.d.ts +14 -1
- package/lib/Fairmint/OpenCapTable/Types/index.js +14 -1
- package/lib/Fairmint/OpenCapTable/index.d.ts +4 -96
- package/lib/Fairmint/OpenCapTable/index.js +4 -96
- package/lib/Fairmint/OpenCapTableReports/CompanyValuationReport/module.d.ts +0 -6
- package/lib/Fairmint/OpenCapTableReports/CompanyValuationReport/module.js +2 -3
- package/lib/Fairmint/OpenCapTableReports/ReportsFactory/module.d.ts +0 -6
- package/lib/Fairmint/OpenCapTableReports/ReportsFactory/module.js +2 -3
- package/lib/Splice/Amulet/TokenApiUtils/module.d.ts +0 -2
- package/lib/Splice/Amulet/TokenApiUtils/module.js +0 -2
- package/lib/Splice/Amulet/TwoStepTransfer/module.d.ts +0 -2
- package/lib/Splice/Amulet/TwoStepTransfer/module.js +0 -2
- package/lib/Splice/Amulet/module.d.ts +0 -42
- package/lib/Splice/Amulet/module.js +10 -2
- package/lib/Splice/AmuletAllocation/module.d.ts +0 -6
- package/lib/Splice/AmuletAllocation/module.js +1 -2
- package/lib/Splice/AmuletConfig/module.d.ts +0 -2
- package/lib/Splice/AmuletConfig/module.js +0 -2
- package/lib/Splice/AmuletRules/module.d.ts +0 -14
- package/lib/Splice/AmuletRules/module.js +3 -2
- package/lib/Splice/AmuletTransferInstruction/module.d.ts +0 -6
- package/lib/Splice/AmuletTransferInstruction/module.js +1 -2
- package/lib/Splice/Api/FeaturedAppRightV1/module.d.ts +4 -6
- package/lib/Splice/Api/FeaturedAppRightV1/module.js +2 -2
- package/lib/Splice/Api/Token/AllocationInstructionV1/module.d.ts +4 -6
- package/lib/Splice/Api/Token/AllocationInstructionV1/module.js +2 -2
- package/lib/Splice/Api/Token/AllocationV1/module.d.ts +2 -4
- package/lib/Splice/Api/Token/AllocationV1/module.js +1 -2
- package/lib/Splice/Api/Token/HoldingV1/module.d.ts +2 -4
- package/lib/Splice/Api/Token/HoldingV1/module.js +1 -2
- package/lib/Splice/Api/Token/MetadataV1/module.d.ts +2 -4
- package/lib/Splice/Api/Token/MetadataV1/module.js +1 -2
- package/lib/Splice/Api/Token/TransferInstructionV1/module.d.ts +4 -6
- package/lib/Splice/Api/Token/TransferInstructionV1/module.js +2 -2
- package/lib/Splice/DecentralizedSynchronizer/module.d.ts +0 -6
- package/lib/Splice/DecentralizedSynchronizer/module.js +1 -2
- package/lib/Splice/Expiry/module.d.ts +0 -2
- package/lib/Splice/Expiry/module.js +0 -2
- package/lib/Splice/ExternalPartyAmuletRules/module.d.ts +0 -14
- package/lib/Splice/ExternalPartyAmuletRules/module.js +3 -2
- package/lib/Splice/Fees/module.d.ts +0 -2
- package/lib/Splice/Fees/module.js +0 -2
- package/lib/Splice/Issuance/module.d.ts +0 -2
- package/lib/Splice/Issuance/module.js +0 -2
- package/lib/Splice/RelRound/module.d.ts +0 -2
- package/lib/Splice/RelRound/module.js +0 -2
- package/lib/Splice/Round/module.d.ts +0 -18
- package/lib/Splice/Round/module.js +4 -2
- package/lib/Splice/Schedule/module.d.ts +0 -2
- package/lib/Splice/Schedule/module.js +0 -2
- package/lib/Splice/Types/module.d.ts +0 -2
- package/lib/Splice/Types/module.js +0 -2
- package/lib/Splice/ValidatorLicense/module.d.ts +0 -14
- package/lib/Splice/ValidatorLicense/module.js +3 -2
- package/package.json +1 -1
- package/lib/Fairmint/OpenCapTable/ConvertibleAcceptance/module.d.ts +0 -57
- package/lib/Fairmint/OpenCapTable/ConvertibleCancellation/module.d.ts +0 -60
- package/lib/Fairmint/OpenCapTable/ConvertibleConversion/module.d.ts +0 -63
- package/lib/Fairmint/OpenCapTable/ConvertibleIssuance/module.d.ts +0 -84
- package/lib/Fairmint/OpenCapTable/ConvertibleIssuance/module.js +0 -110
- package/lib/Fairmint/OpenCapTable/ConvertibleRetraction/module.d.ts +0 -58
- package/lib/Fairmint/OpenCapTable/ConvertibleTransfer/module.d.ts +0 -61
- package/lib/Fairmint/OpenCapTable/EquityCompensationAcceptance/module.d.ts +0 -57
- package/lib/Fairmint/OpenCapTable/EquityCompensationCancellation/module.d.ts +0 -60
- package/lib/Fairmint/OpenCapTable/EquityCompensationExercise/module.d.ts +0 -60
- package/lib/Fairmint/OpenCapTable/EquityCompensationIssuance/module.d.ts +0 -74
- package/lib/Fairmint/OpenCapTable/EquityCompensationIssuance/module.js +0 -98
- package/lib/Fairmint/OpenCapTable/EquityCompensationRelease/module.d.ts +0 -62
- package/lib/Fairmint/OpenCapTable/EquityCompensationRepricing/module.d.ts +0 -58
- package/lib/Fairmint/OpenCapTable/EquityCompensationRetraction/module.d.ts +0 -58
- package/lib/Fairmint/OpenCapTable/EquityCompensationTransfer/module.d.ts +0 -61
- package/lib/Fairmint/OpenCapTable/Issuer/module.d.ts +0 -641
- package/lib/Fairmint/OpenCapTable/Issuer/module.js +0 -1080
- package/lib/Fairmint/OpenCapTable/IssuerAuthorizedSharesAdjustment/module.d.ts +0 -60
- package/lib/Fairmint/OpenCapTable/StakeholderRelationshipChangeEvent/module.d.ts +0 -59
- package/lib/Fairmint/OpenCapTable/StakeholderStatusChangeEvent/module.d.ts +0 -59
- package/lib/Fairmint/OpenCapTable/StockAcceptance/module.d.ts +0 -57
- package/lib/Fairmint/OpenCapTable/StockCancellation/module.d.ts +0 -60
- package/lib/Fairmint/OpenCapTable/StockClass/module.d.ts +0 -68
- package/lib/Fairmint/OpenCapTable/StockClass/module.js +0 -92
- package/lib/Fairmint/OpenCapTable/StockClassAuthorizedSharesAdjustment/module.d.ts +0 -60
- package/lib/Fairmint/OpenCapTable/StockClassConversionRatioAdjustment/module.d.ts +0 -58
- package/lib/Fairmint/OpenCapTable/StockClassSplit/module.d.ts +0 -58
- package/lib/Fairmint/OpenCapTable/StockConsolidation/module.d.ts +0 -59
- package/lib/Fairmint/OpenCapTable/StockConversion/module.d.ts +0 -60
- package/lib/Fairmint/OpenCapTable/StockIssuance/module.d.ts +0 -85
- package/lib/Fairmint/OpenCapTable/StockLegendTemplate/module.d.ts +0 -57
- package/lib/Fairmint/OpenCapTable/StockPlanPoolAdjustment/module.d.ts +0 -60
- package/lib/Fairmint/OpenCapTable/StockPlanReturnToPool/module.d.ts +0 -60
- package/lib/Fairmint/OpenCapTable/StockReissuance/module.d.ts +0 -60
- package/lib/Fairmint/OpenCapTable/StockRepurchase/module.d.ts +0 -61
- package/lib/Fairmint/OpenCapTable/StockRetraction/module.d.ts +0 -58
- package/lib/Fairmint/OpenCapTable/StockTransfer/module.d.ts +0 -61
- package/lib/Fairmint/OpenCapTable/Valuation/module.d.ts +0 -73
- package/lib/Fairmint/OpenCapTable/VestingAcceleration/module.d.ts +0 -59
- package/lib/Fairmint/OpenCapTable/VestingEvent/module.d.ts +0 -58
- package/lib/Fairmint/OpenCapTable/VestingStart/module.d.ts +0 -58
- package/lib/Fairmint/OpenCapTable/WarrantAcceptance/module.d.ts +0 -57
- package/lib/Fairmint/OpenCapTable/WarrantCancellation/module.d.ts +0 -60
- package/lib/Fairmint/OpenCapTable/WarrantExercise/module.d.ts +0 -61
- package/lib/Fairmint/OpenCapTable/WarrantIssuance/module.d.ts +0 -71
- package/lib/Fairmint/OpenCapTable/WarrantIssuance/module.js +0 -95
- package/lib/Fairmint/OpenCapTable/WarrantRetraction/module.d.ts +0 -58
- package/lib/Fairmint/OpenCapTable/WarrantTransfer/module.d.ts +0 -61
- /package/lib/Fairmint/OpenCapTable/{ConvertibleAcceptance → CapTable}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{ConvertibleAcceptance → CapTable}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{ConvertibleCancellation → OCF/ConvertibleAcceptance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{ConvertibleCancellation → OCF/ConvertibleAcceptance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{ConvertibleConversion → OCF/ConvertibleCancellation}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{ConvertibleConversion → OCF/ConvertibleCancellation}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{ConvertibleIssuance → OCF/ConvertibleConversion}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{ConvertibleIssuance → OCF/ConvertibleConversion}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{ConvertibleRetraction → OCF/ConvertibleIssuance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{ConvertibleRetraction → OCF/ConvertibleIssuance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{ConvertibleTransfer → OCF/ConvertibleRetraction}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{ConvertibleTransfer → OCF/ConvertibleRetraction}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{Document → OCF/ConvertibleTransfer}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{Document → OCF/ConvertibleTransfer}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationAcceptance → OCF/Document}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationAcceptance → OCF/Document}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationCancellation → OCF/EquityCompensationAcceptance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationCancellation → OCF/EquityCompensationAcceptance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationExercise → OCF/EquityCompensationCancellation}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationExercise → OCF/EquityCompensationCancellation}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationIssuance → OCF/EquityCompensationExercise}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationIssuance → OCF/EquityCompensationExercise}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationRelease → OCF/EquityCompensationIssuance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationRelease → OCF/EquityCompensationIssuance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationRepricing → OCF/EquityCompensationRelease}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationRepricing → OCF/EquityCompensationRelease}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationRetraction → OCF/EquityCompensationRepricing}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationRetraction → OCF/EquityCompensationRepricing}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationTransfer → OCF/EquityCompensationRetraction}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationTransfer → OCF/EquityCompensationRetraction}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{Issuer → OCF/EquityCompensationTransfer}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{Issuer → OCF/EquityCompensationTransfer}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{IssuerAuthorizedSharesAdjustment → OCF/Issuer}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{IssuerAuthorizedSharesAdjustment → OCF/Issuer}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{Stakeholder → OCF/IssuerAuthorizedSharesAdjustment}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{Stakeholder → OCF/IssuerAuthorizedSharesAdjustment}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StakeholderRelationshipChangeEvent → OCF/Stakeholder}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StakeholderRelationshipChangeEvent → OCF/Stakeholder}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StakeholderStatusChangeEvent → OCF/StakeholderRelationshipChangeEvent}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StakeholderStatusChangeEvent → OCF/StakeholderRelationshipChangeEvent}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockAcceptance → OCF/StakeholderStatusChangeEvent}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockAcceptance → OCF/StakeholderStatusChangeEvent}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockCancellation → OCF/StockAcceptance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockCancellation → OCF/StockAcceptance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockClass → OCF/StockCancellation}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockClass → OCF/StockCancellation}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockClassAuthorizedSharesAdjustment → OCF/StockClass}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockClassAuthorizedSharesAdjustment → OCF/StockClass}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockClassConversionRatioAdjustment → OCF/StockClassAuthorizedSharesAdjustment}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockClassConversionRatioAdjustment → OCF/StockClassAuthorizedSharesAdjustment}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockClassSplit → OCF/StockClassConversionRatioAdjustment}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockClassSplit → OCF/StockClassConversionRatioAdjustment}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockConsolidation → OCF/StockClassSplit}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockConsolidation → OCF/StockClassSplit}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockConversion → OCF/StockConsolidation}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockConversion → OCF/StockConsolidation}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockIssuance → OCF/StockConversion}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockIssuance → OCF/StockConversion}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockLegendTemplate → OCF/StockIssuance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockLegendTemplate → OCF/StockIssuance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockPlan → OCF/StockLegendTemplate}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockPlan → OCF/StockLegendTemplate}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockPlanPoolAdjustment → OCF/StockPlan}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockPlanPoolAdjustment → OCF/StockPlan}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockPlanReturnToPool → OCF/StockPlanPoolAdjustment}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockPlanReturnToPool → OCF/StockPlanPoolAdjustment}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockReissuance → OCF/StockPlanReturnToPool}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockReissuance → OCF/StockPlanReturnToPool}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockRepurchase → OCF/StockReissuance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockRepurchase → OCF/StockReissuance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockRetraction → OCF/StockRepurchase}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockRetraction → OCF/StockRepurchase}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockTransfer → OCF/StockRetraction}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockTransfer → OCF/StockRetraction}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{Valuation → OCF/StockTransfer}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{Valuation → OCF/StockTransfer}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{VestingAcceleration → OCF/Valuation}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{VestingAcceleration → OCF/Valuation}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{VestingEvent → OCF/VestingAcceleration}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{VestingEvent → OCF/VestingAcceleration}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{VestingStart → OCF/VestingEvent}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{VestingStart → OCF/VestingEvent}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{VestingTerms → OCF/VestingStart}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{VestingTerms → OCF/VestingStart}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{WarrantAcceptance → OCF/VestingTerms}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{WarrantAcceptance → OCF/VestingTerms}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{WarrantCancellation → OCF/WarrantAcceptance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{WarrantCancellation → OCF/WarrantAcceptance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{WarrantExercise → OCF/WarrantCancellation}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{WarrantExercise → OCF/WarrantCancellation}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{WarrantIssuance → OCF/WarrantExercise}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{WarrantIssuance → OCF/WarrantExercise}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{WarrantRetraction → OCF/WarrantIssuance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{WarrantRetraction → OCF/WarrantIssuance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{WarrantTransfer → OCF/WarrantRetraction}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{WarrantTransfer → OCF/WarrantRetraction}/index.js +0 -0
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
5
5
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
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
7
|
|
|
10
8
|
import * as pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f from '../Api/Token/MetadataV1';
|
|
11
9
|
import * as pkg718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b from '../Api/Token/HoldingV1';
|
|
@@ -44,10 +42,6 @@ export declare const UnclaimedActivityRecord:
|
|
|
44
42
|
UnclaimedActivityRecordInterface;
|
|
45
43
|
|
|
46
44
|
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
45
|
}
|
|
52
46
|
|
|
53
47
|
|
|
@@ -66,10 +60,6 @@ export declare const UnclaimedReward:
|
|
|
66
60
|
UnclaimedRewardInterface;
|
|
67
61
|
|
|
68
62
|
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
63
|
}
|
|
74
64
|
|
|
75
65
|
|
|
@@ -112,10 +102,6 @@ export declare const SvRewardCoupon:
|
|
|
112
102
|
SvRewardCouponInterface;
|
|
113
103
|
|
|
114
104
|
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
105
|
}
|
|
120
106
|
|
|
121
107
|
|
|
@@ -159,10 +145,6 @@ export declare const ValidatorRewardCoupon:
|
|
|
159
145
|
ValidatorRewardCouponInterface;
|
|
160
146
|
|
|
161
147
|
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
148
|
}
|
|
167
149
|
|
|
168
150
|
|
|
@@ -196,10 +178,6 @@ export declare const AppRewardCoupon:
|
|
|
196
178
|
AppRewardCouponInterface;
|
|
197
179
|
|
|
198
180
|
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
181
|
}
|
|
204
182
|
|
|
205
183
|
|
|
@@ -220,10 +198,6 @@ export declare const FeaturedAppActivityMarker:
|
|
|
220
198
|
FeaturedAppActivityMarkerInterface;
|
|
221
199
|
|
|
222
200
|
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
201
|
}
|
|
228
202
|
|
|
229
203
|
|
|
@@ -263,10 +237,6 @@ export declare const FeaturedAppRight:
|
|
|
263
237
|
FeaturedAppRightInterface;
|
|
264
238
|
|
|
265
239
|
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
240
|
}
|
|
271
241
|
|
|
272
242
|
|
|
@@ -306,10 +276,6 @@ export declare const ValidatorRight:
|
|
|
306
276
|
ValidatorRightInterface;
|
|
307
277
|
|
|
308
278
|
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
279
|
}
|
|
314
280
|
|
|
315
281
|
|
|
@@ -361,10 +327,6 @@ export declare const LockedAmulet:
|
|
|
361
327
|
LockedAmuletInterface;
|
|
362
328
|
|
|
363
329
|
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
330
|
}
|
|
369
331
|
|
|
370
332
|
|
|
@@ -395,10 +357,6 @@ export declare const Amulet:
|
|
|
395
357
|
AmuletInterface;
|
|
396
358
|
|
|
397
359
|
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
360
|
}
|
|
403
361
|
|
|
404
362
|
|
|
@@ -9,8 +9,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
var jtv = require('@mojotech/json-type-validation');
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
13
|
-
var damlLedger = require('@daml/ledger');
|
|
14
12
|
|
|
15
13
|
var pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f = require('../Api/Token/MetadataV1');
|
|
16
14
|
var pkg718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b = require('../Api/Token/HoldingV1');
|
|
@@ -37,6 +35,7 @@ exports.UnclaimedActivityRecord_DsoExpire = {
|
|
|
37
35
|
exports.UnclaimedActivityRecord = damlTypes.assembleTemplate(
|
|
38
36
|
{
|
|
39
37
|
templateId: '#splice-amulet:Splice.Amulet:UnclaimedActivityRecord',
|
|
38
|
+
templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.Amulet:UnclaimedActivityRecord',
|
|
40
39
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
41
40
|
keyEncode: function () { throw 'EncodeError'; },
|
|
42
41
|
decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, beneficiary: damlTypes.Party.decoder, amount: damlTypes.Numeric(10).decoder, reason: damlTypes.Text.decoder, expiresAt: damlTypes.Time.decoder, }); }),
|
|
@@ -78,6 +77,7 @@ damlTypes.registerTemplate(exports.UnclaimedActivityRecord, ['3ca1343ab26b453d38
|
|
|
78
77
|
exports.UnclaimedReward = damlTypes.assembleTemplate(
|
|
79
78
|
{
|
|
80
79
|
templateId: '#splice-amulet:Splice.Amulet:UnclaimedReward',
|
|
80
|
+
templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.Amulet:UnclaimedReward',
|
|
81
81
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
82
82
|
keyEncode: function () { throw 'EncodeError'; },
|
|
83
83
|
decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, amount: damlTypes.Numeric(10).decoder, }); }),
|
|
@@ -131,6 +131,7 @@ exports.SvRewardCoupon_DsoExpire = {
|
|
|
131
131
|
exports.SvRewardCoupon = damlTypes.assembleTemplate(
|
|
132
132
|
{
|
|
133
133
|
templateId: '#splice-amulet:Splice.Amulet:SvRewardCoupon',
|
|
134
|
+
templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.Amulet:SvRewardCoupon',
|
|
134
135
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
135
136
|
keyEncode: function () { throw 'EncodeError'; },
|
|
136
137
|
decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, sv: damlTypes.Party.decoder, beneficiary: damlTypes.Party.decoder, round: Splice_Types.Round.decoder, weight: damlTypes.Int.decoder, }); }),
|
|
@@ -205,6 +206,7 @@ exports.ValidatorRewardCoupon_DsoExpire = {
|
|
|
205
206
|
exports.ValidatorRewardCoupon = damlTypes.assembleTemplate(
|
|
206
207
|
{
|
|
207
208
|
templateId: '#splice-amulet:Splice.Amulet:ValidatorRewardCoupon',
|
|
209
|
+
templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.Amulet:ValidatorRewardCoupon',
|
|
208
210
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
209
211
|
keyEncode: function () { throw 'EncodeError'; },
|
|
210
212
|
decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, user: damlTypes.Party.decoder, amount: damlTypes.Numeric(10).decoder, round: Splice_Types.Round.decoder, }); }),
|
|
@@ -265,6 +267,7 @@ exports.AppRewardCoupon_DsoExpire = {
|
|
|
265
267
|
exports.AppRewardCoupon = damlTypes.assembleTemplate(
|
|
266
268
|
{
|
|
267
269
|
templateId: '#splice-amulet:Splice.Amulet:AppRewardCoupon',
|
|
270
|
+
templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.Amulet:AppRewardCoupon',
|
|
268
271
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
269
272
|
keyEncode: function () { throw 'EncodeError'; },
|
|
270
273
|
decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, provider: damlTypes.Party.decoder, featured: damlTypes.Bool.decoder, amount: damlTypes.Numeric(10).decoder, round: Splice_Types.Round.decoder, beneficiary: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Party).decoder), }); }),
|
|
@@ -307,6 +310,7 @@ damlTypes.registerTemplate(exports.AppRewardCoupon, ['3ca1343ab26b453d38c8adb70d
|
|
|
307
310
|
exports.FeaturedAppActivityMarker = damlTypes.assembleTemplate(
|
|
308
311
|
{
|
|
309
312
|
templateId: '#splice-amulet:Splice.Amulet:FeaturedAppActivityMarker',
|
|
313
|
+
templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.Amulet:FeaturedAppActivityMarker',
|
|
310
314
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
311
315
|
keyEncode: function () { throw 'EncodeError'; },
|
|
312
316
|
decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, provider: damlTypes.Party.decoder, beneficiary: damlTypes.Party.decoder, weight: damlTypes.Numeric(10).decoder, }); }),
|
|
@@ -363,6 +367,7 @@ exports.FeaturedAppRight_Withdraw = {
|
|
|
363
367
|
exports.FeaturedAppRight = damlTypes.assembleTemplate(
|
|
364
368
|
{
|
|
365
369
|
templateId: '#splice-amulet:Splice.Amulet:FeaturedAppRight',
|
|
370
|
+
templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.Amulet:FeaturedAppRight',
|
|
366
371
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
367
372
|
keyEncode: function () { throw 'EncodeError'; },
|
|
368
373
|
decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, provider: damlTypes.Party.decoder, }); }),
|
|
@@ -432,6 +437,7 @@ exports.ValidatorRight_ArchiveAsValidator = {
|
|
|
432
437
|
exports.ValidatorRight = damlTypes.assembleTemplate(
|
|
433
438
|
{
|
|
434
439
|
templateId: '#splice-amulet:Splice.Amulet:ValidatorRight',
|
|
440
|
+
templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.Amulet:ValidatorRight',
|
|
435
441
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
436
442
|
keyEncode: function () { throw 'EncodeError'; },
|
|
437
443
|
decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, user: damlTypes.Party.decoder, validator: damlTypes.Party.decoder, }); }),
|
|
@@ -515,6 +521,7 @@ exports.LockedAmulet_Unlock = {
|
|
|
515
521
|
exports.LockedAmulet = damlTypes.assembleTemplate(
|
|
516
522
|
{
|
|
517
523
|
templateId: '#splice-amulet:Splice.Amulet:LockedAmulet',
|
|
524
|
+
templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.Amulet:LockedAmulet',
|
|
518
525
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
519
526
|
keyEncode: function () { throw 'EncodeError'; },
|
|
520
527
|
decoder: damlTypes.lazyMemo(function () { return jtv.object({amulet: exports.Amulet.decoder, lock: Splice_Expiry.TimeLock.decoder, }); }),
|
|
@@ -582,6 +589,7 @@ exports.Amulet_Expire = {
|
|
|
582
589
|
exports.Amulet = damlTypes.assembleTemplate(
|
|
583
590
|
{
|
|
584
591
|
templateId: '#splice-amulet:Splice.Amulet:Amulet',
|
|
592
|
+
templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.Amulet:Amulet',
|
|
585
593
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
586
594
|
keyEncode: function () { throw 'EncodeError'; },
|
|
587
595
|
decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, owner: damlTypes.Party.decoder, amount: Splice_Fees.ExpiringAmount.decoder, }); }),
|
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
5
5
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
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
7
|
|
|
10
8
|
import * as pkg93c942ae2b4c2ba674fb152fe38473c507bda4e82b4e4c5da55a552a9d8cce1d from '../Api/Token/AllocationV1';
|
|
11
9
|
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../DA/Internal/Template';
|
|
@@ -26,10 +24,6 @@ export declare const AmuletAllocation:
|
|
|
26
24
|
AmuletAllocationInterface;
|
|
27
25
|
|
|
28
26
|
export declare namespace AmuletAllocation {
|
|
29
|
-
export type CreateEvent = damlLedger.CreateEvent<AmuletAllocation, undefined, typeof AmuletAllocation.templateId>
|
|
30
|
-
export type ArchiveEvent = damlLedger.ArchiveEvent<AmuletAllocation, typeof AmuletAllocation.templateId>
|
|
31
|
-
export type Event = damlLedger.Event<AmuletAllocation, undefined, typeof AmuletAllocation.templateId>
|
|
32
|
-
export type QueryResult = damlLedger.QueryResult<AmuletAllocation, undefined, typeof AmuletAllocation.templateId>
|
|
33
27
|
}
|
|
34
28
|
|
|
35
29
|
|
|
@@ -9,8 +9,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
var jtv = require('@mojotech/json-type-validation');
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
13
|
-
var damlLedger = require('@daml/ledger');
|
|
14
12
|
|
|
15
13
|
var pkg93c942ae2b4c2ba674fb152fe38473c507bda4e82b4e4c5da55a552a9d8cce1d = require('../Api/Token/AllocationV1');
|
|
16
14
|
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../DA/Internal/Template');
|
|
@@ -21,6 +19,7 @@ var Splice_Amulet = require('../../Splice/Amulet/module');
|
|
|
21
19
|
exports.AmuletAllocation = damlTypes.assembleTemplate(
|
|
22
20
|
{
|
|
23
21
|
templateId: '#splice-amulet:Splice.AmuletAllocation:AmuletAllocation',
|
|
22
|
+
templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.AmuletAllocation:AmuletAllocation',
|
|
24
23
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
25
24
|
keyEncode: function () { throw 'EncodeError'; },
|
|
26
25
|
decoder: damlTypes.lazyMemo(function () { return jtv.object({lockedAmulet: damlTypes.ContractId(Splice_Amulet.LockedAmulet).decoder, allocation: pkg93c942ae2b4c2ba674fb152fe38473c507bda4e82b4e4c5da55a552a9d8cce1d.AllocationSpecification.decoder, }); }),
|
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
5
5
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
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
7
|
|
|
10
8
|
import * as pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946 from '../../DA/Time/Types';
|
|
11
9
|
|
|
@@ -9,8 +9,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
var jtv = require('@mojotech/json-type-validation');
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
13
|
-
var damlLedger = require('@daml/ledger');
|
|
14
12
|
|
|
15
13
|
var pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946 = require('../../DA/Time/Types');
|
|
16
14
|
|
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
5
5
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
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
7
|
|
|
10
8
|
import * as pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f from '../Api/Token/MetadataV1';
|
|
11
9
|
import * as pkg5aee9b21b8e9a4c4975b5f4c4198e6e6e8469df49e2010820e792f393db870f4 from '../../DA/Types';
|
|
@@ -147,10 +145,6 @@ export declare const TransferPreapproval:
|
|
|
147
145
|
TransferPreapprovalInterface;
|
|
148
146
|
|
|
149
147
|
export declare namespace TransferPreapproval {
|
|
150
|
-
export type CreateEvent = damlLedger.CreateEvent<TransferPreapproval, undefined, typeof TransferPreapproval.templateId>
|
|
151
|
-
export type ArchiveEvent = damlLedger.ArchiveEvent<TransferPreapproval, typeof TransferPreapproval.templateId>
|
|
152
|
-
export type Event = damlLedger.Event<TransferPreapproval, undefined, typeof TransferPreapproval.templateId>
|
|
153
|
-
export type QueryResult = damlLedger.QueryResult<TransferPreapproval, undefined, typeof TransferPreapproval.templateId>
|
|
154
148
|
}
|
|
155
149
|
|
|
156
150
|
|
|
@@ -235,10 +229,6 @@ export declare const ExternalPartySetupProposal:
|
|
|
235
229
|
ExternalPartySetupProposalInterface;
|
|
236
230
|
|
|
237
231
|
export declare namespace ExternalPartySetupProposal {
|
|
238
|
-
export type CreateEvent = damlLedger.CreateEvent<ExternalPartySetupProposal, undefined, typeof ExternalPartySetupProposal.templateId>
|
|
239
|
-
export type ArchiveEvent = damlLedger.ArchiveEvent<ExternalPartySetupProposal, typeof ExternalPartySetupProposal.templateId>
|
|
240
|
-
export type Event = damlLedger.Event<ExternalPartySetupProposal, undefined, typeof ExternalPartySetupProposal.templateId>
|
|
241
|
-
export type QueryResult = damlLedger.QueryResult<ExternalPartySetupProposal, undefined, typeof ExternalPartySetupProposal.templateId>
|
|
242
232
|
}
|
|
243
233
|
|
|
244
234
|
|
|
@@ -857,10 +847,6 @@ export declare const AmuletRules:
|
|
|
857
847
|
AmuletRulesInterface;
|
|
858
848
|
|
|
859
849
|
export declare namespace AmuletRules {
|
|
860
|
-
export type CreateEvent = damlLedger.CreateEvent<AmuletRules, undefined, typeof AmuletRules.templateId>
|
|
861
|
-
export type ArchiveEvent = damlLedger.ArchiveEvent<AmuletRules, typeof AmuletRules.templateId>
|
|
862
|
-
export type Event = damlLedger.Event<AmuletRules, undefined, typeof AmuletRules.templateId>
|
|
863
|
-
export type QueryResult = damlLedger.QueryResult<AmuletRules, undefined, typeof AmuletRules.templateId>
|
|
864
850
|
}
|
|
865
851
|
|
|
866
852
|
|
|
@@ -9,8 +9,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
var jtv = require('@mojotech/json-type-validation');
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
13
|
-
var damlLedger = require('@daml/ledger');
|
|
14
12
|
|
|
15
13
|
var pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f = require('../Api/Token/MetadataV1');
|
|
16
14
|
var pkg5aee9b21b8e9a4c4975b5f4c4198e6e6e8469df49e2010820e792f393db870f4 = require('../../DA/Types');
|
|
@@ -147,6 +145,7 @@ exports.TransferPreapproval_Fetch = {
|
|
|
147
145
|
exports.TransferPreapproval = damlTypes.assembleTemplate(
|
|
148
146
|
{
|
|
149
147
|
templateId: '#splice-amulet:Splice.AmuletRules:TransferPreapproval',
|
|
148
|
+
templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.AmuletRules:TransferPreapproval',
|
|
150
149
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
151
150
|
keyEncode: function () { throw 'EncodeError'; },
|
|
152
151
|
decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, receiver: damlTypes.Party.decoder, provider: damlTypes.Party.decoder, validFrom: damlTypes.Time.decoder, lastRenewedAt: damlTypes.Time.decoder, expiresAt: damlTypes.Time.decoder, }); }),
|
|
@@ -293,6 +292,7 @@ exports.ExternalPartySetupProposal_Accept = {
|
|
|
293
292
|
exports.ExternalPartySetupProposal = damlTypes.assembleTemplate(
|
|
294
293
|
{
|
|
295
294
|
templateId: '#splice-amulet:Splice.AmuletRules:ExternalPartySetupProposal',
|
|
295
|
+
templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.AmuletRules:ExternalPartySetupProposal',
|
|
296
296
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
297
297
|
keyEncode: function () { throw 'EncodeError'; },
|
|
298
298
|
decoder: damlTypes.lazyMemo(function () { return jtv.object({validator: damlTypes.Party.decoder, user: damlTypes.Party.decoder, dso: damlTypes.Party.decoder, createdAt: damlTypes.Time.decoder, preapprovalExpiresAt: damlTypes.Time.decoder, }); }),
|
|
@@ -1033,6 +1033,7 @@ exports.AmuletRules_ComputeFees = {
|
|
|
1033
1033
|
exports.AmuletRules = damlTypes.assembleTemplate(
|
|
1034
1034
|
{
|
|
1035
1035
|
templateId: '#splice-amulet:Splice.AmuletRules:AmuletRules',
|
|
1036
|
+
templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.AmuletRules:AmuletRules',
|
|
1036
1037
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
1037
1038
|
keyEncode: function () { throw 'EncodeError'; },
|
|
1038
1039
|
decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, configSchedule: Splice_Schedule.Schedule(damlTypes.Time, Splice_AmuletConfig.AmuletConfig(Splice_AmuletConfig.USD)).decoder, isDevNet: damlTypes.Bool.decoder, }); }),
|
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
5
5
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
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
7
|
|
|
10
8
|
import * as pkg55ba4deb0ad4662c4168b39859738a0e91388d252286480c7331b3f71a517281 from '../Api/Token/TransferInstructionV1';
|
|
11
9
|
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../DA/Internal/Template';
|
|
@@ -26,10 +24,6 @@ export declare const AmuletTransferInstruction:
|
|
|
26
24
|
AmuletTransferInstructionInterface;
|
|
27
25
|
|
|
28
26
|
export declare namespace AmuletTransferInstruction {
|
|
29
|
-
export type CreateEvent = damlLedger.CreateEvent<AmuletTransferInstruction, undefined, typeof AmuletTransferInstruction.templateId>
|
|
30
|
-
export type ArchiveEvent = damlLedger.ArchiveEvent<AmuletTransferInstruction, typeof AmuletTransferInstruction.templateId>
|
|
31
|
-
export type Event = damlLedger.Event<AmuletTransferInstruction, undefined, typeof AmuletTransferInstruction.templateId>
|
|
32
|
-
export type QueryResult = damlLedger.QueryResult<AmuletTransferInstruction, undefined, typeof AmuletTransferInstruction.templateId>
|
|
33
27
|
}
|
|
34
28
|
|
|
35
29
|
|
|
@@ -9,8 +9,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
var jtv = require('@mojotech/json-type-validation');
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
13
|
-
var damlLedger = require('@daml/ledger');
|
|
14
12
|
|
|
15
13
|
var pkg55ba4deb0ad4662c4168b39859738a0e91388d252286480c7331b3f71a517281 = require('../Api/Token/TransferInstructionV1');
|
|
16
14
|
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../DA/Internal/Template');
|
|
@@ -21,6 +19,7 @@ var Splice_Amulet = require('../../Splice/Amulet/module');
|
|
|
21
19
|
exports.AmuletTransferInstruction = damlTypes.assembleTemplate(
|
|
22
20
|
{
|
|
23
21
|
templateId: '#splice-amulet:Splice.AmuletTransferInstruction:AmuletTransferInstruction',
|
|
22
|
+
templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.AmuletTransferInstruction:AmuletTransferInstruction',
|
|
24
23
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
25
24
|
keyEncode: function () { throw 'EncodeError'; },
|
|
26
25
|
decoder: damlTypes.lazyMemo(function () { return jtv.object({lockedAmulet: damlTypes.ContractId(Splice_Amulet.LockedAmulet).decoder, transfer: pkg55ba4deb0ad4662c4168b39859738a0e91388d252286480c7331b3f71a517281.Transfer.decoder, }); }),
|
|
@@ -4,28 +4,26 @@
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
5
5
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
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
7
|
|
|
10
8
|
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../DA/Internal/Template';
|
|
11
9
|
|
|
12
|
-
export declare type FeaturedAppActivityMarker = damlTypes.Interface<'
|
|
10
|
+
export declare type FeaturedAppActivityMarker = damlTypes.Interface<'#splice-api-featured-app-v1:Splice.Api.FeaturedAppRightV1:FeaturedAppActivityMarker'> & FeaturedAppActivityMarkerView;
|
|
13
11
|
export declare interface FeaturedAppActivityMarkerInterface {
|
|
14
12
|
Archive: damlTypes.Choice<FeaturedAppActivityMarker, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<FeaturedAppActivityMarker, undefined>>;
|
|
15
13
|
}
|
|
16
14
|
export declare const FeaturedAppActivityMarker:
|
|
17
|
-
damlTypes.InterfaceCompanion<FeaturedAppActivityMarker, undefined, '
|
|
15
|
+
damlTypes.InterfaceCompanion<FeaturedAppActivityMarker, undefined, '#splice-api-featured-app-v1:Splice.Api.FeaturedAppRightV1:FeaturedAppActivityMarker'> &
|
|
18
16
|
damlTypes.FromTemplate<FeaturedAppActivityMarker, unknown> &
|
|
19
17
|
FeaturedAppActivityMarkerInterface;
|
|
20
18
|
|
|
21
19
|
|
|
22
|
-
export declare type FeaturedAppRight = damlTypes.Interface<'
|
|
20
|
+
export declare type FeaturedAppRight = damlTypes.Interface<'#splice-api-featured-app-v1:Splice.Api.FeaturedAppRightV1:FeaturedAppRight'> & FeaturedAppRightView;
|
|
23
21
|
export declare interface FeaturedAppRightInterface {
|
|
24
22
|
Archive: damlTypes.Choice<FeaturedAppRight, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<FeaturedAppRight, undefined>>;
|
|
25
23
|
FeaturedAppRight_CreateActivityMarker: damlTypes.Choice<FeaturedAppRight, FeaturedAppRight_CreateActivityMarker, FeaturedAppRight_CreateActivityMarkerResult, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<FeaturedAppRight, undefined>>;
|
|
26
24
|
}
|
|
27
25
|
export declare const FeaturedAppRight:
|
|
28
|
-
damlTypes.InterfaceCompanion<FeaturedAppRight, undefined, '
|
|
26
|
+
damlTypes.InterfaceCompanion<FeaturedAppRight, undefined, '#splice-api-featured-app-v1:Splice.Api.FeaturedAppRightV1:FeaturedAppRight'> &
|
|
29
27
|
damlTypes.FromTemplate<FeaturedAppRight, unknown> &
|
|
30
28
|
FeaturedAppRightInterface;
|
|
31
29
|
|
|
@@ -9,12 +9,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
var jtv = require('@mojotech/json-type-validation');
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
13
|
-
var damlLedger = require('@daml/ledger');
|
|
14
12
|
|
|
15
13
|
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../../DA/Internal/Template');
|
|
16
14
|
|
|
17
15
|
exports.FeaturedAppActivityMarker = damlTypes.assembleInterface(
|
|
16
|
+
'#splice-api-featured-app-v1:Splice.Api.FeaturedAppRightV1:FeaturedAppActivityMarker',
|
|
18
17
|
'7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda:Splice.Api.FeaturedAppRightV1:FeaturedAppActivityMarker',
|
|
19
18
|
function () { return exports.FeaturedAppActivityMarkerView; },
|
|
20
19
|
{
|
|
@@ -30,6 +29,7 @@ exports.FeaturedAppActivityMarker = damlTypes.assembleInterface(
|
|
|
30
29
|
|
|
31
30
|
|
|
32
31
|
exports.FeaturedAppRight = damlTypes.assembleInterface(
|
|
32
|
+
'#splice-api-featured-app-v1:Splice.Api.FeaturedAppRightV1:FeaturedAppRight',
|
|
33
33
|
'7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda:Splice.Api.FeaturedAppRightV1:FeaturedAppRight',
|
|
34
34
|
function () { return exports.FeaturedAppRightView; },
|
|
35
35
|
{
|
|
@@ -4,34 +4,32 @@
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
5
5
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
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
7
|
|
|
10
8
|
import * as pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f from '../MetadataV1';
|
|
11
9
|
import * as pkg718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b from '../HoldingV1';
|
|
12
10
|
import * as pkg93c942ae2b4c2ba674fb152fe38473c507bda4e82b4e4c5da55a552a9d8cce1d from '../AllocationV1';
|
|
13
11
|
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../../DA/Internal/Template';
|
|
14
12
|
|
|
15
|
-
export declare type AllocationFactory = damlTypes.Interface<'
|
|
13
|
+
export declare type AllocationFactory = damlTypes.Interface<'#splice-api-token-allocation-instruction-v1:Splice.Api.Token.AllocationInstructionV1:AllocationFactory'> & AllocationFactoryView;
|
|
16
14
|
export declare interface AllocationFactoryInterface {
|
|
17
15
|
Archive: damlTypes.Choice<AllocationFactory, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AllocationFactory, undefined>>;
|
|
18
16
|
AllocationFactory_Allocate: damlTypes.Choice<AllocationFactory, AllocationFactory_Allocate, AllocationInstructionResult, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AllocationFactory, undefined>>;
|
|
19
17
|
AllocationFactory_PublicFetch: damlTypes.Choice<AllocationFactory, AllocationFactory_PublicFetch, AllocationFactoryView, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AllocationFactory, undefined>>;
|
|
20
18
|
}
|
|
21
19
|
export declare const AllocationFactory:
|
|
22
|
-
damlTypes.InterfaceCompanion<AllocationFactory, undefined, '
|
|
20
|
+
damlTypes.InterfaceCompanion<AllocationFactory, undefined, '#splice-api-token-allocation-instruction-v1:Splice.Api.Token.AllocationInstructionV1:AllocationFactory'> &
|
|
23
21
|
damlTypes.FromTemplate<AllocationFactory, unknown> &
|
|
24
22
|
AllocationFactoryInterface;
|
|
25
23
|
|
|
26
24
|
|
|
27
|
-
export declare type AllocationInstruction = damlTypes.Interface<'
|
|
25
|
+
export declare type AllocationInstruction = damlTypes.Interface<'#splice-api-token-allocation-instruction-v1:Splice.Api.Token.AllocationInstructionV1:AllocationInstruction'> & AllocationInstructionView;
|
|
28
26
|
export declare interface AllocationInstructionInterface {
|
|
29
27
|
Archive: damlTypes.Choice<AllocationInstruction, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AllocationInstruction, undefined>>;
|
|
30
28
|
AllocationInstruction_Withdraw: damlTypes.Choice<AllocationInstruction, AllocationInstruction_Withdraw, AllocationInstructionResult, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AllocationInstruction, undefined>>;
|
|
31
29
|
AllocationInstruction_Update: damlTypes.Choice<AllocationInstruction, AllocationInstruction_Update, AllocationInstructionResult, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AllocationInstruction, undefined>>;
|
|
32
30
|
}
|
|
33
31
|
export declare const AllocationInstruction:
|
|
34
|
-
damlTypes.InterfaceCompanion<AllocationInstruction, undefined, '
|
|
32
|
+
damlTypes.InterfaceCompanion<AllocationInstruction, undefined, '#splice-api-token-allocation-instruction-v1:Splice.Api.Token.AllocationInstructionV1:AllocationInstruction'> &
|
|
35
33
|
damlTypes.FromTemplate<AllocationInstruction, unknown> &
|
|
36
34
|
AllocationInstructionInterface;
|
|
37
35
|
|
|
@@ -9,8 +9,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
var jtv = require('@mojotech/json-type-validation');
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
13
|
-
var damlLedger = require('@daml/ledger');
|
|
14
12
|
|
|
15
13
|
var pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f = require('../MetadataV1');
|
|
16
14
|
var pkg718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b = require('../HoldingV1');
|
|
@@ -18,6 +16,7 @@ var pkg93c942ae2b4c2ba674fb152fe38473c507bda4e82b4e4c5da55a552a9d8cce1d = requir
|
|
|
18
16
|
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../../../DA/Internal/Template');
|
|
19
17
|
|
|
20
18
|
exports.AllocationFactory = damlTypes.assembleInterface(
|
|
19
|
+
'#splice-api-token-allocation-instruction-v1:Splice.Api.Token.AllocationInstructionV1:AllocationFactory',
|
|
21
20
|
'275064aacfe99cea72ee0c80563936129563776f67415ef9f13e4297eecbc520:Splice.Api.Token.AllocationInstructionV1:AllocationFactory',
|
|
22
21
|
function () { return exports.AllocationFactoryView; },
|
|
23
22
|
{
|
|
@@ -49,6 +48,7 @@ exports.AllocationFactory = damlTypes.assembleInterface(
|
|
|
49
48
|
|
|
50
49
|
|
|
51
50
|
exports.AllocationInstruction = damlTypes.assembleInterface(
|
|
51
|
+
'#splice-api-token-allocation-instruction-v1:Splice.Api.Token.AllocationInstructionV1:AllocationInstruction',
|
|
52
52
|
'275064aacfe99cea72ee0c80563936129563776f67415ef9f13e4297eecbc520:Splice.Api.Token.AllocationInstructionV1:AllocationInstruction',
|
|
53
53
|
function () { return exports.AllocationInstructionView; },
|
|
54
54
|
{
|
|
@@ -4,14 +4,12 @@
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
5
5
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
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
7
|
|
|
10
8
|
import * as pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f from '../MetadataV1';
|
|
11
9
|
import * as pkg718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b from '../HoldingV1';
|
|
12
10
|
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../../DA/Internal/Template';
|
|
13
11
|
|
|
14
|
-
export declare type Allocation = damlTypes.Interface<'
|
|
12
|
+
export declare type Allocation = damlTypes.Interface<'#splice-api-token-allocation-v1:Splice.Api.Token.AllocationV1:Allocation'> & AllocationView;
|
|
15
13
|
export declare interface AllocationInterface {
|
|
16
14
|
Archive: damlTypes.Choice<Allocation, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<Allocation, undefined>>;
|
|
17
15
|
Allocation_Withdraw: damlTypes.Choice<Allocation, Allocation_Withdraw, Allocation_WithdrawResult, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<Allocation, undefined>>;
|
|
@@ -19,7 +17,7 @@ export declare interface AllocationInterface {
|
|
|
19
17
|
Allocation_ExecuteTransfer: damlTypes.Choice<Allocation, Allocation_ExecuteTransfer, Allocation_ExecuteTransferResult, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<Allocation, undefined>>;
|
|
20
18
|
}
|
|
21
19
|
export declare const Allocation:
|
|
22
|
-
damlTypes.InterfaceCompanion<Allocation, undefined, '
|
|
20
|
+
damlTypes.InterfaceCompanion<Allocation, undefined, '#splice-api-token-allocation-v1:Splice.Api.Token.AllocationV1:Allocation'> &
|
|
23
21
|
damlTypes.FromTemplate<Allocation, unknown> &
|
|
24
22
|
AllocationInterface;
|
|
25
23
|
|
|
@@ -9,14 +9,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
var jtv = require('@mojotech/json-type-validation');
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
13
|
-
var damlLedger = require('@daml/ledger');
|
|
14
12
|
|
|
15
13
|
var pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f = require('../MetadataV1');
|
|
16
14
|
var pkg718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b = require('../HoldingV1');
|
|
17
15
|
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../../../DA/Internal/Template');
|
|
18
16
|
|
|
19
17
|
exports.Allocation = damlTypes.assembleInterface(
|
|
18
|
+
'#splice-api-token-allocation-v1:Splice.Api.Token.AllocationV1:Allocation',
|
|
20
19
|
'93c942ae2b4c2ba674fb152fe38473c507bda4e82b4e4c5da55a552a9d8cce1d:Splice.Api.Token.AllocationV1:Allocation',
|
|
21
20
|
function () { return exports.AllocationView; },
|
|
22
21
|
{
|
|
@@ -4,19 +4,17 @@
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
5
5
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
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
7
|
|
|
10
8
|
import * as pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f from '../MetadataV1';
|
|
11
9
|
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../../DA/Internal/Template';
|
|
12
10
|
import * as pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946 from '../../../../DA/Time/Types';
|
|
13
11
|
|
|
14
|
-
export declare type Holding = damlTypes.Interface<'
|
|
12
|
+
export declare type Holding = damlTypes.Interface<'#splice-api-token-holding-v1:Splice.Api.Token.HoldingV1:Holding'> & HoldingView;
|
|
15
13
|
export declare interface HoldingInterface {
|
|
16
14
|
Archive: damlTypes.Choice<Holding, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<Holding, undefined>>;
|
|
17
15
|
}
|
|
18
16
|
export declare const Holding:
|
|
19
|
-
damlTypes.InterfaceCompanion<Holding, undefined, '
|
|
17
|
+
damlTypes.InterfaceCompanion<Holding, undefined, '#splice-api-token-holding-v1:Splice.Api.Token.HoldingV1:Holding'> &
|
|
20
18
|
damlTypes.FromTemplate<Holding, unknown> &
|
|
21
19
|
HoldingInterface;
|
|
22
20
|
|
|
@@ -9,14 +9,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
var jtv = require('@mojotech/json-type-validation');
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
13
|
-
var damlLedger = require('@daml/ledger');
|
|
14
12
|
|
|
15
13
|
var pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f = require('../MetadataV1');
|
|
16
14
|
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../../../DA/Internal/Template');
|
|
17
15
|
var pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946 = require('../../../../DA/Time/Types');
|
|
18
16
|
|
|
19
17
|
exports.Holding = damlTypes.assembleInterface(
|
|
18
|
+
'#splice-api-token-holding-v1:Splice.Api.Token.HoldingV1:Holding',
|
|
20
19
|
'718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b:Splice.Api.Token.HoldingV1:Holding',
|
|
21
20
|
function () { return exports.HoldingView; },
|
|
22
21
|
{
|
|
@@ -4,18 +4,16 @@
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
5
5
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
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
7
|
|
|
10
8
|
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../../DA/Internal/Template';
|
|
11
9
|
import * as pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946 from '../../../../DA/Time/Types';
|
|
12
10
|
|
|
13
|
-
export declare type AnyContract = damlTypes.Interface<'
|
|
11
|
+
export declare type AnyContract = damlTypes.Interface<'#splice-api-token-metadata-v1:Splice.Api.Token.MetadataV1:AnyContract'> & AnyContractView;
|
|
14
12
|
export declare interface AnyContractInterface {
|
|
15
13
|
Archive: damlTypes.Choice<AnyContract, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AnyContract, undefined>>;
|
|
16
14
|
}
|
|
17
15
|
export declare const AnyContract:
|
|
18
|
-
damlTypes.InterfaceCompanion<AnyContract, undefined, '
|
|
16
|
+
damlTypes.InterfaceCompanion<AnyContract, undefined, '#splice-api-token-metadata-v1:Splice.Api.Token.MetadataV1:AnyContract'> &
|
|
19
17
|
damlTypes.FromTemplate<AnyContract, unknown> &
|
|
20
18
|
AnyContractInterface;
|
|
21
19
|
|
|
@@ -9,13 +9,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
var jtv = require('@mojotech/json-type-validation');
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
13
|
-
var damlLedger = require('@daml/ledger');
|
|
14
12
|
|
|
15
13
|
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../../../DA/Internal/Template');
|
|
16
14
|
var pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946 = require('../../../../DA/Time/Types');
|
|
17
15
|
|
|
18
16
|
exports.AnyContract = damlTypes.assembleInterface(
|
|
17
|
+
'#splice-api-token-metadata-v1:Splice.Api.Token.MetadataV1:AnyContract',
|
|
19
18
|
'4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f:Splice.Api.Token.MetadataV1:AnyContract',
|
|
20
19
|
function () { return exports.AnyContractView; },
|
|
21
20
|
{
|