@fairmint/open-captable-protocol-daml-js 0.2.126 → 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 +6 -6
- 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
|
@@ -0,0 +1,1080 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* eslint-disable-next-line no-unused-vars */
|
|
3
|
+
function __export(m) {
|
|
4
|
+
/* eslint-disable-next-line no-prototype-builtins */
|
|
5
|
+
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
|
+
}
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
/* eslint-disable-next-line no-unused-vars */
|
|
9
|
+
var jtv = require('@mojotech/json-type-validation');
|
|
10
|
+
/* eslint-disable-next-line no-unused-vars */
|
|
11
|
+
var damlTypes = require('@daml/types');
|
|
12
|
+
/* eslint-disable-next-line no-unused-vars */
|
|
13
|
+
var damlLedger = require('@daml/ledger');
|
|
14
|
+
|
|
15
|
+
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../../DA/Internal/Template');
|
|
16
|
+
|
|
17
|
+
var Fairmint_OpenCapTable_ConvertibleAcceptance = require('../../../Fairmint/OpenCapTable/ConvertibleAcceptance/module');
|
|
18
|
+
var Fairmint_OpenCapTable_ConvertibleCancellation = require('../../../Fairmint/OpenCapTable/ConvertibleCancellation/module');
|
|
19
|
+
var Fairmint_OpenCapTable_ConvertibleConversion = require('../../../Fairmint/OpenCapTable/ConvertibleConversion/module');
|
|
20
|
+
var Fairmint_OpenCapTable_ConvertibleIssuance = require('../../../Fairmint/OpenCapTable/ConvertibleIssuance/module');
|
|
21
|
+
var Fairmint_OpenCapTable_ConvertibleRetraction = require('../../../Fairmint/OpenCapTable/ConvertibleRetraction/module');
|
|
22
|
+
var Fairmint_OpenCapTable_ConvertibleTransfer = require('../../../Fairmint/OpenCapTable/ConvertibleTransfer/module');
|
|
23
|
+
var Fairmint_OpenCapTable_Document = require('../../../Fairmint/OpenCapTable/Document/module');
|
|
24
|
+
var Fairmint_OpenCapTable_EquityCompensationAcceptance = require('../../../Fairmint/OpenCapTable/EquityCompensationAcceptance/module');
|
|
25
|
+
var Fairmint_OpenCapTable_EquityCompensationCancellation = require('../../../Fairmint/OpenCapTable/EquityCompensationCancellation/module');
|
|
26
|
+
var Fairmint_OpenCapTable_EquityCompensationExercise = require('../../../Fairmint/OpenCapTable/EquityCompensationExercise/module');
|
|
27
|
+
var Fairmint_OpenCapTable_EquityCompensationIssuance = require('../../../Fairmint/OpenCapTable/EquityCompensationIssuance/module');
|
|
28
|
+
var Fairmint_OpenCapTable_EquityCompensationRelease = require('../../../Fairmint/OpenCapTable/EquityCompensationRelease/module');
|
|
29
|
+
var Fairmint_OpenCapTable_EquityCompensationRepricing = require('../../../Fairmint/OpenCapTable/EquityCompensationRepricing/module');
|
|
30
|
+
var Fairmint_OpenCapTable_EquityCompensationRetraction = require('../../../Fairmint/OpenCapTable/EquityCompensationRetraction/module');
|
|
31
|
+
var Fairmint_OpenCapTable_EquityCompensationTransfer = require('../../../Fairmint/OpenCapTable/EquityCompensationTransfer/module');
|
|
32
|
+
var Fairmint_OpenCapTable_IssuerAuthorizedSharesAdjustment = require('../../../Fairmint/OpenCapTable/IssuerAuthorizedSharesAdjustment/module');
|
|
33
|
+
var Fairmint_OpenCapTable_Stakeholder = require('../../../Fairmint/OpenCapTable/Stakeholder/module');
|
|
34
|
+
var Fairmint_OpenCapTable_StakeholderRelationshipChangeEvent = require('../../../Fairmint/OpenCapTable/StakeholderRelationshipChangeEvent/module');
|
|
35
|
+
var Fairmint_OpenCapTable_StakeholderStatusChangeEvent = require('../../../Fairmint/OpenCapTable/StakeholderStatusChangeEvent/module');
|
|
36
|
+
var Fairmint_OpenCapTable_StockAcceptance = require('../../../Fairmint/OpenCapTable/StockAcceptance/module');
|
|
37
|
+
var Fairmint_OpenCapTable_StockCancellation = require('../../../Fairmint/OpenCapTable/StockCancellation/module');
|
|
38
|
+
var Fairmint_OpenCapTable_StockClass = require('../../../Fairmint/OpenCapTable/StockClass/module');
|
|
39
|
+
var Fairmint_OpenCapTable_StockClassAuthorizedSharesAdjustment = require('../../../Fairmint/OpenCapTable/StockClassAuthorizedSharesAdjustment/module');
|
|
40
|
+
var Fairmint_OpenCapTable_StockClassConversionRatioAdjustment = require('../../../Fairmint/OpenCapTable/StockClassConversionRatioAdjustment/module');
|
|
41
|
+
var Fairmint_OpenCapTable_StockClassSplit = require('../../../Fairmint/OpenCapTable/StockClassSplit/module');
|
|
42
|
+
var Fairmint_OpenCapTable_StockConsolidation = require('../../../Fairmint/OpenCapTable/StockConsolidation/module');
|
|
43
|
+
var Fairmint_OpenCapTable_StockConversion = require('../../../Fairmint/OpenCapTable/StockConversion/module');
|
|
44
|
+
var Fairmint_OpenCapTable_StockIssuance = require('../../../Fairmint/OpenCapTable/StockIssuance/module');
|
|
45
|
+
var Fairmint_OpenCapTable_StockLegendTemplate = require('../../../Fairmint/OpenCapTable/StockLegendTemplate/module');
|
|
46
|
+
var Fairmint_OpenCapTable_StockPlan = require('../../../Fairmint/OpenCapTable/StockPlan/module');
|
|
47
|
+
var Fairmint_OpenCapTable_StockPlanPoolAdjustment = require('../../../Fairmint/OpenCapTable/StockPlanPoolAdjustment/module');
|
|
48
|
+
var Fairmint_OpenCapTable_StockPlanReturnToPool = require('../../../Fairmint/OpenCapTable/StockPlanReturnToPool/module');
|
|
49
|
+
var Fairmint_OpenCapTable_StockReissuance = require('../../../Fairmint/OpenCapTable/StockReissuance/module');
|
|
50
|
+
var Fairmint_OpenCapTable_StockRepurchase = require('../../../Fairmint/OpenCapTable/StockRepurchase/module');
|
|
51
|
+
var Fairmint_OpenCapTable_StockRetraction = require('../../../Fairmint/OpenCapTable/StockRetraction/module');
|
|
52
|
+
var Fairmint_OpenCapTable_StockTransfer = require('../../../Fairmint/OpenCapTable/StockTransfer/module');
|
|
53
|
+
var Fairmint_OpenCapTable_Types = require('../../../Fairmint/OpenCapTable/Types/module');
|
|
54
|
+
var Fairmint_OpenCapTable_VestingAcceleration = require('../../../Fairmint/OpenCapTable/VestingAcceleration/module');
|
|
55
|
+
var Fairmint_OpenCapTable_VestingEvent = require('../../../Fairmint/OpenCapTable/VestingEvent/module');
|
|
56
|
+
var Fairmint_OpenCapTable_VestingStart = require('../../../Fairmint/OpenCapTable/VestingStart/module');
|
|
57
|
+
var Fairmint_OpenCapTable_VestingTerms = require('../../../Fairmint/OpenCapTable/VestingTerms/module');
|
|
58
|
+
var Fairmint_OpenCapTable_WarrantAcceptance = require('../../../Fairmint/OpenCapTable/WarrantAcceptance/module');
|
|
59
|
+
var Fairmint_OpenCapTable_WarrantCancellation = require('../../../Fairmint/OpenCapTable/WarrantCancellation/module');
|
|
60
|
+
var Fairmint_OpenCapTable_WarrantExercise = require('../../../Fairmint/OpenCapTable/WarrantExercise/module');
|
|
61
|
+
var Fairmint_OpenCapTable_WarrantIssuance = require('../../../Fairmint/OpenCapTable/WarrantIssuance/module');
|
|
62
|
+
var Fairmint_OpenCapTable_WarrantRetraction = require('../../../Fairmint/OpenCapTable/WarrantRetraction/module');
|
|
63
|
+
var Fairmint_OpenCapTable_WarrantTransfer = require('../../../Fairmint/OpenCapTable/WarrantTransfer/module');
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
exports.OcfInitialSharesAuthorized = {
|
|
67
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.object({tag: jtv.constant('OcfInitialSharesNumeric'), value: damlTypes.Numeric(10).decoder, }), jtv.object({tag: jtv.constant('OcfInitialSharesEnum'), value: exports.OcfAuthorizedShares.decoder, })); }),
|
|
68
|
+
encode: function (__typed__) {
|
|
69
|
+
switch(__typed__.tag) {
|
|
70
|
+
case 'OcfInitialSharesNumeric': return {tag: __typed__.tag, value: damlTypes.Numeric(10).encode(__typed__.value)};
|
|
71
|
+
case 'OcfInitialSharesEnum': return {tag: __typed__.tag, value: exports.OcfAuthorizedShares.encode(__typed__.value)};
|
|
72
|
+
default: throw 'unrecognized type tag: ' + __typed__.tag + ' while serializing a value of type OcfInitialSharesAuthorized';
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
,
|
|
76
|
+
};
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
exports.OcfAuthorizedShares = {
|
|
81
|
+
OcfAuthorizedSharesNotApplicable: 'OcfAuthorizedSharesNotApplicable',
|
|
82
|
+
OcfAuthorizedSharesUnlimited: 'OcfAuthorizedSharesUnlimited',
|
|
83
|
+
keys: ['OcfAuthorizedSharesNotApplicable','OcfAuthorizedSharesUnlimited',],
|
|
84
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.constant(exports.OcfAuthorizedShares.OcfAuthorizedSharesNotApplicable), jtv.constant(exports.OcfAuthorizedShares.OcfAuthorizedSharesUnlimited)); }),
|
|
85
|
+
encode: function (__typed__) { return __typed__; },
|
|
86
|
+
};
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
exports.OcfIssuerData = {
|
|
91
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({id: damlTypes.Text.decoder, country_of_formation: damlTypes.Text.decoder, formation_date: damlTypes.Time.decoder, legal_name: damlTypes.Text.decoder, comments: damlTypes.List(damlTypes.Text).decoder, tax_ids: damlTypes.List(Fairmint_OpenCapTable_Types.OcfTaxID).decoder, address: jtv.Decoder.withDefault(null, damlTypes.Optional(Fairmint_OpenCapTable_Types.OcfAddress).decoder), country_subdivision_of_formation: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder), country_subdivision_name_of_formation: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder), dba: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder), email: jtv.Decoder.withDefault(null, damlTypes.Optional(Fairmint_OpenCapTable_Types.OcfEmail).decoder), initial_shares_authorized: jtv.Decoder.withDefault(null, damlTypes.Optional(exports.OcfInitialSharesAuthorized).decoder), phone: jtv.Decoder.withDefault(null, damlTypes.Optional(Fairmint_OpenCapTable_Types.OcfPhone).decoder), }); }),
|
|
92
|
+
encode: function (__typed__) {
|
|
93
|
+
return {
|
|
94
|
+
id: damlTypes.Text.encode(__typed__.id),
|
|
95
|
+
country_of_formation: damlTypes.Text.encode(__typed__.country_of_formation),
|
|
96
|
+
formation_date: damlTypes.Time.encode(__typed__.formation_date),
|
|
97
|
+
legal_name: damlTypes.Text.encode(__typed__.legal_name),
|
|
98
|
+
comments: damlTypes.List(damlTypes.Text).encode(__typed__.comments),
|
|
99
|
+
tax_ids: damlTypes.List(Fairmint_OpenCapTable_Types.OcfTaxID).encode(__typed__.tax_ids),
|
|
100
|
+
address: damlTypes.Optional(Fairmint_OpenCapTable_Types.OcfAddress).encode(__typed__.address),
|
|
101
|
+
country_subdivision_of_formation: damlTypes.Optional(damlTypes.Text).encode(__typed__.country_subdivision_of_formation),
|
|
102
|
+
country_subdivision_name_of_formation: damlTypes.Optional(damlTypes.Text).encode(__typed__.country_subdivision_name_of_formation),
|
|
103
|
+
dba: damlTypes.Optional(damlTypes.Text).encode(__typed__.dba),
|
|
104
|
+
email: damlTypes.Optional(Fairmint_OpenCapTable_Types.OcfEmail).encode(__typed__.email),
|
|
105
|
+
initial_shares_authorized: damlTypes.Optional(exports.OcfInitialSharesAuthorized).encode(__typed__.initial_shares_authorized),
|
|
106
|
+
phone: damlTypes.Optional(Fairmint_OpenCapTable_Types.OcfPhone).encode(__typed__.phone),
|
|
107
|
+
};
|
|
108
|
+
}
|
|
109
|
+
,
|
|
110
|
+
};
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
exports.ArchiveByIssuer = {
|
|
115
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({}); }),
|
|
116
|
+
encode: function (__typed__) {
|
|
117
|
+
return {
|
|
118
|
+
};
|
|
119
|
+
}
|
|
120
|
+
,
|
|
121
|
+
};
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
exports.CreateWarrantIssuance = {
|
|
126
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({issuance_data: Fairmint_OpenCapTable_WarrantIssuance.OcfWarrantIssuanceData.decoder, }); }),
|
|
127
|
+
encode: function (__typed__) {
|
|
128
|
+
return {
|
|
129
|
+
issuance_data: Fairmint_OpenCapTable_WarrantIssuance.OcfWarrantIssuanceData.encode(__typed__.issuance_data),
|
|
130
|
+
};
|
|
131
|
+
}
|
|
132
|
+
,
|
|
133
|
+
};
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
exports.CreateWarrantRetraction = {
|
|
138
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({retraction_data: Fairmint_OpenCapTable_WarrantRetraction.OcfWarrantRetractionTxData.decoder, }); }),
|
|
139
|
+
encode: function (__typed__) {
|
|
140
|
+
return {
|
|
141
|
+
retraction_data: Fairmint_OpenCapTable_WarrantRetraction.OcfWarrantRetractionTxData.encode(__typed__.retraction_data),
|
|
142
|
+
};
|
|
143
|
+
}
|
|
144
|
+
,
|
|
145
|
+
};
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
exports.CreateWarrantTransfer = {
|
|
150
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({transfer_data: Fairmint_OpenCapTable_WarrantTransfer.OcfWarrantTransferTxData.decoder, }); }),
|
|
151
|
+
encode: function (__typed__) {
|
|
152
|
+
return {
|
|
153
|
+
transfer_data: Fairmint_OpenCapTable_WarrantTransfer.OcfWarrantTransferTxData.encode(__typed__.transfer_data),
|
|
154
|
+
};
|
|
155
|
+
}
|
|
156
|
+
,
|
|
157
|
+
};
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
exports.CreateWarrantExercise = {
|
|
162
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({exercise_data: Fairmint_OpenCapTable_WarrantExercise.OcfWarrantExerciseTxData.decoder, }); }),
|
|
163
|
+
encode: function (__typed__) {
|
|
164
|
+
return {
|
|
165
|
+
exercise_data: Fairmint_OpenCapTable_WarrantExercise.OcfWarrantExerciseTxData.encode(__typed__.exercise_data),
|
|
166
|
+
};
|
|
167
|
+
}
|
|
168
|
+
,
|
|
169
|
+
};
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
exports.CreateWarrantCancellation = {
|
|
174
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({cancellation_data: Fairmint_OpenCapTable_WarrantCancellation.OcfWarrantCancellationTxData.decoder, }); }),
|
|
175
|
+
encode: function (__typed__) {
|
|
176
|
+
return {
|
|
177
|
+
cancellation_data: Fairmint_OpenCapTable_WarrantCancellation.OcfWarrantCancellationTxData.encode(__typed__.cancellation_data),
|
|
178
|
+
};
|
|
179
|
+
}
|
|
180
|
+
,
|
|
181
|
+
};
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
exports.CreateWarrantAcceptance = {
|
|
186
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({acceptance_data: Fairmint_OpenCapTable_WarrantAcceptance.OcfWarrantAcceptanceTxData.decoder, }); }),
|
|
187
|
+
encode: function (__typed__) {
|
|
188
|
+
return {
|
|
189
|
+
acceptance_data: Fairmint_OpenCapTable_WarrantAcceptance.OcfWarrantAcceptanceTxData.encode(__typed__.acceptance_data),
|
|
190
|
+
};
|
|
191
|
+
}
|
|
192
|
+
,
|
|
193
|
+
};
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
exports.CreateVestingTerms = {
|
|
198
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({vesting_terms_data: Fairmint_OpenCapTable_VestingTerms.OcfVestingTermsData.decoder, }); }),
|
|
199
|
+
encode: function (__typed__) {
|
|
200
|
+
return {
|
|
201
|
+
vesting_terms_data: Fairmint_OpenCapTable_VestingTerms.OcfVestingTermsData.encode(__typed__.vesting_terms_data),
|
|
202
|
+
};
|
|
203
|
+
}
|
|
204
|
+
,
|
|
205
|
+
};
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
exports.CreateVestingStart = {
|
|
210
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({vesting_data: Fairmint_OpenCapTable_VestingStart.OcfVestingStartTxData.decoder, }); }),
|
|
211
|
+
encode: function (__typed__) {
|
|
212
|
+
return {
|
|
213
|
+
vesting_data: Fairmint_OpenCapTable_VestingStart.OcfVestingStartTxData.encode(__typed__.vesting_data),
|
|
214
|
+
};
|
|
215
|
+
}
|
|
216
|
+
,
|
|
217
|
+
};
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
exports.CreateVestingEvent = {
|
|
222
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({vesting_data: Fairmint_OpenCapTable_VestingEvent.OcfVestingEventTxData.decoder, }); }),
|
|
223
|
+
encode: function (__typed__) {
|
|
224
|
+
return {
|
|
225
|
+
vesting_data: Fairmint_OpenCapTable_VestingEvent.OcfVestingEventTxData.encode(__typed__.vesting_data),
|
|
226
|
+
};
|
|
227
|
+
}
|
|
228
|
+
,
|
|
229
|
+
};
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
exports.CreateVestingAcceleration = {
|
|
234
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({acceleration_data: Fairmint_OpenCapTable_VestingAcceleration.OcfVestingAccelerationTxData.decoder, }); }),
|
|
235
|
+
encode: function (__typed__) {
|
|
236
|
+
return {
|
|
237
|
+
acceleration_data: Fairmint_OpenCapTable_VestingAcceleration.OcfVestingAccelerationTxData.encode(__typed__.acceleration_data),
|
|
238
|
+
};
|
|
239
|
+
}
|
|
240
|
+
,
|
|
241
|
+
};
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
exports.CreateStockRetraction = {
|
|
246
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({retraction_data: Fairmint_OpenCapTable_StockRetraction.OcfStockRetractionTxData.decoder, }); }),
|
|
247
|
+
encode: function (__typed__) {
|
|
248
|
+
return {
|
|
249
|
+
retraction_data: Fairmint_OpenCapTable_StockRetraction.OcfStockRetractionTxData.encode(__typed__.retraction_data),
|
|
250
|
+
};
|
|
251
|
+
}
|
|
252
|
+
,
|
|
253
|
+
};
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
exports.CreateStockTransfer = {
|
|
258
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({transfer_data: Fairmint_OpenCapTable_StockTransfer.OcfStockTransferTxData.decoder, }); }),
|
|
259
|
+
encode: function (__typed__) {
|
|
260
|
+
return {
|
|
261
|
+
transfer_data: Fairmint_OpenCapTable_StockTransfer.OcfStockTransferTxData.encode(__typed__.transfer_data),
|
|
262
|
+
};
|
|
263
|
+
}
|
|
264
|
+
,
|
|
265
|
+
};
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
exports.CreateStockRepurchase = {
|
|
270
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({repurchase_data: Fairmint_OpenCapTable_StockRepurchase.OcfStockRepurchaseTxData.decoder, }); }),
|
|
271
|
+
encode: function (__typed__) {
|
|
272
|
+
return {
|
|
273
|
+
repurchase_data: Fairmint_OpenCapTable_StockRepurchase.OcfStockRepurchaseTxData.encode(__typed__.repurchase_data),
|
|
274
|
+
};
|
|
275
|
+
}
|
|
276
|
+
,
|
|
277
|
+
};
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
exports.CreateStockReissuance = {
|
|
282
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({reissuance_data: Fairmint_OpenCapTable_StockReissuance.OcfStockReissuanceTxData.decoder, }); }),
|
|
283
|
+
encode: function (__typed__) {
|
|
284
|
+
return {
|
|
285
|
+
reissuance_data: Fairmint_OpenCapTable_StockReissuance.OcfStockReissuanceTxData.encode(__typed__.reissuance_data),
|
|
286
|
+
};
|
|
287
|
+
}
|
|
288
|
+
,
|
|
289
|
+
};
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
exports.CreateStockPlanReturnToPool = {
|
|
294
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({return_data: Fairmint_OpenCapTable_StockPlanReturnToPool.OcfStockPlanReturnToPoolTxData.decoder, }); }),
|
|
295
|
+
encode: function (__typed__) {
|
|
296
|
+
return {
|
|
297
|
+
return_data: Fairmint_OpenCapTable_StockPlanReturnToPool.OcfStockPlanReturnToPoolTxData.encode(__typed__.return_data),
|
|
298
|
+
};
|
|
299
|
+
}
|
|
300
|
+
,
|
|
301
|
+
};
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
exports.CreateStockPlanPoolAdjustment = {
|
|
306
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({adjustment_data: Fairmint_OpenCapTable_StockPlanPoolAdjustment.OcfStockPlanPoolAdjustmentTxData.decoder, }); }),
|
|
307
|
+
encode: function (__typed__) {
|
|
308
|
+
return {
|
|
309
|
+
adjustment_data: Fairmint_OpenCapTable_StockPlanPoolAdjustment.OcfStockPlanPoolAdjustmentTxData.encode(__typed__.adjustment_data),
|
|
310
|
+
};
|
|
311
|
+
}
|
|
312
|
+
,
|
|
313
|
+
};
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
exports.CreateStockPlan = {
|
|
318
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({plan_data: Fairmint_OpenCapTable_StockPlan.OcfStockPlanData.decoder, }); }),
|
|
319
|
+
encode: function (__typed__) {
|
|
320
|
+
return {
|
|
321
|
+
plan_data: Fairmint_OpenCapTable_StockPlan.OcfStockPlanData.encode(__typed__.plan_data),
|
|
322
|
+
};
|
|
323
|
+
}
|
|
324
|
+
,
|
|
325
|
+
};
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
exports.CreateStockLegendTemplate = {
|
|
330
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({template_data: Fairmint_OpenCapTable_StockLegendTemplate.OcfStockLegendTemplateData.decoder, }); }),
|
|
331
|
+
encode: function (__typed__) {
|
|
332
|
+
return {
|
|
333
|
+
template_data: Fairmint_OpenCapTable_StockLegendTemplate.OcfStockLegendTemplateData.encode(__typed__.template_data),
|
|
334
|
+
};
|
|
335
|
+
}
|
|
336
|
+
,
|
|
337
|
+
};
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
exports.CreateStockIssuance = {
|
|
342
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({issuance_data: Fairmint_OpenCapTable_StockIssuance.OcfStockIssuanceData.decoder, }); }),
|
|
343
|
+
encode: function (__typed__) {
|
|
344
|
+
return {
|
|
345
|
+
issuance_data: Fairmint_OpenCapTable_StockIssuance.OcfStockIssuanceData.encode(__typed__.issuance_data),
|
|
346
|
+
};
|
|
347
|
+
}
|
|
348
|
+
,
|
|
349
|
+
};
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
exports.CreateStockConversion = {
|
|
354
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({conversion_data: Fairmint_OpenCapTable_StockConversion.OcfStockConversionTxData.decoder, }); }),
|
|
355
|
+
encode: function (__typed__) {
|
|
356
|
+
return {
|
|
357
|
+
conversion_data: Fairmint_OpenCapTable_StockConversion.OcfStockConversionTxData.encode(__typed__.conversion_data),
|
|
358
|
+
};
|
|
359
|
+
}
|
|
360
|
+
,
|
|
361
|
+
};
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
exports.CreateStockConsolidation = {
|
|
366
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({consolidation_data: Fairmint_OpenCapTable_StockConsolidation.OcfStockConsolidationTxData.decoder, }); }),
|
|
367
|
+
encode: function (__typed__) {
|
|
368
|
+
return {
|
|
369
|
+
consolidation_data: Fairmint_OpenCapTable_StockConsolidation.OcfStockConsolidationTxData.encode(__typed__.consolidation_data),
|
|
370
|
+
};
|
|
371
|
+
}
|
|
372
|
+
,
|
|
373
|
+
};
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
exports.CreateStockClassSplit = {
|
|
378
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({split_data: Fairmint_OpenCapTable_StockClassSplit.OcfStockClassSplitTxData.decoder, }); }),
|
|
379
|
+
encode: function (__typed__) {
|
|
380
|
+
return {
|
|
381
|
+
split_data: Fairmint_OpenCapTable_StockClassSplit.OcfStockClassSplitTxData.encode(__typed__.split_data),
|
|
382
|
+
};
|
|
383
|
+
}
|
|
384
|
+
,
|
|
385
|
+
};
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
exports.CreateStockClassConversionRatioAdjustment = {
|
|
390
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({adjustment_data: Fairmint_OpenCapTable_StockClassConversionRatioAdjustment.OcfStockClassConversionRatioAdjustmentTxData.decoder, }); }),
|
|
391
|
+
encode: function (__typed__) {
|
|
392
|
+
return {
|
|
393
|
+
adjustment_data: Fairmint_OpenCapTable_StockClassConversionRatioAdjustment.OcfStockClassConversionRatioAdjustmentTxData.encode(__typed__.adjustment_data),
|
|
394
|
+
};
|
|
395
|
+
}
|
|
396
|
+
,
|
|
397
|
+
};
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
exports.CreateStockClassAuthorizedSharesAdjustment = {
|
|
402
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({adjustment_data: Fairmint_OpenCapTable_StockClassAuthorizedSharesAdjustment.OcfStockClassAuthorizedSharesAdjustmentTxData.decoder, }); }),
|
|
403
|
+
encode: function (__typed__) {
|
|
404
|
+
return {
|
|
405
|
+
adjustment_data: Fairmint_OpenCapTable_StockClassAuthorizedSharesAdjustment.OcfStockClassAuthorizedSharesAdjustmentTxData.encode(__typed__.adjustment_data),
|
|
406
|
+
};
|
|
407
|
+
}
|
|
408
|
+
,
|
|
409
|
+
};
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
exports.CreateStockClass = {
|
|
414
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({stock_class_data: Fairmint_OpenCapTable_StockClass.OcfStockClassData.decoder, }); }),
|
|
415
|
+
encode: function (__typed__) {
|
|
416
|
+
return {
|
|
417
|
+
stock_class_data: Fairmint_OpenCapTable_StockClass.OcfStockClassData.encode(__typed__.stock_class_data),
|
|
418
|
+
};
|
|
419
|
+
}
|
|
420
|
+
,
|
|
421
|
+
};
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
exports.CreateStockCancellation = {
|
|
426
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({cancellation_data: Fairmint_OpenCapTable_StockCancellation.OcfStockCancellationTxData.decoder, }); }),
|
|
427
|
+
encode: function (__typed__) {
|
|
428
|
+
return {
|
|
429
|
+
cancellation_data: Fairmint_OpenCapTable_StockCancellation.OcfStockCancellationTxData.encode(__typed__.cancellation_data),
|
|
430
|
+
};
|
|
431
|
+
}
|
|
432
|
+
,
|
|
433
|
+
};
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
exports.CreateStockAcceptance = {
|
|
438
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({acceptance_data: Fairmint_OpenCapTable_StockAcceptance.OcfStockAcceptanceTxData.decoder, }); }),
|
|
439
|
+
encode: function (__typed__) {
|
|
440
|
+
return {
|
|
441
|
+
acceptance_data: Fairmint_OpenCapTable_StockAcceptance.OcfStockAcceptanceTxData.encode(__typed__.acceptance_data),
|
|
442
|
+
};
|
|
443
|
+
}
|
|
444
|
+
,
|
|
445
|
+
};
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
exports.CreateStakeholderStatusChangeEvent = {
|
|
450
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({event_data: Fairmint_OpenCapTable_StakeholderStatusChangeEvent.OcfStakeholderStatusChangeEventData.decoder, }); }),
|
|
451
|
+
encode: function (__typed__) {
|
|
452
|
+
return {
|
|
453
|
+
event_data: Fairmint_OpenCapTable_StakeholderStatusChangeEvent.OcfStakeholderStatusChangeEventData.encode(__typed__.event_data),
|
|
454
|
+
};
|
|
455
|
+
}
|
|
456
|
+
,
|
|
457
|
+
};
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
exports.CreateStakeholderRelationshipChangeEvent = {
|
|
462
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({event_data: Fairmint_OpenCapTable_StakeholderRelationshipChangeEvent.OcfStakeholderRelationshipChangeEventData.decoder, }); }),
|
|
463
|
+
encode: function (__typed__) {
|
|
464
|
+
return {
|
|
465
|
+
event_data: Fairmint_OpenCapTable_StakeholderRelationshipChangeEvent.OcfStakeholderRelationshipChangeEventData.encode(__typed__.event_data),
|
|
466
|
+
};
|
|
467
|
+
}
|
|
468
|
+
,
|
|
469
|
+
};
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
exports.CreateStakeholder = {
|
|
474
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({stakeholder_data: Fairmint_OpenCapTable_Stakeholder.OcfStakeholderData.decoder, }); }),
|
|
475
|
+
encode: function (__typed__) {
|
|
476
|
+
return {
|
|
477
|
+
stakeholder_data: Fairmint_OpenCapTable_Stakeholder.OcfStakeholderData.encode(__typed__.stakeholder_data),
|
|
478
|
+
};
|
|
479
|
+
}
|
|
480
|
+
,
|
|
481
|
+
};
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
exports.CreateIssuerAuthorizedSharesAdjustment = {
|
|
486
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({adjustment_data: Fairmint_OpenCapTable_IssuerAuthorizedSharesAdjustment.OcfIssuerAuthorizedSharesAdjustmentTxData.decoder, }); }),
|
|
487
|
+
encode: function (__typed__) {
|
|
488
|
+
return {
|
|
489
|
+
adjustment_data: Fairmint_OpenCapTable_IssuerAuthorizedSharesAdjustment.OcfIssuerAuthorizedSharesAdjustmentTxData.encode(__typed__.adjustment_data),
|
|
490
|
+
};
|
|
491
|
+
}
|
|
492
|
+
,
|
|
493
|
+
};
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
exports.CreateEquityCompensationRetraction = {
|
|
498
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({retraction_data: Fairmint_OpenCapTable_EquityCompensationRetraction.OcfEquityCompensationRetractionTxData.decoder, }); }),
|
|
499
|
+
encode: function (__typed__) {
|
|
500
|
+
return {
|
|
501
|
+
retraction_data: Fairmint_OpenCapTable_EquityCompensationRetraction.OcfEquityCompensationRetractionTxData.encode(__typed__.retraction_data),
|
|
502
|
+
};
|
|
503
|
+
}
|
|
504
|
+
,
|
|
505
|
+
};
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
exports.CreateEquityCompensationTransfer = {
|
|
510
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({transfer_data: Fairmint_OpenCapTable_EquityCompensationTransfer.OcfEquityCompensationTransferTxData.decoder, }); }),
|
|
511
|
+
encode: function (__typed__) {
|
|
512
|
+
return {
|
|
513
|
+
transfer_data: Fairmint_OpenCapTable_EquityCompensationTransfer.OcfEquityCompensationTransferTxData.encode(__typed__.transfer_data),
|
|
514
|
+
};
|
|
515
|
+
}
|
|
516
|
+
,
|
|
517
|
+
};
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
exports.CreateEquityCompensationRepricing = {
|
|
522
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({repricing_data: Fairmint_OpenCapTable_EquityCompensationRepricing.OcfEquityCompensationRepricingTxData.decoder, }); }),
|
|
523
|
+
encode: function (__typed__) {
|
|
524
|
+
return {
|
|
525
|
+
repricing_data: Fairmint_OpenCapTable_EquityCompensationRepricing.OcfEquityCompensationRepricingTxData.encode(__typed__.repricing_data),
|
|
526
|
+
};
|
|
527
|
+
}
|
|
528
|
+
,
|
|
529
|
+
};
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
exports.CreateEquityCompensationRelease = {
|
|
534
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({release_data: Fairmint_OpenCapTable_EquityCompensationRelease.OcfEquityCompensationReleaseTxData.decoder, }); }),
|
|
535
|
+
encode: function (__typed__) {
|
|
536
|
+
return {
|
|
537
|
+
release_data: Fairmint_OpenCapTable_EquityCompensationRelease.OcfEquityCompensationReleaseTxData.encode(__typed__.release_data),
|
|
538
|
+
};
|
|
539
|
+
}
|
|
540
|
+
,
|
|
541
|
+
};
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
exports.CreateEquityCompensationIssuance = {
|
|
546
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({issuance_data: Fairmint_OpenCapTable_EquityCompensationIssuance.OcfEquityCompensationIssuanceTxData.decoder, }); }),
|
|
547
|
+
encode: function (__typed__) {
|
|
548
|
+
return {
|
|
549
|
+
issuance_data: Fairmint_OpenCapTable_EquityCompensationIssuance.OcfEquityCompensationIssuanceTxData.encode(__typed__.issuance_data),
|
|
550
|
+
};
|
|
551
|
+
}
|
|
552
|
+
,
|
|
553
|
+
};
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
exports.CreateEquityCompensationExercise = {
|
|
558
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({exercise_data: Fairmint_OpenCapTable_EquityCompensationExercise.OcfEquityCompensationExerciseData.decoder, }); }),
|
|
559
|
+
encode: function (__typed__) {
|
|
560
|
+
return {
|
|
561
|
+
exercise_data: Fairmint_OpenCapTable_EquityCompensationExercise.OcfEquityCompensationExerciseData.encode(__typed__.exercise_data),
|
|
562
|
+
};
|
|
563
|
+
}
|
|
564
|
+
,
|
|
565
|
+
};
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
exports.CreateEquityCompensationCancellation = {
|
|
570
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({cancellation_data: Fairmint_OpenCapTable_EquityCompensationCancellation.OcfEquityCompensationCancellationTxData.decoder, }); }),
|
|
571
|
+
encode: function (__typed__) {
|
|
572
|
+
return {
|
|
573
|
+
cancellation_data: Fairmint_OpenCapTable_EquityCompensationCancellation.OcfEquityCompensationCancellationTxData.encode(__typed__.cancellation_data),
|
|
574
|
+
};
|
|
575
|
+
}
|
|
576
|
+
,
|
|
577
|
+
};
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
exports.CreateEquityCompensationAcceptance = {
|
|
582
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({acceptance_data: Fairmint_OpenCapTable_EquityCompensationAcceptance.OcfEquityCompensationAcceptanceTxData.decoder, }); }),
|
|
583
|
+
encode: function (__typed__) {
|
|
584
|
+
return {
|
|
585
|
+
acceptance_data: Fairmint_OpenCapTable_EquityCompensationAcceptance.OcfEquityCompensationAcceptanceTxData.encode(__typed__.acceptance_data),
|
|
586
|
+
};
|
|
587
|
+
}
|
|
588
|
+
,
|
|
589
|
+
};
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
|
|
593
|
+
exports.CreateDocument = {
|
|
594
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({document_data: Fairmint_OpenCapTable_Document.OcfDocument.decoder, }); }),
|
|
595
|
+
encode: function (__typed__) {
|
|
596
|
+
return {
|
|
597
|
+
document_data: Fairmint_OpenCapTable_Document.OcfDocument.encode(__typed__.document_data),
|
|
598
|
+
};
|
|
599
|
+
}
|
|
600
|
+
,
|
|
601
|
+
};
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
|
|
605
|
+
exports.CreateConvertibleRetraction = {
|
|
606
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({retraction_data: Fairmint_OpenCapTable_ConvertibleRetraction.OcfConvertibleRetractionTxData.decoder, }); }),
|
|
607
|
+
encode: function (__typed__) {
|
|
608
|
+
return {
|
|
609
|
+
retraction_data: Fairmint_OpenCapTable_ConvertibleRetraction.OcfConvertibleRetractionTxData.encode(__typed__.retraction_data),
|
|
610
|
+
};
|
|
611
|
+
}
|
|
612
|
+
,
|
|
613
|
+
};
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
exports.CreateConvertibleTransfer = {
|
|
618
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({transfer_data: Fairmint_OpenCapTable_ConvertibleTransfer.OcfConvertibleTransferTxData.decoder, }); }),
|
|
619
|
+
encode: function (__typed__) {
|
|
620
|
+
return {
|
|
621
|
+
transfer_data: Fairmint_OpenCapTable_ConvertibleTransfer.OcfConvertibleTransferTxData.encode(__typed__.transfer_data),
|
|
622
|
+
};
|
|
623
|
+
}
|
|
624
|
+
,
|
|
625
|
+
};
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
exports.CreateConvertibleIssuance = {
|
|
630
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({issuance_data: Fairmint_OpenCapTable_ConvertibleIssuance.OcfConvertibleIssuanceTxData.decoder, }); }),
|
|
631
|
+
encode: function (__typed__) {
|
|
632
|
+
return {
|
|
633
|
+
issuance_data: Fairmint_OpenCapTable_ConvertibleIssuance.OcfConvertibleIssuanceTxData.encode(__typed__.issuance_data),
|
|
634
|
+
};
|
|
635
|
+
}
|
|
636
|
+
,
|
|
637
|
+
};
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
exports.CreateConvertibleConversion = {
|
|
642
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({conversion_data: Fairmint_OpenCapTable_ConvertibleConversion.OcfConvertibleConversionTxData.decoder, }); }),
|
|
643
|
+
encode: function (__typed__) {
|
|
644
|
+
return {
|
|
645
|
+
conversion_data: Fairmint_OpenCapTable_ConvertibleConversion.OcfConvertibleConversionTxData.encode(__typed__.conversion_data),
|
|
646
|
+
};
|
|
647
|
+
}
|
|
648
|
+
,
|
|
649
|
+
};
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
exports.CreateConvertibleCancellation = {
|
|
654
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({cancellation_data: Fairmint_OpenCapTable_ConvertibleCancellation.OcfConvertibleCancellationTxData.decoder, }); }),
|
|
655
|
+
encode: function (__typed__) {
|
|
656
|
+
return {
|
|
657
|
+
cancellation_data: Fairmint_OpenCapTable_ConvertibleCancellation.OcfConvertibleCancellationTxData.encode(__typed__.cancellation_data),
|
|
658
|
+
};
|
|
659
|
+
}
|
|
660
|
+
,
|
|
661
|
+
};
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
exports.CreateConvertibleAcceptance = {
|
|
666
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({acceptance_data: Fairmint_OpenCapTable_ConvertibleAcceptance.OcfConvertibleAcceptanceTxData.decoder, }); }),
|
|
667
|
+
encode: function (__typed__) {
|
|
668
|
+
return {
|
|
669
|
+
acceptance_data: Fairmint_OpenCapTable_ConvertibleAcceptance.OcfConvertibleAcceptanceTxData.encode(__typed__.acceptance_data),
|
|
670
|
+
};
|
|
671
|
+
}
|
|
672
|
+
,
|
|
673
|
+
};
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
exports.Issuer = damlTypes.assembleTemplate(
|
|
678
|
+
{
|
|
679
|
+
templateId: '#OpenCapTable-v25:Fairmint.OpenCapTable.Issuer:Issuer',
|
|
680
|
+
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
681
|
+
keyEncode: function () { throw 'EncodeError'; },
|
|
682
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({context: Fairmint_OpenCapTable_Types.Context.decoder, issuer_data: exports.OcfIssuerData.decoder, }); }),
|
|
683
|
+
encode: function (__typed__) {
|
|
684
|
+
return {
|
|
685
|
+
context: Fairmint_OpenCapTable_Types.Context.encode(__typed__.context),
|
|
686
|
+
issuer_data: exports.OcfIssuerData.encode(__typed__.issuer_data),
|
|
687
|
+
};
|
|
688
|
+
}
|
|
689
|
+
,
|
|
690
|
+
CreateConvertibleAcceptance: {
|
|
691
|
+
template: function () { return exports.Issuer; },
|
|
692
|
+
choiceName: 'CreateConvertibleAcceptance',
|
|
693
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateConvertibleAcceptance.decoder; }),
|
|
694
|
+
argumentEncode: function (__typed__) { return exports.CreateConvertibleAcceptance.encode(__typed__); },
|
|
695
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_ConvertibleAcceptance.ConvertibleAcceptance).decoder; }),
|
|
696
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_ConvertibleAcceptance.ConvertibleAcceptance).encode(__typed__); },
|
|
697
|
+
},
|
|
698
|
+
CreateConvertibleCancellation: {
|
|
699
|
+
template: function () { return exports.Issuer; },
|
|
700
|
+
choiceName: 'CreateConvertibleCancellation',
|
|
701
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateConvertibleCancellation.decoder; }),
|
|
702
|
+
argumentEncode: function (__typed__) { return exports.CreateConvertibleCancellation.encode(__typed__); },
|
|
703
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_ConvertibleCancellation.ConvertibleCancellation).decoder; }),
|
|
704
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_ConvertibleCancellation.ConvertibleCancellation).encode(__typed__); },
|
|
705
|
+
},
|
|
706
|
+
CreateConvertibleConversion: {
|
|
707
|
+
template: function () { return exports.Issuer; },
|
|
708
|
+
choiceName: 'CreateConvertibleConversion',
|
|
709
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateConvertibleConversion.decoder; }),
|
|
710
|
+
argumentEncode: function (__typed__) { return exports.CreateConvertibleConversion.encode(__typed__); },
|
|
711
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_ConvertibleConversion.ConvertibleConversion).decoder; }),
|
|
712
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_ConvertibleConversion.ConvertibleConversion).encode(__typed__); },
|
|
713
|
+
},
|
|
714
|
+
CreateConvertibleIssuance: {
|
|
715
|
+
template: function () { return exports.Issuer; },
|
|
716
|
+
choiceName: 'CreateConvertibleIssuance',
|
|
717
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateConvertibleIssuance.decoder; }),
|
|
718
|
+
argumentEncode: function (__typed__) { return exports.CreateConvertibleIssuance.encode(__typed__); },
|
|
719
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_ConvertibleIssuance.ConvertibleIssuance).decoder; }),
|
|
720
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_ConvertibleIssuance.ConvertibleIssuance).encode(__typed__); },
|
|
721
|
+
},
|
|
722
|
+
CreateConvertibleTransfer: {
|
|
723
|
+
template: function () { return exports.Issuer; },
|
|
724
|
+
choiceName: 'CreateConvertibleTransfer',
|
|
725
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateConvertibleTransfer.decoder; }),
|
|
726
|
+
argumentEncode: function (__typed__) { return exports.CreateConvertibleTransfer.encode(__typed__); },
|
|
727
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_ConvertibleTransfer.ConvertibleTransfer).decoder; }),
|
|
728
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_ConvertibleTransfer.ConvertibleTransfer).encode(__typed__); },
|
|
729
|
+
},
|
|
730
|
+
CreateConvertibleRetraction: {
|
|
731
|
+
template: function () { return exports.Issuer; },
|
|
732
|
+
choiceName: 'CreateConvertibleRetraction',
|
|
733
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateConvertibleRetraction.decoder; }),
|
|
734
|
+
argumentEncode: function (__typed__) { return exports.CreateConvertibleRetraction.encode(__typed__); },
|
|
735
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_ConvertibleRetraction.ConvertibleRetraction).decoder; }),
|
|
736
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_ConvertibleRetraction.ConvertibleRetraction).encode(__typed__); },
|
|
737
|
+
},
|
|
738
|
+
CreateDocument: {
|
|
739
|
+
template: function () { return exports.Issuer; },
|
|
740
|
+
choiceName: 'CreateDocument',
|
|
741
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateDocument.decoder; }),
|
|
742
|
+
argumentEncode: function (__typed__) { return exports.CreateDocument.encode(__typed__); },
|
|
743
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_Document.Document).decoder; }),
|
|
744
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_Document.Document).encode(__typed__); },
|
|
745
|
+
},
|
|
746
|
+
CreateEquityCompensationAcceptance: {
|
|
747
|
+
template: function () { return exports.Issuer; },
|
|
748
|
+
choiceName: 'CreateEquityCompensationAcceptance',
|
|
749
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateEquityCompensationAcceptance.decoder; }),
|
|
750
|
+
argumentEncode: function (__typed__) { return exports.CreateEquityCompensationAcceptance.encode(__typed__); },
|
|
751
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_EquityCompensationAcceptance.EquityCompensationAcceptance).decoder; }),
|
|
752
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_EquityCompensationAcceptance.EquityCompensationAcceptance).encode(__typed__); },
|
|
753
|
+
},
|
|
754
|
+
CreateEquityCompensationCancellation: {
|
|
755
|
+
template: function () { return exports.Issuer; },
|
|
756
|
+
choiceName: 'CreateEquityCompensationCancellation',
|
|
757
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateEquityCompensationCancellation.decoder; }),
|
|
758
|
+
argumentEncode: function (__typed__) { return exports.CreateEquityCompensationCancellation.encode(__typed__); },
|
|
759
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_EquityCompensationCancellation.EquityCompensationCancellation).decoder; }),
|
|
760
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_EquityCompensationCancellation.EquityCompensationCancellation).encode(__typed__); },
|
|
761
|
+
},
|
|
762
|
+
CreateEquityCompensationExercise: {
|
|
763
|
+
template: function () { return exports.Issuer; },
|
|
764
|
+
choiceName: 'CreateEquityCompensationExercise',
|
|
765
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateEquityCompensationExercise.decoder; }),
|
|
766
|
+
argumentEncode: function (__typed__) { return exports.CreateEquityCompensationExercise.encode(__typed__); },
|
|
767
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_EquityCompensationExercise.EquityCompensationExercise).decoder; }),
|
|
768
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_EquityCompensationExercise.EquityCompensationExercise).encode(__typed__); },
|
|
769
|
+
},
|
|
770
|
+
CreateEquityCompensationIssuance: {
|
|
771
|
+
template: function () { return exports.Issuer; },
|
|
772
|
+
choiceName: 'CreateEquityCompensationIssuance',
|
|
773
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateEquityCompensationIssuance.decoder; }),
|
|
774
|
+
argumentEncode: function (__typed__) { return exports.CreateEquityCompensationIssuance.encode(__typed__); },
|
|
775
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_EquityCompensationIssuance.EquityCompensationIssuance).decoder; }),
|
|
776
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_EquityCompensationIssuance.EquityCompensationIssuance).encode(__typed__); },
|
|
777
|
+
},
|
|
778
|
+
CreateEquityCompensationRelease: {
|
|
779
|
+
template: function () { return exports.Issuer; },
|
|
780
|
+
choiceName: 'CreateEquityCompensationRelease',
|
|
781
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateEquityCompensationRelease.decoder; }),
|
|
782
|
+
argumentEncode: function (__typed__) { return exports.CreateEquityCompensationRelease.encode(__typed__); },
|
|
783
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_EquityCompensationRelease.EquityCompensationRelease).decoder; }),
|
|
784
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_EquityCompensationRelease.EquityCompensationRelease).encode(__typed__); },
|
|
785
|
+
},
|
|
786
|
+
CreateEquityCompensationRepricing: {
|
|
787
|
+
template: function () { return exports.Issuer; },
|
|
788
|
+
choiceName: 'CreateEquityCompensationRepricing',
|
|
789
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateEquityCompensationRepricing.decoder; }),
|
|
790
|
+
argumentEncode: function (__typed__) { return exports.CreateEquityCompensationRepricing.encode(__typed__); },
|
|
791
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_EquityCompensationRepricing.EquityCompensationRepricing).decoder; }),
|
|
792
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_EquityCompensationRepricing.EquityCompensationRepricing).encode(__typed__); },
|
|
793
|
+
},
|
|
794
|
+
CreateEquityCompensationTransfer: {
|
|
795
|
+
template: function () { return exports.Issuer; },
|
|
796
|
+
choiceName: 'CreateEquityCompensationTransfer',
|
|
797
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateEquityCompensationTransfer.decoder; }),
|
|
798
|
+
argumentEncode: function (__typed__) { return exports.CreateEquityCompensationTransfer.encode(__typed__); },
|
|
799
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_EquityCompensationTransfer.EquityCompensationTransfer).decoder; }),
|
|
800
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_EquityCompensationTransfer.EquityCompensationTransfer).encode(__typed__); },
|
|
801
|
+
},
|
|
802
|
+
CreateEquityCompensationRetraction: {
|
|
803
|
+
template: function () { return exports.Issuer; },
|
|
804
|
+
choiceName: 'CreateEquityCompensationRetraction',
|
|
805
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateEquityCompensationRetraction.decoder; }),
|
|
806
|
+
argumentEncode: function (__typed__) { return exports.CreateEquityCompensationRetraction.encode(__typed__); },
|
|
807
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_EquityCompensationRetraction.EquityCompensationRetraction).decoder; }),
|
|
808
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_EquityCompensationRetraction.EquityCompensationRetraction).encode(__typed__); },
|
|
809
|
+
},
|
|
810
|
+
CreateIssuerAuthorizedSharesAdjustment: {
|
|
811
|
+
template: function () { return exports.Issuer; },
|
|
812
|
+
choiceName: 'CreateIssuerAuthorizedSharesAdjustment',
|
|
813
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateIssuerAuthorizedSharesAdjustment.decoder; }),
|
|
814
|
+
argumentEncode: function (__typed__) { return exports.CreateIssuerAuthorizedSharesAdjustment.encode(__typed__); },
|
|
815
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_IssuerAuthorizedSharesAdjustment.IssuerAuthorizedSharesAdjustment).decoder; }),
|
|
816
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_IssuerAuthorizedSharesAdjustment.IssuerAuthorizedSharesAdjustment).encode(__typed__); },
|
|
817
|
+
},
|
|
818
|
+
CreateStakeholder: {
|
|
819
|
+
template: function () { return exports.Issuer; },
|
|
820
|
+
choiceName: 'CreateStakeholder',
|
|
821
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateStakeholder.decoder; }),
|
|
822
|
+
argumentEncode: function (__typed__) { return exports.CreateStakeholder.encode(__typed__); },
|
|
823
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_Stakeholder.Stakeholder).decoder; }),
|
|
824
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_Stakeholder.Stakeholder).encode(__typed__); },
|
|
825
|
+
},
|
|
826
|
+
CreateStakeholderRelationshipChangeEvent: {
|
|
827
|
+
template: function () { return exports.Issuer; },
|
|
828
|
+
choiceName: 'CreateStakeholderRelationshipChangeEvent',
|
|
829
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateStakeholderRelationshipChangeEvent.decoder; }),
|
|
830
|
+
argumentEncode: function (__typed__) { return exports.CreateStakeholderRelationshipChangeEvent.encode(__typed__); },
|
|
831
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_StakeholderRelationshipChangeEvent.StakeholderRelationshipChangeEvent).decoder; }),
|
|
832
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_StakeholderRelationshipChangeEvent.StakeholderRelationshipChangeEvent).encode(__typed__); },
|
|
833
|
+
},
|
|
834
|
+
CreateStakeholderStatusChangeEvent: {
|
|
835
|
+
template: function () { return exports.Issuer; },
|
|
836
|
+
choiceName: 'CreateStakeholderStatusChangeEvent',
|
|
837
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateStakeholderStatusChangeEvent.decoder; }),
|
|
838
|
+
argumentEncode: function (__typed__) { return exports.CreateStakeholderStatusChangeEvent.encode(__typed__); },
|
|
839
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_StakeholderStatusChangeEvent.StakeholderStatusChangeEvent).decoder; }),
|
|
840
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_StakeholderStatusChangeEvent.StakeholderStatusChangeEvent).encode(__typed__); },
|
|
841
|
+
},
|
|
842
|
+
CreateStockAcceptance: {
|
|
843
|
+
template: function () { return exports.Issuer; },
|
|
844
|
+
choiceName: 'CreateStockAcceptance',
|
|
845
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateStockAcceptance.decoder; }),
|
|
846
|
+
argumentEncode: function (__typed__) { return exports.CreateStockAcceptance.encode(__typed__); },
|
|
847
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_StockAcceptance.StockAcceptance).decoder; }),
|
|
848
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_StockAcceptance.StockAcceptance).encode(__typed__); },
|
|
849
|
+
},
|
|
850
|
+
CreateStockCancellation: {
|
|
851
|
+
template: function () { return exports.Issuer; },
|
|
852
|
+
choiceName: 'CreateStockCancellation',
|
|
853
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateStockCancellation.decoder; }),
|
|
854
|
+
argumentEncode: function (__typed__) { return exports.CreateStockCancellation.encode(__typed__); },
|
|
855
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_StockCancellation.StockCancellation).decoder; }),
|
|
856
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_StockCancellation.StockCancellation).encode(__typed__); },
|
|
857
|
+
},
|
|
858
|
+
CreateStockClass: {
|
|
859
|
+
template: function () { return exports.Issuer; },
|
|
860
|
+
choiceName: 'CreateStockClass',
|
|
861
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateStockClass.decoder; }),
|
|
862
|
+
argumentEncode: function (__typed__) { return exports.CreateStockClass.encode(__typed__); },
|
|
863
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_StockClass.StockClass).decoder; }),
|
|
864
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_StockClass.StockClass).encode(__typed__); },
|
|
865
|
+
},
|
|
866
|
+
CreateStockClassAuthorizedSharesAdjustment: {
|
|
867
|
+
template: function () { return exports.Issuer; },
|
|
868
|
+
choiceName: 'CreateStockClassAuthorizedSharesAdjustment',
|
|
869
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateStockClassAuthorizedSharesAdjustment.decoder; }),
|
|
870
|
+
argumentEncode: function (__typed__) { return exports.CreateStockClassAuthorizedSharesAdjustment.encode(__typed__); },
|
|
871
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_StockClassAuthorizedSharesAdjustment.StockClassAuthorizedSharesAdjustment).decoder; }),
|
|
872
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_StockClassAuthorizedSharesAdjustment.StockClassAuthorizedSharesAdjustment).encode(__typed__); },
|
|
873
|
+
},
|
|
874
|
+
CreateStockClassConversionRatioAdjustment: {
|
|
875
|
+
template: function () { return exports.Issuer; },
|
|
876
|
+
choiceName: 'CreateStockClassConversionRatioAdjustment',
|
|
877
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateStockClassConversionRatioAdjustment.decoder; }),
|
|
878
|
+
argumentEncode: function (__typed__) { return exports.CreateStockClassConversionRatioAdjustment.encode(__typed__); },
|
|
879
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_StockClassConversionRatioAdjustment.StockClassConversionRatioAdjustment).decoder; }),
|
|
880
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_StockClassConversionRatioAdjustment.StockClassConversionRatioAdjustment).encode(__typed__); },
|
|
881
|
+
},
|
|
882
|
+
CreateStockClassSplit: {
|
|
883
|
+
template: function () { return exports.Issuer; },
|
|
884
|
+
choiceName: 'CreateStockClassSplit',
|
|
885
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateStockClassSplit.decoder; }),
|
|
886
|
+
argumentEncode: function (__typed__) { return exports.CreateStockClassSplit.encode(__typed__); },
|
|
887
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_StockClassSplit.StockClassSplit).decoder; }),
|
|
888
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_StockClassSplit.StockClassSplit).encode(__typed__); },
|
|
889
|
+
},
|
|
890
|
+
CreateStockConsolidation: {
|
|
891
|
+
template: function () { return exports.Issuer; },
|
|
892
|
+
choiceName: 'CreateStockConsolidation',
|
|
893
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateStockConsolidation.decoder; }),
|
|
894
|
+
argumentEncode: function (__typed__) { return exports.CreateStockConsolidation.encode(__typed__); },
|
|
895
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_StockConsolidation.StockConsolidation).decoder; }),
|
|
896
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_StockConsolidation.StockConsolidation).encode(__typed__); },
|
|
897
|
+
},
|
|
898
|
+
CreateStockConversion: {
|
|
899
|
+
template: function () { return exports.Issuer; },
|
|
900
|
+
choiceName: 'CreateStockConversion',
|
|
901
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateStockConversion.decoder; }),
|
|
902
|
+
argumentEncode: function (__typed__) { return exports.CreateStockConversion.encode(__typed__); },
|
|
903
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_StockConversion.StockConversion).decoder; }),
|
|
904
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_StockConversion.StockConversion).encode(__typed__); },
|
|
905
|
+
},
|
|
906
|
+
CreateStockIssuance: {
|
|
907
|
+
template: function () { return exports.Issuer; },
|
|
908
|
+
choiceName: 'CreateStockIssuance',
|
|
909
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateStockIssuance.decoder; }),
|
|
910
|
+
argumentEncode: function (__typed__) { return exports.CreateStockIssuance.encode(__typed__); },
|
|
911
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_StockIssuance.StockIssuance).decoder; }),
|
|
912
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_StockIssuance.StockIssuance).encode(__typed__); },
|
|
913
|
+
},
|
|
914
|
+
CreateStockLegendTemplate: {
|
|
915
|
+
template: function () { return exports.Issuer; },
|
|
916
|
+
choiceName: 'CreateStockLegendTemplate',
|
|
917
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateStockLegendTemplate.decoder; }),
|
|
918
|
+
argumentEncode: function (__typed__) { return exports.CreateStockLegendTemplate.encode(__typed__); },
|
|
919
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_StockLegendTemplate.StockLegendTemplate).decoder; }),
|
|
920
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_StockLegendTemplate.StockLegendTemplate).encode(__typed__); },
|
|
921
|
+
},
|
|
922
|
+
CreateStockPlan: {
|
|
923
|
+
template: function () { return exports.Issuer; },
|
|
924
|
+
choiceName: 'CreateStockPlan',
|
|
925
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateStockPlan.decoder; }),
|
|
926
|
+
argumentEncode: function (__typed__) { return exports.CreateStockPlan.encode(__typed__); },
|
|
927
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_StockPlan.StockPlan).decoder; }),
|
|
928
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_StockPlan.StockPlan).encode(__typed__); },
|
|
929
|
+
},
|
|
930
|
+
CreateStockPlanPoolAdjustment: {
|
|
931
|
+
template: function () { return exports.Issuer; },
|
|
932
|
+
choiceName: 'CreateStockPlanPoolAdjustment',
|
|
933
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateStockPlanPoolAdjustment.decoder; }),
|
|
934
|
+
argumentEncode: function (__typed__) { return exports.CreateStockPlanPoolAdjustment.encode(__typed__); },
|
|
935
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_StockPlanPoolAdjustment.StockPlanPoolAdjustment).decoder; }),
|
|
936
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_StockPlanPoolAdjustment.StockPlanPoolAdjustment).encode(__typed__); },
|
|
937
|
+
},
|
|
938
|
+
CreateStockPlanReturnToPool: {
|
|
939
|
+
template: function () { return exports.Issuer; },
|
|
940
|
+
choiceName: 'CreateStockPlanReturnToPool',
|
|
941
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateStockPlanReturnToPool.decoder; }),
|
|
942
|
+
argumentEncode: function (__typed__) { return exports.CreateStockPlanReturnToPool.encode(__typed__); },
|
|
943
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_StockPlanReturnToPool.StockPlanReturnToPool).decoder; }),
|
|
944
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_StockPlanReturnToPool.StockPlanReturnToPool).encode(__typed__); },
|
|
945
|
+
},
|
|
946
|
+
CreateStockReissuance: {
|
|
947
|
+
template: function () { return exports.Issuer; },
|
|
948
|
+
choiceName: 'CreateStockReissuance',
|
|
949
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateStockReissuance.decoder; }),
|
|
950
|
+
argumentEncode: function (__typed__) { return exports.CreateStockReissuance.encode(__typed__); },
|
|
951
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_StockReissuance.StockReissuance).decoder; }),
|
|
952
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_StockReissuance.StockReissuance).encode(__typed__); },
|
|
953
|
+
},
|
|
954
|
+
CreateStockRepurchase: {
|
|
955
|
+
template: function () { return exports.Issuer; },
|
|
956
|
+
choiceName: 'CreateStockRepurchase',
|
|
957
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateStockRepurchase.decoder; }),
|
|
958
|
+
argumentEncode: function (__typed__) { return exports.CreateStockRepurchase.encode(__typed__); },
|
|
959
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_StockRepurchase.StockRepurchase).decoder; }),
|
|
960
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_StockRepurchase.StockRepurchase).encode(__typed__); },
|
|
961
|
+
},
|
|
962
|
+
CreateStockTransfer: {
|
|
963
|
+
template: function () { return exports.Issuer; },
|
|
964
|
+
choiceName: 'CreateStockTransfer',
|
|
965
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateStockTransfer.decoder; }),
|
|
966
|
+
argumentEncode: function (__typed__) { return exports.CreateStockTransfer.encode(__typed__); },
|
|
967
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_StockTransfer.StockTransfer).decoder; }),
|
|
968
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_StockTransfer.StockTransfer).encode(__typed__); },
|
|
969
|
+
},
|
|
970
|
+
CreateStockRetraction: {
|
|
971
|
+
template: function () { return exports.Issuer; },
|
|
972
|
+
choiceName: 'CreateStockRetraction',
|
|
973
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateStockRetraction.decoder; }),
|
|
974
|
+
argumentEncode: function (__typed__) { return exports.CreateStockRetraction.encode(__typed__); },
|
|
975
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_StockRetraction.StockRetraction).decoder; }),
|
|
976
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_StockRetraction.StockRetraction).encode(__typed__); },
|
|
977
|
+
},
|
|
978
|
+
CreateVestingAcceleration: {
|
|
979
|
+
template: function () { return exports.Issuer; },
|
|
980
|
+
choiceName: 'CreateVestingAcceleration',
|
|
981
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateVestingAcceleration.decoder; }),
|
|
982
|
+
argumentEncode: function (__typed__) { return exports.CreateVestingAcceleration.encode(__typed__); },
|
|
983
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_VestingAcceleration.VestingAcceleration).decoder; }),
|
|
984
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_VestingAcceleration.VestingAcceleration).encode(__typed__); },
|
|
985
|
+
},
|
|
986
|
+
CreateVestingEvent: {
|
|
987
|
+
template: function () { return exports.Issuer; },
|
|
988
|
+
choiceName: 'CreateVestingEvent',
|
|
989
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateVestingEvent.decoder; }),
|
|
990
|
+
argumentEncode: function (__typed__) { return exports.CreateVestingEvent.encode(__typed__); },
|
|
991
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_VestingEvent.VestingEvent).decoder; }),
|
|
992
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_VestingEvent.VestingEvent).encode(__typed__); },
|
|
993
|
+
},
|
|
994
|
+
CreateVestingStart: {
|
|
995
|
+
template: function () { return exports.Issuer; },
|
|
996
|
+
choiceName: 'CreateVestingStart',
|
|
997
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateVestingStart.decoder; }),
|
|
998
|
+
argumentEncode: function (__typed__) { return exports.CreateVestingStart.encode(__typed__); },
|
|
999
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_VestingStart.VestingStart).decoder; }),
|
|
1000
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_VestingStart.VestingStart).encode(__typed__); },
|
|
1001
|
+
},
|
|
1002
|
+
CreateVestingTerms: {
|
|
1003
|
+
template: function () { return exports.Issuer; },
|
|
1004
|
+
choiceName: 'CreateVestingTerms',
|
|
1005
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateVestingTerms.decoder; }),
|
|
1006
|
+
argumentEncode: function (__typed__) { return exports.CreateVestingTerms.encode(__typed__); },
|
|
1007
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_VestingTerms.VestingTerms).decoder; }),
|
|
1008
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_VestingTerms.VestingTerms).encode(__typed__); },
|
|
1009
|
+
},
|
|
1010
|
+
CreateWarrantAcceptance: {
|
|
1011
|
+
template: function () { return exports.Issuer; },
|
|
1012
|
+
choiceName: 'CreateWarrantAcceptance',
|
|
1013
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateWarrantAcceptance.decoder; }),
|
|
1014
|
+
argumentEncode: function (__typed__) { return exports.CreateWarrantAcceptance.encode(__typed__); },
|
|
1015
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_WarrantAcceptance.WarrantAcceptance).decoder; }),
|
|
1016
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_WarrantAcceptance.WarrantAcceptance).encode(__typed__); },
|
|
1017
|
+
},
|
|
1018
|
+
CreateWarrantCancellation: {
|
|
1019
|
+
template: function () { return exports.Issuer; },
|
|
1020
|
+
choiceName: 'CreateWarrantCancellation',
|
|
1021
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateWarrantCancellation.decoder; }),
|
|
1022
|
+
argumentEncode: function (__typed__) { return exports.CreateWarrantCancellation.encode(__typed__); },
|
|
1023
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_WarrantCancellation.WarrantCancellation).decoder; }),
|
|
1024
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_WarrantCancellation.WarrantCancellation).encode(__typed__); },
|
|
1025
|
+
},
|
|
1026
|
+
CreateWarrantExercise: {
|
|
1027
|
+
template: function () { return exports.Issuer; },
|
|
1028
|
+
choiceName: 'CreateWarrantExercise',
|
|
1029
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateWarrantExercise.decoder; }),
|
|
1030
|
+
argumentEncode: function (__typed__) { return exports.CreateWarrantExercise.encode(__typed__); },
|
|
1031
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_WarrantExercise.WarrantExercise).decoder; }),
|
|
1032
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_WarrantExercise.WarrantExercise).encode(__typed__); },
|
|
1033
|
+
},
|
|
1034
|
+
CreateWarrantTransfer: {
|
|
1035
|
+
template: function () { return exports.Issuer; },
|
|
1036
|
+
choiceName: 'CreateWarrantTransfer',
|
|
1037
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateWarrantTransfer.decoder; }),
|
|
1038
|
+
argumentEncode: function (__typed__) { return exports.CreateWarrantTransfer.encode(__typed__); },
|
|
1039
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_WarrantTransfer.WarrantTransfer).decoder; }),
|
|
1040
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_WarrantTransfer.WarrantTransfer).encode(__typed__); },
|
|
1041
|
+
},
|
|
1042
|
+
CreateWarrantRetraction: {
|
|
1043
|
+
template: function () { return exports.Issuer; },
|
|
1044
|
+
choiceName: 'CreateWarrantRetraction',
|
|
1045
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateWarrantRetraction.decoder; }),
|
|
1046
|
+
argumentEncode: function (__typed__) { return exports.CreateWarrantRetraction.encode(__typed__); },
|
|
1047
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_WarrantRetraction.WarrantRetraction).decoder; }),
|
|
1048
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_WarrantRetraction.WarrantRetraction).encode(__typed__); },
|
|
1049
|
+
},
|
|
1050
|
+
CreateWarrantIssuance: {
|
|
1051
|
+
template: function () { return exports.Issuer; },
|
|
1052
|
+
choiceName: 'CreateWarrantIssuance',
|
|
1053
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.CreateWarrantIssuance.decoder; }),
|
|
1054
|
+
argumentEncode: function (__typed__) { return exports.CreateWarrantIssuance.encode(__typed__); },
|
|
1055
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(Fairmint_OpenCapTable_WarrantIssuance.WarrantIssuance).decoder; }),
|
|
1056
|
+
resultEncode: function (__typed__) { return damlTypes.ContractId(Fairmint_OpenCapTable_WarrantIssuance.WarrantIssuance).encode(__typed__); },
|
|
1057
|
+
},
|
|
1058
|
+
Archive: {
|
|
1059
|
+
template: function () { return exports.Issuer; },
|
|
1060
|
+
choiceName: 'Archive',
|
|
1061
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.decoder; }),
|
|
1062
|
+
argumentEncode: function (__typed__) { return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.encode(__typed__); },
|
|
1063
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.Unit.decoder; }),
|
|
1064
|
+
resultEncode: function (__typed__) { return damlTypes.Unit.encode(__typed__); },
|
|
1065
|
+
},
|
|
1066
|
+
ArchiveByIssuer: {
|
|
1067
|
+
template: function () { return exports.Issuer; },
|
|
1068
|
+
choiceName: 'ArchiveByIssuer',
|
|
1069
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.ArchiveByIssuer.decoder; }),
|
|
1070
|
+
argumentEncode: function (__typed__) { return exports.ArchiveByIssuer.encode(__typed__); },
|
|
1071
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.Unit.decoder; }),
|
|
1072
|
+
resultEncode: function (__typed__) { return damlTypes.Unit.encode(__typed__); },
|
|
1073
|
+
},
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
);
|
|
1077
|
+
|
|
1078
|
+
|
|
1079
|
+
damlTypes.registerTemplate(exports.Issuer, ['83e4200150d7af966955c3860686d5f183330ce0c3150858c8e0b78a992f34d0', '#OpenCapTable-v25']);
|
|
1080
|
+
|