@bitgo/public-types 6.29.0 → 6.31.0
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/dist/src/schema/transactionRequest/intents/accelerationIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/accountBaseCreateAccountIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/accountBaseUpdateAccountIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/adaPaymentIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/adaPledgeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/adaStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/adaUnstakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/adaVoteDelegationIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/aptCustomTxIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/aptStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/aptUnstakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/aptWithdrawStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/atomPaymentIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/atomStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/atomUnstakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/atomWithdrawIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/babyCreateBtcDelegationIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/babyWithdrawRewardIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/baseBridgeFundsIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/baseGoStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/baseIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/baseStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/baseStakeIntentWithCalldata.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/beraDelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/bscDelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/bscStakeClaimRewardsIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/bscUndelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonAllocationAllocateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonAllocationOfferWithdrawnIntent.d.ts +84 -0
- package/dist/src/schema/transactionRequest/intents/cantonAllocationOfferWithdrawnIntent.js +40 -0
- package/dist/src/schema/transactionRequest/intents/cantonAllocationOfferWithdrawnIntent.js.map +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonAllocationRejectIntent.d.ts +82 -0
- package/dist/src/schema/transactionRequest/intents/cantonAllocationRejectIntent.js +37 -0
- package/dist/src/schema/transactionRequest/intents/cantonAllocationRejectIntent.js.map +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonAllocationRequestIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonCommandIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonCosignDelegationAcceptIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonCosignDelegationProposalIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonEndInvestorOnboardingAcceptIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonEndInvestorOnboardingOfferIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonEndInvestorOnboardingRejectIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonParticipantOnboardingRequestIntent.d.ts +89 -0
- package/dist/src/schema/transactionRequest/intents/cantonParticipantOnboardingRequestIntent.js +45 -0
- package/dist/src/schema/transactionRequest/intents/cantonParticipantOnboardingRequestIntent.js.map +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonPaymentIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonTransferAcceptIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonTransferAcknowledgeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonTransferOfferWithdrawnIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonTransferRejectIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/claimIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/consolidateTokenIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/coredaoClaimIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/coredaoDelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/coredaoUndelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cosmosContractCallIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cosmosPaymentIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cosmosStakeClaimRewardsIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cosmosStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cosmosUnstakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cosmosWithdrawIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/defiApproveIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/defiDepositIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/defiRedeemIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/delegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/dotBaseIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/dotCreateAccountIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/dotPaymentIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/dotStakingIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/dotUnstakingIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/dotWithdrawStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/enableTokenIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/ethAccelerationIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/ethConsolidateTokenIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/ethFillNonceIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/ethLikeStakeIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/ethPaymentIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/ethStakingIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/ethTransferTokenIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/feeAddressTransferIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/fillNonceIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/goUnstakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/hbarUpdateAccountIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/hypeevmBridgeFundsIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/hypeevmEnableBridgingIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/hypeevmSpotTransferIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/icpPaymentIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/index.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/index.js +3 -0
- package/dist/src/schema/transactionRequest/intents/index.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/intent.d.ts +687 -0
- package/dist/src/schema/transactionRequest/intents/intent.js +6 -0
- package/dist/src/schema/transactionRequest/intents/intent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/intentType.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/intentType.js +3 -0
- package/dist/src/schema/transactionRequest/intents/intentType.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/iotaBuildOptions.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/iotaConsolidateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/iotaPaymentIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/mmiSignMessageIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/mmiSignTransactionIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/paymentIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/polyxBaseIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/polyxCreateAccountIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/polyxPreApproveAssetIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/polyxStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/polyxSwitchValidatorIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/polyxUnstakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/polyxWithdrawIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/signMessageIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/solAuthorizeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/solCustomTxIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/solDeactivateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/solDelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/solGoUnstakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/solPaymentIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/solVersionedCustomTxIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/stakeWithCallDataIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/substrateBaseIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/substratePaymentIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/suiBuildOptions.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/suiConsolidateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/suiCustomTxIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/suiGoUnstakeIntent.d.ts +9 -0
- package/dist/src/schema/transactionRequest/intents/suiPaymentIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/switchValidatorWithCallDataIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/taoStakeIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/taoStakingBaseIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/taoSwitchValidatorIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/taoTransferStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/tokenApprovalIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/tonDelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/tonMultiNominatorDelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/tonMultiNominatorUndelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/tonPaymentIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/tonSingleNominatorDelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/tonSingleNominatorUndelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/tonUndelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/tonWhalesDelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/tonWhalesUndelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/transferTokenIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/trxClaimRewardsIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/trxCreateAccountIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/trxDelegateResourceIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/trxFreezeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/trxUndelegateResourceIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/trxUnfreezeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/trxVoteIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/trxWithdrawExpireUnfreezeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/undelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/validatorRegistrationIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/vetDecreaseStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/vetDelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/vetIncreaseStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/vetSignalExitIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/vetStakeClaimRewardsIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/vetStakingIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/vetUnstakingIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/vetValidatorRegistrationIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/vetWithdrawStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/walletRecoveryIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/walrusStakingIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/walrusUndelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/walrusWithdrawIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/xdcStakingIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/xdcUnstakingIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/transactionRequest.d.ts +1374 -0
- package/package.json +1 -1
- package/src/schema/transactionRequest/intents/cantonAllocationOfferWithdrawnIntent.ts +28 -0
- package/src/schema/transactionRequest/intents/cantonAllocationRejectIntent.ts +26 -0
- package/src/schema/transactionRequest/intents/cantonParticipantOnboardingRequestIntent.ts +40 -0
- package/src/schema/transactionRequest/intents/index.ts +3 -0
- package/src/schema/transactionRequest/intents/intent.ts +6 -0
- package/src/schema/transactionRequest/intents/intentType.ts +5 -0
|
@@ -118,9 +118,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
118
118
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
119
119
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
120
120
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
121
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
122
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
121
123
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
122
124
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
123
125
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
126
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
124
127
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
125
128
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
126
129
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -215,9 +218,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
215
218
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
216
219
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
217
220
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
221
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
222
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
218
223
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
219
224
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
220
225
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
226
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
221
227
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
222
228
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
223
229
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -299,9 +305,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
299
305
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
300
306
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
301
307
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
308
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
309
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
302
310
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
303
311
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
304
312
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
313
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
305
314
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
306
315
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
307
316
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -389,9 +398,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
389
398
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
390
399
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
391
400
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
401
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
402
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
392
403
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
393
404
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
394
405
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
406
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
395
407
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
396
408
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
397
409
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -478,9 +490,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
478
490
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
479
491
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
480
492
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
493
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
494
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
481
495
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
482
496
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
483
497
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
498
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
484
499
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
485
500
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
486
501
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -559,9 +574,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
559
574
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
560
575
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
561
576
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
577
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
578
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
562
579
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
563
580
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
564
581
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
582
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
565
583
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
566
584
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
567
585
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -651,9 +669,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
651
669
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
652
670
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
653
671
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
672
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
673
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
654
674
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
655
675
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
656
676
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
677
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
657
678
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
658
679
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
659
680
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -748,9 +769,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
748
769
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
749
770
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
750
771
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
772
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
773
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
751
774
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
752
775
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
753
776
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
777
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
754
778
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
755
779
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
756
780
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -862,9 +886,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
862
886
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
863
887
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
864
888
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
889
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
890
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
865
891
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
866
892
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
867
893
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
894
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
868
895
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
869
896
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
870
897
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -976,9 +1003,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
976
1003
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
977
1004
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
978
1005
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1006
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1007
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
979
1008
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
980
1009
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
981
1010
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1011
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
982
1012
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
983
1013
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
984
1014
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1056,9 +1086,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1056
1086
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1057
1087
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1058
1088
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1089
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1090
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1059
1091
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1060
1092
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1061
1093
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1094
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1062
1095
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1063
1096
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1064
1097
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1136,9 +1169,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1136
1169
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1137
1170
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1138
1171
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1172
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1173
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1139
1174
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1140
1175
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1141
1176
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1177
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1142
1178
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1143
1179
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1144
1180
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1224,9 +1260,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1224
1260
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1225
1261
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1226
1262
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1263
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1264
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1227
1265
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1228
1266
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1229
1267
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1268
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1230
1269
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1231
1270
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1232
1271
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1311,9 +1350,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1311
1350
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1312
1351
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1313
1352
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1353
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1354
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1314
1355
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1315
1356
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1316
1357
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1358
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1317
1359
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1318
1360
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1319
1361
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1401,9 +1443,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1401
1443
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1402
1444
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1403
1445
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1446
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1447
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1404
1448
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1405
1449
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1406
1450
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1451
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1407
1452
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1408
1453
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1409
1454
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1477,9 +1522,172 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1477
1522
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1478
1523
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1479
1524
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1525
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1526
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1480
1527
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1481
1528
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1482
1529
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1530
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1531
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1532
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1533
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
1534
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
1535
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
1536
|
+
export: t.LiteralC<"export">;
|
|
1537
|
+
import: t.LiteralC<"import">;
|
|
1538
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
1539
|
+
}>;
|
|
1540
|
+
}>, t.PartialC<{
|
|
1541
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
1542
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
1543
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
1544
|
+
}>]>, t.TypeC<{
|
|
1545
|
+
intentType: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1546
|
+
transferOfferId: t.StringC;
|
|
1547
|
+
}>, t.PartialC<{
|
|
1548
|
+
token: t.StringC;
|
|
1549
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
1550
|
+
intentType: t.KeyofC<{
|
|
1551
|
+
payment: t.LiteralC<"payment">;
|
|
1552
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
1553
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
1554
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
1555
|
+
fanout: t.LiteralC<"fanout">;
|
|
1556
|
+
stake: t.LiteralC<"stake">;
|
|
1557
|
+
unstake: t.LiteralC<"unstake">;
|
|
1558
|
+
delegate: t.LiteralC<"delegate">;
|
|
1559
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
1560
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
1561
|
+
claim: t.LiteralC<"claim">;
|
|
1562
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
1563
|
+
pledge: t.LiteralC<"pledge">;
|
|
1564
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
1565
|
+
vote: t.LiteralC<"vote">;
|
|
1566
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
1567
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
1568
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
1569
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
1570
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
1571
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
1572
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
1573
|
+
authorize: t.LiteralC<"authorize">;
|
|
1574
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
1575
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
1576
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
1577
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
1578
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
1579
|
+
customTx: t.LiteralC<"customTx">;
|
|
1580
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1581
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1582
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1583
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1584
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1585
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1586
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
1587
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
1588
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
1589
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
1590
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
1591
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
1592
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
1593
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
1594
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
1595
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
1596
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
1597
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
1598
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
1599
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
1600
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
1601
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
1602
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
1603
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1604
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1605
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1606
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1607
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1608
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1609
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1610
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1611
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1612
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1613
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1614
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
1615
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
1616
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
1617
|
+
export: t.LiteralC<"export">;
|
|
1618
|
+
import: t.LiteralC<"import">;
|
|
1619
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
1620
|
+
}>;
|
|
1621
|
+
}>, t.PartialC<{
|
|
1622
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
1623
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
1624
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
1625
|
+
}>]>, t.TypeC<{
|
|
1626
|
+
intentType: t.LiteralC<"allocationReject">;
|
|
1627
|
+
txRequestId: t.StringC;
|
|
1628
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
1629
|
+
intentType: t.KeyofC<{
|
|
1630
|
+
payment: t.LiteralC<"payment">;
|
|
1631
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
1632
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
1633
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
1634
|
+
fanout: t.LiteralC<"fanout">;
|
|
1635
|
+
stake: t.LiteralC<"stake">;
|
|
1636
|
+
unstake: t.LiteralC<"unstake">;
|
|
1637
|
+
delegate: t.LiteralC<"delegate">;
|
|
1638
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
1639
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
1640
|
+
claim: t.LiteralC<"claim">;
|
|
1641
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
1642
|
+
pledge: t.LiteralC<"pledge">;
|
|
1643
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
1644
|
+
vote: t.LiteralC<"vote">;
|
|
1645
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
1646
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
1647
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
1648
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
1649
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
1650
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
1651
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
1652
|
+
authorize: t.LiteralC<"authorize">;
|
|
1653
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
1654
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
1655
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
1656
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
1657
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
1658
|
+
customTx: t.LiteralC<"customTx">;
|
|
1659
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1660
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1661
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1662
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1663
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1664
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1665
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
1666
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
1667
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
1668
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
1669
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
1670
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
1671
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
1672
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
1673
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
1674
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
1675
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
1676
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
1677
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
1678
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
1679
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
1680
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
1681
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
1682
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1683
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1684
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1685
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1686
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1687
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1688
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1689
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1690
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1483
1691
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1484
1692
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1485
1693
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1567,9 +1775,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1567
1775
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1568
1776
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1569
1777
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1778
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1779
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1570
1780
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1571
1781
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1572
1782
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1783
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1573
1784
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1574
1785
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1575
1786
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1643,9 +1854,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1643
1854
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1644
1855
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1645
1856
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1857
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1858
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1646
1859
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1647
1860
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1648
1861
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1862
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1649
1863
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1650
1864
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1651
1865
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1723,9 +1937,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1723
1937
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1724
1938
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1725
1939
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1940
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1941
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1726
1942
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1727
1943
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1728
1944
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1945
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1729
1946
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1730
1947
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1731
1948
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1827,9 +2044,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1827
2044
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1828
2045
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1829
2046
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2047
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2048
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1830
2049
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1831
2050
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1832
2051
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2052
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1833
2053
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1834
2054
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1835
2055
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1928,9 +2148,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1928
2148
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1929
2149
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1930
2150
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2151
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2152
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1931
2153
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1932
2154
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1933
2155
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2156
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1934
2157
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1935
2158
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1936
2159
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2007,9 +2230,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2007
2230
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2008
2231
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2009
2232
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2233
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2234
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2010
2235
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2011
2236
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2012
2237
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2238
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2013
2239
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2014
2240
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2015
2241
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2090,9 +2316,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2090
2316
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2091
2317
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2092
2318
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2319
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2320
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2093
2321
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2094
2322
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2095
2323
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2324
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2096
2325
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2097
2326
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2098
2327
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2168,9 +2397,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2168
2397
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2169
2398
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2170
2399
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2400
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2401
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2171
2402
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2172
2403
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2173
2404
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2405
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2174
2406
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2175
2407
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2176
2408
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2247,9 +2479,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2247
2479
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2248
2480
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2249
2481
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2482
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2483
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2250
2484
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2251
2485
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2252
2486
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2487
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2253
2488
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2254
2489
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2255
2490
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2325,9 +2560,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2325
2560
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2326
2561
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2327
2562
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2563
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2564
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2328
2565
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2329
2566
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2330
2567
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2568
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2331
2569
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2332
2570
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2333
2571
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2401,9 +2639,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2401
2639
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2402
2640
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2403
2641
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2642
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2643
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2404
2644
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2405
2645
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2406
2646
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2647
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2407
2648
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2408
2649
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2409
2650
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2421,6 +2662,92 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2421
2662
|
intentType: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2422
2663
|
txRequestId: t.StringC;
|
|
2423
2664
|
reason: t.StringC;
|
|
2665
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
2666
|
+
intentType: t.KeyofC<{
|
|
2667
|
+
payment: t.LiteralC<"payment">;
|
|
2668
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
2669
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
2670
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
2671
|
+
fanout: t.LiteralC<"fanout">;
|
|
2672
|
+
stake: t.LiteralC<"stake">;
|
|
2673
|
+
unstake: t.LiteralC<"unstake">;
|
|
2674
|
+
delegate: t.LiteralC<"delegate">;
|
|
2675
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
2676
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
2677
|
+
claim: t.LiteralC<"claim">;
|
|
2678
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
2679
|
+
pledge: t.LiteralC<"pledge">;
|
|
2680
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
2681
|
+
vote: t.LiteralC<"vote">;
|
|
2682
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
2683
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
2684
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
2685
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
2686
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
2687
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
2688
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
2689
|
+
authorize: t.LiteralC<"authorize">;
|
|
2690
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
2691
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
2692
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
2693
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
2694
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
2695
|
+
customTx: t.LiteralC<"customTx">;
|
|
2696
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2697
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2698
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2699
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2700
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2701
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2702
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
2703
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
2704
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
2705
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
2706
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
2707
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
2708
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
2709
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
2710
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
2711
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
2712
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
2713
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
2714
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
2715
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
2716
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
2717
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
2718
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
2719
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2720
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2721
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2722
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2723
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2724
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2725
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2726
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2727
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2728
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2729
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2730
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
2731
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
2732
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
2733
|
+
export: t.LiteralC<"export">;
|
|
2734
|
+
import: t.LiteralC<"import">;
|
|
2735
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
2736
|
+
}>;
|
|
2737
|
+
}>, t.PartialC<{
|
|
2738
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2739
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2740
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
2741
|
+
}>]>, t.TypeC<{
|
|
2742
|
+
intentType: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2743
|
+
operator: t.StringC;
|
|
2744
|
+
provider: t.StringC;
|
|
2745
|
+
compliance: t.StringC;
|
|
2746
|
+
registrar: t.StringC;
|
|
2747
|
+
clientOnboarder: t.StringC;
|
|
2748
|
+
}>, t.PartialC<{
|
|
2749
|
+
expirationIso: t.StringC;
|
|
2750
|
+
comment: t.StringC;
|
|
2424
2751
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
2425
2752
|
intentType: t.KeyofC<{
|
|
2426
2753
|
payment: t.LiteralC<"payment">;
|
|
@@ -2478,9 +2805,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2478
2805
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2479
2806
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2480
2807
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2808
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2809
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2481
2810
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2482
2811
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2483
2812
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2813
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2484
2814
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2485
2815
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2486
2816
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2557,9 +2887,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2557
2887
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2558
2888
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2559
2889
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2890
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2891
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2560
2892
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2561
2893
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2562
2894
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2895
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2563
2896
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2564
2897
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2565
2898
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2636,9 +2969,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2636
2969
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2637
2970
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2638
2971
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2972
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2973
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2639
2974
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2640
2975
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2641
2976
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2977
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2642
2978
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2643
2979
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2644
2980
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2733,9 +3069,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2733
3069
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2734
3070
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2735
3071
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3072
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
3073
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2736
3074
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2737
3075
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2738
3076
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3077
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2739
3078
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2740
3079
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2741
3080
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2813,9 +3152,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2813
3152
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2814
3153
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2815
3154
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3155
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
3156
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2816
3157
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2817
3158
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2818
3159
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3160
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2819
3161
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2820
3162
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2821
3163
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2926,9 +3268,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2926
3268
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2927
3269
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2928
3270
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3271
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
3272
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2929
3273
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2930
3274
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2931
3275
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3276
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2932
3277
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2933
3278
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2934
3279
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3012,9 +3357,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3012
3357
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3013
3358
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3014
3359
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3360
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
3361
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
3015
3362
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3016
3363
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3017
3364
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3365
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
3018
3366
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3019
3367
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3020
3368
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3125,9 +3473,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3125
3473
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3126
3474
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3127
3475
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3476
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
3477
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
3128
3478
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3129
3479
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3130
3480
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3481
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
3131
3482
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3132
3483
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3133
3484
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3205,9 +3556,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3205
3556
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3206
3557
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3207
3558
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3559
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
3560
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
3208
3561
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3209
3562
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3210
3563
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3564
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
3211
3565
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3212
3566
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3213
3567
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3342,9 +3696,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3342
3696
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3343
3697
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3344
3698
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3699
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
3700
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
3345
3701
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3346
3702
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3347
3703
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3704
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
3348
3705
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3349
3706
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3350
3707
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3469,9 +3826,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3469
3826
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3470
3827
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3471
3828
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3829
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
3830
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
3472
3831
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3473
3832
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3474
3833
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3834
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
3475
3835
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3476
3836
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3477
3837
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3588,9 +3948,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3588
3948
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3589
3949
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3590
3950
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3951
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
3952
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
3591
3953
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3592
3954
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3593
3955
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3956
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
3594
3957
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3595
3958
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3596
3959
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3693,9 +4056,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3693
4056
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3694
4057
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3695
4058
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4059
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
4060
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
3696
4061
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3697
4062
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3698
4063
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4064
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
3699
4065
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3700
4066
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3701
4067
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3797,9 +4163,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3797
4163
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3798
4164
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3799
4165
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4166
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
4167
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
3800
4168
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3801
4169
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3802
4170
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4171
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
3803
4172
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3804
4173
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3805
4174
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3900,9 +4269,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3900
4269
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3901
4270
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3902
4271
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4272
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
4273
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
3903
4274
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3904
4275
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3905
4276
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4277
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
3906
4278
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3907
4279
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3908
4280
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3979,9 +4351,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3979
4351
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3980
4352
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3981
4353
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4354
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
4355
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
3982
4356
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3983
4357
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3984
4358
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4359
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
3985
4360
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3986
4361
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3987
4362
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4178,9 +4553,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4178
4553
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4179
4554
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4180
4555
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4556
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
4557
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
4181
4558
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4182
4559
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4183
4560
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4561
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
4184
4562
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4185
4563
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4186
4564
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4318,9 +4696,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4318
4696
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4319
4697
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4320
4698
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4699
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
4700
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
4321
4701
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4322
4702
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4323
4703
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4704
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
4324
4705
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4325
4706
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4326
4707
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4419,9 +4800,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4419
4800
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4420
4801
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4421
4802
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4803
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
4804
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
4422
4805
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4423
4806
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4424
4807
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4808
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
4425
4809
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4426
4810
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4427
4811
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4496,9 +4880,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4496
4880
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4497
4881
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4498
4882
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4883
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
4884
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
4499
4885
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4500
4886
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4501
4887
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4888
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
4502
4889
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4503
4890
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4504
4891
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4628,9 +5015,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4628
5015
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4629
5016
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4630
5017
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5018
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
5019
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
4631
5020
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4632
5021
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4633
5022
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5023
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
4634
5024
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4635
5025
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4636
5026
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4747,9 +5137,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4747
5137
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4748
5138
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4749
5139
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5140
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
5141
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
4750
5142
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4751
5143
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4752
5144
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5145
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
4753
5146
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4754
5147
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4755
5148
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4886,9 +5279,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4886
5279
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4887
5280
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4888
5281
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5282
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
5283
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
4889
5284
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4890
5285
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4891
5286
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5287
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
4892
5288
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4893
5289
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4894
5290
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4970,9 +5366,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4970
5366
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4971
5367
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4972
5368
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5369
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
5370
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
4973
5371
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4974
5372
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4975
5373
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5374
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
4976
5375
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4977
5376
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4978
5377
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5049,9 +5448,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5049
5448
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5050
5449
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5051
5450
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5451
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
5452
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
5052
5453
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5053
5454
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5054
5455
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5456
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
5055
5457
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5056
5458
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5057
5459
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5140,9 +5542,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5140
5542
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5141
5543
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5142
5544
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5545
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
5546
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
5143
5547
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5144
5548
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5145
5549
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5550
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
5146
5551
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5147
5552
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5148
5553
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5227,9 +5632,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5227
5632
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5228
5633
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5229
5634
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5635
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
5636
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
5230
5637
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5231
5638
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5232
5639
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5640
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
5233
5641
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5234
5642
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5235
5643
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5329,9 +5737,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5329
5737
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5330
5738
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5331
5739
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5740
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
5741
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
5332
5742
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5333
5743
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5334
5744
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5745
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
5335
5746
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5336
5747
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5337
5748
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5421,9 +5832,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5421
5832
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5422
5833
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5423
5834
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5835
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
5836
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
5424
5837
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5425
5838
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5426
5839
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5840
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
5427
5841
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5428
5842
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5429
5843
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5499,9 +5913,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5499
5913
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5500
5914
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5501
5915
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5916
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
5917
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
5502
5918
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5503
5919
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5504
5920
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5921
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
5505
5922
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5506
5923
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5507
5924
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5656,9 +6073,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5656
6073
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5657
6074
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5658
6075
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6076
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
6077
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
5659
6078
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5660
6079
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5661
6080
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6081
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
5662
6082
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5663
6083
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5664
6084
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5734,9 +6154,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5734
6154
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5735
6155
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5736
6156
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6157
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
6158
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
5737
6159
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5738
6160
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5739
6161
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6162
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
5740
6163
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5741
6164
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5742
6165
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5829,9 +6252,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5829
6252
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5830
6253
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5831
6254
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6255
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
6256
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
5832
6257
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5833
6258
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5834
6259
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6260
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
5835
6261
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5836
6262
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5837
6263
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5909,9 +6335,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5909
6335
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5910
6336
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5911
6337
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6338
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
6339
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
5912
6340
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5913
6341
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5914
6342
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6343
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
5915
6344
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5916
6345
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5917
6346
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5993,9 +6422,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5993
6422
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5994
6423
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5995
6424
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6425
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
6426
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
5996
6427
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5997
6428
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5998
6429
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6430
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
5999
6431
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6000
6432
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6001
6433
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6077,9 +6509,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6077
6509
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6078
6510
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6079
6511
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6512
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
6513
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
6080
6514
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6081
6515
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6082
6516
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6517
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
6083
6518
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6084
6519
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6085
6520
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6158,9 +6593,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6158
6593
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6159
6594
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6160
6595
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6596
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
6597
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
6161
6598
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6162
6599
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6163
6600
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6601
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
6164
6602
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6165
6603
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6166
6604
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6255,9 +6693,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6255
6693
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6256
6694
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6257
6695
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6696
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
6697
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
6258
6698
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6259
6699
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6260
6700
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6701
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
6261
6702
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6262
6703
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6263
6704
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6351,9 +6792,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6351
6792
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6352
6793
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6353
6794
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6795
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
6796
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
6354
6797
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6355
6798
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6356
6799
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6800
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
6357
6801
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6358
6802
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6359
6803
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6447,9 +6891,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6447
6891
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6448
6892
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6449
6893
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6894
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
6895
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
6450
6896
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6451
6897
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6452
6898
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6899
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
6453
6900
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6454
6901
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6455
6902
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6551,9 +6998,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6551
6998
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6552
6999
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6553
7000
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7001
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
7002
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
6554
7003
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6555
7004
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6556
7005
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7006
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
6557
7007
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6558
7008
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6559
7009
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6677,9 +7127,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6677
7127
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6678
7128
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6679
7129
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7130
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
7131
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
6680
7132
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6681
7133
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6682
7134
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7135
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
6683
7136
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6684
7137
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6685
7138
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6775,9 +7228,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6775
7228
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6776
7229
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6777
7230
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7231
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
7232
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
6778
7233
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6779
7234
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6780
7235
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7236
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
6781
7237
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6782
7238
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6783
7239
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6890,9 +7346,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6890
7346
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6891
7347
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6892
7348
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7349
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
7350
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
6893
7351
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6894
7352
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6895
7353
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7354
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
6896
7355
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6897
7356
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6898
7357
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6986,9 +7445,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6986
7445
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6987
7446
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6988
7447
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7448
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
7449
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
6989
7450
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6990
7451
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6991
7452
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7453
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
6992
7454
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6993
7455
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6994
7456
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7100,9 +7562,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7100
7562
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7101
7563
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7102
7564
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7565
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
7566
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
7103
7567
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7104
7568
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7105
7569
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7570
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
7106
7571
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7107
7572
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7108
7573
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7212,9 +7677,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7212
7677
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7213
7678
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7214
7679
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7680
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
7681
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
7215
7682
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7216
7683
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7217
7684
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7685
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
7218
7686
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7219
7687
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7220
7688
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7299,9 +7767,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7299
7767
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7300
7768
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7301
7769
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7770
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
7771
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
7302
7772
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7303
7773
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7304
7774
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7775
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
7305
7776
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7306
7777
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7307
7778
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7397,9 +7868,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7397
7868
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7398
7869
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7399
7870
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7871
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
7872
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
7400
7873
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7401
7874
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7402
7875
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7876
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
7403
7877
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7404
7878
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7405
7879
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7552,9 +8026,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7552
8026
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7553
8027
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7554
8028
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8029
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
8030
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
7555
8031
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7556
8032
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7557
8033
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8034
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
7558
8035
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7559
8036
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7560
8037
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7636,9 +8113,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7636
8113
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7637
8114
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7638
8115
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8116
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
8117
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
7639
8118
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7640
8119
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7641
8120
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8121
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
7642
8122
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7643
8123
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7644
8124
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7724,9 +8204,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7724
8204
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7725
8205
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7726
8206
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8207
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
8208
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
7727
8209
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7728
8210
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7729
8211
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8212
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
7730
8213
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7731
8214
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7732
8215
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7806,9 +8289,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7806
8289
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7807
8290
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7808
8291
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8292
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
8293
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
7809
8294
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7810
8295
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7811
8296
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8297
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
7812
8298
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7813
8299
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7814
8300
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7889,9 +8375,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7889
8375
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7890
8376
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7891
8377
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8378
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
8379
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
7892
8380
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7893
8381
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7894
8382
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8383
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
7895
8384
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7896
8385
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7897
8386
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7986,9 +8475,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7986
8475
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7987
8476
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7988
8477
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8478
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
8479
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
7989
8480
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7990
8481
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7991
8482
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8483
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
7992
8484
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7993
8485
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7994
8486
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8085,9 +8577,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8085
8577
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8086
8578
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8087
8579
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8580
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
8581
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
8088
8582
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8089
8583
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8090
8584
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8585
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
8091
8586
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8092
8587
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8093
8588
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8177,9 +8672,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8177
8672
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8178
8673
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8179
8674
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8675
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
8676
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
8180
8677
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8181
8678
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8182
8679
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8680
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
8183
8681
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8184
8682
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8185
8683
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8306,9 +8804,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8306
8804
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8307
8805
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8308
8806
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8807
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
8808
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
8309
8809
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8310
8810
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8311
8811
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8812
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
8312
8813
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8313
8814
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8314
8815
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8465,9 +8966,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8465
8966
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8466
8967
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8467
8968
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8969
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
8970
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
8468
8971
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8469
8972
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8470
8973
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8974
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
8471
8975
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8472
8976
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8473
8977
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8638,9 +9142,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8638
9142
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8639
9143
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8640
9144
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9145
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
9146
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
8641
9147
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8642
9148
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8643
9149
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9150
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
8644
9151
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8645
9152
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8646
9153
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8716,9 +9223,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8716
9223
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8717
9224
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8718
9225
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9226
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
9227
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
8719
9228
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8720
9229
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8721
9230
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9231
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
8722
9232
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8723
9233
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8724
9234
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8789,9 +9299,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8789
9299
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8790
9300
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8791
9301
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9302
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
9303
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
8792
9304
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8793
9305
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8794
9306
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9307
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
8795
9308
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8796
9309
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8797
9310
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8870,9 +9383,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8870
9383
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8871
9384
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8872
9385
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9386
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
9387
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
8873
9388
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8874
9389
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8875
9390
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9391
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
8876
9392
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8877
9393
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8878
9394
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8961,9 +9477,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8961
9477
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8962
9478
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8963
9479
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9480
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
9481
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
8964
9482
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8965
9483
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8966
9484
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9485
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
8967
9486
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8968
9487
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8969
9488
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9036,9 +9555,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9036
9555
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9037
9556
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9038
9557
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9558
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
9559
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
9039
9560
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9040
9561
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9041
9562
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9563
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
9042
9564
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9043
9565
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9044
9566
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9114,9 +9636,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9114
9636
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9115
9637
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9116
9638
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9639
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
9640
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
9117
9641
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9118
9642
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9119
9643
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9644
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
9120
9645
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9121
9646
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9122
9647
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9209,9 +9734,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9209
9734
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9210
9735
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9211
9736
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9737
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
9738
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
9212
9739
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9213
9740
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9214
9741
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9742
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
9215
9743
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9216
9744
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9217
9745
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9287,9 +9815,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9287
9815
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9288
9816
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9289
9817
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9818
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
9819
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
9290
9820
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9291
9821
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9292
9822
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9823
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
9293
9824
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9294
9825
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9295
9826
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9402,9 +9933,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9402
9933
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9403
9934
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9404
9935
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9936
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
9937
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
9405
9938
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9406
9939
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9407
9940
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9941
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
9408
9942
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9409
9943
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9410
9944
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9499,9 +10033,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9499
10033
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9500
10034
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9501
10035
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10036
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
10037
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
9502
10038
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9503
10039
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9504
10040
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10041
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
9505
10042
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9506
10043
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9507
10044
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9578,9 +10115,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9578
10115
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9579
10116
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9580
10117
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10118
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
10119
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
9581
10120
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9582
10121
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9583
10122
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10123
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
9584
10124
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9585
10125
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9586
10126
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9676,9 +10216,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9676
10216
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9677
10217
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9678
10218
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10219
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
10220
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
9679
10221
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9680
10222
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9681
10223
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10224
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
9682
10225
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9683
10226
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9684
10227
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9776,9 +10319,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9776
10319
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9777
10320
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9778
10321
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10322
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
10323
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
9779
10324
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9780
10325
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9781
10326
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10327
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
9782
10328
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9783
10329
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9784
10330
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9877,9 +10423,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9877
10423
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9878
10424
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9879
10425
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10426
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
10427
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
9880
10428
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9881
10429
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9882
10430
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10431
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
9883
10432
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9884
10433
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9885
10434
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9964,9 +10513,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9964
10513
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9965
10514
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9966
10515
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10516
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
10517
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
9967
10518
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9968
10519
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9969
10520
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10521
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
9970
10522
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9971
10523
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9972
10524
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10062,9 +10614,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10062
10614
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10063
10615
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10064
10616
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10617
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
10618
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
10065
10619
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10066
10620
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10067
10621
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10622
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
10068
10623
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10069
10624
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10070
10625
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10199,9 +10754,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10199
10754
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10200
10755
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10201
10756
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10757
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
10758
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
10202
10759
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10203
10760
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10204
10761
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10762
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
10205
10763
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10206
10764
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10207
10765
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10284,9 +10842,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10284
10842
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10285
10843
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10286
10844
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10845
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
10846
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
10287
10847
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10288
10848
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10289
10849
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10850
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
10290
10851
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10291
10852
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10292
10853
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10366,9 +10927,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10366
10927
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10367
10928
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10368
10929
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10930
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
10931
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
10369
10932
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10370
10933
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10371
10934
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10935
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
10372
10936
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10373
10937
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10374
10938
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10443,9 +11007,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10443
11007
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10444
11008
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10445
11009
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11010
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
11011
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
10446
11012
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10447
11013
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10448
11014
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11015
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
10449
11016
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10450
11017
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10451
11018
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10540,9 +11107,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10540
11107
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10541
11108
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10542
11109
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11110
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
11111
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
10543
11112
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10544
11113
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10545
11114
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11115
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
10546
11116
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10547
11117
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10548
11118
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10623,9 +11193,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10623
11193
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10624
11194
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10625
11195
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11196
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
11197
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
10626
11198
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10627
11199
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10628
11200
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11201
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
10629
11202
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10630
11203
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10631
11204
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10705,9 +11278,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10705
11278
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10706
11279
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10707
11280
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11281
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
11282
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
10708
11283
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10709
11284
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10710
11285
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11286
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
10711
11287
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10712
11288
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10713
11289
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10788,9 +11364,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10788
11364
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10789
11365
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10790
11366
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11367
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
11368
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
10791
11369
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10792
11370
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10793
11371
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11372
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
10794
11373
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10795
11374
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10796
11375
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10870,9 +11449,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10870
11449
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10871
11450
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10872
11451
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11452
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
11453
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
10873
11454
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10874
11455
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10875
11456
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11457
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
10876
11458
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10877
11459
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10878
11460
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10956,9 +11538,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10956
11538
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10957
11539
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10958
11540
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11541
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
11542
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
10959
11543
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10960
11544
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10961
11545
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11546
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
10962
11547
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10963
11548
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10964
11549
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11041,9 +11626,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11041
11626
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11042
11627
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11043
11628
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11629
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
11630
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
11044
11631
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11045
11632
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11046
11633
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11634
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
11047
11635
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11048
11636
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11049
11637
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11128,9 +11716,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11128
11716
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11129
11717
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11130
11718
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11719
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
11720
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
11131
11721
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11132
11722
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11133
11723
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11724
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
11134
11725
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11135
11726
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11136
11727
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11215,9 +11806,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11215
11806
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11216
11807
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11217
11808
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11809
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
11810
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
11218
11811
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11219
11812
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11220
11813
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11814
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
11221
11815
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11222
11816
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11223
11817
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11302,9 +11896,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11302
11896
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11303
11897
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11304
11898
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11899
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
11900
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
11305
11901
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11306
11902
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11307
11903
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11904
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
11308
11905
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11309
11906
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11310
11907
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11388,9 +11985,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11388
11985
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11389
11986
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11390
11987
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11988
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
11989
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
11391
11990
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11392
11991
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11393
11992
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11993
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
11394
11994
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11395
11995
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11396
11996
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11478,9 +12078,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11478
12078
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11479
12079
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11480
12080
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12081
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
12082
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
11481
12083
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11482
12084
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11483
12085
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12086
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
11484
12087
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11485
12088
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11486
12089
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11563,9 +12166,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11563
12166
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11564
12167
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11565
12168
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12169
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
12170
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
11566
12171
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11567
12172
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11568
12173
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12174
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
11569
12175
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11570
12176
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11571
12177
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11650,9 +12256,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11650
12256
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11651
12257
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11652
12258
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12259
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
12260
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
11653
12261
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11654
12262
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11655
12263
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12264
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
11656
12265
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11657
12266
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11658
12267
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11733,9 +12342,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11733
12342
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11734
12343
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11735
12344
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12345
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
12346
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
11736
12347
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11737
12348
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11738
12349
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12350
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
11739
12351
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11740
12352
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11741
12353
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11815,9 +12427,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11815
12427
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11816
12428
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11817
12429
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12430
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
12431
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
11818
12432
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11819
12433
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11820
12434
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12435
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
11821
12436
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11822
12437
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11823
12438
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11897,9 +12512,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11897
12512
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11898
12513
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11899
12514
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12515
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
12516
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
11900
12517
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11901
12518
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11902
12519
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12520
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
11903
12521
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11904
12522
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11905
12523
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11984,9 +12602,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11984
12602
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11985
12603
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11986
12604
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12605
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
12606
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
11987
12607
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11988
12608
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11989
12609
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12610
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
11990
12611
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11991
12612
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11992
12613
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12072,9 +12693,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12072
12693
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12073
12694
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12074
12695
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12696
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
12697
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
12075
12698
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12076
12699
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12077
12700
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12701
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
12078
12702
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12079
12703
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12080
12704
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12158,9 +12782,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12158
12782
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12159
12783
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12160
12784
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12785
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
12786
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
12161
12787
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12162
12788
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12163
12789
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12790
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
12164
12791
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12165
12792
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12166
12793
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12244,9 +12871,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12244
12871
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12245
12872
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12246
12873
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12874
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
12875
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
12247
12876
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12248
12877
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12249
12878
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12879
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
12250
12880
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12251
12881
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12252
12882
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12325,9 +12955,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12325
12955
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12326
12956
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12327
12957
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12958
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
12959
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
12328
12960
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12329
12961
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12330
12962
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12963
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
12331
12964
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12332
12965
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12333
12966
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12406,9 +13039,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12406
13039
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12407
13040
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12408
13041
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13042
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
13043
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
12409
13044
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12410
13045
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12411
13046
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13047
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
12412
13048
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12413
13049
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12414
13050
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12481,9 +13117,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12481
13117
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12482
13118
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12483
13119
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13120
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
13121
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
12484
13122
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12485
13123
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12486
13124
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13125
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
12487
13126
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12488
13127
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12489
13128
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12560,9 +13199,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12560
13199
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12561
13200
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12562
13201
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13202
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
13203
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
12563
13204
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12564
13205
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12565
13206
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13207
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
12566
13208
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12567
13209
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12568
13210
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12641,9 +13283,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12641
13283
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12642
13284
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12643
13285
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13286
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
13287
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
12644
13288
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12645
13289
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12646
13290
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13291
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
12647
13292
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12648
13293
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12649
13294
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12722,9 +13367,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12722
13367
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12723
13368
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12724
13369
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13370
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
13371
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
12725
13372
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12726
13373
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12727
13374
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13375
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
12728
13376
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12729
13377
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12730
13378
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12809,9 +13457,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12809
13457
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12810
13458
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12811
13459
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13460
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
13461
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
12812
13462
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12813
13463
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12814
13464
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13465
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
12815
13466
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12816
13467
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12817
13468
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12896,9 +13547,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12896
13547
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12897
13548
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12898
13549
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13550
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
13551
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
12899
13552
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12900
13553
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12901
13554
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13555
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
12902
13556
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12903
13557
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12904
13558
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12977,9 +13631,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12977
13631
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12978
13632
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12979
13633
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13634
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
13635
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
12980
13636
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12981
13637
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12982
13638
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13639
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
12983
13640
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12984
13641
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12985
13642
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13054,9 +13711,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
13054
13711
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13055
13712
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13056
13713
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13714
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
13715
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
13057
13716
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13058
13717
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13059
13718
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13719
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
13060
13720
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13061
13721
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13062
13722
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13151,9 +13811,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
13151
13811
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13152
13812
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13153
13813
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13814
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
13815
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
13154
13816
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13155
13817
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13156
13818
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13819
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
13157
13820
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13158
13821
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13159
13822
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13258,9 +13921,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
13258
13921
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13259
13922
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13260
13923
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13924
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
13925
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
13261
13926
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13262
13927
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13263
13928
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13929
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
13264
13930
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13265
13931
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13266
13932
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13375,9 +14041,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
13375
14041
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13376
14042
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13377
14043
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
14044
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
14045
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
13378
14046
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13379
14047
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13380
14048
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14049
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
13381
14050
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13382
14051
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13383
14052
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13464,9 +14133,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
13464
14133
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13465
14134
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13466
14135
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
14136
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
14137
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
13467
14138
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13468
14139
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13469
14140
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14141
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
13470
14142
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13471
14143
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13472
14144
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13563,9 +14235,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
13563
14235
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13564
14236
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13565
14237
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
14238
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
14239
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
13566
14240
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13567
14241
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13568
14242
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14243
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
13569
14244
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13570
14245
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13571
14246
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13644,9 +14319,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
13644
14319
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13645
14320
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13646
14321
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
14322
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
14323
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
13647
14324
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13648
14325
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13649
14326
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14327
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
13650
14328
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13651
14329
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13652
14330
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13731,9 +14409,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
13731
14409
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13732
14410
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13733
14411
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
14412
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
14413
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
13734
14414
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13735
14415
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13736
14416
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14417
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
13737
14418
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13738
14419
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13739
14420
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13812,9 +14493,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
13812
14493
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13813
14494
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13814
14495
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
14496
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
14497
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
13815
14498
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13816
14499
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13817
14500
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14501
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
13818
14502
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13819
14503
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13820
14504
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13899,9 +14583,12 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
13899
14583
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13900
14584
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13901
14585
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
14586
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
14587
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
13902
14588
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13903
14589
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13904
14590
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14591
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
13905
14592
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13906
14593
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13907
14594
|
"defi-approve": t.LiteralC<"defi-approve">;
|