@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
|
@@ -216,6 +216,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
216
216
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
217
217
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
218
218
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
219
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
220
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
221
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
219
222
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
220
223
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
221
224
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -310,6 +313,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
310
313
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
311
314
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
312
315
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
316
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
317
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
318
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
313
319
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
314
320
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
315
321
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -391,6 +397,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
391
397
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
392
398
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
393
399
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
400
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
401
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
402
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
394
403
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
395
404
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
396
405
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -478,6 +487,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
478
487
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
479
488
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
480
489
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
490
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
491
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
492
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
481
493
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
482
494
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
483
495
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -564,6 +576,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
564
576
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
565
577
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
566
578
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
579
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
580
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
581
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
567
582
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
568
583
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
569
584
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -642,6 +657,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
642
657
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
643
658
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
644
659
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
660
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
661
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
662
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
645
663
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
646
664
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
647
665
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -731,6 +749,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
731
749
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
732
750
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
733
751
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
752
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
753
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
754
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
734
755
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
735
756
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
736
757
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -825,6 +846,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
825
846
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
826
847
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
827
848
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
849
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
850
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
851
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
828
852
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
829
853
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
830
854
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -936,6 +960,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
936
960
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
937
961
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
938
962
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
963
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
964
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
965
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
939
966
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
940
967
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
941
968
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1047,6 +1074,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1047
1074
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1048
1075
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1049
1076
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1077
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1078
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1079
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1050
1080
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1051
1081
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1052
1082
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1124,6 +1154,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1124
1154
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1125
1155
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1126
1156
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1157
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1158
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1159
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1127
1160
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1128
1161
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1129
1162
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1201,6 +1234,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1201
1234
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1202
1235
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1203
1236
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1237
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1238
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1239
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1204
1240
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1205
1241
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1206
1242
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1286,6 +1322,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1286
1322
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1287
1323
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1288
1324
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1325
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1326
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1327
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1289
1328
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1290
1329
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1291
1330
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1370,6 +1409,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1370
1409
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1371
1410
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1372
1411
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1412
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1413
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1414
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1373
1415
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1374
1416
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1375
1417
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1457,6 +1499,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1457
1499
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1458
1500
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1459
1501
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1502
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1503
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1504
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1460
1505
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1461
1506
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1462
1507
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1530,6 +1575,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1530
1575
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1531
1576
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1532
1577
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1578
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1579
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1580
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1533
1581
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1534
1582
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1535
1583
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1617,6 +1665,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1617
1665
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1618
1666
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1619
1667
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1668
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1669
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1670
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1620
1671
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1621
1672
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1622
1673
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1690,6 +1741,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1690
1741
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1691
1742
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1692
1743
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1744
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1745
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1746
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1693
1747
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1694
1748
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1695
1749
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1767,6 +1821,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1767
1821
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1768
1822
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1769
1823
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1824
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1825
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1826
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1770
1827
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1771
1828
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1772
1829
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1868,6 +1925,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1868
1925
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1869
1926
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1870
1927
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1928
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1929
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1930
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1871
1931
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1872
1932
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1873
1933
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1966,6 +2026,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1966
2026
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1967
2027
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1968
2028
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2029
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2030
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2031
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1969
2032
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1970
2033
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1971
2034
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2042,6 +2105,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2042
2105
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2043
2106
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2044
2107
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2108
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2109
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2110
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2045
2111
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2046
2112
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2047
2113
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2122,6 +2188,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2122
2188
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2123
2189
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2124
2190
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2191
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2192
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2193
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2125
2194
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2126
2195
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2127
2196
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2197,6 +2266,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2197
2266
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2198
2267
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2199
2268
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2269
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2270
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2271
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2200
2272
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2201
2273
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2202
2274
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2216,6 +2288,237 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2216
2288
|
}>, t.PartialC<{
|
|
2217
2289
|
token: t.StringC;
|
|
2218
2290
|
expiry: t.NumberC;
|
|
2291
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
2292
|
+
intentType: t.KeyofC<{
|
|
2293
|
+
payment: t.LiteralC<"payment">;
|
|
2294
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
2295
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
2296
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
2297
|
+
fanout: t.LiteralC<"fanout">;
|
|
2298
|
+
stake: t.LiteralC<"stake">;
|
|
2299
|
+
unstake: t.LiteralC<"unstake">;
|
|
2300
|
+
delegate: t.LiteralC<"delegate">;
|
|
2301
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
2302
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
2303
|
+
claim: t.LiteralC<"claim">;
|
|
2304
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
2305
|
+
pledge: t.LiteralC<"pledge">;
|
|
2306
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
2307
|
+
vote: t.LiteralC<"vote">;
|
|
2308
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
2309
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
2310
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
2311
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
2312
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
2313
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
2314
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
2315
|
+
authorize: t.LiteralC<"authorize">;
|
|
2316
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
2317
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
2318
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
2319
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
2320
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
2321
|
+
customTx: t.LiteralC<"customTx">;
|
|
2322
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2323
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2324
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2325
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2326
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2327
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2328
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
2329
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
2330
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
2331
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
2332
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
2333
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
2334
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
2335
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
2336
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
2337
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
2338
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
2339
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
2340
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
2341
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
2342
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
2343
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
2344
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
2345
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2346
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2347
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2348
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2349
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2350
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2351
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2352
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2353
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
2354
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
2355
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
2356
|
+
export: t.LiteralC<"export">;
|
|
2357
|
+
import: t.LiteralC<"import">;
|
|
2358
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
2359
|
+
}>;
|
|
2360
|
+
}>, t.PartialC<{
|
|
2361
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2362
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2363
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
2364
|
+
}>]>, t.TypeC<{
|
|
2365
|
+
intentType: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2366
|
+
endInvestorPartyId: t.StringC;
|
|
2367
|
+
}>, t.PartialC<{
|
|
2368
|
+
comment: t.StringC;
|
|
2369
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
2370
|
+
intentType: t.KeyofC<{
|
|
2371
|
+
payment: t.LiteralC<"payment">;
|
|
2372
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
2373
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
2374
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
2375
|
+
fanout: t.LiteralC<"fanout">;
|
|
2376
|
+
stake: t.LiteralC<"stake">;
|
|
2377
|
+
unstake: t.LiteralC<"unstake">;
|
|
2378
|
+
delegate: t.LiteralC<"delegate">;
|
|
2379
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
2380
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
2381
|
+
claim: t.LiteralC<"claim">;
|
|
2382
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
2383
|
+
pledge: t.LiteralC<"pledge">;
|
|
2384
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
2385
|
+
vote: t.LiteralC<"vote">;
|
|
2386
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
2387
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
2388
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
2389
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
2390
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
2391
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
2392
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
2393
|
+
authorize: t.LiteralC<"authorize">;
|
|
2394
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
2395
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
2396
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
2397
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
2398
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
2399
|
+
customTx: t.LiteralC<"customTx">;
|
|
2400
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2401
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2402
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2403
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2404
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2405
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2406
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
2407
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
2408
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
2409
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
2410
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
2411
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
2412
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
2413
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
2414
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
2415
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
2416
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
2417
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
2418
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
2419
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
2420
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
2421
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
2422
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
2423
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2424
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2425
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2426
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2427
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2428
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2429
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2430
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2431
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
2432
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
2433
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
2434
|
+
export: t.LiteralC<"export">;
|
|
2435
|
+
import: t.LiteralC<"import">;
|
|
2436
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
2437
|
+
}>;
|
|
2438
|
+
}>, t.PartialC<{
|
|
2439
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2440
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2441
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
2442
|
+
}>]>, t.TypeC<{
|
|
2443
|
+
intentType: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2444
|
+
txRequestId: t.StringC;
|
|
2445
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
2446
|
+
intentType: t.KeyofC<{
|
|
2447
|
+
payment: t.LiteralC<"payment">;
|
|
2448
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
2449
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
2450
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
2451
|
+
fanout: t.LiteralC<"fanout">;
|
|
2452
|
+
stake: t.LiteralC<"stake">;
|
|
2453
|
+
unstake: t.LiteralC<"unstake">;
|
|
2454
|
+
delegate: t.LiteralC<"delegate">;
|
|
2455
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
2456
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
2457
|
+
claim: t.LiteralC<"claim">;
|
|
2458
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
2459
|
+
pledge: t.LiteralC<"pledge">;
|
|
2460
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
2461
|
+
vote: t.LiteralC<"vote">;
|
|
2462
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
2463
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
2464
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
2465
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
2466
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
2467
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
2468
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
2469
|
+
authorize: t.LiteralC<"authorize">;
|
|
2470
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
2471
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
2472
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
2473
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
2474
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
2475
|
+
customTx: t.LiteralC<"customTx">;
|
|
2476
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2477
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2478
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2479
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2480
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2481
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2482
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
2483
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
2484
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
2485
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
2486
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
2487
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
2488
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
2489
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
2490
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
2491
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
2492
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
2493
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
2494
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
2495
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
2496
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
2497
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
2498
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
2499
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2500
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2501
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2502
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2503
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2504
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2505
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2506
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2507
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
2508
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
2509
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
2510
|
+
export: t.LiteralC<"export">;
|
|
2511
|
+
import: t.LiteralC<"import">;
|
|
2512
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
2513
|
+
}>;
|
|
2514
|
+
}>, t.PartialC<{
|
|
2515
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2516
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2517
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
2518
|
+
}>]>, t.TypeC<{
|
|
2519
|
+
intentType: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2520
|
+
txRequestId: t.StringC;
|
|
2521
|
+
reason: t.StringC;
|
|
2219
2522
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
2220
2523
|
intentType: t.KeyofC<{
|
|
2221
2524
|
payment: t.LiteralC<"payment">;
|
|
@@ -2273,6 +2576,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2273
2576
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2274
2577
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2275
2578
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2579
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2580
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2581
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2276
2582
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2277
2583
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2278
2584
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2349,6 +2655,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2349
2655
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2350
2656
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2351
2657
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2658
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2659
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2660
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2352
2661
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2353
2662
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2354
2663
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2425,6 +2734,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2425
2734
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2426
2735
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2427
2736
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2737
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2738
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2739
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2428
2740
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2429
2741
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2430
2742
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2519,6 +2831,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2519
2831
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2520
2832
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2521
2833
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2834
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2835
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2836
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2522
2837
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2523
2838
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2524
2839
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2596,6 +2911,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2596
2911
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2597
2912
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2598
2913
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2914
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2915
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2916
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2599
2917
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2600
2918
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2601
2919
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2706,6 +3024,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2706
3024
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2707
3025
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2708
3026
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3027
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3028
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3029
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2709
3030
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2710
3031
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2711
3032
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2789,6 +3110,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2789
3110
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2790
3111
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2791
3112
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3113
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3114
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3115
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2792
3116
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2793
3117
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2794
3118
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2899,6 +3223,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2899
3223
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2900
3224
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2901
3225
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3226
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3227
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3228
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2902
3229
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2903
3230
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2904
3231
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2976,6 +3303,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2976
3303
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2977
3304
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2978
3305
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3306
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3307
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3308
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2979
3309
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2980
3310
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2981
3311
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3110,6 +3440,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3110
3440
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3111
3441
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3112
3442
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3443
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3444
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3445
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3113
3446
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3114
3447
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3115
3448
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3234,6 +3567,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3234
3567
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3235
3568
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3236
3569
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3570
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3571
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3572
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3237
3573
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3238
3574
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3239
3575
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3350,6 +3686,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3350
3686
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3351
3687
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3352
3688
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3689
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3690
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3691
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3353
3692
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3354
3693
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3355
3694
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3452,6 +3791,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3452
3791
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3453
3792
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3454
3793
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3794
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3795
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3796
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3455
3797
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3456
3798
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3457
3799
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3553,6 +3895,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3553
3895
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3554
3896
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3555
3897
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3898
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3899
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3900
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3556
3901
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3557
3902
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3558
3903
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3653,6 +3998,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3653
3998
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3654
3999
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3655
4000
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4001
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4002
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4003
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3656
4004
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3657
4005
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3658
4006
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3729,6 +4077,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3729
4077
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3730
4078
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3731
4079
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4080
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4081
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4082
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3732
4083
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3733
4084
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3734
4085
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3925,6 +4276,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3925
4276
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3926
4277
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3927
4278
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4279
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4280
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4281
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3928
4282
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3929
4283
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3930
4284
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4062,6 +4416,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4062
4416
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4063
4417
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4064
4418
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4419
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4420
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4421
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4065
4422
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4066
4423
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4067
4424
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4160,6 +4517,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4160
4517
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4161
4518
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4162
4519
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4520
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4521
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4522
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4163
4523
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4164
4524
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4165
4525
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4234,6 +4594,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4234
4594
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4235
4595
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4236
4596
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4597
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4598
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4599
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4237
4600
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4238
4601
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4239
4602
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4363,6 +4726,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4363
4726
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4364
4727
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4365
4728
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4729
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4730
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4731
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4366
4732
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4367
4733
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4368
4734
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4479,6 +4845,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4479
4845
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4480
4846
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4481
4847
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4848
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4849
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4850
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4482
4851
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4483
4852
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4484
4853
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4615,6 +4984,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4615
4984
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4616
4985
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4617
4986
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4987
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4988
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4989
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4618
4990
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4619
4991
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4620
4992
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4696,6 +5068,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4696
5068
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4697
5069
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4698
5070
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5071
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5072
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5073
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4699
5074
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4700
5075
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4701
5076
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4772,6 +5147,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4772
5147
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4773
5148
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4774
5149
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5150
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5151
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5152
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4775
5153
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4776
5154
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4777
5155
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4860,6 +5238,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4860
5238
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4861
5239
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4862
5240
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5241
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5242
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5243
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4863
5244
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4864
5245
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4865
5246
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4944,6 +5325,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4944
5325
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4945
5326
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4946
5327
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5328
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5329
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5330
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4947
5331
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4948
5332
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4949
5333
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5043,6 +5427,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5043
5427
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5044
5428
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5045
5429
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5430
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5431
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5432
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5046
5433
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5047
5434
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5048
5435
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5132,6 +5519,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5132
5519
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5133
5520
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5134
5521
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5522
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5523
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5524
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5135
5525
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5136
5526
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5137
5527
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5207,6 +5597,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5207
5597
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5208
5598
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5209
5599
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5600
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5601
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5602
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5210
5603
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5211
5604
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5212
5605
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5244,45 +5637,358 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5244
5637
|
isTestTransaction: t.BooleanC;
|
|
5245
5638
|
}>]>]>, t.PartialC<{
|
|
5246
5639
|
memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5247
|
-
}>]>, t.
|
|
5248
|
-
|
|
5249
|
-
|
|
5250
|
-
|
|
5251
|
-
|
|
5252
|
-
|
|
5253
|
-
|
|
5254
|
-
|
|
5255
|
-
|
|
5256
|
-
|
|
5257
|
-
|
|
5258
|
-
|
|
5259
|
-
|
|
5260
|
-
|
|
5261
|
-
|
|
5262
|
-
|
|
5263
|
-
|
|
5264
|
-
|
|
5265
|
-
|
|
5266
|
-
|
|
5267
|
-
|
|
5268
|
-
|
|
5269
|
-
|
|
5270
|
-
|
|
5271
|
-
|
|
5272
|
-
|
|
5273
|
-
|
|
5274
|
-
|
|
5275
|
-
|
|
5276
|
-
|
|
5277
|
-
|
|
5278
|
-
|
|
5279
|
-
|
|
5280
|
-
|
|
5281
|
-
|
|
5282
|
-
|
|
5283
|
-
|
|
5284
|
-
|
|
5285
|
-
|
|
5640
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.PartialC<{
|
|
5641
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
5642
|
+
}>, t.TypeC<{
|
|
5643
|
+
intentType: t.LiteralC<"consolidate">;
|
|
5644
|
+
receiveAddress: t.StringC;
|
|
5645
|
+
}>, t.PartialC<{
|
|
5646
|
+
senderAddressIndex: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
|
|
5647
|
+
consolidateId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5648
|
+
recipients: t.UnionC<[t.Type<({
|
|
5649
|
+
address: {
|
|
5650
|
+
address?: string | undefined;
|
|
5651
|
+
option?: {
|
|
5652
|
+
[x: string]: unknown;
|
|
5653
|
+
} | undefined;
|
|
5654
|
+
};
|
|
5655
|
+
amount: {
|
|
5656
|
+
value: string;
|
|
5657
|
+
symbol: string;
|
|
5658
|
+
};
|
|
5659
|
+
} & {
|
|
5660
|
+
data?: string | undefined;
|
|
5661
|
+
} & {
|
|
5662
|
+
tokenData?: ({
|
|
5663
|
+
tokenQuantity: string;
|
|
5664
|
+
tokenType: string;
|
|
5665
|
+
} & {
|
|
5666
|
+
tokenId?: string | undefined;
|
|
5667
|
+
} & {
|
|
5668
|
+
tokenName: string;
|
|
5669
|
+
} & {
|
|
5670
|
+
tokenContractAddress?: string | undefined;
|
|
5671
|
+
decimals?: number | undefined;
|
|
5672
|
+
}) | undefined;
|
|
5673
|
+
})[], ({
|
|
5674
|
+
address: {
|
|
5675
|
+
address?: string | undefined;
|
|
5676
|
+
option?: {
|
|
5677
|
+
[x: string]: unknown;
|
|
5678
|
+
} | undefined;
|
|
5679
|
+
};
|
|
5680
|
+
amount: {
|
|
5681
|
+
value: string;
|
|
5682
|
+
symbol: string;
|
|
5683
|
+
};
|
|
5684
|
+
} & {
|
|
5685
|
+
data?: string | undefined;
|
|
5686
|
+
} & {
|
|
5687
|
+
tokenData?: ({
|
|
5688
|
+
tokenQuantity: string;
|
|
5689
|
+
tokenType: string;
|
|
5690
|
+
} & {
|
|
5691
|
+
tokenId?: string | undefined;
|
|
5692
|
+
} & {
|
|
5693
|
+
tokenName: string;
|
|
5694
|
+
} & {
|
|
5695
|
+
tokenContractAddress?: string | undefined;
|
|
5696
|
+
decimals?: number | undefined;
|
|
5697
|
+
}) | undefined;
|
|
5698
|
+
})[], unknown>, t.UndefinedC]>;
|
|
5699
|
+
keepAlive: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
|
|
5700
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
5701
|
+
intentType: t.KeyofC<{
|
|
5702
|
+
payment: t.LiteralC<"payment">;
|
|
5703
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
5704
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
5705
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
5706
|
+
fanout: t.LiteralC<"fanout">;
|
|
5707
|
+
stake: t.LiteralC<"stake">;
|
|
5708
|
+
unstake: t.LiteralC<"unstake">;
|
|
5709
|
+
delegate: t.LiteralC<"delegate">;
|
|
5710
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
5711
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
5712
|
+
claim: t.LiteralC<"claim">;
|
|
5713
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
5714
|
+
pledge: t.LiteralC<"pledge">;
|
|
5715
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
5716
|
+
vote: t.LiteralC<"vote">;
|
|
5717
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
5718
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
5719
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
5720
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
5721
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
5722
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
5723
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
5724
|
+
authorize: t.LiteralC<"authorize">;
|
|
5725
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
5726
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
5727
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
5728
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
5729
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
5730
|
+
customTx: t.LiteralC<"customTx">;
|
|
5731
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5732
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5733
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5734
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5735
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5736
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5737
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
5738
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
5739
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
5740
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
5741
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
5742
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
5743
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
5744
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
5745
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
5746
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
5747
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
5748
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
5749
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
5750
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
5751
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
5752
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
5753
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
5754
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5755
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5756
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5757
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5758
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5759
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5760
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5761
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5762
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
5763
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
5764
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
5765
|
+
export: t.LiteralC<"export">;
|
|
5766
|
+
import: t.LiteralC<"import">;
|
|
5767
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
5768
|
+
}>;
|
|
5769
|
+
}>, t.PartialC<{
|
|
5770
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5771
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5772
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
5773
|
+
}>]>, t.TypeC<{
|
|
5774
|
+
feeOptions: t.TypeC<{
|
|
5775
|
+
gasLimit: t.NumberC;
|
|
5776
|
+
}>;
|
|
5777
|
+
lockedAmount: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5778
|
+
}>]>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
5779
|
+
intentType: t.KeyofC<{
|
|
5780
|
+
payment: t.LiteralC<"payment">;
|
|
5781
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
5782
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
5783
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
5784
|
+
fanout: t.LiteralC<"fanout">;
|
|
5785
|
+
stake: t.LiteralC<"stake">;
|
|
5786
|
+
unstake: t.LiteralC<"unstake">;
|
|
5787
|
+
delegate: t.LiteralC<"delegate">;
|
|
5788
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
5789
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
5790
|
+
claim: t.LiteralC<"claim">;
|
|
5791
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
5792
|
+
pledge: t.LiteralC<"pledge">;
|
|
5793
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
5794
|
+
vote: t.LiteralC<"vote">;
|
|
5795
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
5796
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
5797
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
5798
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
5799
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
5800
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
5801
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
5802
|
+
authorize: t.LiteralC<"authorize">;
|
|
5803
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
5804
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
5805
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
5806
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
5807
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
5808
|
+
customTx: t.LiteralC<"customTx">;
|
|
5809
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5810
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5811
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5812
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5813
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5814
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5815
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
5816
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
5817
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
5818
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
5819
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
5820
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
5821
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
5822
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
5823
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
5824
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
5825
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
5826
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
5827
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
5828
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
5829
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
5830
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
5831
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
5832
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5833
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5834
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5835
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5836
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5837
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5838
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5839
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5840
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
5841
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
5842
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
5843
|
+
export: t.LiteralC<"export">;
|
|
5844
|
+
import: t.LiteralC<"import">;
|
|
5845
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
5846
|
+
}>;
|
|
5847
|
+
}>, t.PartialC<{
|
|
5848
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5849
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5850
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
5851
|
+
}>]>, t.TypeC<{
|
|
5852
|
+
recipients: t.ArrayC<t.IntersectionC<[t.TypeC<{
|
|
5853
|
+
address: t.PartialC<{
|
|
5854
|
+
address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5855
|
+
option: t.UnionC<[t.Type<{
|
|
5856
|
+
[x: string]: unknown;
|
|
5857
|
+
}, {
|
|
5858
|
+
[x: string]: unknown;
|
|
5859
|
+
}, unknown>, t.UndefinedC]>;
|
|
5860
|
+
}>;
|
|
5861
|
+
amount: t.TypeC<{
|
|
5862
|
+
value: t.StringC;
|
|
5863
|
+
symbol: t.StringC;
|
|
5864
|
+
}>;
|
|
5865
|
+
}>, t.PartialC<{
|
|
5866
|
+
data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5867
|
+
}>]>>;
|
|
5868
|
+
}>, t.UnionC<[t.TypeC<{
|
|
5869
|
+
intentType: t.LiteralC<"payment">;
|
|
5870
|
+
}>, t.TypeC<{
|
|
5871
|
+
intentType: t.LiteralC<"payment">;
|
|
5872
|
+
isTestTransaction: t.BooleanC;
|
|
5873
|
+
}>]>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
5874
|
+
intentType: t.KeyofC<{
|
|
5875
|
+
payment: t.LiteralC<"payment">;
|
|
5876
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
5877
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
5878
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
5879
|
+
fanout: t.LiteralC<"fanout">;
|
|
5880
|
+
stake: t.LiteralC<"stake">;
|
|
5881
|
+
unstake: t.LiteralC<"unstake">;
|
|
5882
|
+
delegate: t.LiteralC<"delegate">;
|
|
5883
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
5884
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
5885
|
+
claim: t.LiteralC<"claim">;
|
|
5886
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
5887
|
+
pledge: t.LiteralC<"pledge">;
|
|
5888
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
5889
|
+
vote: t.LiteralC<"vote">;
|
|
5890
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
5891
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
5892
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
5893
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
5894
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
5895
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
5896
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
5897
|
+
authorize: t.LiteralC<"authorize">;
|
|
5898
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
5899
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
5900
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
5901
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
5902
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
5903
|
+
customTx: t.LiteralC<"customTx">;
|
|
5904
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5905
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5906
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5907
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5908
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5909
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5910
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
5911
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
5912
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
5913
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
5914
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
5915
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
5916
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
5917
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
5918
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
5919
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
5920
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
5921
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
5922
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
5923
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
5924
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
5925
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
5926
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
5927
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5928
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5929
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5930
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5931
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5932
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5933
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5934
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5935
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
5936
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
5937
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
5938
|
+
export: t.LiteralC<"export">;
|
|
5939
|
+
import: t.LiteralC<"import">;
|
|
5940
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
5941
|
+
}>;
|
|
5942
|
+
}>, t.PartialC<{
|
|
5943
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5944
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5945
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
5946
|
+
}>]>, t.TypeC<{
|
|
5947
|
+
feeOptions: t.TypeC<{
|
|
5948
|
+
gasLimit: t.NumberC;
|
|
5949
|
+
}>;
|
|
5950
|
+
lockedAmount: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5951
|
+
}>]>, t.TypeC<{
|
|
5952
|
+
unspents: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>;
|
|
5953
|
+
}>]>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
5954
|
+
intentType: t.KeyofC<{
|
|
5955
|
+
payment: t.LiteralC<"payment">;
|
|
5956
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
5957
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
5958
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
5959
|
+
fanout: t.LiteralC<"fanout">;
|
|
5960
|
+
stake: t.LiteralC<"stake">;
|
|
5961
|
+
unstake: t.LiteralC<"unstake">;
|
|
5962
|
+
delegate: t.LiteralC<"delegate">;
|
|
5963
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
5964
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
5965
|
+
claim: t.LiteralC<"claim">;
|
|
5966
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
5967
|
+
pledge: t.LiteralC<"pledge">;
|
|
5968
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
5969
|
+
vote: t.LiteralC<"vote">;
|
|
5970
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
5971
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
5972
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
5973
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
5974
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
5975
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
5976
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
5977
|
+
authorize: t.LiteralC<"authorize">;
|
|
5978
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
5979
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
5980
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
5981
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
5982
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
5983
|
+
customTx: t.LiteralC<"customTx">;
|
|
5984
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5985
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5986
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5987
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5988
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5989
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5990
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
5991
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
5286
5992
|
increaseStake: t.LiteralC<"increaseStake">;
|
|
5287
5993
|
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
5288
5994
|
signalExit: t.LiteralC<"signalExit">;
|
|
@@ -5301,6 +6007,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5301
6007
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5302
6008
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5303
6009
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6010
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6011
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6012
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5304
6013
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5305
6014
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5306
6015
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5382,6 +6091,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5382
6091
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5383
6092
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5384
6093
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6094
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6095
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6096
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5385
6097
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5386
6098
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5387
6099
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5463,6 +6175,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5463
6175
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5464
6176
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5465
6177
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6178
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6179
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6180
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5466
6181
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5467
6182
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5468
6183
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5541,6 +6256,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5541
6256
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5542
6257
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5543
6258
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6259
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6260
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6261
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5544
6262
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5545
6263
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5546
6264
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5635,6 +6353,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5635
6353
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5636
6354
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5637
6355
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6356
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6357
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6358
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5638
6359
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5639
6360
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5640
6361
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5728,6 +6449,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5728
6449
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5729
6450
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5730
6451
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6452
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6453
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6454
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5731
6455
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5732
6456
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5733
6457
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5821,6 +6545,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5821
6545
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5822
6546
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5823
6547
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6548
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6549
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6550
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5824
6551
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5825
6552
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5826
6553
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5922,6 +6649,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5922
6649
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5923
6650
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5924
6651
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6652
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6653
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6654
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5925
6655
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5926
6656
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5927
6657
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6045,6 +6775,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6045
6775
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6046
6776
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6047
6777
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6778
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6779
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6780
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6048
6781
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6049
6782
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6050
6783
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6140,6 +6873,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6140
6873
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6141
6874
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6142
6875
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6876
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6877
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6878
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6143
6879
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6144
6880
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6145
6881
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6252,6 +6988,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6252
6988
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6253
6989
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6254
6990
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6991
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6992
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6993
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6255
6994
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6256
6995
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6257
6996
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6345,6 +7084,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6345
7084
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6346
7085
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6347
7086
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7087
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7088
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7089
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6348
7090
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6349
7091
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6350
7092
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6456,6 +7198,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6456
7198
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6457
7199
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6458
7200
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7201
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7202
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7203
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6459
7204
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6460
7205
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6461
7206
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6565,6 +7310,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6565
7310
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6566
7311
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6567
7312
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7313
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7314
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7315
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6568
7316
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6569
7317
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6570
7318
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6649,6 +7397,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6649
7397
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6650
7398
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6651
7399
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7400
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7401
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7402
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6652
7403
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6653
7404
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6654
7405
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6744,6 +7495,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6744
7495
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6745
7496
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6746
7497
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7498
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7499
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7500
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6747
7501
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6748
7502
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6749
7503
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6896,6 +7650,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6896
7650
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6897
7651
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6898
7652
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7653
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7654
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7655
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6899
7656
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6900
7657
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6901
7658
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6977,6 +7734,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6977
7734
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6978
7735
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6979
7736
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7737
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7738
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7739
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6980
7740
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6981
7741
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6982
7742
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7062,6 +7822,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7062
7822
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7063
7823
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7064
7824
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7825
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7826
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7827
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7065
7828
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7066
7829
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7067
7830
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7140,6 +7903,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7140
7903
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7141
7904
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7142
7905
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7906
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7907
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7908
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7143
7909
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7144
7910
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7145
7911
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7219,6 +7985,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7219
7985
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7220
7986
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7221
7987
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7988
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7989
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7990
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7222
7991
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7223
7992
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7224
7993
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7313,6 +8082,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7313
8082
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7314
8083
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7315
8084
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8085
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8086
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8087
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7316
8088
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7317
8089
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7318
8090
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7409,6 +8181,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7409
8181
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7410
8182
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7411
8183
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8184
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8185
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8186
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7412
8187
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7413
8188
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7414
8189
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7498,6 +8273,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7498
8273
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7499
8274
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7500
8275
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8276
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8277
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8278
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7501
8279
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7502
8280
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7503
8281
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7624,6 +8402,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7624
8402
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7625
8403
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7626
8404
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8405
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8406
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8407
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7627
8408
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7628
8409
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7629
8410
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7780,6 +8561,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7780
8561
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7781
8562
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7782
8563
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8564
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8565
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8566
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7783
8567
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7784
8568
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7785
8569
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7950,6 +8734,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7950
8734
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7951
8735
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7952
8736
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8737
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8738
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8739
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7953
8740
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7954
8741
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7955
8742
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8025,6 +8812,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8025
8812
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8026
8813
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8027
8814
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8815
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8816
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8817
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8028
8818
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8029
8819
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8030
8820
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8095,6 +8885,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8095
8885
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8096
8886
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8097
8887
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8888
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8889
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8890
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8098
8891
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8099
8892
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8100
8893
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8173,6 +8966,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8173
8966
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8174
8967
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8175
8968
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8969
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8970
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8971
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8176
8972
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8177
8973
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8178
8974
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8263,6 +9059,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8263
9059
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8264
9060
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8265
9061
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9062
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9063
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9064
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8266
9065
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8267
9066
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8268
9067
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8338,6 +9137,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8338
9137
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8339
9138
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8340
9139
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9140
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9141
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9142
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8341
9143
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8342
9144
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8343
9145
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8430,6 +9232,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8430
9232
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8431
9233
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8432
9234
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9235
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9236
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9237
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8433
9238
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8434
9239
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8435
9240
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8505,6 +9310,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8505
9310
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8506
9311
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8507
9312
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9313
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9314
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9315
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8508
9316
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8509
9317
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8510
9318
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8617,6 +9425,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8617
9425
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8618
9426
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8619
9427
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9428
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9429
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9430
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8620
9431
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8621
9432
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8622
9433
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8711,6 +9522,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8711
9522
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8712
9523
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8713
9524
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9525
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9526
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9527
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8714
9528
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8715
9529
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8716
9530
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8787,6 +9601,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8787
9601
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8788
9602
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8789
9603
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9604
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9605
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9606
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8790
9607
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8791
9608
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8792
9609
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8882,6 +9699,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8882
9699
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8883
9700
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8884
9701
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9702
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9703
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9704
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8885
9705
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8886
9706
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8887
9707
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8979,6 +9799,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8979
9799
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8980
9800
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8981
9801
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9802
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9803
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9804
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8982
9805
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8983
9806
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8984
9807
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9077,6 +9900,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9077
9900
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9078
9901
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9079
9902
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9903
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9904
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9905
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9080
9906
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9081
9907
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9082
9908
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9161,6 +9987,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9161
9987
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9162
9988
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9163
9989
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9990
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9991
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9992
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9164
9993
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9165
9994
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9166
9995
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9256,6 +10085,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9256
10085
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9257
10086
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9258
10087
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10088
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10089
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10090
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9259
10091
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9260
10092
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9261
10093
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9390,6 +10222,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9390
10222
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9391
10223
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9392
10224
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10225
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10226
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10227
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9393
10228
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9394
10229
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9395
10230
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9472,6 +10307,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9472
10307
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9473
10308
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9474
10309
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10310
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10311
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10312
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9475
10313
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9476
10314
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9477
10315
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9551,6 +10389,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9551
10389
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9552
10390
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9553
10391
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10392
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10393
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10394
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9554
10395
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9555
10396
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9556
10397
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9625,6 +10466,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9625
10466
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9626
10467
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9627
10468
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10469
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10470
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10471
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9628
10472
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9629
10473
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9630
10474
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9719,6 +10563,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9719
10563
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9720
10564
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9721
10565
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10566
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10567
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10568
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9722
10569
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9723
10570
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9724
10571
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9799,6 +10646,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9799
10646
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9800
10647
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9801
10648
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10649
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10650
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10651
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9802
10652
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9803
10653
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9804
10654
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9878,6 +10728,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9878
10728
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9879
10729
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9880
10730
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10731
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10732
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10733
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9881
10734
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9882
10735
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9883
10736
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9958,6 +10811,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9958
10811
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9959
10812
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9960
10813
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10814
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10815
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10816
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9961
10817
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9962
10818
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9963
10819
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10037,6 +10893,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10037
10893
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10038
10894
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10039
10895
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10896
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10897
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10898
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10040
10899
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10041
10900
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10042
10901
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10120,6 +10979,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10120
10979
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10121
10980
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10122
10981
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10982
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10983
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10984
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10123
10985
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10124
10986
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10125
10987
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10202,6 +11064,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10202
11064
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10203
11065
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10204
11066
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11067
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11068
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11069
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10205
11070
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10206
11071
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10207
11072
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10286,6 +11151,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10286
11151
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10287
11152
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10288
11153
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11154
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11155
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11156
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10289
11157
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10290
11158
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10291
11159
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10370,6 +11238,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10370
11238
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10371
11239
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10372
11240
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11241
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11242
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11243
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10373
11244
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10374
11245
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10375
11246
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10454,6 +11325,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10454
11325
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10455
11326
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10456
11327
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11328
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11329
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11330
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10457
11331
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10458
11332
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10459
11333
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10537,6 +11411,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10537
11411
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10538
11412
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10539
11413
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11414
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11415
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11416
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10540
11417
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10541
11418
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10542
11419
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10624,6 +11501,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10624
11501
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10625
11502
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10626
11503
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11504
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11505
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11506
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10627
11507
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10628
11508
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10629
11509
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10706,6 +11586,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10706
11586
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10707
11587
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10708
11588
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11589
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11590
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11591
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10709
11592
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10710
11593
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10711
11594
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10790,6 +11673,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10790
11673
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10791
11674
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10792
11675
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11676
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11677
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11678
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10793
11679
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10794
11680
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10795
11681
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10870,6 +11756,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10870
11756
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10871
11757
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10872
11758
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11759
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11760
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11761
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10873
11762
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10874
11763
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10875
11764
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10949,6 +11838,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10949
11838
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10950
11839
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10951
11840
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11841
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11842
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11843
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10952
11844
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10953
11845
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10954
11846
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11028,6 +11920,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11028
11920
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11029
11921
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11030
11922
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11923
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11924
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11925
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11031
11926
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11032
11927
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11033
11928
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11112,6 +12007,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11112
12007
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11113
12008
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11114
12009
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12010
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12011
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12012
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11115
12013
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11116
12014
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11117
12015
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11197,6 +12095,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11197
12095
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11198
12096
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11199
12097
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12098
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12099
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12100
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11200
12101
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11201
12102
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11202
12103
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11280,6 +12181,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11280
12181
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11281
12182
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11282
12183
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12184
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12185
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12186
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11283
12187
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11284
12188
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11285
12189
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11363,6 +12267,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11363
12267
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11364
12268
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11365
12269
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12270
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12271
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12272
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11366
12273
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11367
12274
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11368
12275
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11441,6 +12348,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11441
12348
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11442
12349
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11443
12350
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12351
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12352
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12353
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11444
12354
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11445
12355
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11446
12356
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11519,6 +12429,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11519
12429
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11520
12430
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11521
12431
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12432
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12433
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12434
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11522
12435
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11523
12436
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11524
12437
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11591,6 +12504,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11591
12504
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11592
12505
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11593
12506
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12507
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12508
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12509
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11594
12510
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11595
12511
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11596
12512
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11667,6 +12583,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11667
12583
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11668
12584
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11669
12585
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12586
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12587
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12588
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11670
12589
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11671
12590
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11672
12591
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11745,6 +12664,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11745
12664
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11746
12665
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11747
12666
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12667
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12668
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12669
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11748
12670
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11749
12671
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11750
12672
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11823,6 +12745,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11823
12745
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11824
12746
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11825
12747
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12748
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12749
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12750
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11826
12751
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11827
12752
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11828
12753
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11907,6 +12832,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11907
12832
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11908
12833
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11909
12834
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12835
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12836
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12837
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11910
12838
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11911
12839
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11912
12840
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11991,6 +12919,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11991
12919
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11992
12920
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11993
12921
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12922
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12923
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12924
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11994
12925
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11995
12926
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11996
12927
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12069,6 +13000,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12069
13000
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12070
13001
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12071
13002
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13003
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13004
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13005
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12072
13006
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12073
13007
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12074
13008
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12143,6 +13077,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12143
13077
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12144
13078
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12145
13079
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13080
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13081
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13082
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12146
13083
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12147
13084
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12148
13085
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12237,6 +13174,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12237
13174
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12238
13175
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12239
13176
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13177
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13178
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13179
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12240
13180
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12241
13181
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12242
13182
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12341,6 +13281,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12341
13281
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12342
13282
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12343
13283
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13284
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13285
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13286
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12344
13287
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12345
13288
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12346
13289
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12455,6 +13398,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12455
13398
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12456
13399
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12457
13400
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13401
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13402
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13403
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12458
13404
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12459
13405
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12460
13406
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12541,6 +13487,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12541
13487
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12542
13488
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12543
13489
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13490
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13491
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13492
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12544
13493
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12545
13494
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12546
13495
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12637,6 +13586,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12637
13586
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12638
13587
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12639
13588
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13589
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13590
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13591
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12640
13592
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12641
13593
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12642
13594
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12715,6 +13667,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12715
13667
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12716
13668
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12717
13669
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13670
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13671
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13672
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12718
13673
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12719
13674
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12720
13675
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12799,6 +13754,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12799
13754
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12800
13755
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12801
13756
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13757
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13758
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13759
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12802
13760
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12803
13761
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12804
13762
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12877,6 +13835,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12877
13835
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12878
13836
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12879
13837
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13838
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13839
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13840
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12880
13841
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12881
13842
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12882
13843
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12961,6 +13922,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12961
13922
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12962
13923
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12963
13924
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13925
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13926
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13927
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12964
13928
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12965
13929
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12966
13930
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13481,6 +14445,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13481
14445
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13482
14446
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13483
14447
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
14448
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
14449
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
14450
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13484
14451
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13485
14452
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13486
14453
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13575,6 +14542,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13575
14542
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13576
14543
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13577
14544
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
14545
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
14546
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
14547
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13578
14548
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13579
14549
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13580
14550
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13656,6 +14626,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13656
14626
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13657
14627
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13658
14628
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
14629
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
14630
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
14631
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13659
14632
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13660
14633
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13661
14634
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13743,6 +14716,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13743
14716
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13744
14717
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13745
14718
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
14719
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
14720
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
14721
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13746
14722
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13747
14723
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13748
14724
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13829,6 +14805,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13829
14805
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13830
14806
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13831
14807
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
14808
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
14809
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
14810
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13832
14811
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13833
14812
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13834
14813
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13907,6 +14886,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13907
14886
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13908
14887
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13909
14888
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
14889
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
14890
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
14891
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13910
14892
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13911
14893
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13912
14894
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13996,6 +14978,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13996
14978
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13997
14979
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13998
14980
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
14981
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
14982
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
14983
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13999
14984
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
14000
14985
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
14001
14986
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -14090,6 +15075,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14090
15075
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
14091
15076
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
14092
15077
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
15078
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
15079
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
15080
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14093
15081
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
14094
15082
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
14095
15083
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -14201,6 +15189,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14201
15189
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
14202
15190
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
14203
15191
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
15192
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
15193
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
15194
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14204
15195
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
14205
15196
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
14206
15197
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -14312,6 +15303,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14312
15303
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
14313
15304
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
14314
15305
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
15306
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
15307
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
15308
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14315
15309
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
14316
15310
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
14317
15311
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -14389,6 +15383,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14389
15383
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
14390
15384
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
14391
15385
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
15386
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
15387
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
15388
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14392
15389
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
14393
15390
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
14394
15391
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -14466,6 +15463,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14466
15463
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
14467
15464
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
14468
15465
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
15466
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
15467
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
15468
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14469
15469
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
14470
15470
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
14471
15471
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -14551,6 +15551,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14551
15551
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
14552
15552
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
14553
15553
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
15554
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
15555
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
15556
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14554
15557
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
14555
15558
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
14556
15559
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -14635,6 +15638,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14635
15638
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
14636
15639
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
14637
15640
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
15641
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
15642
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
15643
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14638
15644
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
14639
15645
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
14640
15646
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -14722,6 +15728,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14722
15728
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
14723
15729
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
14724
15730
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
15731
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
15732
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
15733
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14725
15734
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
14726
15735
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
14727
15736
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -14795,6 +15804,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14795
15804
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
14796
15805
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
14797
15806
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
15807
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
15808
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
15809
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14798
15810
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
14799
15811
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
14800
15812
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -14882,6 +15894,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14882
15894
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
14883
15895
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
14884
15896
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
15897
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
15898
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
15899
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14885
15900
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
14886
15901
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
14887
15902
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -14955,6 +15970,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14955
15970
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
14956
15971
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
14957
15972
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
15973
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
15974
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
15975
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14958
15976
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
14959
15977
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
14960
15978
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -15032,6 +16050,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15032
16050
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
15033
16051
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
15034
16052
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
16053
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16054
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16055
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
15035
16056
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
15036
16057
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
15037
16058
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -15133,6 +16154,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15133
16154
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
15134
16155
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
15135
16156
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
16157
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16158
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16159
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
15136
16160
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
15137
16161
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
15138
16162
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -15231,6 +16255,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15231
16255
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
15232
16256
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
15233
16257
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
16258
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16259
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16260
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
15234
16261
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
15235
16262
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
15236
16263
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -15307,6 +16334,249 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15307
16334
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
15308
16335
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
15309
16336
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
16337
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16338
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16339
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
16340
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16341
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16342
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
16343
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
16344
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
16345
|
+
export: t.LiteralC<"export">;
|
|
16346
|
+
import: t.LiteralC<"import">;
|
|
16347
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
16348
|
+
}>;
|
|
16349
|
+
}>, t.PartialC<{
|
|
16350
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
16351
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
16352
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
16353
|
+
}>]>, t.TypeC<{
|
|
16354
|
+
intentType: t.LiteralC<"transferAcknowledge">;
|
|
16355
|
+
contractId: t.StringC;
|
|
16356
|
+
senderPartyId: t.StringC;
|
|
16357
|
+
updateId: t.StringC;
|
|
16358
|
+
amount: import("io-ts-types").NumberFromStringC;
|
|
16359
|
+
expiry: t.NumberC;
|
|
16360
|
+
}>, t.PartialC<{
|
|
16361
|
+
memoId: t.StringC;
|
|
16362
|
+
token: t.StringC;
|
|
16363
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
16364
|
+
intentType: t.KeyofC<{
|
|
16365
|
+
payment: t.LiteralC<"payment">;
|
|
16366
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
16367
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
16368
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
16369
|
+
fanout: t.LiteralC<"fanout">;
|
|
16370
|
+
stake: t.LiteralC<"stake">;
|
|
16371
|
+
unstake: t.LiteralC<"unstake">;
|
|
16372
|
+
delegate: t.LiteralC<"delegate">;
|
|
16373
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
16374
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
16375
|
+
claim: t.LiteralC<"claim">;
|
|
16376
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
16377
|
+
pledge: t.LiteralC<"pledge">;
|
|
16378
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
16379
|
+
vote: t.LiteralC<"vote">;
|
|
16380
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
16381
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
16382
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
16383
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
16384
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
16385
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
16386
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
16387
|
+
authorize: t.LiteralC<"authorize">;
|
|
16388
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
16389
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
16390
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
16391
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
16392
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
16393
|
+
customTx: t.LiteralC<"customTx">;
|
|
16394
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
16395
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
16396
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
16397
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
16398
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
16399
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
16400
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
16401
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
16402
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
16403
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
16404
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
16405
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
16406
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
16407
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
16408
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
16409
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
16410
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
16411
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
16412
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
16413
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
16414
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
16415
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
16416
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
16417
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16418
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16419
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
16420
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16421
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16422
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
16423
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16424
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16425
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
16426
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
16427
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
16428
|
+
export: t.LiteralC<"export">;
|
|
16429
|
+
import: t.LiteralC<"import">;
|
|
16430
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
16431
|
+
}>;
|
|
16432
|
+
}>, t.PartialC<{
|
|
16433
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
16434
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
16435
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
16436
|
+
}>]>, t.TypeC<{
|
|
16437
|
+
intentType: t.LiteralC<"transferOfferWithdrawn">;
|
|
16438
|
+
transferOfferId: t.StringC;
|
|
16439
|
+
}>, t.PartialC<{
|
|
16440
|
+
token: t.StringC;
|
|
16441
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
16442
|
+
intentType: t.KeyofC<{
|
|
16443
|
+
payment: t.LiteralC<"payment">;
|
|
16444
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
16445
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
16446
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
16447
|
+
fanout: t.LiteralC<"fanout">;
|
|
16448
|
+
stake: t.LiteralC<"stake">;
|
|
16449
|
+
unstake: t.LiteralC<"unstake">;
|
|
16450
|
+
delegate: t.LiteralC<"delegate">;
|
|
16451
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
16452
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
16453
|
+
claim: t.LiteralC<"claim">;
|
|
16454
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
16455
|
+
pledge: t.LiteralC<"pledge">;
|
|
16456
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
16457
|
+
vote: t.LiteralC<"vote">;
|
|
16458
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
16459
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
16460
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
16461
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
16462
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
16463
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
16464
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
16465
|
+
authorize: t.LiteralC<"authorize">;
|
|
16466
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
16467
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
16468
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
16469
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
16470
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
16471
|
+
customTx: t.LiteralC<"customTx">;
|
|
16472
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
16473
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
16474
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
16475
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
16476
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
16477
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
16478
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
16479
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
16480
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
16481
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
16482
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
16483
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
16484
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
16485
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
16486
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
16487
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
16488
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
16489
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
16490
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
16491
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
16492
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
16493
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
16494
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
16495
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16496
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16497
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
16498
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16499
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16500
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
16501
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16502
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16503
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
16504
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
16505
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
16506
|
+
export: t.LiteralC<"export">;
|
|
16507
|
+
import: t.LiteralC<"import">;
|
|
16508
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
16509
|
+
}>;
|
|
16510
|
+
}>, t.PartialC<{
|
|
16511
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
16512
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
16513
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
16514
|
+
}>]>, t.TypeC<{
|
|
16515
|
+
intentType: t.LiteralC<"transferReject">;
|
|
16516
|
+
txRequestId: t.StringC;
|
|
16517
|
+
}>, t.PartialC<{
|
|
16518
|
+
token: t.StringC;
|
|
16519
|
+
expiry: t.NumberC;
|
|
16520
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
16521
|
+
intentType: t.KeyofC<{
|
|
16522
|
+
payment: t.LiteralC<"payment">;
|
|
16523
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
16524
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
16525
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
16526
|
+
fanout: t.LiteralC<"fanout">;
|
|
16527
|
+
stake: t.LiteralC<"stake">;
|
|
16528
|
+
unstake: t.LiteralC<"unstake">;
|
|
16529
|
+
delegate: t.LiteralC<"delegate">;
|
|
16530
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
16531
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
16532
|
+
claim: t.LiteralC<"claim">;
|
|
16533
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
16534
|
+
pledge: t.LiteralC<"pledge">;
|
|
16535
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
16536
|
+
vote: t.LiteralC<"vote">;
|
|
16537
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
16538
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
16539
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
16540
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
16541
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
16542
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
16543
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
16544
|
+
authorize: t.LiteralC<"authorize">;
|
|
16545
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
16546
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
16547
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
16548
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
16549
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
16550
|
+
customTx: t.LiteralC<"customTx">;
|
|
16551
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
16552
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
16553
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
16554
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
16555
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
16556
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
16557
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
16558
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
16559
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
16560
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
16561
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
16562
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
16563
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
16564
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
16565
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
16566
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
16567
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
16568
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
16569
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
16570
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
16571
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
16572
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
16573
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
16574
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16575
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16576
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
16577
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16578
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16579
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
15310
16580
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
15311
16581
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
15312
16582
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -15321,15 +16591,10 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15321
16591
|
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
15322
16592
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
15323
16593
|
}>]>, t.TypeC<{
|
|
15324
|
-
intentType: t.LiteralC<"
|
|
15325
|
-
|
|
15326
|
-
senderPartyId: t.StringC;
|
|
15327
|
-
updateId: t.StringC;
|
|
15328
|
-
amount: import("io-ts-types").NumberFromStringC;
|
|
15329
|
-
expiry: t.NumberC;
|
|
16594
|
+
intentType: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16595
|
+
endInvestorPartyId: t.StringC;
|
|
15330
16596
|
}>, t.PartialC<{
|
|
15331
|
-
|
|
15332
|
-
token: t.StringC;
|
|
16597
|
+
comment: t.StringC;
|
|
15333
16598
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
15334
16599
|
intentType: t.KeyofC<{
|
|
15335
16600
|
payment: t.LiteralC<"payment">;
|
|
@@ -15387,6 +16652,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15387
16652
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
15388
16653
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
15389
16654
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
16655
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16656
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16657
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
15390
16658
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
15391
16659
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
15392
16660
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -15401,10 +16669,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15401
16669
|
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
15402
16670
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
15403
16671
|
}>]>, t.TypeC<{
|
|
15404
|
-
intentType: t.LiteralC<"
|
|
15405
|
-
|
|
15406
|
-
}>, t.PartialC<{
|
|
15407
|
-
token: t.StringC;
|
|
16672
|
+
intentType: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16673
|
+
txRequestId: t.StringC;
|
|
15408
16674
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
15409
16675
|
intentType: t.KeyofC<{
|
|
15410
16676
|
payment: t.LiteralC<"payment">;
|
|
@@ -15462,6 +16728,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15462
16728
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
15463
16729
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
15464
16730
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
16731
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16732
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16733
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
15465
16734
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
15466
16735
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
15467
16736
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -15476,11 +16745,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15476
16745
|
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
15477
16746
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
15478
16747
|
}>]>, t.TypeC<{
|
|
15479
|
-
intentType: t.LiteralC<"
|
|
16748
|
+
intentType: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
15480
16749
|
txRequestId: t.StringC;
|
|
15481
|
-
|
|
15482
|
-
token: t.StringC;
|
|
15483
|
-
expiry: t.NumberC;
|
|
16750
|
+
reason: t.StringC;
|
|
15484
16751
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
15485
16752
|
intentType: t.KeyofC<{
|
|
15486
16753
|
payment: t.LiteralC<"payment">;
|
|
@@ -15538,6 +16805,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15538
16805
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
15539
16806
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
15540
16807
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
16808
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16809
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16810
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
15541
16811
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
15542
16812
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
15543
16813
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -15614,6 +16884,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15614
16884
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
15615
16885
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
15616
16886
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
16887
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16888
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16889
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
15617
16890
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
15618
16891
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
15619
16892
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -15690,6 +16963,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15690
16963
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
15691
16964
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
15692
16965
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
16966
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16967
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16968
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
15693
16969
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
15694
16970
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
15695
16971
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -15784,6 +17060,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15784
17060
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
15785
17061
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
15786
17062
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
17063
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
17064
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
17065
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
15787
17066
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
15788
17067
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
15789
17068
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -15861,6 +17140,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15861
17140
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
15862
17141
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
15863
17142
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
17143
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
17144
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
17145
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
15864
17146
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
15865
17147
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
15866
17148
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -15971,6 +17253,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15971
17253
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
15972
17254
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
15973
17255
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
17256
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
17257
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
17258
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
15974
17259
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
15975
17260
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
15976
17261
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -16054,6 +17339,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16054
17339
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16055
17340
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16056
17341
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
17342
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
17343
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
17344
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
16057
17345
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16058
17346
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16059
17347
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -16164,6 +17452,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16164
17452
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16165
17453
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16166
17454
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
17455
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
17456
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
17457
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
16167
17458
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16168
17459
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16169
17460
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -16241,6 +17532,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16241
17532
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16242
17533
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16243
17534
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
17535
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
17536
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
17537
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
16244
17538
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16245
17539
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16246
17540
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -16375,6 +17669,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16375
17669
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16376
17670
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16377
17671
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
17672
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
17673
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
17674
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
16378
17675
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16379
17676
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16380
17677
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -16499,6 +17796,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16499
17796
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16500
17797
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16501
17798
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
17799
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
17800
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
17801
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
16502
17802
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16503
17803
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16504
17804
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -16615,6 +17915,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16615
17915
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16616
17916
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16617
17917
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
17918
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
17919
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
17920
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
16618
17921
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16619
17922
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16620
17923
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -16717,6 +18020,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16717
18020
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16718
18021
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16719
18022
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
18023
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
18024
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
18025
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
16720
18026
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16721
18027
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16722
18028
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -16818,6 +18124,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16818
18124
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16819
18125
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16820
18126
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
18127
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
18128
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
18129
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
16821
18130
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16822
18131
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16823
18132
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -16918,6 +18227,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16918
18227
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16919
18228
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16920
18229
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
18230
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
18231
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
18232
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
16921
18233
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16922
18234
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16923
18235
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -16994,6 +18306,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16994
18306
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16995
18307
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16996
18308
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
18309
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
18310
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
18311
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
16997
18312
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16998
18313
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16999
18314
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -17190,6 +18505,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17190
18505
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
17191
18506
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
17192
18507
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
18508
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
18509
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
18510
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
17193
18511
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
17194
18512
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
17195
18513
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -17327,6 +18645,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17327
18645
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
17328
18646
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
17329
18647
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
18648
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
18649
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
18650
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
17330
18651
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
17331
18652
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
17332
18653
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -17425,6 +18746,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17425
18746
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
17426
18747
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
17427
18748
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
18749
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
18750
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
18751
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
17428
18752
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
17429
18753
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
17430
18754
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -17499,6 +18823,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17499
18823
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
17500
18824
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
17501
18825
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
18826
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
18827
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
18828
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
17502
18829
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
17503
18830
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
17504
18831
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -17628,6 +18955,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17628
18955
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
17629
18956
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
17630
18957
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
18958
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
18959
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
18960
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
17631
18961
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
17632
18962
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
17633
18963
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -17744,6 +19074,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17744
19074
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
17745
19075
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
17746
19076
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
19077
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
19078
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
19079
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
17747
19080
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
17748
19081
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
17749
19082
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -17880,6 +19213,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17880
19213
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
17881
19214
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
17882
19215
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
19216
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
19217
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
19218
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
17883
19219
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
17884
19220
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
17885
19221
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -17903,7 +19239,264 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17903
19239
|
symbol: t.StringC;
|
|
17904
19240
|
}>;
|
|
17905
19241
|
}>, t.TypeC<{
|
|
17906
|
-
intentType: t.LiteralC<"stakeClaimRewards">;
|
|
19242
|
+
intentType: t.LiteralC<"stakeClaimRewards">;
|
|
19243
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
19244
|
+
intentType: t.KeyofC<{
|
|
19245
|
+
payment: t.LiteralC<"payment">;
|
|
19246
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
19247
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
19248
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
19249
|
+
fanout: t.LiteralC<"fanout">;
|
|
19250
|
+
stake: t.LiteralC<"stake">;
|
|
19251
|
+
unstake: t.LiteralC<"unstake">;
|
|
19252
|
+
delegate: t.LiteralC<"delegate">;
|
|
19253
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
19254
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
19255
|
+
claim: t.LiteralC<"claim">;
|
|
19256
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
19257
|
+
pledge: t.LiteralC<"pledge">;
|
|
19258
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
19259
|
+
vote: t.LiteralC<"vote">;
|
|
19260
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
19261
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
19262
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
19263
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
19264
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
19265
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
19266
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
19267
|
+
authorize: t.LiteralC<"authorize">;
|
|
19268
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
19269
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
19270
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
19271
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
19272
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
19273
|
+
customTx: t.LiteralC<"customTx">;
|
|
19274
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
19275
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
19276
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
19277
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
19278
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
19279
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
19280
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
19281
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
19282
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
19283
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
19284
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
19285
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
19286
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
19287
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
19288
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
19289
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
19290
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
19291
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
19292
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
19293
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
19294
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
19295
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
19296
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
19297
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
19298
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
19299
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
19300
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
19301
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
19302
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
19303
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
19304
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
19305
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
19306
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
19307
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
19308
|
+
export: t.LiteralC<"export">;
|
|
19309
|
+
import: t.LiteralC<"import">;
|
|
19310
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
19311
|
+
}>;
|
|
19312
|
+
}>, t.PartialC<{
|
|
19313
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
19314
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
19315
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
19316
|
+
}>]>, t.TypeC<{
|
|
19317
|
+
stakingRequestId: t.StringC;
|
|
19318
|
+
}>, t.PartialC<{
|
|
19319
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
19320
|
+
}>]>, t.TypeC<{
|
|
19321
|
+
intentType: t.LiteralC<"undelegate">;
|
|
19322
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
19323
|
+
intentType: t.KeyofC<{
|
|
19324
|
+
payment: t.LiteralC<"payment">;
|
|
19325
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
19326
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
19327
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
19328
|
+
fanout: t.LiteralC<"fanout">;
|
|
19329
|
+
stake: t.LiteralC<"stake">;
|
|
19330
|
+
unstake: t.LiteralC<"unstake">;
|
|
19331
|
+
delegate: t.LiteralC<"delegate">;
|
|
19332
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
19333
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
19334
|
+
claim: t.LiteralC<"claim">;
|
|
19335
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
19336
|
+
pledge: t.LiteralC<"pledge">;
|
|
19337
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
19338
|
+
vote: t.LiteralC<"vote">;
|
|
19339
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
19340
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
19341
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
19342
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
19343
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
19344
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
19345
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
19346
|
+
authorize: t.LiteralC<"authorize">;
|
|
19347
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
19348
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
19349
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
19350
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
19351
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
19352
|
+
customTx: t.LiteralC<"customTx">;
|
|
19353
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
19354
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
19355
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
19356
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
19357
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
19358
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
19359
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
19360
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
19361
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
19362
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
19363
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
19364
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
19365
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
19366
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
19367
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
19368
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
19369
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
19370
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
19371
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
19372
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
19373
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
19374
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
19375
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
19376
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
19377
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
19378
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
19379
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
19380
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
19381
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
19382
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
19383
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
19384
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
19385
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
19386
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
19387
|
+
export: t.LiteralC<"export">;
|
|
19388
|
+
import: t.LiteralC<"import">;
|
|
19389
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
19390
|
+
}>;
|
|
19391
|
+
}>, t.PartialC<{
|
|
19392
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
19393
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
19394
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
19395
|
+
}>]>, t.TypeC<{
|
|
19396
|
+
intentType: t.LiteralC<"feeAddressTransfer">;
|
|
19397
|
+
recipients: t.ArrayC<t.IntersectionC<[t.TypeC<{
|
|
19398
|
+
address: t.PartialC<{
|
|
19399
|
+
address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
19400
|
+
option: t.UnionC<[t.Type<{
|
|
19401
|
+
[x: string]: unknown;
|
|
19402
|
+
}, {
|
|
19403
|
+
[x: string]: unknown;
|
|
19404
|
+
}, unknown>, t.UndefinedC]>;
|
|
19405
|
+
}>;
|
|
19406
|
+
amount: t.TypeC<{
|
|
19407
|
+
value: t.StringC;
|
|
19408
|
+
symbol: t.StringC;
|
|
19409
|
+
}>;
|
|
19410
|
+
}>, t.PartialC<{
|
|
19411
|
+
data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
19412
|
+
}>]>>;
|
|
19413
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
19414
|
+
intentType: t.KeyofC<{
|
|
19415
|
+
payment: t.LiteralC<"payment">;
|
|
19416
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
19417
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
19418
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
19419
|
+
fanout: t.LiteralC<"fanout">;
|
|
19420
|
+
stake: t.LiteralC<"stake">;
|
|
19421
|
+
unstake: t.LiteralC<"unstake">;
|
|
19422
|
+
delegate: t.LiteralC<"delegate">;
|
|
19423
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
19424
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
19425
|
+
claim: t.LiteralC<"claim">;
|
|
19426
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
19427
|
+
pledge: t.LiteralC<"pledge">;
|
|
19428
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
19429
|
+
vote: t.LiteralC<"vote">;
|
|
19430
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
19431
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
19432
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
19433
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
19434
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
19435
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
19436
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
19437
|
+
authorize: t.LiteralC<"authorize">;
|
|
19438
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
19439
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
19440
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
19441
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
19442
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
19443
|
+
customTx: t.LiteralC<"customTx">;
|
|
19444
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
19445
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
19446
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
19447
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
19448
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
19449
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
19450
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
19451
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
19452
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
19453
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
19454
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
19455
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
19456
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
19457
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
19458
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
19459
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
19460
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
19461
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
19462
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
19463
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
19464
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
19465
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
19466
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
19467
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
19468
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
19469
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
19470
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
19471
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
19472
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
19473
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
19474
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
19475
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
19476
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
19477
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
19478
|
+
export: t.LiteralC<"export">;
|
|
19479
|
+
import: t.LiteralC<"import">;
|
|
19480
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
19481
|
+
}>;
|
|
19482
|
+
}>, t.PartialC<{
|
|
19483
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
19484
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
19485
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
19486
|
+
}>]>, t.PartialC<{
|
|
19487
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
19488
|
+
}>, t.TypeC<{
|
|
19489
|
+
intentType: t.LiteralC<"updateAccount">;
|
|
19490
|
+
}>, t.PartialC<{
|
|
19491
|
+
options: t.UnionC<[t.Type<{
|
|
19492
|
+
[x: string]: unknown;
|
|
19493
|
+
}, {
|
|
19494
|
+
[x: string]: unknown;
|
|
19495
|
+
}, unknown>, t.UndefinedC]>;
|
|
19496
|
+
}>]>, t.PartialC<{
|
|
19497
|
+
stakedNodeId: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
|
|
19498
|
+
stakedAccountId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
19499
|
+
declineStakingReward: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
|
|
17907
19500
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
17908
19501
|
intentType: t.KeyofC<{
|
|
17909
19502
|
payment: t.LiteralC<"payment">;
|
|
@@ -17961,6 +19554,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17961
19554
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
17962
19555
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
17963
19556
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
19557
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
19558
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
19559
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
17964
19560
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
17965
19561
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
17966
19562
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -17975,11 +19571,34 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17975
19571
|
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
17976
19572
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
17977
19573
|
}>]>, t.TypeC<{
|
|
17978
|
-
|
|
17979
|
-
|
|
17980
|
-
|
|
17981
|
-
|
|
17982
|
-
|
|
19574
|
+
amount: t.TypeC<{
|
|
19575
|
+
value: t.StringC;
|
|
19576
|
+
symbol: t.StringC;
|
|
19577
|
+
}>;
|
|
19578
|
+
}>, t.TypeC<{
|
|
19579
|
+
intentType: t.LiteralC<"bridgeFunds">;
|
|
19580
|
+
}>]>, t.PartialC<{
|
|
19581
|
+
feeOptions: t.UnionC<[t.Type<{
|
|
19582
|
+
unit?: "baseUnit" | "cpu" | "ram" | undefined;
|
|
19583
|
+
formula?: "fixed" | "feeRate" | "perKB" | "custom" | "perVKB" | undefined;
|
|
19584
|
+
feeType?: "max" | "base" | "tip" | undefined;
|
|
19585
|
+
gasLimit?: number | undefined;
|
|
19586
|
+
gasPrice?: number | undefined;
|
|
19587
|
+
} | {
|
|
19588
|
+
gasLimit?: number | undefined;
|
|
19589
|
+
maxFeePerGas?: number | undefined;
|
|
19590
|
+
maxPriorityFeePerGas?: number | undefined;
|
|
19591
|
+
}, {
|
|
19592
|
+
unit?: "baseUnit" | "cpu" | "ram" | undefined;
|
|
19593
|
+
formula?: "fixed" | "feeRate" | "perKB" | "custom" | "perVKB" | undefined;
|
|
19594
|
+
feeType?: "max" | "base" | "tip" | undefined;
|
|
19595
|
+
gasLimit?: number | undefined;
|
|
19596
|
+
gasPrice?: number | undefined;
|
|
19597
|
+
} | {
|
|
19598
|
+
gasLimit?: number | undefined;
|
|
19599
|
+
maxFeePerGas?: number | undefined;
|
|
19600
|
+
maxPriorityFeePerGas?: number | undefined;
|
|
19601
|
+
}, unknown>, t.UndefinedC]>;
|
|
17983
19602
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
17984
19603
|
intentType: t.KeyofC<{
|
|
17985
19604
|
payment: t.LiteralC<"payment">;
|
|
@@ -18037,6 +19656,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18037
19656
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
18038
19657
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
18039
19658
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
19659
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
19660
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
19661
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
18040
19662
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
18041
19663
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
18042
19664
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -18051,7 +19673,6 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18051
19673
|
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
18052
19674
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
18053
19675
|
}>]>, t.TypeC<{
|
|
18054
|
-
intentType: t.LiteralC<"feeAddressTransfer">;
|
|
18055
19676
|
recipients: t.ArrayC<t.IntersectionC<[t.TypeC<{
|
|
18056
19677
|
address: t.PartialC<{
|
|
18057
19678
|
address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
@@ -18068,7 +19689,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18068
19689
|
}>, t.PartialC<{
|
|
18069
19690
|
data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
18070
19691
|
}>]>>;
|
|
18071
|
-
}
|
|
19692
|
+
}>, t.TypeC<{
|
|
19693
|
+
intentType: t.LiteralC<"spotTransfer">;
|
|
19694
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
18072
19695
|
intentType: t.KeyofC<{
|
|
18073
19696
|
payment: t.LiteralC<"payment">;
|
|
18074
19697
|
transferToken: t.LiteralC<"transferToken">;
|
|
@@ -18125,6 +19748,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18125
19748
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
18126
19749
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
18127
19750
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
19751
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
19752
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
19753
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
18128
19754
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
18129
19755
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
18130
19756
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -18138,20 +19764,11 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18138
19764
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
18139
19765
|
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
18140
19766
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
18141
|
-
}>]>, t.
|
|
18142
|
-
|
|
18143
|
-
|
|
18144
|
-
intentType: t.LiteralC<"updateAccount">;
|
|
19767
|
+
}>]>, t.TypeC<{
|
|
19768
|
+
intentType: t.LiteralC<"enableBridging">;
|
|
19769
|
+
asset: t.StringC;
|
|
18145
19770
|
}>, t.PartialC<{
|
|
18146
|
-
|
|
18147
|
-
[x: string]: unknown;
|
|
18148
|
-
}, {
|
|
18149
|
-
[x: string]: unknown;
|
|
18150
|
-
}, unknown>, t.UndefinedC]>;
|
|
18151
|
-
}>]>, t.PartialC<{
|
|
18152
|
-
stakedNodeId: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
|
|
18153
|
-
stakedAccountId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
18154
|
-
declineStakingReward: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
|
|
19771
|
+
network: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
18155
19772
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
18156
19773
|
intentType: t.KeyofC<{
|
|
18157
19774
|
payment: t.LiteralC<"payment">;
|
|
@@ -18209,6 +19826,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18209
19826
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
18210
19827
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
18211
19828
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
19829
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
19830
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
19831
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
18212
19832
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
18213
19833
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
18214
19834
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -18223,34 +19843,89 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18223
19843
|
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
18224
19844
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
18225
19845
|
}>]>, t.TypeC<{
|
|
18226
|
-
|
|
18227
|
-
|
|
18228
|
-
|
|
18229
|
-
|
|
19846
|
+
recipients: t.ArrayC<t.IntersectionC<[t.TypeC<{
|
|
19847
|
+
address: t.PartialC<{
|
|
19848
|
+
address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
19849
|
+
option: t.UnionC<[t.Type<{
|
|
19850
|
+
[x: string]: unknown;
|
|
19851
|
+
}, {
|
|
19852
|
+
[x: string]: unknown;
|
|
19853
|
+
}, unknown>, t.UndefinedC]>;
|
|
19854
|
+
}>;
|
|
19855
|
+
amount: t.TypeC<{
|
|
19856
|
+
value: t.StringC;
|
|
19857
|
+
symbol: t.StringC;
|
|
19858
|
+
}>;
|
|
19859
|
+
}>, t.PartialC<{
|
|
19860
|
+
data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
19861
|
+
}>]>>;
|
|
19862
|
+
}>, t.UnionC<[t.TypeC<{
|
|
19863
|
+
intentType: t.LiteralC<"payment">;
|
|
18230
19864
|
}>, t.TypeC<{
|
|
18231
|
-
intentType: t.LiteralC<"
|
|
18232
|
-
|
|
18233
|
-
|
|
18234
|
-
|
|
18235
|
-
|
|
18236
|
-
|
|
18237
|
-
|
|
18238
|
-
|
|
18239
|
-
|
|
18240
|
-
|
|
18241
|
-
|
|
18242
|
-
|
|
18243
|
-
|
|
18244
|
-
|
|
18245
|
-
|
|
18246
|
-
|
|
18247
|
-
|
|
18248
|
-
|
|
18249
|
-
|
|
18250
|
-
|
|
18251
|
-
|
|
18252
|
-
|
|
18253
|
-
|
|
19865
|
+
intentType: t.LiteralC<"payment">;
|
|
19866
|
+
isTestTransaction: t.BooleanC;
|
|
19867
|
+
}>]>]>, t.PartialC<{
|
|
19868
|
+
memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
19869
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.PartialC<{
|
|
19870
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
19871
|
+
}>, t.TypeC<{
|
|
19872
|
+
intentType: t.LiteralC<"consolidate">;
|
|
19873
|
+
receiveAddress: t.StringC;
|
|
19874
|
+
}>, t.PartialC<{
|
|
19875
|
+
senderAddressIndex: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
|
|
19876
|
+
consolidateId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
19877
|
+
recipients: t.UnionC<[t.Type<({
|
|
19878
|
+
address: {
|
|
19879
|
+
address?: string | undefined;
|
|
19880
|
+
option?: {
|
|
19881
|
+
[x: string]: unknown;
|
|
19882
|
+
} | undefined;
|
|
19883
|
+
};
|
|
19884
|
+
amount: {
|
|
19885
|
+
value: string;
|
|
19886
|
+
symbol: string;
|
|
19887
|
+
};
|
|
19888
|
+
} & {
|
|
19889
|
+
data?: string | undefined;
|
|
19890
|
+
} & {
|
|
19891
|
+
tokenData?: ({
|
|
19892
|
+
tokenQuantity: string;
|
|
19893
|
+
tokenType: string;
|
|
19894
|
+
} & {
|
|
19895
|
+
tokenId?: string | undefined;
|
|
19896
|
+
} & {
|
|
19897
|
+
tokenName: string;
|
|
19898
|
+
} & {
|
|
19899
|
+
tokenContractAddress?: string | undefined;
|
|
19900
|
+
decimals?: number | undefined;
|
|
19901
|
+
}) | undefined;
|
|
19902
|
+
})[], ({
|
|
19903
|
+
address: {
|
|
19904
|
+
address?: string | undefined;
|
|
19905
|
+
option?: {
|
|
19906
|
+
[x: string]: unknown;
|
|
19907
|
+
} | undefined;
|
|
19908
|
+
};
|
|
19909
|
+
amount: {
|
|
19910
|
+
value: string;
|
|
19911
|
+
symbol: string;
|
|
19912
|
+
};
|
|
19913
|
+
} & {
|
|
19914
|
+
data?: string | undefined;
|
|
19915
|
+
} & {
|
|
19916
|
+
tokenData?: ({
|
|
19917
|
+
tokenQuantity: string;
|
|
19918
|
+
tokenType: string;
|
|
19919
|
+
} & {
|
|
19920
|
+
tokenId?: string | undefined;
|
|
19921
|
+
} & {
|
|
19922
|
+
tokenName: string;
|
|
19923
|
+
} & {
|
|
19924
|
+
tokenContractAddress?: string | undefined;
|
|
19925
|
+
decimals?: number | undefined;
|
|
19926
|
+
}) | undefined;
|
|
19927
|
+
})[], unknown>, t.UndefinedC]>;
|
|
19928
|
+
keepAlive: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
|
|
18254
19929
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
18255
19930
|
intentType: t.KeyofC<{
|
|
18256
19931
|
payment: t.LiteralC<"payment">;
|
|
@@ -18308,6 +19983,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18308
19983
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
18309
19984
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
18310
19985
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
19986
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
19987
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
19988
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
18311
19989
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
18312
19990
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
18313
19991
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -18322,25 +20000,11 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18322
20000
|
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
18323
20001
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
18324
20002
|
}>]>, t.TypeC<{
|
|
18325
|
-
|
|
18326
|
-
|
|
18327
|
-
|
|
18328
|
-
|
|
18329
|
-
|
|
18330
|
-
}, {
|
|
18331
|
-
[x: string]: unknown;
|
|
18332
|
-
}, unknown>, t.UndefinedC]>;
|
|
18333
|
-
}>;
|
|
18334
|
-
amount: t.TypeC<{
|
|
18335
|
-
value: t.StringC;
|
|
18336
|
-
symbol: t.StringC;
|
|
18337
|
-
}>;
|
|
18338
|
-
}>, t.PartialC<{
|
|
18339
|
-
data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
18340
|
-
}>]>>;
|
|
18341
|
-
}>, t.TypeC<{
|
|
18342
|
-
intentType: t.LiteralC<"spotTransfer">;
|
|
18343
|
-
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
20003
|
+
feeOptions: t.TypeC<{
|
|
20004
|
+
gasLimit: t.NumberC;
|
|
20005
|
+
}>;
|
|
20006
|
+
lockedAmount: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
20007
|
+
}>]>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
18344
20008
|
intentType: t.KeyofC<{
|
|
18345
20009
|
payment: t.LiteralC<"payment">;
|
|
18346
20010
|
transferToken: t.LiteralC<"transferToken">;
|
|
@@ -18397,6 +20061,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18397
20061
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
18398
20062
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
18399
20063
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
20064
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
20065
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
20066
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
18400
20067
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
18401
20068
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
18402
20069
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -18411,11 +20078,28 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18411
20078
|
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
18412
20079
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
18413
20080
|
}>]>, t.TypeC<{
|
|
18414
|
-
|
|
18415
|
-
|
|
18416
|
-
|
|
18417
|
-
|
|
18418
|
-
|
|
20081
|
+
recipients: t.ArrayC<t.IntersectionC<[t.TypeC<{
|
|
20082
|
+
address: t.PartialC<{
|
|
20083
|
+
address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
20084
|
+
option: t.UnionC<[t.Type<{
|
|
20085
|
+
[x: string]: unknown;
|
|
20086
|
+
}, {
|
|
20087
|
+
[x: string]: unknown;
|
|
20088
|
+
}, unknown>, t.UndefinedC]>;
|
|
20089
|
+
}>;
|
|
20090
|
+
amount: t.TypeC<{
|
|
20091
|
+
value: t.StringC;
|
|
20092
|
+
symbol: t.StringC;
|
|
20093
|
+
}>;
|
|
20094
|
+
}>, t.PartialC<{
|
|
20095
|
+
data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
20096
|
+
}>]>>;
|
|
20097
|
+
}>, t.UnionC<[t.TypeC<{
|
|
20098
|
+
intentType: t.LiteralC<"payment">;
|
|
20099
|
+
}>, t.TypeC<{
|
|
20100
|
+
intentType: t.LiteralC<"payment">;
|
|
20101
|
+
isTestTransaction: t.BooleanC;
|
|
20102
|
+
}>]>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
18419
20103
|
intentType: t.KeyofC<{
|
|
18420
20104
|
payment: t.LiteralC<"payment">;
|
|
18421
20105
|
transferToken: t.LiteralC<"transferToken">;
|
|
@@ -18472,6 +20156,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18472
20156
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
18473
20157
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
18474
20158
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
20159
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
20160
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
20161
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
18475
20162
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
18476
20163
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
18477
20164
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -18486,29 +20173,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18486
20173
|
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
18487
20174
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
18488
20175
|
}>]>, t.TypeC<{
|
|
18489
|
-
|
|
18490
|
-
|
|
18491
|
-
|
|
18492
|
-
|
|
18493
|
-
|
|
18494
|
-
|
|
18495
|
-
[x: string]: unknown;
|
|
18496
|
-
}, unknown>, t.UndefinedC]>;
|
|
18497
|
-
}>;
|
|
18498
|
-
amount: t.TypeC<{
|
|
18499
|
-
value: t.StringC;
|
|
18500
|
-
symbol: t.StringC;
|
|
18501
|
-
}>;
|
|
18502
|
-
}>, t.PartialC<{
|
|
18503
|
-
data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
18504
|
-
}>]>>;
|
|
18505
|
-
}>, t.UnionC<[t.TypeC<{
|
|
18506
|
-
intentType: t.LiteralC<"payment">;
|
|
18507
|
-
}>, t.TypeC<{
|
|
18508
|
-
intentType: t.LiteralC<"payment">;
|
|
18509
|
-
isTestTransaction: t.BooleanC;
|
|
18510
|
-
}>]>]>, t.PartialC<{
|
|
18511
|
-
memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
20176
|
+
feeOptions: t.TypeC<{
|
|
20177
|
+
gasLimit: t.NumberC;
|
|
20178
|
+
}>;
|
|
20179
|
+
lockedAmount: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
20180
|
+
}>]>, t.TypeC<{
|
|
20181
|
+
unspents: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>;
|
|
18512
20182
|
}>]>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
18513
20183
|
intentType: t.KeyofC<{
|
|
18514
20184
|
payment: t.LiteralC<"payment">;
|
|
@@ -18566,6 +20236,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18566
20236
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
18567
20237
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
18568
20238
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
20239
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
20240
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
20241
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
18569
20242
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
18570
20243
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
18571
20244
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -18647,6 +20320,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18647
20320
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
18648
20321
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
18649
20322
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
20323
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
20324
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
20325
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
18650
20326
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
18651
20327
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
18652
20328
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -18728,6 +20404,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18728
20404
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
18729
20405
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
18730
20406
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
20407
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
20408
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
20409
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
18731
20410
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
18732
20411
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
18733
20412
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -18806,6 +20485,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18806
20485
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
18807
20486
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
18808
20487
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
20488
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
20489
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
20490
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
18809
20491
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
18810
20492
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
18811
20493
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -18900,6 +20582,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18900
20582
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
18901
20583
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
18902
20584
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
20585
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
20586
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
20587
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
18903
20588
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
18904
20589
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
18905
20590
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -18993,6 +20678,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18993
20678
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
18994
20679
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
18995
20680
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
20681
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
20682
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
20683
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
18996
20684
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
18997
20685
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
18998
20686
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -19086,6 +20774,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19086
20774
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
19087
20775
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
19088
20776
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
20777
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
20778
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
20779
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
19089
20780
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
19090
20781
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
19091
20782
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -19187,6 +20878,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19187
20878
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
19188
20879
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
19189
20880
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
20881
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
20882
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
20883
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
19190
20884
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
19191
20885
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
19192
20886
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -19310,6 +21004,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19310
21004
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
19311
21005
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
19312
21006
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
21007
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
21008
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
21009
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
19313
21010
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
19314
21011
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
19315
21012
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -19405,6 +21102,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19405
21102
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
19406
21103
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
19407
21104
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
21105
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
21106
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
21107
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
19408
21108
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
19409
21109
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
19410
21110
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -19517,6 +21217,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19517
21217
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
19518
21218
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
19519
21219
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
21220
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
21221
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
21222
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
19520
21223
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
19521
21224
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
19522
21225
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -19610,6 +21313,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19610
21313
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
19611
21314
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
19612
21315
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
21316
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
21317
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
21318
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
19613
21319
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
19614
21320
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
19615
21321
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -19721,6 +21427,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19721
21427
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
19722
21428
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
19723
21429
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
21430
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
21431
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
21432
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
19724
21433
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
19725
21434
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
19726
21435
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -19830,6 +21539,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19830
21539
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
19831
21540
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
19832
21541
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
21542
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
21543
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
21544
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
19833
21545
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
19834
21546
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
19835
21547
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -19914,6 +21626,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19914
21626
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
19915
21627
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
19916
21628
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
21629
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
21630
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
21631
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
19917
21632
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
19918
21633
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
19919
21634
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -20009,6 +21724,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20009
21724
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
20010
21725
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
20011
21726
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
21727
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
21728
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
21729
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
20012
21730
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
20013
21731
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
20014
21732
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -20161,6 +21879,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20161
21879
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
20162
21880
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
20163
21881
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
21882
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
21883
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
21884
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
20164
21885
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
20165
21886
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
20166
21887
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -20242,6 +21963,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20242
21963
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
20243
21964
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
20244
21965
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
21966
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
21967
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
21968
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
20245
21969
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
20246
21970
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
20247
21971
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -20327,6 +22051,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20327
22051
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
20328
22052
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
20329
22053
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
22054
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
22055
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
22056
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
20330
22057
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
20331
22058
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
20332
22059
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -20405,6 +22132,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20405
22132
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
20406
22133
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
20407
22134
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
22135
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
22136
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
22137
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
20408
22138
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
20409
22139
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
20410
22140
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -20484,6 +22214,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20484
22214
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
20485
22215
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
20486
22216
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
22217
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
22218
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
22219
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
20487
22220
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
20488
22221
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
20489
22222
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -20578,6 +22311,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20578
22311
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
20579
22312
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
20580
22313
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
22314
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
22315
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
22316
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
20581
22317
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
20582
22318
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
20583
22319
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -20674,6 +22410,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20674
22410
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
20675
22411
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
20676
22412
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
22413
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
22414
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
22415
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
20677
22416
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
20678
22417
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
20679
22418
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -20763,6 +22502,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20763
22502
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
20764
22503
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
20765
22504
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
22505
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
22506
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
22507
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
20766
22508
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
20767
22509
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
20768
22510
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -20889,6 +22631,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20889
22631
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
20890
22632
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
20891
22633
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
22634
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
22635
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
22636
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
20892
22637
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
20893
22638
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
20894
22639
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -21045,6 +22790,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21045
22790
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
21046
22791
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
21047
22792
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
22793
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
22794
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
22795
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
21048
22796
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
21049
22797
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
21050
22798
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -21215,6 +22963,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21215
22963
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
21216
22964
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
21217
22965
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
22966
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
22967
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
22968
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
21218
22969
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
21219
22970
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
21220
22971
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -21290,6 +23041,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21290
23041
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
21291
23042
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
21292
23043
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
23044
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
23045
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
23046
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
21293
23047
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
21294
23048
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
21295
23049
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -21360,6 +23114,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21360
23114
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
21361
23115
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
21362
23116
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
23117
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
23118
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
23119
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
21363
23120
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
21364
23121
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
21365
23122
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -21438,6 +23195,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21438
23195
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
21439
23196
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
21440
23197
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
23198
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
23199
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
23200
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
21441
23201
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
21442
23202
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
21443
23203
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -21528,6 +23288,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21528
23288
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
21529
23289
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
21530
23290
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
23291
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
23292
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
23293
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
21531
23294
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
21532
23295
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
21533
23296
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -21603,6 +23366,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21603
23366
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
21604
23367
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
21605
23368
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
23369
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
23370
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
23371
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
21606
23372
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
21607
23373
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
21608
23374
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -21695,6 +23461,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21695
23461
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
21696
23462
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
21697
23463
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
23464
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
23465
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
23466
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
21698
23467
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
21699
23468
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
21700
23469
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -21770,6 +23539,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21770
23539
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
21771
23540
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
21772
23541
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
23542
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
23543
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
23544
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
21773
23545
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
21774
23546
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
21775
23547
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -21882,6 +23654,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21882
23654
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
21883
23655
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
21884
23656
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
23657
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
23658
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
23659
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
21885
23660
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
21886
23661
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
21887
23662
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -21976,6 +23751,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21976
23751
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
21977
23752
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
21978
23753
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
23754
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
23755
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
23756
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
21979
23757
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
21980
23758
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
21981
23759
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -22052,6 +23830,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22052
23830
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
22053
23831
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
22054
23832
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
23833
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
23834
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
23835
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
22055
23836
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
22056
23837
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
22057
23838
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -22147,6 +23928,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22147
23928
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
22148
23929
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
22149
23930
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
23931
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
23932
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
23933
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
22150
23934
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
22151
23935
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
22152
23936
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -22244,6 +24028,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22244
24028
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
22245
24029
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
22246
24030
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
24031
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
24032
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
24033
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
22247
24034
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
22248
24035
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
22249
24036
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -22342,6 +24129,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22342
24129
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
22343
24130
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
22344
24131
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
24132
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
24133
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
24134
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
22345
24135
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
22346
24136
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
22347
24137
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -22426,6 +24216,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22426
24216
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
22427
24217
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
22428
24218
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
24219
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
24220
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
24221
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
22429
24222
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
22430
24223
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
22431
24224
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -22521,6 +24314,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22521
24314
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
22522
24315
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
22523
24316
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
24317
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
24318
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
24319
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
22524
24320
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
22525
24321
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
22526
24322
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -22655,6 +24451,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22655
24451
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
22656
24452
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
22657
24453
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
24454
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
24455
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
24456
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
22658
24457
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
22659
24458
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
22660
24459
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -22737,6 +24536,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22737
24536
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
22738
24537
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
22739
24538
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
24539
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
24540
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
24541
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
22740
24542
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
22741
24543
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
22742
24544
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -22816,6 +24618,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22816
24618
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
22817
24619
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
22818
24620
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
24621
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
24622
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
24623
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
22819
24624
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
22820
24625
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
22821
24626
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -22890,6 +24695,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22890
24695
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
22891
24696
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
22892
24697
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
24698
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
24699
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
24700
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
22893
24701
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
22894
24702
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
22895
24703
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -22984,6 +24792,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22984
24792
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
22985
24793
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
22986
24794
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
24795
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
24796
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
24797
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
22987
24798
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
22988
24799
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
22989
24800
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -23064,6 +24875,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23064
24875
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
23065
24876
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
23066
24877
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
24878
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
24879
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
24880
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
23067
24881
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
23068
24882
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
23069
24883
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -23143,6 +24957,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23143
24957
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
23144
24958
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
23145
24959
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
24960
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
24961
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
24962
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
23146
24963
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
23147
24964
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
23148
24965
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -23223,6 +25040,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23223
25040
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
23224
25041
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
23225
25042
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
25043
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
25044
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
25045
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
23226
25046
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
23227
25047
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
23228
25048
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -23302,6 +25122,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23302
25122
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
23303
25123
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
23304
25124
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
25125
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
25126
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
25127
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
23305
25128
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
23306
25129
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
23307
25130
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -23385,6 +25208,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23385
25208
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
23386
25209
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
23387
25210
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
25211
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
25212
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
25213
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
23388
25214
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
23389
25215
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
23390
25216
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -23467,6 +25293,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23467
25293
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
23468
25294
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
23469
25295
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
25296
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
25297
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
25298
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
23470
25299
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
23471
25300
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
23472
25301
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -23551,6 +25380,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23551
25380
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
23552
25381
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
23553
25382
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
25383
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
25384
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
25385
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
23554
25386
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
23555
25387
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
23556
25388
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -23635,6 +25467,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23635
25467
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
23636
25468
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
23637
25469
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
25470
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
25471
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
25472
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
23638
25473
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
23639
25474
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
23640
25475
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -23719,6 +25554,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23719
25554
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
23720
25555
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
23721
25556
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
25557
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
25558
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
25559
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
23722
25560
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
23723
25561
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
23724
25562
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -23802,6 +25640,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23802
25640
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
23803
25641
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
23804
25642
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
25643
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
25644
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
25645
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
23805
25646
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
23806
25647
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
23807
25648
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -23889,6 +25730,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23889
25730
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
23890
25731
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
23891
25732
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
25733
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
25734
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
25735
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
23892
25736
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
23893
25737
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
23894
25738
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -23971,6 +25815,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23971
25815
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
23972
25816
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
23973
25817
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
25818
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
25819
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
25820
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
23974
25821
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
23975
25822
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
23976
25823
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -24055,6 +25902,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24055
25902
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
24056
25903
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
24057
25904
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
25905
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
25906
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
25907
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
24058
25908
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
24059
25909
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
24060
25910
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -24135,6 +25985,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24135
25985
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
24136
25986
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
24137
25987
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
25988
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
25989
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
25990
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
24138
25991
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
24139
25992
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
24140
25993
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -24214,6 +26067,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24214
26067
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
24215
26068
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
24216
26069
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
26070
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
26071
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
26072
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
24217
26073
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
24218
26074
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
24219
26075
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -24293,6 +26149,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24293
26149
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
24294
26150
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
24295
26151
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
26152
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
26153
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
26154
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
24296
26155
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
24297
26156
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
24298
26157
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -24377,6 +26236,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24377
26236
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
24378
26237
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
24379
26238
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
26239
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
26240
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
26241
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
24380
26242
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
24381
26243
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
24382
26244
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -24462,6 +26324,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24462
26324
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
24463
26325
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
24464
26326
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
26327
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
26328
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
26329
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
24465
26330
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
24466
26331
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
24467
26332
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -24545,6 +26410,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24545
26410
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
24546
26411
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
24547
26412
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
26413
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
26414
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
26415
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
24548
26416
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
24549
26417
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
24550
26418
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -24628,6 +26496,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24628
26496
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
24629
26497
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
24630
26498
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
26499
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
26500
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
26501
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
24631
26502
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
24632
26503
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
24633
26504
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -24706,6 +26577,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24706
26577
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
24707
26578
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
24708
26579
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
26580
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
26581
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
26582
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
24709
26583
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
24710
26584
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
24711
26585
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -24784,6 +26658,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24784
26658
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
24785
26659
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
24786
26660
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
26661
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
26662
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
26663
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
24787
26664
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
24788
26665
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
24789
26666
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -24856,6 +26733,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24856
26733
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
24857
26734
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
24858
26735
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
26736
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
26737
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
26738
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
24859
26739
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
24860
26740
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
24861
26741
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -24932,6 +26812,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24932
26812
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
24933
26813
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
24934
26814
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
26815
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
26816
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
26817
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
24935
26818
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
24936
26819
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
24937
26820
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -25010,6 +26893,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25010
26893
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
25011
26894
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
25012
26895
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
26896
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
26897
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
26898
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
25013
26899
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
25014
26900
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
25015
26901
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -25088,6 +26974,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25088
26974
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
25089
26975
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
25090
26976
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
26977
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
26978
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
26979
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
25091
26980
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
25092
26981
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
25093
26982
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -25172,6 +27061,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25172
27061
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
25173
27062
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
25174
27063
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
27064
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
27065
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
27066
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
25175
27067
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
25176
27068
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
25177
27069
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -25256,6 +27148,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25256
27148
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
25257
27149
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
25258
27150
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
27151
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
27152
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
27153
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
25259
27154
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
25260
27155
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
25261
27156
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -25334,6 +27229,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25334
27229
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
25335
27230
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
25336
27231
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
27232
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
27233
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
27234
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
25337
27235
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
25338
27236
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
25339
27237
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -25408,6 +27306,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25408
27306
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
25409
27307
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
25410
27308
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
27309
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
27310
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
27311
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
25411
27312
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
25412
27313
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
25413
27314
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -25502,6 +27403,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25502
27403
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
25503
27404
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
25504
27405
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
27406
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
27407
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
27408
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
25505
27409
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
25506
27410
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
25507
27411
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -25606,6 +27510,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25606
27510
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
25607
27511
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
25608
27512
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
27513
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
27514
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
27515
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
25609
27516
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
25610
27517
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
25611
27518
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -25720,6 +27627,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25720
27627
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
25721
27628
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
25722
27629
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
27630
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
27631
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
27632
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
25723
27633
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
25724
27634
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
25725
27635
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -25806,6 +27716,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25806
27716
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
25807
27717
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
25808
27718
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
27719
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
27720
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
27721
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
25809
27722
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
25810
27723
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
25811
27724
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -25902,6 +27815,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25902
27815
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
25903
27816
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
25904
27817
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
27818
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
27819
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
27820
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
25905
27821
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
25906
27822
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
25907
27823
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -25980,6 +27896,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25980
27896
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
25981
27897
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
25982
27898
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
27899
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
27900
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
27901
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
25983
27902
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
25984
27903
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
25985
27904
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -26064,6 +27983,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
26064
27983
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
26065
27984
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
26066
27985
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
27986
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
27987
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
27988
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
26067
27989
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
26068
27990
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
26069
27991
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -26142,6 +28064,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
26142
28064
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
26143
28065
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
26144
28066
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
28067
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
28068
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
28069
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
26145
28070
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
26146
28071
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
26147
28072
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -26226,6 +28151,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
26226
28151
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
26227
28152
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
26228
28153
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
28154
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
28155
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
28156
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
26229
28157
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
26230
28158
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
26231
28159
|
"defi-approve": t.LiteralC<"defi-approve">;
|