@bitgo/public-types 6.27.0 → 6.28.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/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 +79 -0
- package/dist/src/schema/transactionRequest/intents/cantonEndInvestorOnboardingAcceptIntent.js +37 -0
- package/dist/src/schema/transactionRequest/intents/cantonEndInvestorOnboardingAcceptIntent.js.map +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonEndInvestorOnboardingOfferIntent.d.ts +81 -0
- package/dist/src/schema/transactionRequest/intents/cantonEndInvestorOnboardingOfferIntent.js +40 -0
- package/dist/src/schema/transactionRequest/intents/cantonEndInvestorOnboardingOfferIntent.js.map +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonEndInvestorOnboardingRejectIntent.d.ts +80 -0
- package/dist/src/schema/transactionRequest/intents/cantonEndInvestorOnboardingRejectIntent.js +38 -0
- package/dist/src/schema/transactionRequest/intents/cantonEndInvestorOnboardingRejectIntent.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 +660 -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 +6 -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 +1320 -0
- package/package.json +1 -1
- package/src/schema/transactionRequest/intents/cantonEndInvestorOnboardingAcceptIntent.ts +24 -0
- package/src/schema/transactionRequest/intents/cantonEndInvestorOnboardingOfferIntent.ts +28 -0
- package/src/schema/transactionRequest/intents/cantonEndInvestorOnboardingRejectIntent.ts +26 -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 +9 -0
|
@@ -118,6 +118,9 @@ 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
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
122
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
123
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
121
124
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
122
125
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
123
126
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -212,6 +215,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
212
215
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
213
216
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
214
217
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
218
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
219
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
220
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
215
221
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
216
222
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
217
223
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -293,6 +299,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
293
299
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
294
300
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
295
301
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
302
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
303
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
304
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
296
305
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
297
306
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
298
307
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -380,6 +389,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
380
389
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
381
390
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
382
391
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
392
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
393
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
394
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
383
395
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
384
396
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
385
397
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -466,6 +478,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
466
478
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
467
479
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
468
480
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
481
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
482
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
483
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
469
484
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
470
485
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
471
486
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -544,6 +559,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
544
559
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
545
560
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
546
561
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
562
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
563
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
564
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
547
565
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
548
566
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
549
567
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -633,6 +651,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
633
651
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
634
652
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
635
653
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
654
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
655
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
656
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
636
657
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
637
658
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
638
659
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -727,6 +748,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
727
748
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
728
749
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
729
750
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
751
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
752
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
753
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
730
754
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
731
755
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
732
756
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -838,6 +862,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
838
862
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
839
863
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
840
864
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
865
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
866
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
867
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
841
868
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
842
869
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
843
870
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -949,6 +976,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
949
976
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
950
977
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
951
978
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
979
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
980
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
981
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
952
982
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
953
983
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
954
984
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1026,6 +1056,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1026
1056
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1027
1057
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1028
1058
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1059
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1060
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1061
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1029
1062
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1030
1063
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1031
1064
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1103,6 +1136,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1103
1136
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1104
1137
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1105
1138
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1139
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1140
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1141
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1106
1142
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1107
1143
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1108
1144
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1188,6 +1224,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1188
1224
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1189
1225
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1190
1226
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1227
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1228
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1229
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1191
1230
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1192
1231
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1193
1232
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1272,6 +1311,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1272
1311
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1273
1312
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1274
1313
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1314
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1315
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1316
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1275
1317
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1276
1318
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1277
1319
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1359,6 +1401,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1359
1401
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1360
1402
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1361
1403
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1404
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1405
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1406
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1362
1407
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1363
1408
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1364
1409
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1432,6 +1477,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1432
1477
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1433
1478
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1434
1479
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1480
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1481
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1482
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1435
1483
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1436
1484
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1437
1485
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1519,6 +1567,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1519
1567
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1520
1568
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1521
1569
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1570
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1571
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1572
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1522
1573
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1523
1574
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1524
1575
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1592,6 +1643,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1592
1643
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1593
1644
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1594
1645
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1646
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1647
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1648
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1595
1649
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1596
1650
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1597
1651
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1669,6 +1723,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1669
1723
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1670
1724
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1671
1725
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1726
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1727
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1728
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1672
1729
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1673
1730
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1674
1731
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1770,6 +1827,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1770
1827
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1771
1828
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1772
1829
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1830
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1831
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1832
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1773
1833
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1774
1834
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1775
1835
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1868,6 +1928,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1868
1928
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1869
1929
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1870
1930
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1931
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1932
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1933
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1871
1934
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1872
1935
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1873
1936
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1944,6 +2007,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1944
2007
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1945
2008
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1946
2009
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2010
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2011
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2012
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1947
2013
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1948
2014
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1949
2015
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2024,6 +2090,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2024
2090
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2025
2091
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2026
2092
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2093
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2094
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2095
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2027
2096
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2028
2097
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2029
2098
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2099,6 +2168,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2099
2168
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2100
2169
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2101
2170
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2171
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2172
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2173
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2102
2174
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2103
2175
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2104
2176
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2118,6 +2190,237 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2118
2190
|
}>, t.PartialC<{
|
|
2119
2191
|
token: t.StringC;
|
|
2120
2192
|
expiry: t.NumberC;
|
|
2193
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
2194
|
+
intentType: t.KeyofC<{
|
|
2195
|
+
payment: t.LiteralC<"payment">;
|
|
2196
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
2197
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
2198
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
2199
|
+
fanout: t.LiteralC<"fanout">;
|
|
2200
|
+
stake: t.LiteralC<"stake">;
|
|
2201
|
+
unstake: t.LiteralC<"unstake">;
|
|
2202
|
+
delegate: t.LiteralC<"delegate">;
|
|
2203
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
2204
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
2205
|
+
claim: t.LiteralC<"claim">;
|
|
2206
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
2207
|
+
pledge: t.LiteralC<"pledge">;
|
|
2208
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
2209
|
+
vote: t.LiteralC<"vote">;
|
|
2210
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
2211
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
2212
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
2213
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
2214
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
2215
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
2216
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
2217
|
+
authorize: t.LiteralC<"authorize">;
|
|
2218
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
2219
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
2220
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
2221
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
2222
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
2223
|
+
customTx: t.LiteralC<"customTx">;
|
|
2224
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2225
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2226
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2227
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2228
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2229
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2230
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
2231
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
2232
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
2233
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
2234
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
2235
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
2236
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
2237
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
2238
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
2239
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
2240
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
2241
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
2242
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
2243
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
2244
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
2245
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
2246
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
2247
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2248
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2249
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2250
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2251
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2252
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2253
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2254
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2255
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
2256
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
2257
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
2258
|
+
export: t.LiteralC<"export">;
|
|
2259
|
+
import: t.LiteralC<"import">;
|
|
2260
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
2261
|
+
}>;
|
|
2262
|
+
}>, t.PartialC<{
|
|
2263
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2264
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2265
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
2266
|
+
}>]>, t.TypeC<{
|
|
2267
|
+
intentType: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2268
|
+
endInvestorPartyId: t.StringC;
|
|
2269
|
+
}>, t.PartialC<{
|
|
2270
|
+
comment: t.StringC;
|
|
2271
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
2272
|
+
intentType: t.KeyofC<{
|
|
2273
|
+
payment: t.LiteralC<"payment">;
|
|
2274
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
2275
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
2276
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
2277
|
+
fanout: t.LiteralC<"fanout">;
|
|
2278
|
+
stake: t.LiteralC<"stake">;
|
|
2279
|
+
unstake: t.LiteralC<"unstake">;
|
|
2280
|
+
delegate: t.LiteralC<"delegate">;
|
|
2281
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
2282
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
2283
|
+
claim: t.LiteralC<"claim">;
|
|
2284
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
2285
|
+
pledge: t.LiteralC<"pledge">;
|
|
2286
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
2287
|
+
vote: t.LiteralC<"vote">;
|
|
2288
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
2289
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
2290
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
2291
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
2292
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
2293
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
2294
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
2295
|
+
authorize: t.LiteralC<"authorize">;
|
|
2296
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
2297
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
2298
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
2299
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
2300
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
2301
|
+
customTx: t.LiteralC<"customTx">;
|
|
2302
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2303
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2304
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2305
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2306
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2307
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2308
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
2309
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
2310
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
2311
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
2312
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
2313
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
2314
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
2315
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
2316
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
2317
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
2318
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
2319
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
2320
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
2321
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
2322
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
2323
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
2324
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
2325
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2326
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2327
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2328
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2329
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2330
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2331
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2332
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2333
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
2334
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
2335
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
2336
|
+
export: t.LiteralC<"export">;
|
|
2337
|
+
import: t.LiteralC<"import">;
|
|
2338
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
2339
|
+
}>;
|
|
2340
|
+
}>, t.PartialC<{
|
|
2341
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2342
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2343
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
2344
|
+
}>]>, t.TypeC<{
|
|
2345
|
+
intentType: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2346
|
+
txRequestId: t.StringC;
|
|
2347
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
2348
|
+
intentType: t.KeyofC<{
|
|
2349
|
+
payment: t.LiteralC<"payment">;
|
|
2350
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
2351
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
2352
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
2353
|
+
fanout: t.LiteralC<"fanout">;
|
|
2354
|
+
stake: t.LiteralC<"stake">;
|
|
2355
|
+
unstake: t.LiteralC<"unstake">;
|
|
2356
|
+
delegate: t.LiteralC<"delegate">;
|
|
2357
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
2358
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
2359
|
+
claim: t.LiteralC<"claim">;
|
|
2360
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
2361
|
+
pledge: t.LiteralC<"pledge">;
|
|
2362
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
2363
|
+
vote: t.LiteralC<"vote">;
|
|
2364
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
2365
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
2366
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
2367
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
2368
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
2369
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
2370
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
2371
|
+
authorize: t.LiteralC<"authorize">;
|
|
2372
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
2373
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
2374
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
2375
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
2376
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
2377
|
+
customTx: t.LiteralC<"customTx">;
|
|
2378
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2379
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2380
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2381
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2382
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2383
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2384
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
2385
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
2386
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
2387
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
2388
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
2389
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
2390
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
2391
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
2392
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
2393
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
2394
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
2395
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
2396
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
2397
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
2398
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
2399
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
2400
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
2401
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2402
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2403
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2404
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2405
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2406
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2407
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2408
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2409
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
2410
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
2411
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
2412
|
+
export: t.LiteralC<"export">;
|
|
2413
|
+
import: t.LiteralC<"import">;
|
|
2414
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
2415
|
+
}>;
|
|
2416
|
+
}>, t.PartialC<{
|
|
2417
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2418
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2419
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
2420
|
+
}>]>, t.TypeC<{
|
|
2421
|
+
intentType: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2422
|
+
txRequestId: t.StringC;
|
|
2423
|
+
reason: t.StringC;
|
|
2121
2424
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
2122
2425
|
intentType: t.KeyofC<{
|
|
2123
2426
|
payment: t.LiteralC<"payment">;
|
|
@@ -2175,6 +2478,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2175
2478
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2176
2479
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2177
2480
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2481
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2482
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2483
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2178
2484
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2179
2485
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2180
2486
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2251,6 +2557,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2251
2557
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2252
2558
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2253
2559
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2560
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2561
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2562
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2254
2563
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2255
2564
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2256
2565
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2327,6 +2636,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2327
2636
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2328
2637
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2329
2638
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2639
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2640
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2641
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2330
2642
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2331
2643
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2332
2644
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2421,6 +2733,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2421
2733
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2422
2734
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2423
2735
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2736
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2737
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2738
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2424
2739
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2425
2740
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2426
2741
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2498,6 +2813,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2498
2813
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2499
2814
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2500
2815
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2816
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2817
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2818
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2501
2819
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2502
2820
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2503
2821
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2608,6 +2926,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2608
2926
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2609
2927
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2610
2928
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2929
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2930
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2931
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2611
2932
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2612
2933
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2613
2934
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2691,6 +3012,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2691
3012
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2692
3013
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2693
3014
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3015
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3016
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3017
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2694
3018
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2695
3019
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2696
3020
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2801,6 +3125,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2801
3125
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2802
3126
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2803
3127
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3128
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3129
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3130
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2804
3131
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2805
3132
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2806
3133
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2878,6 +3205,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2878
3205
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2879
3206
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2880
3207
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3208
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3209
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3210
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2881
3211
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2882
3212
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2883
3213
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3012,6 +3342,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3012
3342
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3013
3343
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3014
3344
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3345
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3346
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3347
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3015
3348
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3016
3349
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3017
3350
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3136,6 +3469,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3136
3469
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3137
3470
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3138
3471
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3472
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3473
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3474
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3139
3475
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3140
3476
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3141
3477
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3252,6 +3588,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3252
3588
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3253
3589
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3254
3590
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3591
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3592
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3593
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3255
3594
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3256
3595
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3257
3596
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3354,6 +3693,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3354
3693
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3355
3694
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3356
3695
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3696
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3697
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3698
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3357
3699
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3358
3700
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3359
3701
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3455,6 +3797,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3455
3797
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3456
3798
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3457
3799
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3800
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3801
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3802
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3458
3803
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3459
3804
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3460
3805
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3555,6 +3900,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3555
3900
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3556
3901
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3557
3902
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3903
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3904
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3905
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3558
3906
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3559
3907
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3560
3908
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3631,6 +3979,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3631
3979
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3632
3980
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3633
3981
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3982
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3983
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3984
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3634
3985
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3635
3986
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3636
3987
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3827,6 +4178,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3827
4178
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3828
4179
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3829
4180
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4181
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4182
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4183
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3830
4184
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3831
4185
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3832
4186
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3964,6 +4318,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3964
4318
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3965
4319
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3966
4320
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4321
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4322
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4323
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3967
4324
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3968
4325
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3969
4326
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4062,6 +4419,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4062
4419
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4063
4420
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4064
4421
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4422
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4423
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4424
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4065
4425
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4066
4426
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4067
4427
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4136,6 +4496,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4136
4496
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4137
4497
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4138
4498
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4499
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4500
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4501
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4139
4502
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4140
4503
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4141
4504
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4265,6 +4628,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4265
4628
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4266
4629
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4267
4630
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4631
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4632
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4633
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4268
4634
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4269
4635
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4270
4636
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4381,6 +4747,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4381
4747
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4382
4748
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4383
4749
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4750
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4751
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4752
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4384
4753
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4385
4754
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4386
4755
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4517,6 +4886,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4517
4886
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4518
4887
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4519
4888
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4889
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4890
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4891
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4520
4892
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4521
4893
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4522
4894
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4598,6 +4970,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4598
4970
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4599
4971
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4600
4972
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4973
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4974
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4975
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4601
4976
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4602
4977
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4603
4978
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4674,6 +5049,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4674
5049
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4675
5050
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4676
5051
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5052
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5053
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5054
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4677
5055
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4678
5056
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4679
5057
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4762,6 +5140,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4762
5140
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4763
5141
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4764
5142
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5143
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5144
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5145
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4765
5146
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4766
5147
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4767
5148
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4846,6 +5227,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4846
5227
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4847
5228
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4848
5229
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5230
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5231
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5232
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4849
5233
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4850
5234
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4851
5235
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4945,6 +5329,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4945
5329
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4946
5330
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4947
5331
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5332
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5333
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5334
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4948
5335
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4949
5336
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4950
5337
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5034,6 +5421,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5034
5421
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5035
5422
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5036
5423
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5424
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5425
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5426
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5037
5427
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5038
5428
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5039
5429
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5109,6 +5499,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5109
5499
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5110
5500
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5111
5501
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5502
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5503
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5504
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5112
5505
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5113
5506
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5114
5507
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5263,6 +5656,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5263
5656
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5264
5657
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5265
5658
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5659
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5660
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5661
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5266
5662
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5267
5663
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5268
5664
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5338,6 +5734,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5338
5734
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5339
5735
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5340
5736
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5737
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5738
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5739
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5341
5740
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5342
5741
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5343
5742
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5430,6 +5829,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5430
5829
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5431
5830
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5432
5831
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5832
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5833
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5834
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5433
5835
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5434
5836
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5435
5837
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5507,6 +5909,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5507
5909
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5508
5910
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5509
5911
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5912
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5913
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5914
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5510
5915
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5511
5916
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5512
5917
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5588,6 +5993,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5588
5993
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5589
5994
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5590
5995
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5996
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5997
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5998
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5591
5999
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5592
6000
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5593
6001
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5669,6 +6077,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5669
6077
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5670
6078
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5671
6079
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6080
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6081
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6082
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5672
6083
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5673
6084
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5674
6085
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5747,6 +6158,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5747
6158
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5748
6159
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5749
6160
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6161
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6162
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6163
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5750
6164
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5751
6165
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5752
6166
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5841,6 +6255,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5841
6255
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5842
6256
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5843
6257
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6258
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6259
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6260
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5844
6261
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5845
6262
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5846
6263
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5934,6 +6351,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5934
6351
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5935
6352
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5936
6353
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6354
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6355
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6356
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5937
6357
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5938
6358
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5939
6359
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6027,6 +6447,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6027
6447
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6028
6448
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6029
6449
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6450
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6451
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6452
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6030
6453
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6031
6454
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6032
6455
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6128,6 +6551,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6128
6551
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6129
6552
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6130
6553
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6554
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6555
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6556
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6131
6557
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6132
6558
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6133
6559
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6251,6 +6677,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6251
6677
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6252
6678
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6253
6679
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6680
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6681
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6682
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6254
6683
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6255
6684
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6256
6685
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6346,6 +6775,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6346
6775
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6347
6776
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6348
6777
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6778
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6779
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6780
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6349
6781
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6350
6782
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6351
6783
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6458,6 +6890,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6458
6890
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6459
6891
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6460
6892
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6893
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6894
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6895
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6461
6896
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6462
6897
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6463
6898
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6551,6 +6986,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6551
6986
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6552
6987
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6553
6988
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6989
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6990
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6991
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6554
6992
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6555
6993
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6556
6994
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6662,6 +7100,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6662
7100
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6663
7101
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6664
7102
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7103
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7104
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7105
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6665
7106
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6666
7107
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6667
7108
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6771,6 +7212,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6771
7212
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6772
7213
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6773
7214
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7215
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7216
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7217
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6774
7218
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6775
7219
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6776
7220
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6855,6 +7299,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6855
7299
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6856
7300
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6857
7301
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7302
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7303
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7304
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6858
7305
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6859
7306
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6860
7307
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6950,6 +7397,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6950
7397
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6951
7398
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6952
7399
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7400
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7401
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7402
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6953
7403
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6954
7404
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6955
7405
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7102,6 +7552,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7102
7552
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7103
7553
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7104
7554
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7555
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7556
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7557
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7105
7558
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7106
7559
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7107
7560
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7183,6 +7636,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7183
7636
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7184
7637
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7185
7638
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7639
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7640
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7641
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7186
7642
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7187
7643
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7188
7644
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7268,6 +7724,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7268
7724
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7269
7725
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7270
7726
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7727
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7728
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7729
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7271
7730
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7272
7731
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7273
7732
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7346,6 +7805,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7346
7805
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7347
7806
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7348
7807
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7808
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7809
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7810
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7349
7811
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7350
7812
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7351
7813
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7425,6 +7887,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7425
7887
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7426
7888
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7427
7889
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7890
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7891
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7892
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7428
7893
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7429
7894
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7430
7895
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7519,6 +7984,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7519
7984
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7520
7985
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7521
7986
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7987
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7988
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7989
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7522
7990
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7523
7991
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7524
7992
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7615,6 +8083,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7615
8083
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7616
8084
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7617
8085
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8086
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8087
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8088
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7618
8089
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7619
8090
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7620
8091
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7704,6 +8175,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7704
8175
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7705
8176
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7706
8177
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8178
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8179
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8180
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7707
8181
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7708
8182
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7709
8183
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7830,6 +8304,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7830
8304
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7831
8305
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7832
8306
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8307
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8308
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8309
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7833
8310
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7834
8311
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7835
8312
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7986,6 +8463,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7986
8463
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7987
8464
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7988
8465
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8466
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8467
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8468
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7989
8469
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7990
8470
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7991
8471
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8156,6 +8636,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8156
8636
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8157
8637
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8158
8638
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8639
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8640
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8641
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8159
8642
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8160
8643
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8161
8644
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8231,6 +8714,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8231
8714
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8232
8715
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8233
8716
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8717
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8718
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8719
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8234
8720
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8235
8721
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8236
8722
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8301,6 +8787,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8301
8787
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8302
8788
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8303
8789
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8790
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8791
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8792
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8304
8793
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8305
8794
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8306
8795
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8379,6 +8868,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8379
8868
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8380
8869
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8381
8870
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8871
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8872
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8873
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8382
8874
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8383
8875
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8384
8876
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8469,6 +8961,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8469
8961
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8470
8962
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8471
8963
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8964
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8965
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8966
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8472
8967
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8473
8968
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8474
8969
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8544,6 +9039,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8544
9039
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8545
9040
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8546
9041
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9042
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9043
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9044
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8547
9045
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8548
9046
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8549
9047
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8636,6 +9134,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8636
9134
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8637
9135
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8638
9136
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9137
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9138
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9139
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8639
9140
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8640
9141
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8641
9142
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8711,6 +9212,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8711
9212
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8712
9213
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8713
9214
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9215
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9216
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9217
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8714
9218
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8715
9219
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8716
9220
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8823,6 +9327,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8823
9327
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8824
9328
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8825
9329
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9330
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9331
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9332
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8826
9333
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8827
9334
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8828
9335
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8917,6 +9424,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8917
9424
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8918
9425
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8919
9426
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9427
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9428
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9429
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8920
9430
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8921
9431
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8922
9432
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8993,6 +9503,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8993
9503
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8994
9504
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8995
9505
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9506
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9507
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9508
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8996
9509
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8997
9510
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8998
9511
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9088,6 +9601,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9088
9601
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9089
9602
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9090
9603
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9604
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9605
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9606
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9091
9607
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9092
9608
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9093
9609
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9185,6 +9701,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9185
9701
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9186
9702
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9187
9703
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9704
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9705
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9706
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9188
9707
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9189
9708
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9190
9709
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9283,6 +9802,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9283
9802
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9284
9803
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9285
9804
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9805
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9806
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9807
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9286
9808
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9287
9809
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9288
9810
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9367,6 +9889,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9367
9889
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9368
9890
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9369
9891
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9892
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9893
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9894
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9370
9895
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9371
9896
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9372
9897
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9462,6 +9987,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9462
9987
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9463
9988
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9464
9989
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9990
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9991
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9992
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9465
9993
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9466
9994
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9467
9995
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9596,6 +10124,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9596
10124
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9597
10125
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9598
10126
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10127
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10128
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10129
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9599
10130
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9600
10131
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9601
10132
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9678,6 +10209,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9678
10209
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9679
10210
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9680
10211
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10212
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10213
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10214
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9681
10215
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9682
10216
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9683
10217
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9757,6 +10291,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9757
10291
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9758
10292
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9759
10293
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10294
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10295
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10296
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9760
10297
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9761
10298
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9762
10299
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9831,6 +10368,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9831
10368
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9832
10369
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9833
10370
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10371
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10372
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10373
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9834
10374
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9835
10375
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9836
10376
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9925,6 +10465,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9925
10465
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9926
10466
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9927
10467
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10468
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10469
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10470
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9928
10471
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9929
10472
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9930
10473
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10005,6 +10548,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10005
10548
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10006
10549
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10007
10550
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10551
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10552
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10553
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10008
10554
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10009
10555
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10010
10556
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10084,6 +10630,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10084
10630
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10085
10631
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10086
10632
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10633
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10634
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10635
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10087
10636
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10088
10637
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10089
10638
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10164,6 +10713,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10164
10713
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10165
10714
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10166
10715
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10716
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10717
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10718
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10167
10719
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10168
10720
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10169
10721
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10243,6 +10795,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10243
10795
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10244
10796
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10245
10797
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10798
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10799
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10800
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10246
10801
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10247
10802
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10248
10803
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10326,6 +10881,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10326
10881
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10327
10882
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10328
10883
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10884
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10885
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10886
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10329
10887
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10330
10888
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10331
10889
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10408,6 +10966,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10408
10966
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10409
10967
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10410
10968
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10969
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10970
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10971
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10411
10972
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10412
10973
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10413
10974
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10492,6 +11053,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10492
11053
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10493
11054
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10494
11055
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11056
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11057
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11058
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10495
11059
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10496
11060
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10497
11061
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10576,6 +11140,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10576
11140
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10577
11141
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10578
11142
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11143
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11144
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11145
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10579
11146
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10580
11147
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10581
11148
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10660,6 +11227,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10660
11227
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10661
11228
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10662
11229
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11230
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11231
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11232
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10663
11233
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10664
11234
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10665
11235
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10743,6 +11313,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10743
11313
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10744
11314
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10745
11315
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11316
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11317
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11318
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10746
11319
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10747
11320
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10748
11321
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10830,6 +11403,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10830
11403
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10831
11404
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10832
11405
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11406
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11407
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11408
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10833
11409
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10834
11410
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10835
11411
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10912,6 +11488,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10912
11488
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10913
11489
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10914
11490
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11491
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11492
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11493
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10915
11494
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10916
11495
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10917
11496
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10996,6 +11575,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10996
11575
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10997
11576
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10998
11577
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11578
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11579
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11580
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10999
11581
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11000
11582
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11001
11583
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11076,6 +11658,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11076
11658
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11077
11659
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11078
11660
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11661
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11662
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11663
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11079
11664
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11080
11665
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11081
11666
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11155,6 +11740,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11155
11740
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11156
11741
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11157
11742
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11743
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11744
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11745
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11158
11746
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11159
11747
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11160
11748
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11234,6 +11822,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11234
11822
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11235
11823
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11236
11824
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11825
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11826
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11827
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11237
11828
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11238
11829
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11239
11830
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11318,6 +11909,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11318
11909
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11319
11910
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11320
11911
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11912
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11913
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11914
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11321
11915
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11322
11916
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11323
11917
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11403,6 +11997,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11403
11997
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11404
11998
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11405
11999
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12000
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12001
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12002
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11406
12003
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11407
12004
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11408
12005
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11486,6 +12083,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11486
12083
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11487
12084
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11488
12085
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12086
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12087
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12088
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11489
12089
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11490
12090
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11491
12091
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11569,6 +12169,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11569
12169
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11570
12170
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11571
12171
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12172
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12173
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12174
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11572
12175
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11573
12176
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11574
12177
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11647,6 +12250,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11647
12250
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11648
12251
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11649
12252
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12253
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12254
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12255
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11650
12256
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11651
12257
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11652
12258
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11725,6 +12331,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11725
12331
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11726
12332
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11727
12333
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12334
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12335
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12336
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11728
12337
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11729
12338
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11730
12339
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11797,6 +12406,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11797
12406
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11798
12407
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11799
12408
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12409
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12410
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12411
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11800
12412
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11801
12413
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11802
12414
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11873,6 +12485,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11873
12485
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11874
12486
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11875
12487
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12488
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12489
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12490
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11876
12491
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11877
12492
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11878
12493
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11951,6 +12566,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11951
12566
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11952
12567
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11953
12568
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12569
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12570
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12571
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11954
12572
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11955
12573
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11956
12574
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12029,6 +12647,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12029
12647
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12030
12648
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12031
12649
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12650
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12651
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12652
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12032
12653
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12033
12654
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12034
12655
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12113,6 +12734,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12113
12734
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12114
12735
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12115
12736
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12737
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12738
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12739
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12116
12740
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12117
12741
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12118
12742
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12197,6 +12821,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12197
12821
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12198
12822
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12199
12823
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12824
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12825
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12826
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12200
12827
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12201
12828
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12202
12829
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12275,6 +12902,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12275
12902
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12276
12903
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12277
12904
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12905
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12906
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12907
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12278
12908
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12279
12909
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12280
12910
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12349,6 +12979,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12349
12979
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12350
12980
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12351
12981
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12982
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12983
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12984
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12352
12985
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12353
12986
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12354
12987
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12443,6 +13076,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12443
13076
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12444
13077
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12445
13078
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13079
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13080
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13081
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12446
13082
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12447
13083
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12448
13084
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12547,6 +13183,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12547
13183
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12548
13184
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12549
13185
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13186
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13187
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13188
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12550
13189
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12551
13190
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12552
13191
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12661,6 +13300,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12661
13300
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12662
13301
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12663
13302
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13303
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13304
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13305
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12664
13306
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12665
13307
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12666
13308
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12747,6 +13389,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12747
13389
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12748
13390
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12749
13391
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13392
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13393
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13394
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12750
13395
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12751
13396
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12752
13397
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12843,6 +13488,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12843
13488
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12844
13489
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12845
13490
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13491
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13492
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13493
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12846
13494
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12847
13495
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12848
13496
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12921,6 +13569,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12921
13569
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12922
13570
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12923
13571
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13572
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13573
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13574
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12924
13575
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12925
13576
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12926
13577
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13005,6 +13656,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
13005
13656
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13006
13657
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13007
13658
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13659
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13660
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13661
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13008
13662
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13009
13663
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13010
13664
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13083,6 +13737,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
13083
13737
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13084
13738
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13085
13739
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13740
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13741
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13742
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13086
13743
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13087
13744
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13088
13745
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13167,6 +13824,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
13167
13824
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13168
13825
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13169
13826
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13827
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13828
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13829
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13170
13830
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13171
13831
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13172
13832
|
"defi-approve": t.LiteralC<"defi-approve">;
|