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