@bitgo/public-types 6.29.0 → 6.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/schema/transactionRequest/intents/accelerationIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/accountBaseCreateAccountIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/accountBaseUpdateAccountIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/adaPaymentIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/adaPledgeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/adaStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/adaUnstakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/adaVoteDelegationIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/aptCustomTxIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/aptStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/aptUnstakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/aptWithdrawStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/atomPaymentIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/atomStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/atomUnstakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/atomWithdrawIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/babyCreateBtcDelegationIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/babyWithdrawRewardIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/baseBridgeFundsIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/baseGoStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/baseIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/baseStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/baseStakeIntentWithCalldata.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/beraDelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/bscDelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/bscStakeClaimRewardsIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/bscUndelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonAllocationAllocateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonAllocationOfferWithdrawnIntent.d.ts +84 -0
- package/dist/src/schema/transactionRequest/intents/cantonAllocationOfferWithdrawnIntent.js +40 -0
- package/dist/src/schema/transactionRequest/intents/cantonAllocationOfferWithdrawnIntent.js.map +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonAllocationRejectIntent.d.ts +82 -0
- package/dist/src/schema/transactionRequest/intents/cantonAllocationRejectIntent.js +37 -0
- package/dist/src/schema/transactionRequest/intents/cantonAllocationRejectIntent.js.map +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonAllocationRequestIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonCommandIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonCosignDelegationAcceptIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonCosignDelegationProposalIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonEndInvestorOnboardingAcceptIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonEndInvestorOnboardingOfferIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonEndInvestorOnboardingRejectIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonParticipantOnboardingRequestIntent.d.ts +89 -0
- package/dist/src/schema/transactionRequest/intents/cantonParticipantOnboardingRequestIntent.js +45 -0
- package/dist/src/schema/transactionRequest/intents/cantonParticipantOnboardingRequestIntent.js.map +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonPaymentIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonTransferAcceptIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonTransferAcknowledgeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonTransferOfferWithdrawnIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cantonTransferRejectIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/claimIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/consolidateTokenIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/coredaoClaimIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/coredaoDelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/coredaoUndelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cosmosContractCallIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cosmosPaymentIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cosmosStakeClaimRewardsIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cosmosStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cosmosUnstakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/cosmosWithdrawIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/defiApproveIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/defiDepositIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/defiRedeemIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/delegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/dotBaseIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/dotCreateAccountIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/dotPaymentIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/dotStakingIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/dotUnstakingIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/dotWithdrawStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/enableTokenIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/ethAccelerationIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/ethConsolidateTokenIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/ethFillNonceIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/ethLikeStakeIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/ethPaymentIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/ethStakingIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/ethTransferTokenIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/feeAddressTransferIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/fillNonceIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/goUnstakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/hbarUpdateAccountIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/hypeevmBridgeFundsIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/hypeevmEnableBridgingIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/hypeevmSpotTransferIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/icpPaymentIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/index.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/index.js +3 -0
- package/dist/src/schema/transactionRequest/intents/index.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/intent.d.ts +687 -0
- package/dist/src/schema/transactionRequest/intents/intent.js +6 -0
- package/dist/src/schema/transactionRequest/intents/intent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/intentType.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/intentType.js +3 -0
- package/dist/src/schema/transactionRequest/intents/intentType.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/iotaBuildOptions.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/iotaConsolidateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/iotaPaymentIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/mmiSignMessageIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/mmiSignTransactionIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/paymentIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/polyxBaseIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/polyxCreateAccountIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/polyxPreApproveAssetIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/polyxStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/polyxSwitchValidatorIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/polyxUnstakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/polyxWithdrawIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/signMessageIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/solAuthorizeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/solCustomTxIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/solDeactivateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/solDelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/solGoUnstakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/solPaymentIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/solVersionedCustomTxIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/stakeWithCallDataIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/substrateBaseIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/substratePaymentIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/suiBuildOptions.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/suiConsolidateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/suiCustomTxIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/suiGoUnstakeIntent.d.ts +9 -0
- package/dist/src/schema/transactionRequest/intents/suiPaymentIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/switchValidatorWithCallDataIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/taoStakeIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/taoStakingBaseIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/taoSwitchValidatorIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/taoTransferStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/tokenApprovalIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/tonDelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/tonMultiNominatorDelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/tonMultiNominatorUndelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/tonPaymentIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/tonSingleNominatorDelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/tonSingleNominatorUndelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/tonUndelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/tonWhalesDelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/tonWhalesUndelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/transferTokenIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/trxClaimRewardsIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/trxCreateAccountIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/trxDelegateResourceIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/trxFreezeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/trxUndelegateResourceIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/trxUnfreezeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/trxVoteIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/trxWithdrawExpireUnfreezeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/undelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/validatorRegistrationIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/vetDecreaseStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/vetDelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/vetIncreaseStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/vetSignalExitIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/vetStakeClaimRewardsIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/vetStakingIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/vetUnstakingIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/vetValidatorRegistrationIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/vetWithdrawStakeIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/walletRecoveryIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/walrusStakingIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/walrusUndelegateIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/walrusWithdrawIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/xdcStakingIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/intents/xdcUnstakingIntent.d.ts +6 -0
- package/dist/src/schema/transactionRequest/transactionRequest.d.ts +1374 -0
- package/package.json +1 -1
- package/src/schema/transactionRequest/intents/cantonAllocationOfferWithdrawnIntent.ts +28 -0
- package/src/schema/transactionRequest/intents/cantonAllocationRejectIntent.ts +26 -0
- package/src/schema/transactionRequest/intents/cantonParticipantOnboardingRequestIntent.ts +40 -0
- package/src/schema/transactionRequest/intents/index.ts +3 -0
- package/src/schema/transactionRequest/intents/intent.ts +6 -0
- package/src/schema/transactionRequest/intents/intentType.ts +5 -0
|
@@ -216,9 +216,12 @@ 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
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
220
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
219
221
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
220
222
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
221
223
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
224
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
222
225
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
223
226
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
224
227
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -313,9 +316,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
313
316
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
314
317
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
315
318
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
319
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
320
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
316
321
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
317
322
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
318
323
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
324
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
319
325
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
320
326
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
321
327
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -397,9 +403,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
397
403
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
398
404
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
399
405
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
406
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
407
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
400
408
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
401
409
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
402
410
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
411
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
403
412
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
404
413
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
405
414
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -487,9 +496,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
487
496
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
488
497
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
489
498
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
499
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
500
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
490
501
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
491
502
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
492
503
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
504
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
493
505
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
494
506
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
495
507
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -576,9 +588,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
576
588
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
577
589
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
578
590
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
591
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
592
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
579
593
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
580
594
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
581
595
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
596
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
582
597
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
583
598
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
584
599
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -657,9 +672,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
657
672
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
658
673
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
659
674
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
675
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
676
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
660
677
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
661
678
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
662
679
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
680
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
663
681
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
664
682
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
665
683
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -749,9 +767,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
749
767
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
750
768
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
751
769
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
770
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
771
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
752
772
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
753
773
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
754
774
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
775
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
755
776
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
756
777
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
757
778
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -846,9 +867,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
846
867
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
847
868
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
848
869
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
870
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
871
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
849
872
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
850
873
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
851
874
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
875
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
852
876
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
853
877
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
854
878
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -960,9 +984,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
960
984
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
961
985
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
962
986
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
987
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
988
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
963
989
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
964
990
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
965
991
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
992
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
966
993
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
967
994
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
968
995
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1074,9 +1101,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1074
1101
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1075
1102
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1076
1103
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1104
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1105
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1077
1106
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1078
1107
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1079
1108
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1109
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1080
1110
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1081
1111
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1082
1112
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1154,9 +1184,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1154
1184
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1155
1185
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1156
1186
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1187
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1188
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1157
1189
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1158
1190
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1159
1191
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1192
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1160
1193
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1161
1194
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1162
1195
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1234,9 +1267,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1234
1267
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1235
1268
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1236
1269
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1270
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1271
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1237
1272
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1238
1273
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1239
1274
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1275
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1240
1276
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1241
1277
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1242
1278
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1322,9 +1358,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1322
1358
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1323
1359
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1324
1360
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1361
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1362
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1325
1363
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1326
1364
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1327
1365
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1366
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1328
1367
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1329
1368
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1330
1369
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1409,9 +1448,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1409
1448
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1410
1449
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1411
1450
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1451
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1452
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1412
1453
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1413
1454
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1414
1455
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1456
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1415
1457
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1416
1458
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1417
1459
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1499,9 +1541,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1499
1541
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1500
1542
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1501
1543
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1544
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1545
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1502
1546
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1503
1547
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1504
1548
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1549
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1505
1550
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1506
1551
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1507
1552
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1575,9 +1620,172 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1575
1620
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1576
1621
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1577
1622
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1623
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1624
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1578
1625
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1579
1626
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1580
1627
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1628
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1629
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1630
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1631
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
1632
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
1633
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
1634
|
+
export: t.LiteralC<"export">;
|
|
1635
|
+
import: t.LiteralC<"import">;
|
|
1636
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
1637
|
+
}>;
|
|
1638
|
+
}>, t.PartialC<{
|
|
1639
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
1640
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
1641
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
1642
|
+
}>]>, t.TypeC<{
|
|
1643
|
+
intentType: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1644
|
+
transferOfferId: t.StringC;
|
|
1645
|
+
}>, t.PartialC<{
|
|
1646
|
+
token: t.StringC;
|
|
1647
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
1648
|
+
intentType: t.KeyofC<{
|
|
1649
|
+
payment: t.LiteralC<"payment">;
|
|
1650
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
1651
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
1652
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
1653
|
+
fanout: t.LiteralC<"fanout">;
|
|
1654
|
+
stake: t.LiteralC<"stake">;
|
|
1655
|
+
unstake: t.LiteralC<"unstake">;
|
|
1656
|
+
delegate: t.LiteralC<"delegate">;
|
|
1657
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
1658
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
1659
|
+
claim: t.LiteralC<"claim">;
|
|
1660
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
1661
|
+
pledge: t.LiteralC<"pledge">;
|
|
1662
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
1663
|
+
vote: t.LiteralC<"vote">;
|
|
1664
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
1665
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
1666
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
1667
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
1668
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
1669
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
1670
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
1671
|
+
authorize: t.LiteralC<"authorize">;
|
|
1672
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
1673
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
1674
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
1675
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
1676
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
1677
|
+
customTx: t.LiteralC<"customTx">;
|
|
1678
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1679
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1680
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1681
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1682
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1683
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1684
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
1685
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
1686
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
1687
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
1688
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
1689
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
1690
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
1691
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
1692
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
1693
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
1694
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
1695
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
1696
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
1697
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
1698
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
1699
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
1700
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
1701
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1702
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1703
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1704
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1705
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1706
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1707
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1708
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1709
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1710
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1711
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1712
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
1713
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
1714
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
1715
|
+
export: t.LiteralC<"export">;
|
|
1716
|
+
import: t.LiteralC<"import">;
|
|
1717
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
1718
|
+
}>;
|
|
1719
|
+
}>, t.PartialC<{
|
|
1720
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
1721
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
1722
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
1723
|
+
}>]>, t.TypeC<{
|
|
1724
|
+
intentType: t.LiteralC<"allocationReject">;
|
|
1725
|
+
txRequestId: t.StringC;
|
|
1726
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
1727
|
+
intentType: t.KeyofC<{
|
|
1728
|
+
payment: t.LiteralC<"payment">;
|
|
1729
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
1730
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
1731
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
1732
|
+
fanout: t.LiteralC<"fanout">;
|
|
1733
|
+
stake: t.LiteralC<"stake">;
|
|
1734
|
+
unstake: t.LiteralC<"unstake">;
|
|
1735
|
+
delegate: t.LiteralC<"delegate">;
|
|
1736
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
1737
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
1738
|
+
claim: t.LiteralC<"claim">;
|
|
1739
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
1740
|
+
pledge: t.LiteralC<"pledge">;
|
|
1741
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
1742
|
+
vote: t.LiteralC<"vote">;
|
|
1743
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
1744
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
1745
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
1746
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
1747
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
1748
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
1749
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
1750
|
+
authorize: t.LiteralC<"authorize">;
|
|
1751
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
1752
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
1753
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
1754
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
1755
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
1756
|
+
customTx: t.LiteralC<"customTx">;
|
|
1757
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1758
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1759
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1760
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1761
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1762
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1763
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
1764
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
1765
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
1766
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
1767
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
1768
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
1769
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
1770
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
1771
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
1772
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
1773
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
1774
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
1775
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
1776
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
1777
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
1778
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
1779
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
1780
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1781
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1782
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1783
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1784
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1785
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1786
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1787
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1788
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1581
1789
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1582
1790
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1583
1791
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1665,9 +1873,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1665
1873
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1666
1874
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1667
1875
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1876
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1877
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1668
1878
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1669
1879
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1670
1880
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1881
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1671
1882
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1672
1883
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1673
1884
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1741,9 +1952,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1741
1952
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1742
1953
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1743
1954
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
1955
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
1956
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1744
1957
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1745
1958
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1746
1959
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
1960
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1747
1961
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1748
1962
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1749
1963
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1821,9 +2035,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1821
2035
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1822
2036
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1823
2037
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2038
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2039
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1824
2040
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1825
2041
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1826
2042
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2043
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1827
2044
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1828
2045
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1829
2046
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -1925,9 +2142,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1925
2142
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
1926
2143
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
1927
2144
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2145
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2146
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
1928
2147
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
1929
2148
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
1930
2149
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2150
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
1931
2151
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
1932
2152
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
1933
2153
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2026,9 +2246,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2026
2246
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2027
2247
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2028
2248
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2249
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2250
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2029
2251
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2030
2252
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2031
2253
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2254
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2032
2255
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2033
2256
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2034
2257
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2105,9 +2328,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2105
2328
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2106
2329
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2107
2330
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2331
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2332
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2108
2333
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2109
2334
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2110
2335
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2336
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2111
2337
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2112
2338
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2113
2339
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2188,9 +2414,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2188
2414
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2189
2415
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2190
2416
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2417
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2418
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2191
2419
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2192
2420
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2193
2421
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2422
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2194
2423
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2195
2424
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2196
2425
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2266,9 +2495,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2266
2495
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2267
2496
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2268
2497
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2498
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2499
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2269
2500
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2270
2501
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2271
2502
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2503
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2272
2504
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2273
2505
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2274
2506
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2345,9 +2577,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2345
2577
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2346
2578
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2347
2579
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2580
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2581
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2348
2582
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2349
2583
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2350
2584
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2585
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2351
2586
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2352
2587
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2353
2588
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2423,9 +2658,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2423
2658
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2424
2659
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2425
2660
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2661
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2662
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2426
2663
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2427
2664
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2428
2665
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2666
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2429
2667
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2430
2668
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2431
2669
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2499,9 +2737,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2499
2737
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2500
2738
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2501
2739
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2740
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2741
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2502
2742
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2503
2743
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2504
2744
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2745
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2505
2746
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2506
2747
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2507
2748
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2519,6 +2760,92 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2519
2760
|
intentType: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2520
2761
|
txRequestId: t.StringC;
|
|
2521
2762
|
reason: t.StringC;
|
|
2763
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
2764
|
+
intentType: t.KeyofC<{
|
|
2765
|
+
payment: t.LiteralC<"payment">;
|
|
2766
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
2767
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
2768
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
2769
|
+
fanout: t.LiteralC<"fanout">;
|
|
2770
|
+
stake: t.LiteralC<"stake">;
|
|
2771
|
+
unstake: t.LiteralC<"unstake">;
|
|
2772
|
+
delegate: t.LiteralC<"delegate">;
|
|
2773
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
2774
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
2775
|
+
claim: t.LiteralC<"claim">;
|
|
2776
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
2777
|
+
pledge: t.LiteralC<"pledge">;
|
|
2778
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
2779
|
+
vote: t.LiteralC<"vote">;
|
|
2780
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
2781
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
2782
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
2783
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
2784
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
2785
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
2786
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
2787
|
+
authorize: t.LiteralC<"authorize">;
|
|
2788
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
2789
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
2790
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
2791
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
2792
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
2793
|
+
customTx: t.LiteralC<"customTx">;
|
|
2794
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2795
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2796
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2797
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2798
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2799
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2800
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
2801
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
2802
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
2803
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
2804
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
2805
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
2806
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
2807
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
2808
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
2809
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
2810
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
2811
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
2812
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
2813
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
2814
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
2815
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
2816
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
2817
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2818
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2819
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2820
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2821
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2822
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2823
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2824
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2825
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2826
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2827
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2828
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
2829
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
2830
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
2831
|
+
export: t.LiteralC<"export">;
|
|
2832
|
+
import: t.LiteralC<"import">;
|
|
2833
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
2834
|
+
}>;
|
|
2835
|
+
}>, t.PartialC<{
|
|
2836
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2837
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
2838
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
2839
|
+
}>]>, t.TypeC<{
|
|
2840
|
+
intentType: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2841
|
+
operator: t.StringC;
|
|
2842
|
+
provider: t.StringC;
|
|
2843
|
+
compliance: t.StringC;
|
|
2844
|
+
registrar: t.StringC;
|
|
2845
|
+
clientOnboarder: t.StringC;
|
|
2846
|
+
}>, t.PartialC<{
|
|
2847
|
+
expirationIso: t.StringC;
|
|
2848
|
+
comment: t.StringC;
|
|
2522
2849
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
2523
2850
|
intentType: t.KeyofC<{
|
|
2524
2851
|
payment: t.LiteralC<"payment">;
|
|
@@ -2576,9 +2903,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2576
2903
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2577
2904
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2578
2905
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2906
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2907
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2579
2908
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2580
2909
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2581
2910
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2911
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2582
2912
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2583
2913
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2584
2914
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2655,9 +2985,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2655
2985
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2656
2986
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2657
2987
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
2988
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
2989
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2658
2990
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2659
2991
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2660
2992
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
2993
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2661
2994
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2662
2995
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2663
2996
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2734,9 +3067,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2734
3067
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2735
3068
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2736
3069
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3070
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
3071
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2737
3072
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2738
3073
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2739
3074
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3075
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2740
3076
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2741
3077
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2742
3078
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2831,9 +3167,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2831
3167
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2832
3168
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2833
3169
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3170
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
3171
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2834
3172
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2835
3173
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2836
3174
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3175
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2837
3176
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2838
3177
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2839
3178
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -2911,9 +3250,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2911
3250
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
2912
3251
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
2913
3252
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3253
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
3254
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
2914
3255
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
2915
3256
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
2916
3257
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3258
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
2917
3259
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
2918
3260
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
2919
3261
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3024,9 +3366,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3024
3366
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3025
3367
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3026
3368
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3369
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
3370
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
3027
3371
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3028
3372
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3029
3373
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3374
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
3030
3375
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3031
3376
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3032
3377
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3110,9 +3455,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3110
3455
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3111
3456
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3112
3457
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3458
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
3459
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
3113
3460
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3114
3461
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3115
3462
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3463
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
3116
3464
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3117
3465
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3118
3466
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3223,9 +3571,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3223
3571
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3224
3572
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3225
3573
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3574
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
3575
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
3226
3576
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3227
3577
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3228
3578
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3579
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
3229
3580
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3230
3581
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3231
3582
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3303,9 +3654,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3303
3654
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3304
3655
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3305
3656
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3657
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
3658
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
3306
3659
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3307
3660
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3308
3661
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3662
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
3309
3663
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3310
3664
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3311
3665
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3440,9 +3794,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3440
3794
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3441
3795
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3442
3796
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3797
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
3798
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
3443
3799
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3444
3800
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3445
3801
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3802
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
3446
3803
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3447
3804
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3448
3805
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3567,9 +3924,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3567
3924
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3568
3925
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3569
3926
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
3927
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
3928
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
3570
3929
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3571
3930
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3572
3931
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
3932
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
3573
3933
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3574
3934
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3575
3935
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3686,9 +4046,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3686
4046
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3687
4047
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3688
4048
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4049
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
4050
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
3689
4051
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3690
4052
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3691
4053
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4054
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
3692
4055
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3693
4056
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3694
4057
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3791,9 +4154,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3791
4154
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3792
4155
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3793
4156
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4157
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
4158
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
3794
4159
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3795
4160
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3796
4161
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4162
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
3797
4163
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3798
4164
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3799
4165
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3895,9 +4261,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3895
4261
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3896
4262
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
3897
4263
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4264
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
4265
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
3898
4266
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
3899
4267
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
3900
4268
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4269
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
3901
4270
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
3902
4271
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
3903
4272
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -3998,9 +4367,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3998
4367
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
3999
4368
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4000
4369
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4370
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
4371
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
4001
4372
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4002
4373
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4003
4374
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4375
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
4004
4376
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4005
4377
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4006
4378
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4077,9 +4449,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4077
4449
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4078
4450
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4079
4451
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4452
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
4453
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
4080
4454
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4081
4455
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4082
4456
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4457
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
4083
4458
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4084
4459
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4085
4460
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4276,9 +4651,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4276
4651
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4277
4652
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4278
4653
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4654
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
4655
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
4279
4656
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4280
4657
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4281
4658
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4659
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
4282
4660
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4283
4661
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4284
4662
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4416,9 +4794,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4416
4794
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4417
4795
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4418
4796
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4797
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
4798
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
4419
4799
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4420
4800
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4421
4801
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4802
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
4422
4803
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4423
4804
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4424
4805
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4517,9 +4898,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4517
4898
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4518
4899
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4519
4900
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4901
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
4902
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
4520
4903
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4521
4904
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4522
4905
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4906
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
4523
4907
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4524
4908
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4525
4909
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4594,9 +4978,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4594
4978
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4595
4979
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4596
4980
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
4981
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
4982
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
4597
4983
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4598
4984
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4599
4985
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
4986
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
4600
4987
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4601
4988
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4602
4989
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4726,9 +5113,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4726
5113
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4727
5114
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4728
5115
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5116
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
5117
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
4729
5118
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4730
5119
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4731
5120
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5121
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
4732
5122
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4733
5123
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4734
5124
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4845,9 +5235,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4845
5235
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4846
5236
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4847
5237
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5238
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
5239
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
4848
5240
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4849
5241
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4850
5242
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5243
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
4851
5244
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4852
5245
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4853
5246
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -4984,9 +5377,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4984
5377
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
4985
5378
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
4986
5379
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5380
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
5381
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
4987
5382
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
4988
5383
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
4989
5384
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5385
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
4990
5386
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
4991
5387
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
4992
5388
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5068,9 +5464,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5068
5464
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5069
5465
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5070
5466
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5467
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
5468
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
5071
5469
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5072
5470
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5073
5471
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5472
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
5074
5473
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5075
5474
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5076
5475
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5147,9 +5546,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5147
5546
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5148
5547
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5149
5548
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5549
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
5550
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
5150
5551
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5151
5552
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5152
5553
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5554
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
5153
5555
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5154
5556
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5155
5557
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5238,9 +5640,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5238
5640
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5239
5641
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5240
5642
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5643
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
5644
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
5241
5645
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5242
5646
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5243
5647
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5648
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
5244
5649
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5245
5650
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5246
5651
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5325,9 +5730,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5325
5730
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5326
5731
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5327
5732
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5733
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
5734
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
5328
5735
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5329
5736
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5330
5737
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5738
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
5331
5739
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5332
5740
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5333
5741
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5427,9 +5835,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5427
5835
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5428
5836
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5429
5837
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5838
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
5839
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
5430
5840
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5431
5841
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5432
5842
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5843
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
5433
5844
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5434
5845
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5435
5846
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5519,9 +5930,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5519
5930
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5520
5931
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5521
5932
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5933
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
5934
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
5522
5935
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5523
5936
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5524
5937
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
5938
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
5525
5939
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5526
5940
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5527
5941
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5597,9 +6011,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5597
6011
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5598
6012
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5599
6013
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6014
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
6015
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
5600
6016
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5601
6017
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5602
6018
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6019
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
5603
6020
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5604
6021
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5605
6022
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5754,9 +6171,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5754
6171
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5755
6172
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5756
6173
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6174
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
6175
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
5757
6176
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5758
6177
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5759
6178
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6179
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
5760
6180
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5761
6181
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5762
6182
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5832,9 +6252,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5832
6252
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5833
6253
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5834
6254
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6255
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
6256
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
5835
6257
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5836
6258
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5837
6259
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6260
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
5838
6261
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5839
6262
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5840
6263
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -5927,9 +6350,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5927
6350
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5928
6351
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5929
6352
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6353
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
6354
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
5930
6355
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
5931
6356
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
5932
6357
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6358
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
5933
6359
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5934
6360
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5935
6361
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6007,9 +6433,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6007
6433
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6008
6434
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6009
6435
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6436
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
6437
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
6010
6438
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6011
6439
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6012
6440
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6441
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
6013
6442
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6014
6443
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6015
6444
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6091,9 +6520,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6091
6520
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6092
6521
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6093
6522
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6523
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
6524
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
6094
6525
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6095
6526
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6096
6527
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6528
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
6097
6529
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6098
6530
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6099
6531
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6175,9 +6607,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6175
6607
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6176
6608
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6177
6609
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6610
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
6611
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
6178
6612
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6179
6613
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6180
6614
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6615
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
6181
6616
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6182
6617
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6183
6618
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6256,9 +6691,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6256
6691
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6257
6692
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6258
6693
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6694
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
6695
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
6259
6696
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6260
6697
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6261
6698
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6699
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
6262
6700
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6263
6701
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6264
6702
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6353,9 +6791,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6353
6791
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6354
6792
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6355
6793
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6794
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
6795
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
6356
6796
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6357
6797
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6358
6798
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6799
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
6359
6800
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6360
6801
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6361
6802
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6449,9 +6890,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6449
6890
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6450
6891
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6451
6892
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6893
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
6894
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
6452
6895
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6453
6896
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6454
6897
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6898
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
6455
6899
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6456
6900
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6457
6901
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6545,9 +6989,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6545
6989
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6546
6990
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6547
6991
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
6992
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
6993
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
6548
6994
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6549
6995
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6550
6996
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
6997
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
6551
6998
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6552
6999
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6553
7000
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6649,9 +7096,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6649
7096
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6650
7097
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6651
7098
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7099
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
7100
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
6652
7101
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6653
7102
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6654
7103
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7104
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
6655
7105
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6656
7106
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6657
7107
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6775,9 +7225,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6775
7225
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6776
7226
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6777
7227
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7228
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
7229
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
6778
7230
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6779
7231
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6780
7232
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7233
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
6781
7234
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6782
7235
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6783
7236
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6873,9 +7326,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6873
7326
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6874
7327
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6875
7328
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7329
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
7330
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
6876
7331
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6877
7332
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6878
7333
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7334
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
6879
7335
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6880
7336
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6881
7337
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -6988,9 +7444,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6988
7444
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
6989
7445
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
6990
7446
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7447
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
7448
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
6991
7449
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
6992
7450
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
6993
7451
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7452
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
6994
7453
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
6995
7454
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
6996
7455
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7084,9 +7543,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7084
7543
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7085
7544
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7086
7545
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7546
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
7547
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
7087
7548
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7088
7549
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7089
7550
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7551
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
7090
7552
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7091
7553
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7092
7554
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7198,9 +7660,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7198
7660
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7199
7661
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7200
7662
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7663
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
7664
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
7201
7665
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7202
7666
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7203
7667
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7668
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
7204
7669
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7205
7670
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7206
7671
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7310,9 +7775,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7310
7775
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7311
7776
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7312
7777
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7778
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
7779
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
7313
7780
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7314
7781
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7315
7782
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7783
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
7316
7784
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7317
7785
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7318
7786
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7397,9 +7865,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7397
7865
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7398
7866
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7399
7867
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7868
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
7869
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
7400
7870
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7401
7871
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7402
7872
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7873
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
7403
7874
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7404
7875
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7405
7876
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7495,9 +7966,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7495
7966
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7496
7967
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7497
7968
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
7969
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
7970
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
7498
7971
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7499
7972
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7500
7973
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
7974
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
7501
7975
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7502
7976
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7503
7977
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7650,9 +8124,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7650
8124
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7651
8125
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7652
8126
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8127
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
8128
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
7653
8129
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7654
8130
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7655
8131
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8132
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
7656
8133
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7657
8134
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7658
8135
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7734,9 +8211,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7734
8211
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7735
8212
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7736
8213
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8214
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
8215
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
7737
8216
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7738
8217
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7739
8218
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8219
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
7740
8220
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7741
8221
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7742
8222
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7822,9 +8302,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7822
8302
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7823
8303
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7824
8304
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8305
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
8306
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
7825
8307
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7826
8308
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7827
8309
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8310
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
7828
8311
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7829
8312
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7830
8313
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7904,9 +8387,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7904
8387
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7905
8388
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7906
8389
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8390
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
8391
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
7907
8392
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7908
8393
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7909
8394
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8395
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
7910
8396
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7911
8397
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7912
8398
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -7987,9 +8473,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7987
8473
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
7988
8474
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
7989
8475
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8476
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
8477
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
7990
8478
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
7991
8479
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
7992
8480
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8481
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
7993
8482
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
7994
8483
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
7995
8484
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8084,9 +8573,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8084
8573
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8085
8574
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8086
8575
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8576
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
8577
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
8087
8578
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8088
8579
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8089
8580
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8581
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
8090
8582
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8091
8583
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8092
8584
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8183,9 +8675,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8183
8675
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8184
8676
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8185
8677
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8678
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
8679
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
8186
8680
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8187
8681
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8188
8682
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8683
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
8189
8684
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8190
8685
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8191
8686
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8275,9 +8770,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8275
8770
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8276
8771
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8277
8772
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8773
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
8774
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
8278
8775
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8279
8776
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8280
8777
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8778
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
8281
8779
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8282
8780
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8283
8781
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8404,9 +8902,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8404
8902
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8405
8903
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8406
8904
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
8905
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
8906
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
8407
8907
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8408
8908
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8409
8909
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
8910
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
8410
8911
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8411
8912
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8412
8913
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8563,9 +9064,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8563
9064
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8564
9065
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8565
9066
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9067
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
9068
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
8566
9069
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8567
9070
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8568
9071
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9072
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
8569
9073
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8570
9074
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8571
9075
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8736,9 +9240,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8736
9240
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8737
9241
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8738
9242
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9243
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
9244
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
8739
9245
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8740
9246
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8741
9247
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9248
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
8742
9249
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8743
9250
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8744
9251
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8814,9 +9321,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8814
9321
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8815
9322
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8816
9323
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9324
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
9325
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
8817
9326
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8818
9327
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8819
9328
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9329
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
8820
9330
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8821
9331
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8822
9332
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8887,9 +9397,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8887
9397
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8888
9398
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8889
9399
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9400
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
9401
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
8890
9402
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8891
9403
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8892
9404
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9405
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
8893
9406
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8894
9407
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8895
9408
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -8968,9 +9481,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8968
9481
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
8969
9482
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
8970
9483
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9484
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
9485
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
8971
9486
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
8972
9487
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
8973
9488
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9489
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
8974
9490
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
8975
9491
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
8976
9492
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9059,9 +9575,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9059
9575
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9060
9576
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9061
9577
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9578
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
9579
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
9062
9580
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9063
9581
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9064
9582
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9583
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
9065
9584
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9066
9585
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9067
9586
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9134,9 +9653,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9134
9653
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9135
9654
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9136
9655
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9656
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
9657
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
9137
9658
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9138
9659
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9139
9660
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9661
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
9140
9662
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9141
9663
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9142
9664
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9212,9 +9734,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9212
9734
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9213
9735
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9214
9736
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9737
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
9738
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
9215
9739
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9216
9740
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9217
9741
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9742
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
9218
9743
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9219
9744
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9220
9745
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9307,9 +9832,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9307
9832
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9308
9833
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9309
9834
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9835
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
9836
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
9310
9837
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9311
9838
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9312
9839
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9840
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
9313
9841
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9314
9842
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9315
9843
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9385,9 +9913,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9385
9913
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9386
9914
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9387
9915
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
9916
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
9917
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
9388
9918
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9389
9919
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9390
9920
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
9921
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
9391
9922
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9392
9923
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9393
9924
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9500,9 +10031,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9500
10031
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9501
10032
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9502
10033
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10034
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
10035
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
9503
10036
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9504
10037
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9505
10038
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10039
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
9506
10040
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9507
10041
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9508
10042
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9597,9 +10131,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9597
10131
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9598
10132
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9599
10133
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10134
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
10135
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
9600
10136
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9601
10137
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9602
10138
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10139
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
9603
10140
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9604
10141
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9605
10142
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9676,9 +10213,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9676
10213
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9677
10214
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9678
10215
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10216
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
10217
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
9679
10218
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9680
10219
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9681
10220
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10221
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
9682
10222
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9683
10223
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9684
10224
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9774,9 +10314,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9774
10314
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9775
10315
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9776
10316
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10317
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
10318
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
9777
10319
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9778
10320
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9779
10321
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10322
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
9780
10323
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9781
10324
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9782
10325
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9874,9 +10417,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9874
10417
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9875
10418
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9876
10419
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10420
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
10421
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
9877
10422
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9878
10423
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9879
10424
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10425
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
9880
10426
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9881
10427
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9882
10428
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -9975,9 +10521,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9975
10521
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
9976
10522
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
9977
10523
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10524
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
10525
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
9978
10526
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
9979
10527
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
9980
10528
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10529
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
9981
10530
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
9982
10531
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
9983
10532
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10062,9 +10611,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10062
10611
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10063
10612
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10064
10613
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10614
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
10615
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
10065
10616
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10066
10617
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10067
10618
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10619
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
10068
10620
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10069
10621
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10070
10622
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10160,9 +10712,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10160
10712
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10161
10713
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10162
10714
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10715
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
10716
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
10163
10717
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10164
10718
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10165
10719
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10720
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
10166
10721
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10167
10722
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10168
10723
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10297,9 +10852,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10297
10852
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10298
10853
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10299
10854
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10855
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
10856
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
10300
10857
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10301
10858
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10302
10859
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10860
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
10303
10861
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10304
10862
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10305
10863
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10382,9 +10940,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10382
10940
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10383
10941
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10384
10942
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
10943
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
10944
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
10385
10945
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10386
10946
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10387
10947
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
10948
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
10388
10949
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10389
10950
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10390
10951
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10464,9 +11025,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10464
11025
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10465
11026
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10466
11027
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11028
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
11029
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
10467
11030
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10468
11031
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10469
11032
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11033
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
10470
11034
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10471
11035
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10472
11036
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10541,9 +11105,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10541
11105
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10542
11106
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10543
11107
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11108
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
11109
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
10544
11110
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10545
11111
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10546
11112
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11113
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
10547
11114
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10548
11115
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10549
11116
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10638,9 +11205,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10638
11205
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10639
11206
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10640
11207
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11208
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
11209
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
10641
11210
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10642
11211
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10643
11212
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11213
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
10644
11214
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10645
11215
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10646
11216
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10721,9 +11291,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10721
11291
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10722
11292
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10723
11293
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11294
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
11295
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
10724
11296
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10725
11297
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10726
11298
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11299
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
10727
11300
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10728
11301
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10729
11302
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10803,9 +11376,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10803
11376
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10804
11377
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10805
11378
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11379
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
11380
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
10806
11381
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10807
11382
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10808
11383
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11384
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
10809
11385
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10810
11386
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10811
11387
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10886,9 +11462,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10886
11462
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10887
11463
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10888
11464
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11465
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
11466
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
10889
11467
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10890
11468
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10891
11469
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11470
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
10892
11471
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10893
11472
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10894
11473
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -10968,9 +11547,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
10968
11547
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
10969
11548
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
10970
11549
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11550
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
11551
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
10971
11552
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
10972
11553
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
10973
11554
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11555
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
10974
11556
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
10975
11557
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
10976
11558
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11054,9 +11636,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11054
11636
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11055
11637
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11056
11638
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11639
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
11640
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
11057
11641
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11058
11642
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11059
11643
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11644
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
11060
11645
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11061
11646
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11062
11647
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11139,9 +11724,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11139
11724
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11140
11725
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11141
11726
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11727
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
11728
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
11142
11729
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11143
11730
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11144
11731
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11732
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
11145
11733
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11146
11734
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11147
11735
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11226,9 +11814,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11226
11814
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11227
11815
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11228
11816
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11817
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
11818
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
11229
11819
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11230
11820
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11231
11821
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11822
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
11232
11823
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11233
11824
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11234
11825
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11313,9 +11904,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11313
11904
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11314
11905
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11315
11906
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11907
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
11908
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
11316
11909
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11317
11910
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11318
11911
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
11912
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
11319
11913
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11320
11914
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11321
11915
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11400,9 +11994,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11400
11994
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11401
11995
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11402
11996
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
11997
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
11998
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
11403
11999
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11404
12000
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11405
12001
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12002
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
11406
12003
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11407
12004
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11408
12005
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11486,9 +12083,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11486
12083
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11487
12084
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11488
12085
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12086
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
12087
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
11489
12088
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11490
12089
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11491
12090
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12091
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
11492
12092
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11493
12093
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11494
12094
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11576,9 +12176,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11576
12176
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11577
12177
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11578
12178
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12179
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
12180
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
11579
12181
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11580
12182
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11581
12183
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12184
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
11582
12185
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11583
12186
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11584
12187
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11661,9 +12264,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11661
12264
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11662
12265
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11663
12266
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12267
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
12268
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
11664
12269
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11665
12270
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11666
12271
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12272
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
11667
12273
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11668
12274
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11669
12275
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11748,9 +12354,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11748
12354
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11749
12355
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11750
12356
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12357
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
12358
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
11751
12359
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11752
12360
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11753
12361
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12362
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
11754
12363
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11755
12364
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11756
12365
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11831,9 +12440,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11831
12440
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11832
12441
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11833
12442
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12443
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
12444
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
11834
12445
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11835
12446
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11836
12447
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12448
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
11837
12449
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11838
12450
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11839
12451
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11913,9 +12525,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11913
12525
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11914
12526
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11915
12527
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12528
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
12529
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
11916
12530
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11917
12531
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
11918
12532
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12533
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
11919
12534
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
11920
12535
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
11921
12536
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -11995,9 +12610,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
11995
12610
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
11996
12611
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
11997
12612
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12613
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
12614
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
11998
12615
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
11999
12616
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12000
12617
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12618
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
12001
12619
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12002
12620
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12003
12621
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12082,9 +12700,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12082
12700
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12083
12701
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12084
12702
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12703
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
12704
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
12085
12705
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12086
12706
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12087
12707
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12708
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
12088
12709
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12089
12710
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12090
12711
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12170,9 +12791,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12170
12791
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12171
12792
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12172
12793
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12794
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
12795
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
12173
12796
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12174
12797
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12175
12798
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12799
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
12176
12800
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12177
12801
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12178
12802
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12256,9 +12880,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12256
12880
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12257
12881
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12258
12882
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12883
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
12884
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
12259
12885
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12260
12886
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12261
12887
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12888
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
12262
12889
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12263
12890
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12264
12891
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12342,9 +12969,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12342
12969
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12343
12970
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12344
12971
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
12972
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
12973
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
12345
12974
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12346
12975
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12347
12976
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
12977
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
12348
12978
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12349
12979
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12350
12980
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12423,9 +13053,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12423
13053
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12424
13054
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12425
13055
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13056
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
13057
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
12426
13058
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12427
13059
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12428
13060
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13061
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
12429
13062
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12430
13063
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12431
13064
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12504,9 +13137,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12504
13137
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12505
13138
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12506
13139
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13140
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
13141
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
12507
13142
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12508
13143
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12509
13144
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13145
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
12510
13146
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12511
13147
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12512
13148
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12579,9 +13215,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12579
13215
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12580
13216
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12581
13217
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13218
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
13219
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
12582
13220
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12583
13221
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12584
13222
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13223
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
12585
13224
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12586
13225
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12587
13226
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12658,9 +13297,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12658
13297
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12659
13298
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12660
13299
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13300
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
13301
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
12661
13302
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12662
13303
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12663
13304
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13305
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
12664
13306
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12665
13307
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12666
13308
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12739,9 +13381,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12739
13381
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12740
13382
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12741
13383
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13384
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
13385
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
12742
13386
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12743
13387
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12744
13388
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13389
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
12745
13390
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12746
13391
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12747
13392
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12820,9 +13465,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12820
13465
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12821
13466
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12822
13467
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13468
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
13469
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
12823
13470
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12824
13471
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12825
13472
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13473
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
12826
13474
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12827
13475
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12828
13476
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12907,9 +13555,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12907
13555
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12908
13556
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12909
13557
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13558
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
13559
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
12910
13560
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12911
13561
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12912
13562
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13563
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
12913
13564
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
12914
13565
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
12915
13566
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -12994,9 +13645,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
12994
13645
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
12995
13646
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
12996
13647
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13648
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
13649
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
12997
13650
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
12998
13651
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
12999
13652
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13653
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
13000
13654
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13001
13655
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13002
13656
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13075,9 +13729,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
13075
13729
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13076
13730
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13077
13731
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13732
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
13733
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
13078
13734
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13079
13735
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13080
13736
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13737
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
13081
13738
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13082
13739
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13083
13740
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13152,9 +13809,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
13152
13809
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13153
13810
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13154
13811
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13812
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
13813
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
13155
13814
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13156
13815
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13157
13816
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13817
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
13158
13818
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13159
13819
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13160
13820
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13249,9 +13909,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
13249
13909
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13250
13910
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13251
13911
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
13912
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
13913
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
13252
13914
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13253
13915
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13254
13916
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
13917
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
13255
13918
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13256
13919
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13257
13920
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13356,9 +14019,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
13356
14019
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13357
14020
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13358
14021
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
14022
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
14023
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
13359
14024
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13360
14025
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13361
14026
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14027
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
13362
14028
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13363
14029
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13364
14030
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13473,9 +14139,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
13473
14139
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13474
14140
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13475
14141
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
14142
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
14143
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
13476
14144
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13477
14145
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13478
14146
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14147
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
13479
14148
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13480
14149
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13481
14150
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13562,9 +14231,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
13562
14231
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13563
14232
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13564
14233
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
14234
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
14235
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
13565
14236
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13566
14237
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13567
14238
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14239
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
13568
14240
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13569
14241
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13570
14242
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13661,9 +14333,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
13661
14333
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13662
14334
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13663
14335
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
14336
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
14337
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
13664
14338
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13665
14339
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13666
14340
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14341
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
13667
14342
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13668
14343
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13669
14344
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13742,9 +14417,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
13742
14417
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13743
14418
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13744
14419
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
14420
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
14421
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
13745
14422
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13746
14423
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13747
14424
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14425
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
13748
14426
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13749
14427
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13750
14428
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13829,9 +14507,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
13829
14507
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13830
14508
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13831
14509
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
14510
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
14511
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
13832
14512
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13833
14513
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13834
14514
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14515
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
13835
14516
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13836
14517
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13837
14518
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13910,9 +14591,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
13910
14591
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13911
14592
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13912
14593
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
14594
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
14595
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
13913
14596
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
13914
14597
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
13915
14598
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14599
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
13916
14600
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
13917
14601
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
13918
14602
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -13997,9 +14681,12 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
13997
14681
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
13998
14682
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
13999
14683
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
14684
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
14685
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
14000
14686
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
14001
14687
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
14002
14688
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
14689
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
14003
14690
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
14004
14691
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
14005
14692
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -14520,9 +15207,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14520
15207
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
14521
15208
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
14522
15209
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
15210
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
15211
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
14523
15212
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
14524
15213
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
14525
15214
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
15215
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
14526
15216
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
14527
15217
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
14528
15218
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -14617,9 +15307,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14617
15307
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
14618
15308
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
14619
15309
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
15310
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
15311
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
14620
15312
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
14621
15313
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
14622
15314
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
15315
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
14623
15316
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
14624
15317
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
14625
15318
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -14701,9 +15394,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14701
15394
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
14702
15395
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
14703
15396
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
15397
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
15398
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
14704
15399
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
14705
15400
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
14706
15401
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
15402
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
14707
15403
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
14708
15404
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
14709
15405
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -14791,9 +15487,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14791
15487
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
14792
15488
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
14793
15489
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
15490
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
15491
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
14794
15492
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
14795
15493
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
14796
15494
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
15495
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
14797
15496
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
14798
15497
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
14799
15498
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -14880,9 +15579,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14880
15579
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
14881
15580
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
14882
15581
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
15582
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
15583
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
14883
15584
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
14884
15585
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
14885
15586
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
15587
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
14886
15588
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
14887
15589
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
14888
15590
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -14961,9 +15663,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14961
15663
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
14962
15664
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
14963
15665
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
15666
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
15667
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
14964
15668
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
14965
15669
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
14966
15670
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
15671
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
14967
15672
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
14968
15673
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
14969
15674
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -15053,9 +15758,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15053
15758
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
15054
15759
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
15055
15760
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
15761
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
15762
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
15056
15763
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
15057
15764
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
15058
15765
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
15766
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
15059
15767
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
15060
15768
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
15061
15769
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -15150,9 +15858,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15150
15858
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
15151
15859
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
15152
15860
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
15861
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
15862
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
15153
15863
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
15154
15864
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
15155
15865
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
15866
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
15156
15867
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
15157
15868
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
15158
15869
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -15264,9 +15975,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15264
15975
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
15265
15976
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
15266
15977
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
15978
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
15979
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
15267
15980
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
15268
15981
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
15269
15982
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
15983
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
15270
15984
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
15271
15985
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
15272
15986
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -15378,9 +16092,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15378
16092
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
15379
16093
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
15380
16094
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
16095
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
16096
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
15381
16097
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
15382
16098
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
15383
16099
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
16100
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
15384
16101
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
15385
16102
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
15386
16103
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -15458,9 +16175,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15458
16175
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
15459
16176
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
15460
16177
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
16178
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
16179
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
15461
16180
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
15462
16181
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
15463
16182
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
16183
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
15464
16184
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
15465
16185
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
15466
16186
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -15538,9 +16258,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15538
16258
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
15539
16259
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
15540
16260
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
16261
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
16262
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
15541
16263
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
15542
16264
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
15543
16265
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
16266
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
15544
16267
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
15545
16268
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
15546
16269
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -15626,9 +16349,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15626
16349
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
15627
16350
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
15628
16351
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
16352
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
16353
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
15629
16354
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
15630
16355
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
15631
16356
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
16357
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
15632
16358
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
15633
16359
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
15634
16360
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -15713,9 +16439,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15713
16439
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
15714
16440
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
15715
16441
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
16442
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
16443
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
15716
16444
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
15717
16445
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
15718
16446
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
16447
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
15719
16448
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
15720
16449
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
15721
16450
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -15803,9 +16532,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15803
16532
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
15804
16533
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
15805
16534
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
16535
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
16536
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
15806
16537
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
15807
16538
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
15808
16539
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
16540
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
15809
16541
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
15810
16542
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
15811
16543
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -15879,9 +16611,172 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15879
16611
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
15880
16612
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
15881
16613
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
16614
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
16615
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
15882
16616
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
15883
16617
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
15884
16618
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
16619
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
16620
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16621
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16622
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
16623
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
16624
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
16625
|
+
export: t.LiteralC<"export">;
|
|
16626
|
+
import: t.LiteralC<"import">;
|
|
16627
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
16628
|
+
}>;
|
|
16629
|
+
}>, t.PartialC<{
|
|
16630
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
16631
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
16632
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
16633
|
+
}>]>, t.TypeC<{
|
|
16634
|
+
intentType: t.LiteralC<"allocationOfferWithdrawn">;
|
|
16635
|
+
transferOfferId: t.StringC;
|
|
16636
|
+
}>, t.PartialC<{
|
|
16637
|
+
token: t.StringC;
|
|
16638
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
16639
|
+
intentType: t.KeyofC<{
|
|
16640
|
+
payment: t.LiteralC<"payment">;
|
|
16641
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
16642
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
16643
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
16644
|
+
fanout: t.LiteralC<"fanout">;
|
|
16645
|
+
stake: t.LiteralC<"stake">;
|
|
16646
|
+
unstake: t.LiteralC<"unstake">;
|
|
16647
|
+
delegate: t.LiteralC<"delegate">;
|
|
16648
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
16649
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
16650
|
+
claim: t.LiteralC<"claim">;
|
|
16651
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
16652
|
+
pledge: t.LiteralC<"pledge">;
|
|
16653
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
16654
|
+
vote: t.LiteralC<"vote">;
|
|
16655
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
16656
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
16657
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
16658
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
16659
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
16660
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
16661
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
16662
|
+
authorize: t.LiteralC<"authorize">;
|
|
16663
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
16664
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
16665
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
16666
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
16667
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
16668
|
+
customTx: t.LiteralC<"customTx">;
|
|
16669
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
16670
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
16671
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
16672
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
16673
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
16674
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
16675
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
16676
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
16677
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
16678
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
16679
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
16680
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
16681
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
16682
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
16683
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
16684
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
16685
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
16686
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
16687
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
16688
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
16689
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
16690
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
16691
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
16692
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16693
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16694
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
16695
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
16696
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
16697
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16698
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16699
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
16700
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
16701
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16702
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16703
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
16704
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
16705
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
16706
|
+
export: t.LiteralC<"export">;
|
|
16707
|
+
import: t.LiteralC<"import">;
|
|
16708
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
16709
|
+
}>;
|
|
16710
|
+
}>, t.PartialC<{
|
|
16711
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
16712
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
16713
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
16714
|
+
}>]>, t.TypeC<{
|
|
16715
|
+
intentType: t.LiteralC<"allocationReject">;
|
|
16716
|
+
txRequestId: t.StringC;
|
|
16717
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
16718
|
+
intentType: t.KeyofC<{
|
|
16719
|
+
payment: t.LiteralC<"payment">;
|
|
16720
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
16721
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
16722
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
16723
|
+
fanout: t.LiteralC<"fanout">;
|
|
16724
|
+
stake: t.LiteralC<"stake">;
|
|
16725
|
+
unstake: t.LiteralC<"unstake">;
|
|
16726
|
+
delegate: t.LiteralC<"delegate">;
|
|
16727
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
16728
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
16729
|
+
claim: t.LiteralC<"claim">;
|
|
16730
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
16731
|
+
pledge: t.LiteralC<"pledge">;
|
|
16732
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
16733
|
+
vote: t.LiteralC<"vote">;
|
|
16734
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
16735
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
16736
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
16737
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
16738
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
16739
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
16740
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
16741
|
+
authorize: t.LiteralC<"authorize">;
|
|
16742
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
16743
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
16744
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
16745
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
16746
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
16747
|
+
customTx: t.LiteralC<"customTx">;
|
|
16748
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
16749
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
16750
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
16751
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
16752
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
16753
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
16754
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
16755
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
16756
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
16757
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
16758
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
16759
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
16760
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
16761
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
16762
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
16763
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
16764
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
16765
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
16766
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
16767
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
16768
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
16769
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
16770
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
16771
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16772
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16773
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
16774
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
16775
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
16776
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16777
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16778
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
16779
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
15885
16780
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
15886
16781
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
15887
16782
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -15969,9 +16864,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15969
16864
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
15970
16865
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
15971
16866
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
16867
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
16868
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
15972
16869
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
15973
16870
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
15974
16871
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
16872
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
15975
16873
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
15976
16874
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
15977
16875
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -16045,9 +16943,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16045
16943
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16046
16944
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16047
16945
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
16946
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
16947
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
16048
16948
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16049
16949
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16050
16950
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
16951
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
16051
16952
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16052
16953
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16053
16954
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -16125,9 +17026,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16125
17026
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16126
17027
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16127
17028
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
17029
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
17030
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
16128
17031
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16129
17032
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16130
17033
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
17034
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
16131
17035
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16132
17036
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16133
17037
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -16229,9 +17133,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16229
17133
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16230
17134
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16231
17135
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
17136
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
17137
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
16232
17138
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16233
17139
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16234
17140
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
17141
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
16235
17142
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16236
17143
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16237
17144
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -16330,9 +17237,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16330
17237
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16331
17238
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16332
17239
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
17240
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
17241
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
16333
17242
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16334
17243
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16335
17244
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
17245
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
16336
17246
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16337
17247
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16338
17248
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -16409,9 +17319,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16409
17319
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16410
17320
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16411
17321
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
17322
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
17323
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
16412
17324
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16413
17325
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16414
17326
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
17327
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
16415
17328
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16416
17329
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16417
17330
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -16492,9 +17405,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16492
17405
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16493
17406
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16494
17407
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
17408
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
17409
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
16495
17410
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16496
17411
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16497
17412
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
17413
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
16498
17414
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16499
17415
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16500
17416
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -16570,9 +17486,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16570
17486
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16571
17487
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16572
17488
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
17489
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
17490
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
16573
17491
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16574
17492
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16575
17493
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
17494
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
16576
17495
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16577
17496
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16578
17497
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -16649,9 +17568,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16649
17568
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16650
17569
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16651
17570
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
17571
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
17572
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
16652
17573
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16653
17574
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16654
17575
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
17576
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
16655
17577
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16656
17578
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16657
17579
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -16727,9 +17649,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16727
17649
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16728
17650
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16729
17651
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
17652
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
17653
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
16730
17654
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16731
17655
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16732
17656
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
17657
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
16733
17658
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16734
17659
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16735
17660
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -16803,9 +17728,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16803
17728
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16804
17729
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16805
17730
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
17731
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
17732
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
16806
17733
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16807
17734
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16808
17735
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
17736
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
16809
17737
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16810
17738
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16811
17739
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -16823,6 +17751,92 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16823
17751
|
intentType: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
16824
17752
|
txRequestId: t.StringC;
|
|
16825
17753
|
reason: t.StringC;
|
|
17754
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
17755
|
+
intentType: t.KeyofC<{
|
|
17756
|
+
payment: t.LiteralC<"payment">;
|
|
17757
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
17758
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
17759
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
17760
|
+
fanout: t.LiteralC<"fanout">;
|
|
17761
|
+
stake: t.LiteralC<"stake">;
|
|
17762
|
+
unstake: t.LiteralC<"unstake">;
|
|
17763
|
+
delegate: t.LiteralC<"delegate">;
|
|
17764
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
17765
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
17766
|
+
claim: t.LiteralC<"claim">;
|
|
17767
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
17768
|
+
pledge: t.LiteralC<"pledge">;
|
|
17769
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
17770
|
+
vote: t.LiteralC<"vote">;
|
|
17771
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
17772
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
17773
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
17774
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
17775
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
17776
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
17777
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
17778
|
+
authorize: t.LiteralC<"authorize">;
|
|
17779
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
17780
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
17781
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
17782
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
17783
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
17784
|
+
customTx: t.LiteralC<"customTx">;
|
|
17785
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
17786
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
17787
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
17788
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
17789
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
17790
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
17791
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
17792
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
17793
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
17794
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
17795
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
17796
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
17797
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
17798
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
17799
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
17800
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
17801
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
17802
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
17803
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
17804
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
17805
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
17806
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
17807
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
17808
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
17809
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
17810
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
17811
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
17812
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
17813
|
+
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
17814
|
+
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
17815
|
+
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
17816
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
17817
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
17818
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
17819
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
17820
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
17821
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
17822
|
+
export: t.LiteralC<"export">;
|
|
17823
|
+
import: t.LiteralC<"import">;
|
|
17824
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
17825
|
+
}>;
|
|
17826
|
+
}>, t.PartialC<{
|
|
17827
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
17828
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
17829
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
17830
|
+
}>]>, t.TypeC<{
|
|
17831
|
+
intentType: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
17832
|
+
operator: t.StringC;
|
|
17833
|
+
provider: t.StringC;
|
|
17834
|
+
compliance: t.StringC;
|
|
17835
|
+
registrar: t.StringC;
|
|
17836
|
+
clientOnboarder: t.StringC;
|
|
17837
|
+
}>, t.PartialC<{
|
|
17838
|
+
expirationIso: t.StringC;
|
|
17839
|
+
comment: t.StringC;
|
|
16826
17840
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
16827
17841
|
intentType: t.KeyofC<{
|
|
16828
17842
|
payment: t.LiteralC<"payment">;
|
|
@@ -16880,9 +17894,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16880
17894
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16881
17895
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16882
17896
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
17897
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
17898
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
16883
17899
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16884
17900
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16885
17901
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
17902
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
16886
17903
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16887
17904
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16888
17905
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -16959,9 +17976,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16959
17976
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
16960
17977
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
16961
17978
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
17979
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
17980
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
16962
17981
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
16963
17982
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
16964
17983
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
17984
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
16965
17985
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
16966
17986
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
16967
17987
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -17038,9 +18058,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17038
18058
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
17039
18059
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
17040
18060
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
18061
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
18062
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
17041
18063
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
17042
18064
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
17043
18065
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
18066
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
17044
18067
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
17045
18068
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
17046
18069
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -17135,9 +18158,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17135
18158
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
17136
18159
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
17137
18160
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
18161
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
18162
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
17138
18163
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
17139
18164
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
17140
18165
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
18166
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
17141
18167
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
17142
18168
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
17143
18169
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -17215,9 +18241,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17215
18241
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
17216
18242
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
17217
18243
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
18244
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
18245
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
17218
18246
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
17219
18247
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
17220
18248
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
18249
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
17221
18250
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
17222
18251
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
17223
18252
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -17328,9 +18357,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17328
18357
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
17329
18358
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
17330
18359
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
18360
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
18361
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
17331
18362
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
17332
18363
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
17333
18364
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
18365
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
17334
18366
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
17335
18367
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
17336
18368
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -17414,9 +18446,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17414
18446
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
17415
18447
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
17416
18448
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
18449
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
18450
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
17417
18451
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
17418
18452
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
17419
18453
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
18454
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
17420
18455
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
17421
18456
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
17422
18457
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -17527,9 +18562,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17527
18562
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
17528
18563
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
17529
18564
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
18565
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
18566
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
17530
18567
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
17531
18568
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
17532
18569
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
18570
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
17533
18571
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
17534
18572
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
17535
18573
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -17607,9 +18645,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17607
18645
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
17608
18646
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
17609
18647
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
18648
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
18649
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
17610
18650
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
17611
18651
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
17612
18652
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
18653
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
17613
18654
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
17614
18655
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
17615
18656
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -17744,9 +18785,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17744
18785
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
17745
18786
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
17746
18787
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
18788
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
18789
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
17747
18790
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
17748
18791
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
17749
18792
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
18793
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
17750
18794
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
17751
18795
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
17752
18796
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -17871,9 +18915,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17871
18915
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
17872
18916
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
17873
18917
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
18918
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
18919
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
17874
18920
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
17875
18921
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
17876
18922
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
18923
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
17877
18924
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
17878
18925
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
17879
18926
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -17990,9 +19037,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17990
19037
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
17991
19038
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
17992
19039
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
19040
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
19041
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
17993
19042
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
17994
19043
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
17995
19044
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
19045
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
17996
19046
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
17997
19047
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
17998
19048
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -18095,9 +19145,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18095
19145
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
18096
19146
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
18097
19147
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
19148
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
19149
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
18098
19150
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
18099
19151
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
18100
19152
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
19153
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
18101
19154
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
18102
19155
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
18103
19156
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -18199,9 +19252,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18199
19252
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
18200
19253
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
18201
19254
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
19255
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
19256
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
18202
19257
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
18203
19258
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
18204
19259
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
19260
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
18205
19261
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
18206
19262
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
18207
19263
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -18302,9 +19358,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18302
19358
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
18303
19359
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
18304
19360
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
19361
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
19362
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
18305
19363
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
18306
19364
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
18307
19365
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
19366
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
18308
19367
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
18309
19368
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
18310
19369
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -18381,9 +19440,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18381
19440
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
18382
19441
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
18383
19442
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
19443
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
19444
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
18384
19445
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
18385
19446
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
18386
19447
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
19448
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
18387
19449
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
18388
19450
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
18389
19451
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -18580,9 +19642,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18580
19642
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
18581
19643
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
18582
19644
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
19645
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
19646
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
18583
19647
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
18584
19648
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
18585
19649
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
19650
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
18586
19651
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
18587
19652
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
18588
19653
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -18720,9 +19785,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18720
19785
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
18721
19786
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
18722
19787
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
19788
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
19789
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
18723
19790
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
18724
19791
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
18725
19792
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
19793
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
18726
19794
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
18727
19795
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
18728
19796
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -18821,9 +19889,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18821
19889
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
18822
19890
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
18823
19891
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
19892
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
19893
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
18824
19894
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
18825
19895
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
18826
19896
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
19897
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
18827
19898
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
18828
19899
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
18829
19900
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -18898,9 +19969,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18898
19969
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
18899
19970
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
18900
19971
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
19972
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
19973
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
18901
19974
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
18902
19975
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
18903
19976
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
19977
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
18904
19978
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
18905
19979
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
18906
19980
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -19030,9 +20104,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19030
20104
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
19031
20105
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
19032
20106
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
20107
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
20108
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
19033
20109
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
19034
20110
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
19035
20111
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
20112
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
19036
20113
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
19037
20114
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
19038
20115
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -19149,9 +20226,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19149
20226
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
19150
20227
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
19151
20228
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
20229
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
20230
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
19152
20231
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
19153
20232
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
19154
20233
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
20234
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
19155
20235
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
19156
20236
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
19157
20237
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -19288,9 +20368,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19288
20368
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
19289
20369
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
19290
20370
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
20371
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
20372
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
19291
20373
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
19292
20374
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
19293
20375
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
20376
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
19294
20377
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
19295
20378
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
19296
20379
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -19372,9 +20455,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19372
20455
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
19373
20456
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
19374
20457
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
20458
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
20459
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
19375
20460
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
19376
20461
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
19377
20462
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
20463
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
19378
20464
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
19379
20465
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
19380
20466
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -19451,9 +20537,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19451
20537
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
19452
20538
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
19453
20539
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
20540
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
20541
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
19454
20542
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
19455
20543
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
19456
20544
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
20545
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
19457
20546
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
19458
20547
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
19459
20548
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -19542,9 +20631,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19542
20631
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
19543
20632
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
19544
20633
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
20634
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
20635
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
19545
20636
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
19546
20637
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
19547
20638
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
20639
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
19548
20640
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
19549
20641
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
19550
20642
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -19629,9 +20721,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19629
20721
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
19630
20722
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
19631
20723
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
20724
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
20725
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
19632
20726
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
19633
20727
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
19634
20728
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
20729
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
19635
20730
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
19636
20731
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
19637
20732
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -19731,9 +20826,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19731
20826
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
19732
20827
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
19733
20828
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
20829
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
20830
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
19734
20831
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
19735
20832
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
19736
20833
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
20834
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
19737
20835
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
19738
20836
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
19739
20837
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -19823,9 +20921,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19823
20921
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
19824
20922
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
19825
20923
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
20924
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
20925
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
19826
20926
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
19827
20927
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
19828
20928
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
20929
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
19829
20930
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
19830
20931
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
19831
20932
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -19901,9 +21002,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19901
21002
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
19902
21003
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
19903
21004
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
21005
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
21006
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
19904
21007
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
19905
21008
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
19906
21009
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
21010
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
19907
21011
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
19908
21012
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
19909
21013
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -20058,9 +21162,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20058
21162
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
20059
21163
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
20060
21164
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
21165
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
21166
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
20061
21167
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
20062
21168
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
20063
21169
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
21170
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
20064
21171
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
20065
21172
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
20066
21173
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -20136,9 +21243,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20136
21243
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
20137
21244
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
20138
21245
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
21246
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
21247
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
20139
21248
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
20140
21249
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
20141
21250
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
21251
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
20142
21252
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
20143
21253
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
20144
21254
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -20231,9 +21341,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20231
21341
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
20232
21342
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
20233
21343
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
21344
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
21345
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
20234
21346
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
20235
21347
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
20236
21348
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
21349
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
20237
21350
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
20238
21351
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
20239
21352
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -20311,9 +21424,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20311
21424
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
20312
21425
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
20313
21426
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
21427
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
21428
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
20314
21429
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
20315
21430
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
20316
21431
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
21432
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
20317
21433
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
20318
21434
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
20319
21435
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -20395,9 +21511,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20395
21511
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
20396
21512
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
20397
21513
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
21514
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
21515
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
20398
21516
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
20399
21517
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
20400
21518
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
21519
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
20401
21520
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
20402
21521
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
20403
21522
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -20479,9 +21598,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20479
21598
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
20480
21599
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
20481
21600
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
21601
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
21602
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
20482
21603
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
20483
21604
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
20484
21605
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
21606
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
20485
21607
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
20486
21608
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
20487
21609
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -20560,9 +21682,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20560
21682
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
20561
21683
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
20562
21684
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
21685
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
21686
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
20563
21687
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
20564
21688
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
20565
21689
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
21690
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
20566
21691
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
20567
21692
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
20568
21693
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -20657,9 +21782,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20657
21782
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
20658
21783
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
20659
21784
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
21785
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
21786
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
20660
21787
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
20661
21788
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
20662
21789
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
21790
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
20663
21791
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
20664
21792
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
20665
21793
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -20753,9 +21881,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20753
21881
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
20754
21882
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
20755
21883
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
21884
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
21885
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
20756
21886
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
20757
21887
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
20758
21888
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
21889
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
20759
21890
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
20760
21891
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
20761
21892
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -20849,9 +21980,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20849
21980
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
20850
21981
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
20851
21982
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
21983
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
21984
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
20852
21985
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
20853
21986
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
20854
21987
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
21988
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
20855
21989
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
20856
21990
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
20857
21991
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -20953,9 +22087,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
20953
22087
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
20954
22088
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
20955
22089
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
22090
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
22091
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
20956
22092
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
20957
22093
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
20958
22094
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
22095
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
20959
22096
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
20960
22097
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
20961
22098
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -21079,9 +22216,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21079
22216
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
21080
22217
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
21081
22218
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
22219
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
22220
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
21082
22221
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
21083
22222
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
21084
22223
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
22224
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
21085
22225
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
21086
22226
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
21087
22227
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -21177,9 +22317,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21177
22317
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
21178
22318
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
21179
22319
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
22320
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
22321
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
21180
22322
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
21181
22323
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
21182
22324
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
22325
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
21183
22326
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
21184
22327
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
21185
22328
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -21292,9 +22435,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21292
22435
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
21293
22436
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
21294
22437
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
22438
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
22439
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
21295
22440
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
21296
22441
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
21297
22442
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
22443
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
21298
22444
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
21299
22445
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
21300
22446
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -21388,9 +22534,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21388
22534
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
21389
22535
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
21390
22536
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
22537
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
22538
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
21391
22539
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
21392
22540
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
21393
22541
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
22542
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
21394
22543
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
21395
22544
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
21396
22545
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -21502,9 +22651,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21502
22651
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
21503
22652
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
21504
22653
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
22654
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
22655
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
21505
22656
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
21506
22657
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
21507
22658
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
22659
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
21508
22660
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
21509
22661
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
21510
22662
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -21614,9 +22766,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21614
22766
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
21615
22767
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
21616
22768
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
22769
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
22770
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
21617
22771
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
21618
22772
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
21619
22773
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
22774
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
21620
22775
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
21621
22776
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
21622
22777
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -21701,9 +22856,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21701
22856
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
21702
22857
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
21703
22858
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
22859
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
22860
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
21704
22861
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
21705
22862
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
21706
22863
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
22864
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
21707
22865
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
21708
22866
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
21709
22867
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -21799,9 +22957,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21799
22957
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
21800
22958
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
21801
22959
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
22960
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
22961
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
21802
22962
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
21803
22963
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
21804
22964
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
22965
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
21805
22966
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
21806
22967
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
21807
22968
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -21954,9 +23115,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
21954
23115
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
21955
23116
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
21956
23117
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
23118
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
23119
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
21957
23120
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
21958
23121
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
21959
23122
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
23123
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
21960
23124
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
21961
23125
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
21962
23126
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -22038,9 +23202,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22038
23202
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
22039
23203
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
22040
23204
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
23205
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
23206
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
22041
23207
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
22042
23208
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
22043
23209
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
23210
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
22044
23211
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
22045
23212
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
22046
23213
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -22126,9 +23293,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22126
23293
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
22127
23294
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
22128
23295
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
23296
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
23297
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
22129
23298
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
22130
23299
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
22131
23300
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
23301
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
22132
23302
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
22133
23303
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
22134
23304
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -22208,9 +23378,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22208
23378
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
22209
23379
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
22210
23380
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
23381
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
23382
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
22211
23383
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
22212
23384
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
22213
23385
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
23386
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
22214
23387
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
22215
23388
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
22216
23389
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -22291,9 +23464,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22291
23464
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
22292
23465
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
22293
23466
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
23467
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
23468
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
22294
23469
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
22295
23470
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
22296
23471
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
23472
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
22297
23473
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
22298
23474
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
22299
23475
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -22388,9 +23564,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22388
23564
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
22389
23565
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
22390
23566
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
23567
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
23568
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
22391
23569
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
22392
23570
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
22393
23571
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
23572
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
22394
23573
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
22395
23574
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
22396
23575
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -22487,9 +23666,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22487
23666
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
22488
23667
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
22489
23668
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
23669
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
23670
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
22490
23671
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
22491
23672
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
22492
23673
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
23674
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
22493
23675
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
22494
23676
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
22495
23677
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -22579,9 +23761,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22579
23761
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
22580
23762
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
22581
23763
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
23764
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
23765
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
22582
23766
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
22583
23767
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
22584
23768
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
23769
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
22585
23770
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
22586
23771
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
22587
23772
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -22708,9 +23893,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22708
23893
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
22709
23894
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
22710
23895
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
23896
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
23897
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
22711
23898
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
22712
23899
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
22713
23900
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
23901
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
22714
23902
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
22715
23903
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
22716
23904
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -22867,9 +24055,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
22867
24055
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
22868
24056
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
22869
24057
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
24058
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
24059
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
22870
24060
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
22871
24061
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
22872
24062
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
24063
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
22873
24064
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
22874
24065
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
22875
24066
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -23040,9 +24231,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23040
24231
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
23041
24232
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
23042
24233
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
24234
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
24235
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
23043
24236
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
23044
24237
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
23045
24238
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
24239
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
23046
24240
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
23047
24241
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
23048
24242
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -23118,9 +24312,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23118
24312
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
23119
24313
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
23120
24314
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
24315
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
24316
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
23121
24317
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
23122
24318
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
23123
24319
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
24320
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
23124
24321
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
23125
24322
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
23126
24323
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -23191,9 +24388,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23191
24388
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
23192
24389
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
23193
24390
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
24391
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
24392
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
23194
24393
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
23195
24394
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
23196
24395
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
24396
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
23197
24397
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
23198
24398
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
23199
24399
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -23272,9 +24472,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23272
24472
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
23273
24473
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
23274
24474
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
24475
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
24476
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
23275
24477
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
23276
24478
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
23277
24479
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
24480
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
23278
24481
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
23279
24482
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
23280
24483
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -23363,9 +24566,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23363
24566
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
23364
24567
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
23365
24568
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
24569
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
24570
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
23366
24571
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
23367
24572
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
23368
24573
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
24574
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
23369
24575
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
23370
24576
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
23371
24577
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -23438,9 +24644,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23438
24644
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
23439
24645
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
23440
24646
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
24647
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
24648
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
23441
24649
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
23442
24650
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
23443
24651
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
24652
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
23444
24653
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
23445
24654
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
23446
24655
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -23516,9 +24725,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23516
24725
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
23517
24726
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
23518
24727
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
24728
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
24729
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
23519
24730
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
23520
24731
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
23521
24732
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
24733
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
23522
24734
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
23523
24735
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
23524
24736
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -23611,9 +24823,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23611
24823
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
23612
24824
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
23613
24825
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
24826
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
24827
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
23614
24828
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
23615
24829
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
23616
24830
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
24831
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
23617
24832
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
23618
24833
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
23619
24834
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -23689,9 +24904,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23689
24904
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
23690
24905
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
23691
24906
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
24907
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
24908
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
23692
24909
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
23693
24910
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
23694
24911
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
24912
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
23695
24913
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
23696
24914
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
23697
24915
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -23804,9 +25022,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23804
25022
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
23805
25023
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
23806
25024
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
25025
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
25026
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
23807
25027
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
23808
25028
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
23809
25029
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
25030
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
23810
25031
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
23811
25032
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
23812
25033
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -23901,9 +25122,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23901
25122
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
23902
25123
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
23903
25124
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
25125
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
25126
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
23904
25127
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
23905
25128
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
23906
25129
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
25130
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
23907
25131
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
23908
25132
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
23909
25133
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -23980,9 +25204,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
23980
25204
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
23981
25205
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
23982
25206
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
25207
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
25208
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
23983
25209
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
23984
25210
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
23985
25211
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
25212
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
23986
25213
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
23987
25214
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
23988
25215
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -24078,9 +25305,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24078
25305
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
24079
25306
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
24080
25307
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
25308
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
25309
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
24081
25310
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
24082
25311
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
24083
25312
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
25313
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
24084
25314
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
24085
25315
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
24086
25316
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -24178,9 +25408,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24178
25408
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
24179
25409
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
24180
25410
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
25411
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
25412
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
24181
25413
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
24182
25414
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
24183
25415
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
25416
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
24184
25417
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
24185
25418
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
24186
25419
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -24279,9 +25512,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24279
25512
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
24280
25513
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
24281
25514
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
25515
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
25516
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
24282
25517
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
24283
25518
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
24284
25519
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
25520
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
24285
25521
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
24286
25522
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
24287
25523
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -24366,9 +25602,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24366
25602
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
24367
25603
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
24368
25604
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
25605
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
25606
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
24369
25607
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
24370
25608
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
24371
25609
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
25610
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
24372
25611
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
24373
25612
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
24374
25613
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -24464,9 +25703,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24464
25703
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
24465
25704
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
24466
25705
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
25706
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
25707
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
24467
25708
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
24468
25709
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
24469
25710
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
25711
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
24470
25712
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
24471
25713
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
24472
25714
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -24601,9 +25843,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24601
25843
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
24602
25844
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
24603
25845
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
25846
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
25847
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
24604
25848
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
24605
25849
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
24606
25850
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
25851
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
24607
25852
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
24608
25853
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
24609
25854
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -24686,9 +25931,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24686
25931
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
24687
25932
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
24688
25933
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
25934
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
25935
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
24689
25936
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
24690
25937
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
24691
25938
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
25939
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
24692
25940
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
24693
25941
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
24694
25942
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -24768,9 +26016,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24768
26016
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
24769
26017
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
24770
26018
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
26019
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
26020
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
24771
26021
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
24772
26022
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
24773
26023
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
26024
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
24774
26025
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
24775
26026
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
24776
26027
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -24845,9 +26096,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24845
26096
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
24846
26097
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
24847
26098
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
26099
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
26100
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
24848
26101
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
24849
26102
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
24850
26103
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
26104
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
24851
26105
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
24852
26106
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
24853
26107
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -24942,9 +26196,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
24942
26196
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
24943
26197
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
24944
26198
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
26199
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
26200
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
24945
26201
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
24946
26202
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
24947
26203
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
26204
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
24948
26205
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
24949
26206
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
24950
26207
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -25025,9 +26282,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25025
26282
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
25026
26283
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
25027
26284
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
26285
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
26286
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
25028
26287
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
25029
26288
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
25030
26289
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
26290
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
25031
26291
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
25032
26292
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
25033
26293
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -25107,9 +26367,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25107
26367
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
25108
26368
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
25109
26369
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
26370
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
26371
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
25110
26372
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
25111
26373
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
25112
26374
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
26375
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
25113
26376
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
25114
26377
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
25115
26378
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -25190,9 +26453,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25190
26453
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
25191
26454
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
25192
26455
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
26456
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
26457
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
25193
26458
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
25194
26459
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
25195
26460
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
26461
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
25196
26462
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
25197
26463
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
25198
26464
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -25272,9 +26538,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25272
26538
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
25273
26539
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
25274
26540
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
26541
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
26542
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
25275
26543
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
25276
26544
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
25277
26545
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
26546
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
25278
26547
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
25279
26548
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
25280
26549
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -25358,9 +26627,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25358
26627
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
25359
26628
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
25360
26629
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
26630
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
26631
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
25361
26632
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
25362
26633
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
25363
26634
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
26635
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
25364
26636
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
25365
26637
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
25366
26638
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -25443,9 +26715,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25443
26715
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
25444
26716
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
25445
26717
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
26718
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
26719
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
25446
26720
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
25447
26721
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
25448
26722
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
26723
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
25449
26724
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
25450
26725
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
25451
26726
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -25530,9 +26805,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25530
26805
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
25531
26806
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
25532
26807
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
26808
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
26809
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
25533
26810
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
25534
26811
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
25535
26812
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
26813
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
25536
26814
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
25537
26815
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
25538
26816
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -25617,9 +26895,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25617
26895
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
25618
26896
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
25619
26897
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
26898
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
26899
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
25620
26900
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
25621
26901
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
25622
26902
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
26903
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
25623
26904
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
25624
26905
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
25625
26906
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -25704,9 +26985,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25704
26985
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
25705
26986
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
25706
26987
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
26988
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
26989
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
25707
26990
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
25708
26991
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
25709
26992
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
26993
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
25710
26994
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
25711
26995
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
25712
26996
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -25790,9 +27074,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25790
27074
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
25791
27075
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
25792
27076
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
27077
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
27078
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
25793
27079
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
25794
27080
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
25795
27081
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
27082
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
25796
27083
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
25797
27084
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
25798
27085
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -25880,9 +27167,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25880
27167
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
25881
27168
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
25882
27169
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
27170
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
27171
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
25883
27172
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
25884
27173
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
25885
27174
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
27175
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
25886
27176
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
25887
27177
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
25888
27178
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -25965,9 +27255,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
25965
27255
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
25966
27256
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
25967
27257
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
27258
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
27259
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
25968
27260
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
25969
27261
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
25970
27262
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
27263
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
25971
27264
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
25972
27265
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
25973
27266
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -26052,9 +27345,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
26052
27345
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
26053
27346
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
26054
27347
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
27348
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
27349
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
26055
27350
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
26056
27351
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
26057
27352
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
27353
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
26058
27354
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
26059
27355
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
26060
27356
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -26135,9 +27431,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
26135
27431
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
26136
27432
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
26137
27433
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
27434
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
27435
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
26138
27436
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
26139
27437
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
26140
27438
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
27439
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
26141
27440
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
26142
27441
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
26143
27442
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -26217,9 +27516,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
26217
27516
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
26218
27517
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
26219
27518
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
27519
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
27520
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
26220
27521
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
26221
27522
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
26222
27523
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
27524
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
26223
27525
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
26224
27526
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
26225
27527
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -26299,9 +27601,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
26299
27601
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
26300
27602
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
26301
27603
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
27604
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
27605
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
26302
27606
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
26303
27607
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
26304
27608
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
27609
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
26305
27610
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
26306
27611
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
26307
27612
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -26386,9 +27691,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
26386
27691
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
26387
27692
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
26388
27693
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
27694
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
27695
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
26389
27696
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
26390
27697
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
26391
27698
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
27699
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
26392
27700
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
26393
27701
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
26394
27702
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -26474,9 +27782,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
26474
27782
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
26475
27783
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
26476
27784
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
27785
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
27786
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
26477
27787
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
26478
27788
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
26479
27789
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
27790
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
26480
27791
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
26481
27792
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
26482
27793
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -26560,9 +27871,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
26560
27871
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
26561
27872
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
26562
27873
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
27874
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
27875
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
26563
27876
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
26564
27877
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
26565
27878
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
27879
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
26566
27880
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
26567
27881
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
26568
27882
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -26646,9 +27960,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
26646
27960
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
26647
27961
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
26648
27962
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
27963
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
27964
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
26649
27965
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
26650
27966
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
26651
27967
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
27968
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
26652
27969
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
26653
27970
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
26654
27971
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -26727,9 +28044,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
26727
28044
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
26728
28045
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
26729
28046
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
28047
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
28048
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
26730
28049
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
26731
28050
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
26732
28051
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
28052
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
26733
28053
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
26734
28054
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
26735
28055
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -26808,9 +28128,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
26808
28128
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
26809
28129
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
26810
28130
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
28131
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
28132
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
26811
28133
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
26812
28134
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
26813
28135
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
28136
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
26814
28137
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
26815
28138
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
26816
28139
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -26883,9 +28206,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
26883
28206
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
26884
28207
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
26885
28208
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
28209
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
28210
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
26886
28211
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
26887
28212
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
26888
28213
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
28214
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
26889
28215
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
26890
28216
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
26891
28217
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -26962,9 +28288,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
26962
28288
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
26963
28289
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
26964
28290
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
28291
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
28292
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
26965
28293
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
26966
28294
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
26967
28295
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
28296
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
26968
28297
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
26969
28298
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
26970
28299
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -27043,9 +28372,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
27043
28372
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
27044
28373
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
27045
28374
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
28375
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
28376
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
27046
28377
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
27047
28378
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
27048
28379
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
28380
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
27049
28381
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
27050
28382
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
27051
28383
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -27124,9 +28456,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
27124
28456
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
27125
28457
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
27126
28458
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
28459
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
28460
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
27127
28461
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
27128
28462
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
27129
28463
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
28464
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
27130
28465
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
27131
28466
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
27132
28467
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -27211,9 +28546,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
27211
28546
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
27212
28547
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
27213
28548
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
28549
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
28550
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
27214
28551
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
27215
28552
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
27216
28553
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
28554
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
27217
28555
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
27218
28556
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
27219
28557
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -27298,9 +28636,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
27298
28636
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
27299
28637
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
27300
28638
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
28639
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
28640
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
27301
28641
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
27302
28642
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
27303
28643
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
28644
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
27304
28645
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
27305
28646
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
27306
28647
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -27379,9 +28720,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
27379
28720
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
27380
28721
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
27381
28722
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
28723
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
28724
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
27382
28725
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
27383
28726
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
27384
28727
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
28728
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
27385
28729
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
27386
28730
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
27387
28731
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -27456,9 +28800,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
27456
28800
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
27457
28801
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
27458
28802
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
28803
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
28804
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
27459
28805
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
27460
28806
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
27461
28807
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
28808
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
27462
28809
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
27463
28810
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
27464
28811
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -27553,9 +28900,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
27553
28900
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
27554
28901
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
27555
28902
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
28903
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
28904
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
27556
28905
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
27557
28906
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
27558
28907
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
28908
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
27559
28909
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
27560
28910
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
27561
28911
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -27660,9 +29010,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
27660
29010
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
27661
29011
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
27662
29012
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
29013
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
29014
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
27663
29015
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
27664
29016
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
27665
29017
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
29018
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
27666
29019
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
27667
29020
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
27668
29021
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -27777,9 +29130,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
27777
29130
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
27778
29131
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
27779
29132
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
29133
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
29134
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
27780
29135
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
27781
29136
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
27782
29137
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
29138
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
27783
29139
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
27784
29140
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
27785
29141
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -27866,9 +29222,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
27866
29222
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
27867
29223
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
27868
29224
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
29225
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
29226
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
27869
29227
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
27870
29228
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
27871
29229
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
29230
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
27872
29231
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
27873
29232
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
27874
29233
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -27965,9 +29324,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
27965
29324
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
27966
29325
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
27967
29326
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
29327
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
29328
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
27968
29329
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
27969
29330
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
27970
29331
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
29332
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
27971
29333
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
27972
29334
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
27973
29335
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -28046,9 +29408,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
28046
29408
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
28047
29409
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
28048
29410
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
29411
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
29412
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
28049
29413
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
28050
29414
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
28051
29415
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
29416
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
28052
29417
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
28053
29418
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
28054
29419
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -28133,9 +29498,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
28133
29498
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
28134
29499
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
28135
29500
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
29501
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
29502
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
28136
29503
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
28137
29504
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
28138
29505
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
29506
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
28139
29507
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
28140
29508
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
28141
29509
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -28214,9 +29582,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
28214
29582
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
28215
29583
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
28216
29584
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
29585
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
29586
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
28217
29587
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
28218
29588
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
28219
29589
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
29590
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
28220
29591
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
28221
29592
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
28222
29593
|
"defi-approve": t.LiteralC<"defi-approve">;
|
|
@@ -28301,9 +29672,12 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
28301
29672
|
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
28302
29673
|
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
28303
29674
|
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
29675
|
+
allocationOfferWithdrawn: t.LiteralC<"allocationOfferWithdrawn">;
|
|
29676
|
+
allocationReject: t.LiteralC<"allocationReject">;
|
|
28304
29677
|
cantonEndInvestorOnboardingOffer: t.LiteralC<"cantonEndInvestorOnboardingOffer">;
|
|
28305
29678
|
cantonEndInvestorOnboardingAccept: t.LiteralC<"cantonEndInvestorOnboardingAccept">;
|
|
28306
29679
|
cantonEndInvestorOnboardingReject: t.LiteralC<"cantonEndInvestorOnboardingReject">;
|
|
29680
|
+
cantonParticipantOnboardingRequest: t.LiteralC<"cantonParticipantOnboardingRequest">;
|
|
28307
29681
|
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
28308
29682
|
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
28309
29683
|
"defi-approve": t.LiteralC<"defi-approve">;
|