@bitgo/public-types 6.26.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/feeAddressTransferIntent.js.map +1 -1
- 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 +964 -0
- package/dist/src/schema/transactionRequest/intents/intent.js +10 -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/iotaBuildOptions.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/iotaConsolidateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/iotaConsolidateIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/iotaFeeOptions.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/iotaPaymentIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/iotaPaymentIntent.js.map +1 -1
- 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 +2078 -150
- 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/feeAddressTransferIntent.ts +10 -0
- package/src/schema/transactionRequest/intents/index.ts +3 -0
- package/src/schema/transactionRequest/intents/intent.ts +10 -0
- package/src/schema/transactionRequest/intents/intentType.ts +9 -0
- package/src/schema/transactionRequest/intents/iotaBuildOptions.ts +11 -0
- package/src/schema/transactionRequest/intents/iotaConsolidateIntent.ts +4 -0
- package/src/schema/transactionRequest/intents/iotaFeeOptions.ts +7 -0
- package/src/schema/transactionRequest/intents/iotaPaymentIntent.ts +7 -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">;
|
|
@@ -5146,6 +5539,319 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5146
5539
|
isTestTransaction: t.BooleanC;
|
|
5147
5540
|
}>]>]>, t.PartialC<{
|
|
5148
5541
|
memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5542
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.PartialC<{
|
|
5543
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
5544
|
+
}>, t.TypeC<{
|
|
5545
|
+
intentType: t.LiteralC<"consolidate">;
|
|
5546
|
+
receiveAddress: t.StringC;
|
|
5547
|
+
}>, t.PartialC<{
|
|
5548
|
+
senderAddressIndex: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
|
|
5549
|
+
consolidateId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5550
|
+
recipients: t.UnionC<[t.Type<({
|
|
5551
|
+
address: {
|
|
5552
|
+
address?: string | undefined;
|
|
5553
|
+
option?: {
|
|
5554
|
+
[x: string]: unknown;
|
|
5555
|
+
} | undefined;
|
|
5556
|
+
};
|
|
5557
|
+
amount: {
|
|
5558
|
+
value: string;
|
|
5559
|
+
symbol: string;
|
|
5560
|
+
};
|
|
5561
|
+
} & {
|
|
5562
|
+
data?: string | undefined;
|
|
5563
|
+
} & {
|
|
5564
|
+
tokenData?: ({
|
|
5565
|
+
tokenQuantity: string;
|
|
5566
|
+
tokenType: string;
|
|
5567
|
+
} & {
|
|
5568
|
+
tokenId?: string | undefined;
|
|
5569
|
+
} & {
|
|
5570
|
+
tokenName: string;
|
|
5571
|
+
} & {
|
|
5572
|
+
tokenContractAddress?: string | undefined;
|
|
5573
|
+
decimals?: number | undefined;
|
|
5574
|
+
}) | undefined;
|
|
5575
|
+
})[], ({
|
|
5576
|
+
address: {
|
|
5577
|
+
address?: string | undefined;
|
|
5578
|
+
option?: {
|
|
5579
|
+
[x: string]: unknown;
|
|
5580
|
+
} | undefined;
|
|
5581
|
+
};
|
|
5582
|
+
amount: {
|
|
5583
|
+
value: string;
|
|
5584
|
+
symbol: string;
|
|
5585
|
+
};
|
|
5586
|
+
} & {
|
|
5587
|
+
data?: string | undefined;
|
|
5588
|
+
} & {
|
|
5589
|
+
tokenData?: ({
|
|
5590
|
+
tokenQuantity: string;
|
|
5591
|
+
tokenType: string;
|
|
5592
|
+
} & {
|
|
5593
|
+
tokenId?: string | undefined;
|
|
5594
|
+
} & {
|
|
5595
|
+
tokenName: string;
|
|
5596
|
+
} & {
|
|
5597
|
+
tokenContractAddress?: string | undefined;
|
|
5598
|
+
decimals?: number | undefined;
|
|
5599
|
+
}) | undefined;
|
|
5600
|
+
})[], unknown>, t.UndefinedC]>;
|
|
5601
|
+
keepAlive: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
|
|
5602
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
5603
|
+
intentType: t.KeyofC<{
|
|
5604
|
+
payment: t.LiteralC<"payment">;
|
|
5605
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
5606
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
5607
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
5608
|
+
fanout: t.LiteralC<"fanout">;
|
|
5609
|
+
stake: t.LiteralC<"stake">;
|
|
5610
|
+
unstake: t.LiteralC<"unstake">;
|
|
5611
|
+
delegate: t.LiteralC<"delegate">;
|
|
5612
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
5613
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
5614
|
+
claim: t.LiteralC<"claim">;
|
|
5615
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
5616
|
+
pledge: t.LiteralC<"pledge">;
|
|
5617
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
5618
|
+
vote: t.LiteralC<"vote">;
|
|
5619
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
5620
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
5621
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
5622
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
5623
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
5624
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
5625
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
5626
|
+
authorize: t.LiteralC<"authorize">;
|
|
5627
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
5628
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
5629
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
5630
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
5631
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
5632
|
+
customTx: t.LiteralC<"customTx">;
|
|
5633
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5634
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5635
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5636
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5637
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5638
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5639
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
5640
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
5641
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
5642
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
5643
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
5644
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
5645
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
5646
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
5647
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
5648
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
5649
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
5650
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
5651
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
5652
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
5653
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
5654
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
5655
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
5656
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5657
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5658
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5659
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5660
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5661
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5662
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5663
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5664
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
5665
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
5666
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
5667
|
+
export: t.LiteralC<"export">;
|
|
5668
|
+
import: t.LiteralC<"import">;
|
|
5669
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
5670
|
+
}>;
|
|
5671
|
+
}>, t.PartialC<{
|
|
5672
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5673
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5674
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
5675
|
+
}>]>, t.TypeC<{
|
|
5676
|
+
feeOptions: t.TypeC<{
|
|
5677
|
+
gasLimit: t.NumberC;
|
|
5678
|
+
}>;
|
|
5679
|
+
lockedAmount: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5680
|
+
}>]>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
5681
|
+
intentType: t.KeyofC<{
|
|
5682
|
+
payment: t.LiteralC<"payment">;
|
|
5683
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
5684
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
5685
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
5686
|
+
fanout: t.LiteralC<"fanout">;
|
|
5687
|
+
stake: t.LiteralC<"stake">;
|
|
5688
|
+
unstake: t.LiteralC<"unstake">;
|
|
5689
|
+
delegate: t.LiteralC<"delegate">;
|
|
5690
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
5691
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
5692
|
+
claim: t.LiteralC<"claim">;
|
|
5693
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
5694
|
+
pledge: t.LiteralC<"pledge">;
|
|
5695
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
5696
|
+
vote: t.LiteralC<"vote">;
|
|
5697
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
5698
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
5699
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
5700
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
5701
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
5702
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
5703
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
5704
|
+
authorize: t.LiteralC<"authorize">;
|
|
5705
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
5706
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
5707
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
5708
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
5709
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
5710
|
+
customTx: t.LiteralC<"customTx">;
|
|
5711
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5712
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5713
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5714
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5715
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5716
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5717
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
5718
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
5719
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
5720
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
5721
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
5722
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
5723
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
5724
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
5725
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
5726
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
5727
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
5728
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
5729
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
5730
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
5731
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
5732
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
5733
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
5734
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5735
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5736
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5737
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5738
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5739
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5740
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5741
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5742
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
5743
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
5744
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
5745
|
+
export: t.LiteralC<"export">;
|
|
5746
|
+
import: t.LiteralC<"import">;
|
|
5747
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
5748
|
+
}>;
|
|
5749
|
+
}>, t.PartialC<{
|
|
5750
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5751
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5752
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
5753
|
+
}>]>, t.TypeC<{
|
|
5754
|
+
recipients: t.ArrayC<t.IntersectionC<[t.TypeC<{
|
|
5755
|
+
address: t.PartialC<{
|
|
5756
|
+
address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5757
|
+
option: t.UnionC<[t.Type<{
|
|
5758
|
+
[x: string]: unknown;
|
|
5759
|
+
}, {
|
|
5760
|
+
[x: string]: unknown;
|
|
5761
|
+
}, unknown>, t.UndefinedC]>;
|
|
5762
|
+
}>;
|
|
5763
|
+
amount: t.TypeC<{
|
|
5764
|
+
value: t.StringC;
|
|
5765
|
+
symbol: t.StringC;
|
|
5766
|
+
}>;
|
|
5767
|
+
}>, t.PartialC<{
|
|
5768
|
+
data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5769
|
+
}>]>>;
|
|
5770
|
+
}>, t.UnionC<[t.TypeC<{
|
|
5771
|
+
intentType: t.LiteralC<"payment">;
|
|
5772
|
+
}>, t.TypeC<{
|
|
5773
|
+
intentType: t.LiteralC<"payment">;
|
|
5774
|
+
isTestTransaction: t.BooleanC;
|
|
5775
|
+
}>]>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
5776
|
+
intentType: t.KeyofC<{
|
|
5777
|
+
payment: t.LiteralC<"payment">;
|
|
5778
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
5779
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
5780
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
5781
|
+
fanout: t.LiteralC<"fanout">;
|
|
5782
|
+
stake: t.LiteralC<"stake">;
|
|
5783
|
+
unstake: t.LiteralC<"unstake">;
|
|
5784
|
+
delegate: t.LiteralC<"delegate">;
|
|
5785
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
5786
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
5787
|
+
claim: t.LiteralC<"claim">;
|
|
5788
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
5789
|
+
pledge: t.LiteralC<"pledge">;
|
|
5790
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
5791
|
+
vote: t.LiteralC<"vote">;
|
|
5792
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
5793
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
5794
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
5795
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
5796
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
5797
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
5798
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
5799
|
+
authorize: t.LiteralC<"authorize">;
|
|
5800
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
5801
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
5802
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
5803
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
5804
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
5805
|
+
customTx: t.LiteralC<"customTx">;
|
|
5806
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5807
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5808
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5809
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5810
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5811
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5812
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
5813
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
5814
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
5815
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
5816
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
5817
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
5818
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
5819
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
5820
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
5821
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
5822
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
5823
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
5824
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
5825
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
5826
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
5827
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
5828
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
5829
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5830
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5831
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5832
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5833
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5834
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5835
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5836
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5837
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
5838
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
5839
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
5840
|
+
export: t.LiteralC<"export">;
|
|
5841
|
+
import: t.LiteralC<"import">;
|
|
5842
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
5843
|
+
}>;
|
|
5844
|
+
}>, t.PartialC<{
|
|
5845
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5846
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5847
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
5848
|
+
}>]>, t.TypeC<{
|
|
5849
|
+
feeOptions: t.TypeC<{
|
|
5850
|
+
gasLimit: t.NumberC;
|
|
5851
|
+
}>;
|
|
5852
|
+
lockedAmount: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5853
|
+
}>]>, t.TypeC<{
|
|
5854
|
+
unspents: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>;
|
|
5149
5855
|
}>]>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
5150
5856
|
intentType: t.KeyofC<{
|
|
5151
5857
|
payment: t.LiteralC<"payment">;
|
|
@@ -5203,6 +5909,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5203
5909
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5204
5910
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5205
5911
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5912
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5913
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5914
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5206
5915
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5207
5916
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5208
5917
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5284,6 +5993,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5284
5993
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5285
5994
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5286
5995
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5996
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5997
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5998
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5287
5999
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5288
6000
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5289
6001
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5365,6 +6077,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5365
6077
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5366
6078
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5367
6079
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6080
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6081
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6082
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5368
6083
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5369
6084
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5370
6085
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5443,6 +6158,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5443
6158
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5444
6159
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5445
6160
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6161
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6162
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6163
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5446
6164
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5447
6165
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5448
6166
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5537,6 +6255,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5537
6255
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5538
6256
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5539
6257
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6258
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6259
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6260
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5540
6261
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5541
6262
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5542
6263
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5630,6 +6351,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5630
6351
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5631
6352
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5632
6353
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6354
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6355
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6356
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5633
6357
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5634
6358
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5635
6359
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5723,6 +6447,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5723
6447
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5724
6448
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5725
6449
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6450
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6451
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6452
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5726
6453
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5727
6454
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5728
6455
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5824,6 +6551,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5824
6551
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5825
6552
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5826
6553
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6554
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6555
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6556
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5827
6557
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5828
6558
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5829
6559
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5947,6 +6677,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5947
6677
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5948
6678
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5949
6679
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6680
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6681
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6682
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5950
6683
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5951
6684
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5952
6685
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6042,6 +6775,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6042
6775
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6043
6776
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6044
6777
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6778
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6779
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6780
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6045
6781
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6046
6782
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6047
6783
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6154,6 +6890,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6154
6890
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6155
6891
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6156
6892
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6893
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6894
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6895
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6157
6896
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6158
6897
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6159
6898
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6247,6 +6986,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6247
6986
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6248
6987
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6249
6988
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6989
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6990
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6991
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6250
6992
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6251
6993
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6252
6994
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6358,6 +7100,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6358
7100
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6359
7101
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6360
7102
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7103
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7104
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7105
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6361
7106
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6362
7107
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6363
7108
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6467,6 +7212,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6467
7212
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6468
7213
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6469
7214
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7215
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7216
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7217
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6470
7218
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6471
7219
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6472
7220
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6551,6 +7299,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6551
7299
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6552
7300
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6553
7301
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7302
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7303
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7304
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6554
7305
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6555
7306
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6556
7307
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6646,6 +7397,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6646
7397
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6647
7398
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6648
7399
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7400
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7401
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7402
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6649
7403
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6650
7404
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6651
7405
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6798,6 +7552,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6798
7552
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6799
7553
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6800
7554
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7555
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7556
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7557
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6801
7558
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6802
7559
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6803
7560
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6879,6 +7636,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6879
7636
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6880
7637
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6881
7638
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7639
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7640
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7641
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6882
7642
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6883
7643
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6884
7644
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6964,6 +7724,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6964
7724
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6965
7725
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6966
7726
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7727
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7728
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7729
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6967
7730
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6968
7731
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6969
7732
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7042,6 +7805,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7042
7805
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7043
7806
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7044
7807
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7808
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7809
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7810
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7045
7811
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7046
7812
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7047
7813
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7121,6 +7887,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7121
7887
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7122
7888
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7123
7889
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7890
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7891
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7892
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7124
7893
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7125
7894
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7126
7895
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7215,6 +7984,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7215
7984
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7216
7985
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7217
7986
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7987
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7988
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7989
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7218
7990
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7219
7991
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7220
7992
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7311,6 +8083,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7311
8083
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7312
8084
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7313
8085
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8086
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8087
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8088
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7314
8089
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7315
8090
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7316
8091
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7400,6 +8175,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7400
8175
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7401
8176
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7402
8177
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8178
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8179
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8180
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7403
8181
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7404
8182
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7405
8183
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7526,6 +8304,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7526
8304
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7527
8305
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7528
8306
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8307
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8308
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8309
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7529
8310
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7530
8311
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7531
8312
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7682,6 +8463,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7682
8463
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7683
8464
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7684
8465
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8466
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8467
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8468
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7685
8469
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7686
8470
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7687
8471
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7852,6 +8636,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7852
8636
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7853
8637
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7854
8638
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8639
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8640
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8641
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7855
8642
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7856
8643
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7857
8644
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7927,6 +8714,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7927
8714
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7928
8715
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7929
8716
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8717
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8718
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8719
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7930
8720
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7931
8721
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7932
8722
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7997,6 +8787,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
7997
8787
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7998
8788
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7999
8789
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8790
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8791
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8792
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8000
8793
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8001
8794
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8002
8795
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8075,6 +8868,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8075
8868
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8076
8869
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8077
8870
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8871
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8872
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8873
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8078
8874
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8079
8875
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8080
8876
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8165,6 +8961,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8165
8961
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8166
8962
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8167
8963
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8964
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8965
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8966
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8168
8967
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8169
8968
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8170
8969
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8240,6 +9039,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8240
9039
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8241
9040
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8242
9041
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9042
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9043
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9044
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8243
9045
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8244
9046
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8245
9047
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8332,6 +9134,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8332
9134
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8333
9135
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8334
9136
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9137
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9138
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9139
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8335
9140
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8336
9141
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8337
9142
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8407,6 +9212,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8407
9212
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8408
9213
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8409
9214
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9215
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9216
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9217
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8410
9218
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8411
9219
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8412
9220
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8519,6 +9327,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8519
9327
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8520
9328
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8521
9329
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9330
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9331
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9332
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8522
9333
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8523
9334
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8524
9335
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8613,6 +9424,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8613
9424
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8614
9425
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8615
9426
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9427
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9428
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9429
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8616
9430
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8617
9431
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8618
9432
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8689,6 +9503,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8689
9503
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8690
9504
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8691
9505
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9506
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9507
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9508
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8692
9509
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8693
9510
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8694
9511
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8784,6 +9601,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8784
9601
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8785
9602
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8786
9603
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9604
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9605
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9606
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8787
9607
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8788
9608
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8789
9609
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8881,6 +9701,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8881
9701
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8882
9702
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8883
9703
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9704
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9705
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9706
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8884
9707
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8885
9708
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8886
9709
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8979,6 +9802,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
8979
9802
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8980
9803
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8981
9804
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9805
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9806
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9807
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8982
9808
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8983
9809
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8984
9810
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9063,6 +9889,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9063
9889
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9064
9890
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9065
9891
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9892
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9893
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9894
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9066
9895
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9067
9896
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9068
9897
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9158,6 +9987,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9158
9987
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9159
9988
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9160
9989
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9990
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9991
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9992
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9161
9993
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9162
9994
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9163
9995
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9292,6 +10124,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9292
10124
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9293
10125
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9294
10126
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10127
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10128
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10129
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9295
10130
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9296
10131
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9297
10132
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9374,6 +10209,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9374
10209
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9375
10210
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9376
10211
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10212
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10213
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10214
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9377
10215
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9378
10216
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9379
10217
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9453,6 +10291,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9453
10291
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9454
10292
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9455
10293
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10294
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10295
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10296
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9456
10297
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9457
10298
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9458
10299
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9527,6 +10368,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9527
10368
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9528
10369
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9529
10370
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10371
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10372
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10373
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9530
10374
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9531
10375
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9532
10376
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9621,6 +10465,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9621
10465
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9622
10466
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9623
10467
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10468
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10469
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10470
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9624
10471
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9625
10472
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9626
10473
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9701,6 +10548,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9701
10548
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9702
10549
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9703
10550
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10551
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10552
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10553
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9704
10554
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9705
10555
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9706
10556
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9780,6 +10630,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9780
10630
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9781
10631
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9782
10632
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10633
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10634
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10635
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9783
10636
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9784
10637
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9785
10638
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9860,6 +10713,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9860
10713
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9861
10714
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9862
10715
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10716
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10717
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10718
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9863
10719
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9864
10720
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9865
10721
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9939,6 +10795,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
9939
10795
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9940
10796
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9941
10797
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10798
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10799
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10800
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9942
10801
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9943
10802
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9944
10803
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10022,6 +10881,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10022
10881
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10023
10882
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10024
10883
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10884
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10885
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10886
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10025
10887
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10026
10888
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10027
10889
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10104,6 +10966,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10104
10966
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10105
10967
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10106
10968
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10969
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10970
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10971
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10107
10972
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10108
10973
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10109
10974
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10188,6 +11053,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10188
11053
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10189
11054
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10190
11055
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11056
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11057
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11058
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10191
11059
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10192
11060
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10193
11061
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10272,6 +11140,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10272
11140
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10273
11141
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10274
11142
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11143
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11144
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11145
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10275
11146
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10276
11147
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10277
11148
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10356,6 +11227,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10356
11227
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10357
11228
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10358
11229
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11230
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11231
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11232
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10359
11233
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10360
11234
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10361
11235
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10439,6 +11313,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10439
11313
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10440
11314
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10441
11315
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11316
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11317
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11318
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10442
11319
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10443
11320
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10444
11321
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10526,6 +11403,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10526
11403
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10527
11404
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10528
11405
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11406
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11407
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11408
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10529
11409
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10530
11410
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10531
11411
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10608,6 +11488,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10608
11488
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10609
11489
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10610
11490
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11491
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11492
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11493
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10611
11494
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10612
11495
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10613
11496
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10692,6 +11575,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10692
11575
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10693
11576
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10694
11577
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11578
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11579
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11580
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10695
11581
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10696
11582
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10697
11583
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10772,6 +11658,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10772
11658
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10773
11659
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10774
11660
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11661
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11662
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11663
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10775
11664
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10776
11665
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10777
11666
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10851,6 +11740,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10851
11740
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10852
11741
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10853
11742
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11743
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11744
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11745
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10854
11746
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10855
11747
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10856
11748
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10930,6 +11822,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
10930
11822
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10931
11823
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10932
11824
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11825
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11826
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11827
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10933
11828
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10934
11829
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10935
11830
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11014,6 +11909,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11014
11909
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11015
11910
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11016
11911
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11912
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11913
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11914
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11017
11915
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11018
11916
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11019
11917
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11099,6 +11997,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11099
11997
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11100
11998
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11101
11999
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12000
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12001
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12002
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11102
12003
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11103
12004
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11104
12005
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11182,6 +12083,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11182
12083
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11183
12084
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11184
12085
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12086
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12087
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12088
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11185
12089
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11186
12090
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11187
12091
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11265,6 +12169,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11265
12169
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11266
12170
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11267
12171
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12172
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12173
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12174
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11268
12175
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11269
12176
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11270
12177
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11343,6 +12250,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11343
12250
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11344
12251
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11345
12252
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12253
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12254
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12255
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11346
12256
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11347
12257
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11348
12258
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11421,6 +12331,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11421
12331
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11422
12332
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11423
12333
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12334
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12335
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12336
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11424
12337
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11425
12338
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11426
12339
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11493,6 +12406,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11493
12406
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11494
12407
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11495
12408
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12409
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12410
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12411
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11496
12412
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11497
12413
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11498
12414
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11569,6 +12485,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11569
12485
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11570
12486
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11571
12487
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12488
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12489
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12490
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11572
12491
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11573
12492
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11574
12493
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11647,6 +12566,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11647
12566
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11648
12567
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11649
12568
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12569
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12570
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12571
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11650
12572
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11651
12573
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11652
12574
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11725,6 +12647,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11725
12647
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11726
12648
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11727
12649
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12650
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12651
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12652
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11728
12653
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11729
12654
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11730
12655
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11809,6 +12734,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11809
12734
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11810
12735
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11811
12736
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12737
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12738
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12739
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11812
12740
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11813
12741
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11814
12742
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11893,6 +12821,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11893
12821
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11894
12822
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11895
12823
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12824
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12825
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12826
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11896
12827
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11897
12828
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11898
12829
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11971,6 +12902,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
11971
12902
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11972
12903
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11973
12904
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12905
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12906
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12907
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11974
12908
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11975
12909
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11976
12910
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12045,6 +12979,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12045
12979
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12046
12980
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12047
12981
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12982
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12983
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12984
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12048
12985
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12049
12986
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12050
12987
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12139,6 +13076,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12139
13076
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12140
13077
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12141
13078
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13079
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13080
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13081
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12142
13082
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12143
13083
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12144
13084
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12243,6 +13183,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12243
13183
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12244
13184
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12245
13185
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13186
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13187
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13188
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12246
13189
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12247
13190
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12248
13191
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12357,6 +13300,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12357
13300
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12358
13301
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12359
13302
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13303
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13304
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13305
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12360
13306
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12361
13307
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12362
13308
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12443,6 +13389,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12443
13389
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12444
13390
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12445
13391
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13392
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13393
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13394
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12446
13395
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12447
13396
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12448
13397
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12539,6 +13488,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12539
13488
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12540
13489
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12541
13490
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13491
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13492
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13493
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12542
13494
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12543
13495
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12544
13496
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12617,6 +13569,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12617
13569
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12618
13570
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12619
13571
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13572
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13573
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13574
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12620
13575
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12621
13576
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12622
13577
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12701,6 +13656,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12701
13656
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12702
13657
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12703
13658
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13659
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13660
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13661
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12704
13662
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12705
13663
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12706
13664
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12779,6 +13737,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12779
13737
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12780
13738
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12781
13739
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13740
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13741
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13742
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12782
13743
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12783
13744
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12784
13745
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12863,6 +13824,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
12863
13824
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12864
13825
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12865
13826
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13827
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13828
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13829
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12866
13830
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12867
13831
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12868
13832
|
"defi-approve": t.LiteralC<"defi-approve">;
|