@bitgo/public-types 6.17.0 → 6.19.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.
Files changed (185) hide show
  1. package/dist/src/schema/transactionRequest/intents/accelerationIntent.d.ts +1 -0
  2. package/dist/src/schema/transactionRequest/intents/accountBaseCreateAccountIntent.d.ts +1 -0
  3. package/dist/src/schema/transactionRequest/intents/accountBaseUpdateAccountIntent.d.ts +1 -0
  4. package/dist/src/schema/transactionRequest/intents/adaPaymentIntent.d.ts +1 -0
  5. package/dist/src/schema/transactionRequest/intents/adaPledgeIntent.d.ts +1 -0
  6. package/dist/src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.d.ts +1 -0
  7. package/dist/src/schema/transactionRequest/intents/adaStakeIntent.d.ts +1 -0
  8. package/dist/src/schema/transactionRequest/intents/adaUnstakeIntent.d.ts +1 -0
  9. package/dist/src/schema/transactionRequest/intents/adaVoteDelegationIntent.d.ts +1 -0
  10. package/dist/src/schema/transactionRequest/intents/aptCustomTxIntent.d.ts +1 -0
  11. package/dist/src/schema/transactionRequest/intents/aptStakeIntent.d.ts +1 -0
  12. package/dist/src/schema/transactionRequest/intents/aptUnstakeIntent.d.ts +1 -0
  13. package/dist/src/schema/transactionRequest/intents/aptWithdrawStakeIntent.d.ts +1 -0
  14. package/dist/src/schema/transactionRequest/intents/atomPaymentIntent.d.ts +1 -0
  15. package/dist/src/schema/transactionRequest/intents/atomStakeIntent.d.ts +1 -0
  16. package/dist/src/schema/transactionRequest/intents/atomUnstakeIntent.d.ts +1 -0
  17. package/dist/src/schema/transactionRequest/intents/atomWithdrawIntent.d.ts +1 -0
  18. package/dist/src/schema/transactionRequest/intents/babyCreateBtcDelegationIntent.d.ts +1 -0
  19. package/dist/src/schema/transactionRequest/intents/babyWithdrawRewardIntent.d.ts +1 -0
  20. package/dist/src/schema/transactionRequest/intents/baseBridgeFundsIntent.d.ts +1 -0
  21. package/dist/src/schema/transactionRequest/intents/baseGoStakeIntent.d.ts +1 -0
  22. package/dist/src/schema/transactionRequest/intents/baseIntent.d.ts +2 -0
  23. package/dist/src/schema/transactionRequest/intents/baseStakeIntent.d.ts +1 -0
  24. package/dist/src/schema/transactionRequest/intents/baseStakeIntentWithCalldata.d.ts +1 -0
  25. package/dist/src/schema/transactionRequest/intents/beraDelegateIntent.d.ts +1 -0
  26. package/dist/src/schema/transactionRequest/intents/bscDelegateIntent.d.ts +1 -0
  27. package/dist/src/schema/transactionRequest/intents/bscStakeClaimRewardsIntent.d.ts +1 -0
  28. package/dist/src/schema/transactionRequest/intents/bscUndelegateIntent.d.ts +1 -0
  29. package/dist/src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.d.ts +1 -0
  30. package/dist/src/schema/transactionRequest/intents/cantonAllocationAllocateIntent.d.ts +75 -0
  31. package/dist/src/schema/transactionRequest/intents/cantonAllocationAllocateIntent.js +37 -0
  32. package/dist/src/schema/transactionRequest/intents/cantonAllocationAllocateIntent.js.map +1 -0
  33. package/dist/src/schema/transactionRequest/intents/cantonAllocationRequestIntent.d.ts +1 -0
  34. package/dist/src/schema/transactionRequest/intents/cantonCommandIntent.d.ts +1 -0
  35. package/dist/src/schema/transactionRequest/intents/cantonCosignDelegationAcceptIntent.d.ts +1 -0
  36. package/dist/src/schema/transactionRequest/intents/cantonCosignDelegationProposalIntent.d.ts +1 -0
  37. package/dist/src/schema/transactionRequest/intents/cantonPaymentIntent.d.ts +1 -0
  38. package/dist/src/schema/transactionRequest/intents/cantonTransferAcceptIntent.d.ts +1 -0
  39. package/dist/src/schema/transactionRequest/intents/cantonTransferAcknowledgeIntent.d.ts +1 -0
  40. package/dist/src/schema/transactionRequest/intents/cantonTransferOfferWithdrawnIntent.d.ts +1 -0
  41. package/dist/src/schema/transactionRequest/intents/cantonTransferRejectIntent.d.ts +1 -0
  42. package/dist/src/schema/transactionRequest/intents/claimIntent.d.ts +1 -0
  43. package/dist/src/schema/transactionRequest/intents/consolidateTokenIntent.d.ts +1 -0
  44. package/dist/src/schema/transactionRequest/intents/coredaoClaimIntent.d.ts +1 -0
  45. package/dist/src/schema/transactionRequest/intents/coredaoDelegateIntent.d.ts +1 -0
  46. package/dist/src/schema/transactionRequest/intents/coredaoUndelegateIntent.d.ts +1 -0
  47. package/dist/src/schema/transactionRequest/intents/cosmosContractCallIntent.d.ts +1 -0
  48. package/dist/src/schema/transactionRequest/intents/cosmosPaymentIntent.d.ts +1 -0
  49. package/dist/src/schema/transactionRequest/intents/cosmosStakeClaimRewardsIntent.d.ts +1 -0
  50. package/dist/src/schema/transactionRequest/intents/cosmosStakeIntent.d.ts +1 -0
  51. package/dist/src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.d.ts +1 -0
  52. package/dist/src/schema/transactionRequest/intents/cosmosUnstakeIntent.d.ts +1 -0
  53. package/dist/src/schema/transactionRequest/intents/cosmosWithdrawIntent.d.ts +1 -0
  54. package/dist/src/schema/transactionRequest/intents/defiDepositIntent.d.ts +5 -1
  55. package/dist/src/schema/transactionRequest/intents/defiDepositIntent.js +5 -1
  56. package/dist/src/schema/transactionRequest/intents/defiDepositIntent.js.map +1 -1
  57. package/dist/src/schema/transactionRequest/intents/defiRedeemIntent.d.ts +1 -0
  58. package/dist/src/schema/transactionRequest/intents/delegateIntent.d.ts +1 -0
  59. package/dist/src/schema/transactionRequest/intents/dotBaseIntent.d.ts +1 -0
  60. package/dist/src/schema/transactionRequest/intents/dotCreateAccountIntent.d.ts +1 -0
  61. package/dist/src/schema/transactionRequest/intents/dotPaymentIntent.d.ts +1 -0
  62. package/dist/src/schema/transactionRequest/intents/dotStakingIntent.d.ts +1 -0
  63. package/dist/src/schema/transactionRequest/intents/dotUnstakingIntent.d.ts +1 -0
  64. package/dist/src/schema/transactionRequest/intents/dotWithdrawStakeIntent.d.ts +1 -0
  65. package/dist/src/schema/transactionRequest/intents/enableTokenIntent.d.ts +1 -0
  66. package/dist/src/schema/transactionRequest/intents/ethAccelerationIntent.d.ts +1 -0
  67. package/dist/src/schema/transactionRequest/intents/ethConsolidateTokenIntent.d.ts +1 -0
  68. package/dist/src/schema/transactionRequest/intents/ethFillNonceIntent.d.ts +1 -0
  69. package/dist/src/schema/transactionRequest/intents/ethLikeStakeIntent.d.ts +2 -0
  70. package/dist/src/schema/transactionRequest/intents/ethPaymentIntent.d.ts +1 -0
  71. package/dist/src/schema/transactionRequest/intents/ethStakingIntent.d.ts +1 -0
  72. package/dist/src/schema/transactionRequest/intents/ethTransferTokenIntent.d.ts +1 -0
  73. package/dist/src/schema/transactionRequest/intents/feeAddressTransferIntent.d.ts +1 -0
  74. package/dist/src/schema/transactionRequest/intents/fillNonceIntent.d.ts +1 -0
  75. package/dist/src/schema/transactionRequest/intents/goUnstakeIntent.d.ts +1 -0
  76. package/dist/src/schema/transactionRequest/intents/hbarUpdateAccountIntent.d.ts +1 -0
  77. package/dist/src/schema/transactionRequest/intents/hypeevmBridgeFundsIntent.d.ts +1 -0
  78. package/dist/src/schema/transactionRequest/intents/hypeevmEnableBridgingIntent.d.ts +1 -0
  79. package/dist/src/schema/transactionRequest/intents/hypeevmSpotTransferIntent.d.ts +1 -0
  80. package/dist/src/schema/transactionRequest/intents/icpPaymentIntent.d.ts +1 -0
  81. package/dist/src/schema/transactionRequest/intents/index.d.ts +1 -0
  82. package/dist/src/schema/transactionRequest/intents/index.js +1 -0
  83. package/dist/src/schema/transactionRequest/intents/index.js.map +1 -1
  84. package/dist/src/schema/transactionRequest/intents/intent.d.ts +301 -1
  85. package/dist/src/schema/transactionRequest/intents/intent.js +4 -0
  86. package/dist/src/schema/transactionRequest/intents/intent.js.map +1 -1
  87. package/dist/src/schema/transactionRequest/intents/intentType.d.ts +2 -0
  88. package/dist/src/schema/transactionRequest/intents/intentType.js +1 -0
  89. package/dist/src/schema/transactionRequest/intents/intentType.js.map +1 -1
  90. package/dist/src/schema/transactionRequest/intents/iotaBuildOptions.d.ts +1 -0
  91. package/dist/src/schema/transactionRequest/intents/iotaConsolidateIntent.d.ts +1 -0
  92. package/dist/src/schema/transactionRequest/intents/iotaPaymentIntent.d.ts +2 -0
  93. package/dist/src/schema/transactionRequest/intents/irysPledgeIntent.d.ts +1 -0
  94. package/dist/src/schema/transactionRequest/intents/irysStakeIntent.d.ts +1 -0
  95. package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.d.ts +2 -0
  96. package/dist/src/schema/transactionRequest/intents/mmiSignMessageIntent.d.ts +1 -0
  97. package/dist/src/schema/transactionRequest/intents/mmiSignTransactionIntent.d.ts +1 -0
  98. package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +1 -0
  99. package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +1 -0
  100. package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +1 -0
  101. package/dist/src/schema/transactionRequest/intents/paymentIntent.d.ts +1 -0
  102. package/dist/src/schema/transactionRequest/intents/polyxBaseIntent.d.ts +1 -0
  103. package/dist/src/schema/transactionRequest/intents/polyxCreateAccountIntent.d.ts +1 -0
  104. package/dist/src/schema/transactionRequest/intents/polyxPreApproveAssetIntent.d.ts +1 -0
  105. package/dist/src/schema/transactionRequest/intents/polyxStakeIntent.d.ts +1 -0
  106. package/dist/src/schema/transactionRequest/intents/polyxUnstakeIntent.d.ts +1 -0
  107. package/dist/src/schema/transactionRequest/intents/polyxWithdrawIntent.d.ts +1 -0
  108. package/dist/src/schema/transactionRequest/intents/signMessageIntent.d.ts +1 -0
  109. package/dist/src/schema/transactionRequest/intents/solAuthorizeIntent.d.ts +1 -0
  110. package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +1 -0
  111. package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.d.ts +1 -0
  112. package/dist/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.d.ts +1 -0
  113. package/dist/src/schema/transactionRequest/intents/solCustomTxIntent.d.ts +1 -0
  114. package/dist/src/schema/transactionRequest/intents/solDeactivateIntent.d.ts +1 -0
  115. package/dist/src/schema/transactionRequest/intents/solDelegateIntent.d.ts +1 -0
  116. package/dist/src/schema/transactionRequest/intents/solGoUnstakeIntent.d.ts +1 -0
  117. package/dist/src/schema/transactionRequest/intents/solPaymentIntent.d.ts +1 -0
  118. package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +2 -0
  119. package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +2 -0
  120. package/dist/src/schema/transactionRequest/intents/solVersionedCustomTxIntent.d.ts +1 -0
  121. package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +1 -0
  122. package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +1 -0
  123. package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +1 -0
  124. package/dist/src/schema/transactionRequest/intents/stakeWithCallDataIntent.d.ts +1 -0
  125. package/dist/src/schema/transactionRequest/intents/substrateBaseIntent.d.ts +1 -0
  126. package/dist/src/schema/transactionRequest/intents/substratePaymentIntent.d.ts +1 -0
  127. package/dist/src/schema/transactionRequest/intents/suiBuildOptions.d.ts +1 -0
  128. package/dist/src/schema/transactionRequest/intents/suiConsolidateIntent.d.ts +1 -0
  129. package/dist/src/schema/transactionRequest/intents/suiCustomTxIntent.d.ts +2 -0
  130. package/dist/src/schema/transactionRequest/intents/suiGoUnstakeIntent.d.ts +2 -0
  131. package/dist/src/schema/transactionRequest/intents/suiPaymentIntent.d.ts +2 -0
  132. package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +1 -0
  133. package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +1 -0
  134. package/dist/src/schema/transactionRequest/intents/switchValidatorWithCallDataIntent.d.ts +1 -0
  135. package/dist/src/schema/transactionRequest/intents/taoStakeIntent.d.ts +2 -0
  136. package/dist/src/schema/transactionRequest/intents/taoStakingBaseIntent.d.ts +1 -0
  137. package/dist/src/schema/transactionRequest/intents/taoSwitchValidatorIntent.d.ts +1 -0
  138. package/dist/src/schema/transactionRequest/intents/taoTransferStakeIntent.d.ts +1 -0
  139. package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.d.ts +2 -0
  140. package/dist/src/schema/transactionRequest/intents/tokenApprovalIntent.d.ts +1 -0
  141. package/dist/src/schema/transactionRequest/intents/tonDelegateIntent.d.ts +1 -0
  142. package/dist/src/schema/transactionRequest/intents/tonMultiNominatorDelegateIntent.d.ts +1 -0
  143. package/dist/src/schema/transactionRequest/intents/tonMultiNominatorUndelegateIntent.d.ts +1 -0
  144. package/dist/src/schema/transactionRequest/intents/tonPaymentIntent.d.ts +1 -0
  145. package/dist/src/schema/transactionRequest/intents/tonSingleNominatorDelegateIntent.d.ts +1 -0
  146. package/dist/src/schema/transactionRequest/intents/tonSingleNominatorUndelegateIntent.d.ts +1 -0
  147. package/dist/src/schema/transactionRequest/intents/tonUndelegateIntent.d.ts +1 -0
  148. package/dist/src/schema/transactionRequest/intents/tonWhalesDelegateIntent.d.ts +1 -0
  149. package/dist/src/schema/transactionRequest/intents/tonWhalesUndelegateIntent.d.ts +1 -0
  150. package/dist/src/schema/transactionRequest/intents/transferTokenIntent.d.ts +1 -0
  151. package/dist/src/schema/transactionRequest/intents/trxClaimRewardsIntent.d.ts +1 -0
  152. package/dist/src/schema/transactionRequest/intents/trxCreateAccountIntent.d.ts +1 -0
  153. package/dist/src/schema/transactionRequest/intents/trxDelegateResourceIntent.d.ts +1 -0
  154. package/dist/src/schema/transactionRequest/intents/trxFreezeIntent.d.ts +1 -0
  155. package/dist/src/schema/transactionRequest/intents/trxUndelegateResourceIntent.d.ts +1 -0
  156. package/dist/src/schema/transactionRequest/intents/trxUnfreezeIntent.d.ts +1 -0
  157. package/dist/src/schema/transactionRequest/intents/trxVoteIntent.d.ts +1 -0
  158. package/dist/src/schema/transactionRequest/intents/trxWithdrawExpireUnfreezeIntent.d.ts +1 -0
  159. package/dist/src/schema/transactionRequest/intents/undelegateIntent.d.ts +1 -0
  160. package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +1 -0
  161. package/dist/src/schema/transactionRequest/intents/validatorRegistrationIntent.d.ts +1 -0
  162. package/dist/src/schema/transactionRequest/intents/vetDecreaseStakeIntent.d.ts +1 -0
  163. package/dist/src/schema/transactionRequest/intents/vetDelegateIntent.d.ts +1 -0
  164. package/dist/src/schema/transactionRequest/intents/vetIncreaseStakeIntent.d.ts +1 -0
  165. package/dist/src/schema/transactionRequest/intents/vetSignalExitIntent.d.ts +1 -0
  166. package/dist/src/schema/transactionRequest/intents/vetStakeClaimRewardsIntent.d.ts +1 -0
  167. package/dist/src/schema/transactionRequest/intents/vetStakingIntent.d.ts +1 -0
  168. package/dist/src/schema/transactionRequest/intents/vetUnstakingIntent.d.ts +2 -0
  169. package/dist/src/schema/transactionRequest/intents/vetValidatorRegistrationIntent.d.ts +1 -0
  170. package/dist/src/schema/transactionRequest/intents/vetWithdrawStakeIntent.d.ts +1 -0
  171. package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +1 -0
  172. package/dist/src/schema/transactionRequest/intents/walletRecoveryIntent.d.ts +1 -0
  173. package/dist/src/schema/transactionRequest/intents/walrusStakingIntent.d.ts +1 -0
  174. package/dist/src/schema/transactionRequest/intents/walrusUndelegateIntent.d.ts +1 -0
  175. package/dist/src/schema/transactionRequest/intents/walrusWithdrawIntent.d.ts +1 -0
  176. package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +1 -0
  177. package/dist/src/schema/transactionRequest/intents/xdcStakingIntent.d.ts +2 -0
  178. package/dist/src/schema/transactionRequest/intents/xdcUnstakingIntent.d.ts +2 -0
  179. package/dist/src/schema/transactionRequest/transactionRequest.d.ts +602 -2
  180. package/package.json +1 -1
  181. package/src/schema/transactionRequest/intents/cantonAllocationAllocateIntent.ts +26 -0
  182. package/src/schema/transactionRequest/intents/defiDepositIntent.ts +7 -2
  183. package/src/schema/transactionRequest/intents/index.ts +1 -0
  184. package/src/schema/transactionRequest/intents/intent.ts +4 -0
  185. package/src/schema/transactionRequest/intents/intentType.ts +1 -0
@@ -117,6 +117,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
117
117
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
118
118
  allocationRequest: t.LiteralC<"allocationRequest">;
119
119
  cantonCommand: t.LiteralC<"cantonCommand">;
120
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
120
121
  "defi-deposit": t.LiteralC<"defi-deposit">;
121
122
  "defi-redeem": t.LiteralC<"defi-redeem">;
122
123
  delegateResource: t.LiteralC<"delegateResource">;
@@ -209,6 +210,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
209
210
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
210
211
  allocationRequest: t.LiteralC<"allocationRequest">;
211
212
  cantonCommand: t.LiteralC<"cantonCommand">;
213
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
212
214
  "defi-deposit": t.LiteralC<"defi-deposit">;
213
215
  "defi-redeem": t.LiteralC<"defi-redeem">;
214
216
  delegateResource: t.LiteralC<"delegateResource">;
@@ -288,6 +290,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
288
290
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
289
291
  allocationRequest: t.LiteralC<"allocationRequest">;
290
292
  cantonCommand: t.LiteralC<"cantonCommand">;
293
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
291
294
  "defi-deposit": t.LiteralC<"defi-deposit">;
292
295
  "defi-redeem": t.LiteralC<"defi-redeem">;
293
296
  delegateResource: t.LiteralC<"delegateResource">;
@@ -373,6 +376,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
373
376
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
374
377
  allocationRequest: t.LiteralC<"allocationRequest">;
375
378
  cantonCommand: t.LiteralC<"cantonCommand">;
379
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
376
380
  "defi-deposit": t.LiteralC<"defi-deposit">;
377
381
  "defi-redeem": t.LiteralC<"defi-redeem">;
378
382
  delegateResource: t.LiteralC<"delegateResource">;
@@ -457,6 +461,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
457
461
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
458
462
  allocationRequest: t.LiteralC<"allocationRequest">;
459
463
  cantonCommand: t.LiteralC<"cantonCommand">;
464
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
460
465
  "defi-deposit": t.LiteralC<"defi-deposit">;
461
466
  "defi-redeem": t.LiteralC<"defi-redeem">;
462
467
  delegateResource: t.LiteralC<"delegateResource">;
@@ -533,6 +538,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
533
538
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
534
539
  allocationRequest: t.LiteralC<"allocationRequest">;
535
540
  cantonCommand: t.LiteralC<"cantonCommand">;
541
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
536
542
  "defi-deposit": t.LiteralC<"defi-deposit">;
537
543
  "defi-redeem": t.LiteralC<"defi-redeem">;
538
544
  delegateResource: t.LiteralC<"delegateResource">;
@@ -620,6 +626,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
620
626
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
621
627
  allocationRequest: t.LiteralC<"allocationRequest">;
622
628
  cantonCommand: t.LiteralC<"cantonCommand">;
629
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
623
630
  "defi-deposit": t.LiteralC<"defi-deposit">;
624
631
  "defi-redeem": t.LiteralC<"defi-redeem">;
625
632
  delegateResource: t.LiteralC<"delegateResource">;
@@ -712,6 +719,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
712
719
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
713
720
  allocationRequest: t.LiteralC<"allocationRequest">;
714
721
  cantonCommand: t.LiteralC<"cantonCommand">;
722
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
715
723
  "defi-deposit": t.LiteralC<"defi-deposit">;
716
724
  "defi-redeem": t.LiteralC<"defi-redeem">;
717
725
  delegateResource: t.LiteralC<"delegateResource">;
@@ -821,6 +829,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
821
829
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
822
830
  allocationRequest: t.LiteralC<"allocationRequest">;
823
831
  cantonCommand: t.LiteralC<"cantonCommand">;
832
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
824
833
  "defi-deposit": t.LiteralC<"defi-deposit">;
825
834
  "defi-redeem": t.LiteralC<"defi-redeem">;
826
835
  delegateResource: t.LiteralC<"delegateResource">;
@@ -930,6 +939,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
930
939
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
931
940
  allocationRequest: t.LiteralC<"allocationRequest">;
932
941
  cantonCommand: t.LiteralC<"cantonCommand">;
942
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
933
943
  "defi-deposit": t.LiteralC<"defi-deposit">;
934
944
  "defi-redeem": t.LiteralC<"defi-redeem">;
935
945
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1005,6 +1015,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1005
1015
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1006
1016
  allocationRequest: t.LiteralC<"allocationRequest">;
1007
1017
  cantonCommand: t.LiteralC<"cantonCommand">;
1018
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1008
1019
  "defi-deposit": t.LiteralC<"defi-deposit">;
1009
1020
  "defi-redeem": t.LiteralC<"defi-redeem">;
1010
1021
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1080,6 +1091,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1080
1091
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1081
1092
  allocationRequest: t.LiteralC<"allocationRequest">;
1082
1093
  cantonCommand: t.LiteralC<"cantonCommand">;
1094
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1083
1095
  "defi-deposit": t.LiteralC<"defi-deposit">;
1084
1096
  "defi-redeem": t.LiteralC<"defi-redeem">;
1085
1097
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1163,6 +1175,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1163
1175
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1164
1176
  allocationRequest: t.LiteralC<"allocationRequest">;
1165
1177
  cantonCommand: t.LiteralC<"cantonCommand">;
1178
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1166
1179
  "defi-deposit": t.LiteralC<"defi-deposit">;
1167
1180
  "defi-redeem": t.LiteralC<"defi-redeem">;
1168
1181
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1245,6 +1258,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1245
1258
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1246
1259
  allocationRequest: t.LiteralC<"allocationRequest">;
1247
1260
  cantonCommand: t.LiteralC<"cantonCommand">;
1261
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1248
1262
  "defi-deposit": t.LiteralC<"defi-deposit">;
1249
1263
  "defi-redeem": t.LiteralC<"defi-redeem">;
1250
1264
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1330,6 +1344,165 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1330
1344
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1331
1345
  allocationRequest: t.LiteralC<"allocationRequest">;
1332
1346
  cantonCommand: t.LiteralC<"cantonCommand">;
1347
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1348
+ "defi-deposit": t.LiteralC<"defi-deposit">;
1349
+ "defi-redeem": t.LiteralC<"defi-redeem">;
1350
+ delegateResource: t.LiteralC<"delegateResource">;
1351
+ undelegateResource: t.LiteralC<"undelegateResource">;
1352
+ export: t.LiteralC<"export">;
1353
+ import: t.LiteralC<"import">;
1354
+ importtoc: t.LiteralC<"importtoc">;
1355
+ }>;
1356
+ }>, t.PartialC<{
1357
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1358
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1359
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
1360
+ }>]>, t.TypeC<{
1361
+ intentType: t.LiteralC<"allocationAllocate">;
1362
+ txRequestId: t.StringC;
1363
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
1364
+ intentType: t.KeyofC<{
1365
+ payment: t.LiteralC<"payment">;
1366
+ transferToken: t.LiteralC<"transferToken">;
1367
+ consolidate: t.LiteralC<"consolidate">;
1368
+ consolidateToken: t.LiteralC<"consolidateToken">;
1369
+ fanout: t.LiteralC<"fanout">;
1370
+ stake: t.LiteralC<"stake">;
1371
+ unstake: t.LiteralC<"unstake">;
1372
+ delegate: t.LiteralC<"delegate">;
1373
+ undelegate: t.LiteralC<"undelegate">;
1374
+ switchValidator: t.LiteralC<"switchValidator">;
1375
+ claim: t.LiteralC<"claim">;
1376
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1377
+ pledge: t.LiteralC<"pledge">;
1378
+ voteDelegation: t.LiteralC<"voteDelegation">;
1379
+ vote: t.LiteralC<"vote">;
1380
+ createAccount: t.LiteralC<"createAccount">;
1381
+ updateAccount: t.LiteralC<"updateAccount">;
1382
+ addTrustLine: t.LiteralC<"addTrustLine">;
1383
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
1384
+ signMessage: t.LiteralC<"signMessage">;
1385
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
1386
+ enableToken: t.LiteralC<"enableToken">;
1387
+ authorize: t.LiteralC<"authorize">;
1388
+ acceleration: t.LiteralC<"acceleration">;
1389
+ fillNonce: t.LiteralC<"fillNonce">;
1390
+ walletRecovery: t.LiteralC<"walletRecovery">;
1391
+ contractCall: t.LiteralC<"contractCall">;
1392
+ deactivate: t.LiteralC<"deactivate">;
1393
+ customTx: t.LiteralC<"customTx">;
1394
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1395
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1396
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1397
+ switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
1398
+ feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1399
+ tokenApproval: t.LiteralC<"tokenApproval">;
1400
+ transferStake: t.LiteralC<"transferStake">;
1401
+ validatorRegistration: t.LiteralC<"validatorRegistration">;
1402
+ increaseStake: t.LiteralC<"increaseStake">;
1403
+ decreaseStake: t.LiteralC<"decreaseStake">;
1404
+ signalExit: t.LiteralC<"signalExit">;
1405
+ withdrawStake: t.LiteralC<"withdrawStake">;
1406
+ spotTransfer: t.LiteralC<"spotTransfer">;
1407
+ bridgeFunds: t.LiteralC<"bridgeFunds">;
1408
+ enableBridging: t.LiteralC<"enableBridging">;
1409
+ goUnstake: t.LiteralC<"goUnstake">;
1410
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1411
+ transferAccept: t.LiteralC<"transferAccept">;
1412
+ transferReject: t.LiteralC<"transferReject">;
1413
+ transferAcknowledge: t.LiteralC<"transferAcknowledge">;
1414
+ transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
1415
+ cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1416
+ cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1417
+ allocationRequest: t.LiteralC<"allocationRequest">;
1418
+ cantonCommand: t.LiteralC<"cantonCommand">;
1419
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1420
+ "defi-deposit": t.LiteralC<"defi-deposit">;
1421
+ "defi-redeem": t.LiteralC<"defi-redeem">;
1422
+ delegateResource: t.LiteralC<"delegateResource">;
1423
+ undelegateResource: t.LiteralC<"undelegateResource">;
1424
+ export: t.LiteralC<"export">;
1425
+ import: t.LiteralC<"import">;
1426
+ importtoc: t.LiteralC<"importtoc">;
1427
+ }>;
1428
+ }>, t.PartialC<{
1429
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1430
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1431
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
1432
+ }>]>, t.TypeC<{
1433
+ intentType: t.LiteralC<"allocationRequest">;
1434
+ updateId: t.StringC;
1435
+ operatorId: t.StringC;
1436
+ contractId: t.StringC;
1437
+ tradeId: t.StringC;
1438
+ transferLegId: t.StringC;
1439
+ senderPartyId: t.StringC;
1440
+ receiverPartyId: t.StringC;
1441
+ amount: t.StringC;
1442
+ token: t.StringC;
1443
+ receiveToken: t.StringC;
1444
+ receiveAmount: t.StringC;
1445
+ allocateBefore: t.StringC;
1446
+ settleBefore: t.StringC;
1447
+ }>, t.PartialC<{
1448
+ comment: t.StringC;
1449
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
1450
+ intentType: t.KeyofC<{
1451
+ payment: t.LiteralC<"payment">;
1452
+ transferToken: t.LiteralC<"transferToken">;
1453
+ consolidate: t.LiteralC<"consolidate">;
1454
+ consolidateToken: t.LiteralC<"consolidateToken">;
1455
+ fanout: t.LiteralC<"fanout">;
1456
+ stake: t.LiteralC<"stake">;
1457
+ unstake: t.LiteralC<"unstake">;
1458
+ delegate: t.LiteralC<"delegate">;
1459
+ undelegate: t.LiteralC<"undelegate">;
1460
+ switchValidator: t.LiteralC<"switchValidator">;
1461
+ claim: t.LiteralC<"claim">;
1462
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1463
+ pledge: t.LiteralC<"pledge">;
1464
+ voteDelegation: t.LiteralC<"voteDelegation">;
1465
+ vote: t.LiteralC<"vote">;
1466
+ createAccount: t.LiteralC<"createAccount">;
1467
+ updateAccount: t.LiteralC<"updateAccount">;
1468
+ addTrustLine: t.LiteralC<"addTrustLine">;
1469
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
1470
+ signMessage: t.LiteralC<"signMessage">;
1471
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
1472
+ enableToken: t.LiteralC<"enableToken">;
1473
+ authorize: t.LiteralC<"authorize">;
1474
+ acceleration: t.LiteralC<"acceleration">;
1475
+ fillNonce: t.LiteralC<"fillNonce">;
1476
+ walletRecovery: t.LiteralC<"walletRecovery">;
1477
+ contractCall: t.LiteralC<"contractCall">;
1478
+ deactivate: t.LiteralC<"deactivate">;
1479
+ customTx: t.LiteralC<"customTx">;
1480
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1481
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1482
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1483
+ switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
1484
+ feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1485
+ tokenApproval: t.LiteralC<"tokenApproval">;
1486
+ transferStake: t.LiteralC<"transferStake">;
1487
+ validatorRegistration: t.LiteralC<"validatorRegistration">;
1488
+ increaseStake: t.LiteralC<"increaseStake">;
1489
+ decreaseStake: t.LiteralC<"decreaseStake">;
1490
+ signalExit: t.LiteralC<"signalExit">;
1491
+ withdrawStake: t.LiteralC<"withdrawStake">;
1492
+ spotTransfer: t.LiteralC<"spotTransfer">;
1493
+ bridgeFunds: t.LiteralC<"bridgeFunds">;
1494
+ enableBridging: t.LiteralC<"enableBridging">;
1495
+ goUnstake: t.LiteralC<"goUnstake">;
1496
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1497
+ transferAccept: t.LiteralC<"transferAccept">;
1498
+ transferReject: t.LiteralC<"transferReject">;
1499
+ transferAcknowledge: t.LiteralC<"transferAcknowledge">;
1500
+ transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
1501
+ cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1502
+ cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1503
+ allocationRequest: t.LiteralC<"allocationRequest">;
1504
+ cantonCommand: t.LiteralC<"cantonCommand">;
1505
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1333
1506
  "defi-deposit": t.LiteralC<"defi-deposit">;
1334
1507
  "defi-redeem": t.LiteralC<"defi-redeem">;
1335
1508
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1401,6 +1574,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1401
1574
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1402
1575
  allocationRequest: t.LiteralC<"allocationRequest">;
1403
1576
  cantonCommand: t.LiteralC<"cantonCommand">;
1577
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1404
1578
  "defi-deposit": t.LiteralC<"defi-deposit">;
1405
1579
  "defi-redeem": t.LiteralC<"defi-redeem">;
1406
1580
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1476,6 +1650,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1476
1650
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1477
1651
  allocationRequest: t.LiteralC<"allocationRequest">;
1478
1652
  cantonCommand: t.LiteralC<"cantonCommand">;
1653
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1479
1654
  "defi-deposit": t.LiteralC<"defi-deposit">;
1480
1655
  "defi-redeem": t.LiteralC<"defi-redeem">;
1481
1656
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1573,6 +1748,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1573
1748
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1574
1749
  allocationRequest: t.LiteralC<"allocationRequest">;
1575
1750
  cantonCommand: t.LiteralC<"cantonCommand">;
1751
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1576
1752
  "defi-deposit": t.LiteralC<"defi-deposit">;
1577
1753
  "defi-redeem": t.LiteralC<"defi-redeem">;
1578
1754
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1669,6 +1845,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1669
1845
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1670
1846
  allocationRequest: t.LiteralC<"allocationRequest">;
1671
1847
  cantonCommand: t.LiteralC<"cantonCommand">;
1848
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1672
1849
  "defi-deposit": t.LiteralC<"defi-deposit">;
1673
1850
  "defi-redeem": t.LiteralC<"defi-redeem">;
1674
1851
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1743,6 +1920,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1743
1920
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1744
1921
  allocationRequest: t.LiteralC<"allocationRequest">;
1745
1922
  cantonCommand: t.LiteralC<"cantonCommand">;
1923
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1746
1924
  "defi-deposit": t.LiteralC<"defi-deposit">;
1747
1925
  "defi-redeem": t.LiteralC<"defi-redeem">;
1748
1926
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1821,6 +1999,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1821
1999
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1822
2000
  allocationRequest: t.LiteralC<"allocationRequest">;
1823
2001
  cantonCommand: t.LiteralC<"cantonCommand">;
2002
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1824
2003
  "defi-deposit": t.LiteralC<"defi-deposit">;
1825
2004
  "defi-redeem": t.LiteralC<"defi-redeem">;
1826
2005
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1894,6 +2073,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1894
2073
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1895
2074
  allocationRequest: t.LiteralC<"allocationRequest">;
1896
2075
  cantonCommand: t.LiteralC<"cantonCommand">;
2076
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1897
2077
  "defi-deposit": t.LiteralC<"defi-deposit">;
1898
2078
  "defi-redeem": t.LiteralC<"defi-redeem">;
1899
2079
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1968,6 +2148,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1968
2148
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1969
2149
  allocationRequest: t.LiteralC<"allocationRequest">;
1970
2150
  cantonCommand: t.LiteralC<"cantonCommand">;
2151
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1971
2152
  "defi-deposit": t.LiteralC<"defi-deposit">;
1972
2153
  "defi-redeem": t.LiteralC<"defi-redeem">;
1973
2154
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2042,6 +2223,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2042
2223
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2043
2224
  allocationRequest: t.LiteralC<"allocationRequest">;
2044
2225
  cantonCommand: t.LiteralC<"cantonCommand">;
2226
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
2045
2227
  "defi-deposit": t.LiteralC<"defi-deposit">;
2046
2228
  "defi-redeem": t.LiteralC<"defi-redeem">;
2047
2229
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2116,6 +2298,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2116
2298
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2117
2299
  allocationRequest: t.LiteralC<"allocationRequest">;
2118
2300
  cantonCommand: t.LiteralC<"cantonCommand">;
2301
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
2119
2302
  "defi-deposit": t.LiteralC<"defi-deposit">;
2120
2303
  "defi-redeem": t.LiteralC<"defi-redeem">;
2121
2304
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2208,6 +2391,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2208
2391
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2209
2392
  allocationRequest: t.LiteralC<"allocationRequest">;
2210
2393
  cantonCommand: t.LiteralC<"cantonCommand">;
2394
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
2211
2395
  "defi-deposit": t.LiteralC<"defi-deposit">;
2212
2396
  "defi-redeem": t.LiteralC<"defi-redeem">;
2213
2397
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2283,6 +2467,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2283
2467
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2284
2468
  allocationRequest: t.LiteralC<"allocationRequest">;
2285
2469
  cantonCommand: t.LiteralC<"cantonCommand">;
2470
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
2286
2471
  "defi-deposit": t.LiteralC<"defi-deposit">;
2287
2472
  "defi-redeem": t.LiteralC<"defi-redeem">;
2288
2473
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2391,6 +2576,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2391
2576
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2392
2577
  allocationRequest: t.LiteralC<"allocationRequest">;
2393
2578
  cantonCommand: t.LiteralC<"cantonCommand">;
2579
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
2394
2580
  "defi-deposit": t.LiteralC<"defi-deposit">;
2395
2581
  "defi-redeem": t.LiteralC<"defi-redeem">;
2396
2582
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2472,6 +2658,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2472
2658
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2473
2659
  allocationRequest: t.LiteralC<"allocationRequest">;
2474
2660
  cantonCommand: t.LiteralC<"cantonCommand">;
2661
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
2475
2662
  "defi-deposit": t.LiteralC<"defi-deposit">;
2476
2663
  "defi-redeem": t.LiteralC<"defi-redeem">;
2477
2664
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2580,6 +2767,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2580
2767
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2581
2768
  allocationRequest: t.LiteralC<"allocationRequest">;
2582
2769
  cantonCommand: t.LiteralC<"cantonCommand">;
2770
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
2583
2771
  "defi-deposit": t.LiteralC<"defi-deposit">;
2584
2772
  "defi-redeem": t.LiteralC<"defi-redeem">;
2585
2773
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2594,8 +2782,11 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2594
2782
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
2595
2783
  }>]>, t.TypeC<{
2596
2784
  intentType: t.LiteralC<"defi-deposit">;
2597
- protocol: t.StringC;
2785
+ vaultId: t.StringC;
2598
2786
  amount: t.StringC;
2787
+ operationId: t.StringC;
2788
+ }>, t.PartialC<{
2789
+ clientIdempotencyKey: t.StringC;
2599
2790
  }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
2600
2791
  intentType: t.KeyofC<{
2601
2792
  payment: t.LiteralC<"payment">;
@@ -2652,6 +2843,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2652
2843
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2653
2844
  allocationRequest: t.LiteralC<"allocationRequest">;
2654
2845
  cantonCommand: t.LiteralC<"cantonCommand">;
2846
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
2655
2847
  "defi-deposit": t.LiteralC<"defi-deposit">;
2656
2848
  "defi-redeem": t.LiteralC<"defi-redeem">;
2657
2849
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2784,6 +2976,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2784
2976
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2785
2977
  allocationRequest: t.LiteralC<"allocationRequest">;
2786
2978
  cantonCommand: t.LiteralC<"cantonCommand">;
2979
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
2787
2980
  "defi-deposit": t.LiteralC<"defi-deposit">;
2788
2981
  "defi-redeem": t.LiteralC<"defi-redeem">;
2789
2982
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2906,6 +3099,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2906
3099
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2907
3100
  allocationRequest: t.LiteralC<"allocationRequest">;
2908
3101
  cantonCommand: t.LiteralC<"cantonCommand">;
3102
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
2909
3103
  "defi-deposit": t.LiteralC<"defi-deposit">;
2910
3104
  "defi-redeem": t.LiteralC<"defi-redeem">;
2911
3105
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3020,6 +3214,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3020
3214
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3021
3215
  allocationRequest: t.LiteralC<"allocationRequest">;
3022
3216
  cantonCommand: t.LiteralC<"cantonCommand">;
3217
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
3023
3218
  "defi-deposit": t.LiteralC<"defi-deposit">;
3024
3219
  "defi-redeem": t.LiteralC<"defi-redeem">;
3025
3220
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3120,6 +3315,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3120
3315
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3121
3316
  allocationRequest: t.LiteralC<"allocationRequest">;
3122
3317
  cantonCommand: t.LiteralC<"cantonCommand">;
3318
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
3123
3319
  "defi-deposit": t.LiteralC<"defi-deposit">;
3124
3320
  "defi-redeem": t.LiteralC<"defi-redeem">;
3125
3321
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3219,6 +3415,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3219
3415
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3220
3416
  allocationRequest: t.LiteralC<"allocationRequest">;
3221
3417
  cantonCommand: t.LiteralC<"cantonCommand">;
3418
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
3222
3419
  "defi-deposit": t.LiteralC<"defi-deposit">;
3223
3420
  "defi-redeem": t.LiteralC<"defi-redeem">;
3224
3421
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3317,6 +3514,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3317
3514
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3318
3515
  allocationRequest: t.LiteralC<"allocationRequest">;
3319
3516
  cantonCommand: t.LiteralC<"cantonCommand">;
3517
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
3320
3518
  "defi-deposit": t.LiteralC<"defi-deposit">;
3321
3519
  "defi-redeem": t.LiteralC<"defi-redeem">;
3322
3520
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3391,6 +3589,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3391
3589
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3392
3590
  allocationRequest: t.LiteralC<"allocationRequest">;
3393
3591
  cantonCommand: t.LiteralC<"cantonCommand">;
3592
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
3394
3593
  "defi-deposit": t.LiteralC<"defi-deposit">;
3395
3594
  "defi-redeem": t.LiteralC<"defi-redeem">;
3396
3595
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3585,6 +3784,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3585
3784
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3586
3785
  allocationRequest: t.LiteralC<"allocationRequest">;
3587
3786
  cantonCommand: t.LiteralC<"cantonCommand">;
3787
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
3588
3788
  "defi-deposit": t.LiteralC<"defi-deposit">;
3589
3789
  "defi-redeem": t.LiteralC<"defi-redeem">;
3590
3790
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3720,6 +3920,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3720
3920
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3721
3921
  allocationRequest: t.LiteralC<"allocationRequest">;
3722
3922
  cantonCommand: t.LiteralC<"cantonCommand">;
3923
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
3723
3924
  "defi-deposit": t.LiteralC<"defi-deposit">;
3724
3925
  "defi-redeem": t.LiteralC<"defi-redeem">;
3725
3926
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3816,6 +4017,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3816
4017
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3817
4018
  allocationRequest: t.LiteralC<"allocationRequest">;
3818
4019
  cantonCommand: t.LiteralC<"cantonCommand">;
4020
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
3819
4021
  "defi-deposit": t.LiteralC<"defi-deposit">;
3820
4022
  "defi-redeem": t.LiteralC<"defi-redeem">;
3821
4023
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3888,6 +4090,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3888
4090
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3889
4091
  allocationRequest: t.LiteralC<"allocationRequest">;
3890
4092
  cantonCommand: t.LiteralC<"cantonCommand">;
4093
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
3891
4094
  "defi-deposit": t.LiteralC<"defi-deposit">;
3892
4095
  "defi-redeem": t.LiteralC<"defi-redeem">;
3893
4096
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4015,6 +4218,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4015
4218
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4016
4219
  allocationRequest: t.LiteralC<"allocationRequest">;
4017
4220
  cantonCommand: t.LiteralC<"cantonCommand">;
4221
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
4018
4222
  "defi-deposit": t.LiteralC<"defi-deposit">;
4019
4223
  "defi-redeem": t.LiteralC<"defi-redeem">;
4020
4224
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4129,6 +4333,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4129
4333
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4130
4334
  allocationRequest: t.LiteralC<"allocationRequest">;
4131
4335
  cantonCommand: t.LiteralC<"cantonCommand">;
4336
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
4132
4337
  "defi-deposit": t.LiteralC<"defi-deposit">;
4133
4338
  "defi-redeem": t.LiteralC<"defi-redeem">;
4134
4339
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4263,6 +4468,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4263
4468
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4264
4469
  allocationRequest: t.LiteralC<"allocationRequest">;
4265
4470
  cantonCommand: t.LiteralC<"cantonCommand">;
4471
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
4266
4472
  "defi-deposit": t.LiteralC<"defi-deposit">;
4267
4473
  "defi-redeem": t.LiteralC<"defi-redeem">;
4268
4474
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4342,6 +4548,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4342
4548
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4343
4549
  allocationRequest: t.LiteralC<"allocationRequest">;
4344
4550
  cantonCommand: t.LiteralC<"cantonCommand">;
4551
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
4345
4552
  "defi-deposit": t.LiteralC<"defi-deposit">;
4346
4553
  "defi-redeem": t.LiteralC<"defi-redeem">;
4347
4554
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4416,6 +4623,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4416
4623
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4417
4624
  allocationRequest: t.LiteralC<"allocationRequest">;
4418
4625
  cantonCommand: t.LiteralC<"cantonCommand">;
4626
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
4419
4627
  "defi-deposit": t.LiteralC<"defi-deposit">;
4420
4628
  "defi-redeem": t.LiteralC<"defi-redeem">;
4421
4629
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4502,6 +4710,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4502
4710
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4503
4711
  allocationRequest: t.LiteralC<"allocationRequest">;
4504
4712
  cantonCommand: t.LiteralC<"cantonCommand">;
4713
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
4505
4714
  "defi-deposit": t.LiteralC<"defi-deposit">;
4506
4715
  "defi-redeem": t.LiteralC<"defi-redeem">;
4507
4716
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4583,6 +4792,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4583
4792
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4584
4793
  allocationRequest: t.LiteralC<"allocationRequest">;
4585
4794
  cantonCommand: t.LiteralC<"cantonCommand">;
4795
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
4586
4796
  "defi-deposit": t.LiteralC<"defi-deposit">;
4587
4797
  "defi-redeem": t.LiteralC<"defi-redeem">;
4588
4798
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4680,6 +4890,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4680
4890
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4681
4891
  allocationRequest: t.LiteralC<"allocationRequest">;
4682
4892
  cantonCommand: t.LiteralC<"cantonCommand">;
4893
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
4683
4894
  "defi-deposit": t.LiteralC<"defi-deposit">;
4684
4895
  "defi-redeem": t.LiteralC<"defi-redeem">;
4685
4896
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4767,6 +4978,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4767
4978
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4768
4979
  allocationRequest: t.LiteralC<"allocationRequest">;
4769
4980
  cantonCommand: t.LiteralC<"cantonCommand">;
4981
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
4770
4982
  "defi-deposit": t.LiteralC<"defi-deposit">;
4771
4983
  "defi-redeem": t.LiteralC<"defi-redeem">;
4772
4984
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4840,6 +5052,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4840
5052
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4841
5053
  allocationRequest: t.LiteralC<"allocationRequest">;
4842
5054
  cantonCommand: t.LiteralC<"cantonCommand">;
5055
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
4843
5056
  "defi-deposit": t.LiteralC<"defi-deposit">;
4844
5057
  "defi-redeem": t.LiteralC<"defi-redeem">;
4845
5058
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4932,6 +5145,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4932
5145
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4933
5146
  allocationRequest: t.LiteralC<"allocationRequest">;
4934
5147
  cantonCommand: t.LiteralC<"cantonCommand">;
5148
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
4935
5149
  "defi-deposit": t.LiteralC<"defi-deposit">;
4936
5150
  "defi-redeem": t.LiteralC<"defi-redeem">;
4937
5151
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5014,6 +5228,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5014
5228
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5015
5229
  allocationRequest: t.LiteralC<"allocationRequest">;
5016
5230
  cantonCommand: t.LiteralC<"cantonCommand">;
5231
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
5017
5232
  "defi-deposit": t.LiteralC<"defi-deposit">;
5018
5233
  "defi-redeem": t.LiteralC<"defi-redeem">;
5019
5234
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5095,6 +5310,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5095
5310
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5096
5311
  allocationRequest: t.LiteralC<"allocationRequest">;
5097
5312
  cantonCommand: t.LiteralC<"cantonCommand">;
5313
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
5098
5314
  "defi-deposit": t.LiteralC<"defi-deposit">;
5099
5315
  "defi-redeem": t.LiteralC<"defi-redeem">;
5100
5316
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5174,6 +5390,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5174
5390
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5175
5391
  allocationRequest: t.LiteralC<"allocationRequest">;
5176
5392
  cantonCommand: t.LiteralC<"cantonCommand">;
5393
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
5177
5394
  "defi-deposit": t.LiteralC<"defi-deposit">;
5178
5395
  "defi-redeem": t.LiteralC<"defi-redeem">;
5179
5396
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5253,6 +5470,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5253
5470
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5254
5471
  allocationRequest: t.LiteralC<"allocationRequest">;
5255
5472
  cantonCommand: t.LiteralC<"cantonCommand">;
5473
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
5256
5474
  "defi-deposit": t.LiteralC<"defi-deposit">;
5257
5475
  "defi-redeem": t.LiteralC<"defi-redeem">;
5258
5476
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5329,6 +5547,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5329
5547
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5330
5548
  allocationRequest: t.LiteralC<"allocationRequest">;
5331
5549
  cantonCommand: t.LiteralC<"cantonCommand">;
5550
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
5332
5551
  "defi-deposit": t.LiteralC<"defi-deposit">;
5333
5552
  "defi-redeem": t.LiteralC<"defi-redeem">;
5334
5553
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5421,6 +5640,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5421
5640
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5422
5641
  allocationRequest: t.LiteralC<"allocationRequest">;
5423
5642
  cantonCommand: t.LiteralC<"cantonCommand">;
5643
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
5424
5644
  "defi-deposit": t.LiteralC<"defi-deposit">;
5425
5645
  "defi-redeem": t.LiteralC<"defi-redeem">;
5426
5646
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5512,6 +5732,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5512
5732
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5513
5733
  allocationRequest: t.LiteralC<"allocationRequest">;
5514
5734
  cantonCommand: t.LiteralC<"cantonCommand">;
5735
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
5515
5736
  "defi-deposit": t.LiteralC<"defi-deposit">;
5516
5737
  "defi-redeem": t.LiteralC<"defi-redeem">;
5517
5738
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5603,6 +5824,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5603
5824
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5604
5825
  allocationRequest: t.LiteralC<"allocationRequest">;
5605
5826
  cantonCommand: t.LiteralC<"cantonCommand">;
5827
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
5606
5828
  "defi-deposit": t.LiteralC<"defi-deposit">;
5607
5829
  "defi-redeem": t.LiteralC<"defi-redeem">;
5608
5830
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5702,6 +5924,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5702
5924
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5703
5925
  allocationRequest: t.LiteralC<"allocationRequest">;
5704
5926
  cantonCommand: t.LiteralC<"cantonCommand">;
5927
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
5705
5928
  "defi-deposit": t.LiteralC<"defi-deposit">;
5706
5929
  "defi-redeem": t.LiteralC<"defi-redeem">;
5707
5930
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5823,6 +6046,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5823
6046
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5824
6047
  allocationRequest: t.LiteralC<"allocationRequest">;
5825
6048
  cantonCommand: t.LiteralC<"cantonCommand">;
6049
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
5826
6050
  "defi-deposit": t.LiteralC<"defi-deposit">;
5827
6051
  "defi-redeem": t.LiteralC<"defi-redeem">;
5828
6052
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5916,6 +6140,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5916
6140
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5917
6141
  allocationRequest: t.LiteralC<"allocationRequest">;
5918
6142
  cantonCommand: t.LiteralC<"cantonCommand">;
6143
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
5919
6144
  "defi-deposit": t.LiteralC<"defi-deposit">;
5920
6145
  "defi-redeem": t.LiteralC<"defi-redeem">;
5921
6146
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6026,6 +6251,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6026
6251
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6027
6252
  allocationRequest: t.LiteralC<"allocationRequest">;
6028
6253
  cantonCommand: t.LiteralC<"cantonCommand">;
6254
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
6029
6255
  "defi-deposit": t.LiteralC<"defi-deposit">;
6030
6256
  "defi-redeem": t.LiteralC<"defi-redeem">;
6031
6257
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6135,6 +6361,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6135
6361
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6136
6362
  allocationRequest: t.LiteralC<"allocationRequest">;
6137
6363
  cantonCommand: t.LiteralC<"cantonCommand">;
6364
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
6138
6365
  "defi-deposit": t.LiteralC<"defi-deposit">;
6139
6366
  "defi-redeem": t.LiteralC<"defi-redeem">;
6140
6367
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6242,6 +6469,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6242
6469
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6243
6470
  allocationRequest: t.LiteralC<"allocationRequest">;
6244
6471
  cantonCommand: t.LiteralC<"cantonCommand">;
6472
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
6245
6473
  "defi-deposit": t.LiteralC<"defi-deposit">;
6246
6474
  "defi-redeem": t.LiteralC<"defi-redeem">;
6247
6475
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6324,6 +6552,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6324
6552
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6325
6553
  allocationRequest: t.LiteralC<"allocationRequest">;
6326
6554
  cantonCommand: t.LiteralC<"cantonCommand">;
6555
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
6327
6556
  "defi-deposit": t.LiteralC<"defi-deposit">;
6328
6557
  "defi-redeem": t.LiteralC<"defi-redeem">;
6329
6558
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6417,6 +6646,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6417
6646
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6418
6647
  allocationRequest: t.LiteralC<"allocationRequest">;
6419
6648
  cantonCommand: t.LiteralC<"cantonCommand">;
6649
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
6420
6650
  "defi-deposit": t.LiteralC<"defi-deposit">;
6421
6651
  "defi-redeem": t.LiteralC<"defi-redeem">;
6422
6652
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6567,6 +6797,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6567
6797
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6568
6798
  allocationRequest: t.LiteralC<"allocationRequest">;
6569
6799
  cantonCommand: t.LiteralC<"cantonCommand">;
6800
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
6570
6801
  "defi-deposit": t.LiteralC<"defi-deposit">;
6571
6802
  "defi-redeem": t.LiteralC<"defi-redeem">;
6572
6803
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6646,6 +6877,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6646
6877
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6647
6878
  allocationRequest: t.LiteralC<"allocationRequest">;
6648
6879
  cantonCommand: t.LiteralC<"cantonCommand">;
6880
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
6649
6881
  "defi-deposit": t.LiteralC<"defi-deposit">;
6650
6882
  "defi-redeem": t.LiteralC<"defi-redeem">;
6651
6883
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6729,6 +6961,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6729
6961
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6730
6962
  allocationRequest: t.LiteralC<"allocationRequest">;
6731
6963
  cantonCommand: t.LiteralC<"cantonCommand">;
6964
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
6732
6965
  "defi-deposit": t.LiteralC<"defi-deposit">;
6733
6966
  "defi-redeem": t.LiteralC<"defi-redeem">;
6734
6967
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6805,6 +7038,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6805
7038
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6806
7039
  allocationRequest: t.LiteralC<"allocationRequest">;
6807
7040
  cantonCommand: t.LiteralC<"cantonCommand">;
7041
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
6808
7042
  "defi-deposit": t.LiteralC<"defi-deposit">;
6809
7043
  "defi-redeem": t.LiteralC<"defi-redeem">;
6810
7044
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6882,6 +7116,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6882
7116
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6883
7117
  allocationRequest: t.LiteralC<"allocationRequest">;
6884
7118
  cantonCommand: t.LiteralC<"cantonCommand">;
7119
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
6885
7120
  "defi-deposit": t.LiteralC<"defi-deposit">;
6886
7121
  "defi-redeem": t.LiteralC<"defi-redeem">;
6887
7122
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6974,6 +7209,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6974
7209
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6975
7210
  allocationRequest: t.LiteralC<"allocationRequest">;
6976
7211
  cantonCommand: t.LiteralC<"cantonCommand">;
7212
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
6977
7213
  "defi-deposit": t.LiteralC<"defi-deposit">;
6978
7214
  "defi-redeem": t.LiteralC<"defi-redeem">;
6979
7215
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7068,6 +7304,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7068
7304
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7069
7305
  allocationRequest: t.LiteralC<"allocationRequest">;
7070
7306
  cantonCommand: t.LiteralC<"cantonCommand">;
7307
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
7071
7308
  "defi-deposit": t.LiteralC<"defi-deposit">;
7072
7309
  "defi-redeem": t.LiteralC<"defi-redeem">;
7073
7310
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7155,6 +7392,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7155
7392
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7156
7393
  allocationRequest: t.LiteralC<"allocationRequest">;
7157
7394
  cantonCommand: t.LiteralC<"cantonCommand">;
7395
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
7158
7396
  "defi-deposit": t.LiteralC<"defi-deposit">;
7159
7397
  "defi-redeem": t.LiteralC<"defi-redeem">;
7160
7398
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7279,6 +7517,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7279
7517
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7280
7518
  allocationRequest: t.LiteralC<"allocationRequest">;
7281
7519
  cantonCommand: t.LiteralC<"cantonCommand">;
7520
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
7282
7521
  "defi-deposit": t.LiteralC<"defi-deposit">;
7283
7522
  "defi-redeem": t.LiteralC<"defi-redeem">;
7284
7523
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7433,6 +7672,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7433
7672
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7434
7673
  allocationRequest: t.LiteralC<"allocationRequest">;
7435
7674
  cantonCommand: t.LiteralC<"cantonCommand">;
7675
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
7436
7676
  "defi-deposit": t.LiteralC<"defi-deposit">;
7437
7677
  "defi-redeem": t.LiteralC<"defi-redeem">;
7438
7678
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7601,6 +7841,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7601
7841
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7602
7842
  allocationRequest: t.LiteralC<"allocationRequest">;
7603
7843
  cantonCommand: t.LiteralC<"cantonCommand">;
7844
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
7604
7845
  "defi-deposit": t.LiteralC<"defi-deposit">;
7605
7846
  "defi-redeem": t.LiteralC<"defi-redeem">;
7606
7847
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7674,6 +7915,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7674
7915
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7675
7916
  allocationRequest: t.LiteralC<"allocationRequest">;
7676
7917
  cantonCommand: t.LiteralC<"cantonCommand">;
7918
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
7677
7919
  "defi-deposit": t.LiteralC<"defi-deposit">;
7678
7920
  "defi-redeem": t.LiteralC<"defi-redeem">;
7679
7921
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7742,6 +7984,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7742
7984
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7743
7985
  allocationRequest: t.LiteralC<"allocationRequest">;
7744
7986
  cantonCommand: t.LiteralC<"cantonCommand">;
7987
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
7745
7988
  "defi-deposit": t.LiteralC<"defi-deposit">;
7746
7989
  "defi-redeem": t.LiteralC<"defi-redeem">;
7747
7990
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7818,6 +8061,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7818
8061
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7819
8062
  allocationRequest: t.LiteralC<"allocationRequest">;
7820
8063
  cantonCommand: t.LiteralC<"cantonCommand">;
8064
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
7821
8065
  "defi-deposit": t.LiteralC<"defi-deposit">;
7822
8066
  "defi-redeem": t.LiteralC<"defi-redeem">;
7823
8067
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7906,6 +8150,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7906
8150
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7907
8151
  allocationRequest: t.LiteralC<"allocationRequest">;
7908
8152
  cantonCommand: t.LiteralC<"cantonCommand">;
8153
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
7909
8154
  "defi-deposit": t.LiteralC<"defi-deposit">;
7910
8155
  "defi-redeem": t.LiteralC<"defi-redeem">;
7911
8156
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7979,6 +8224,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7979
8224
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7980
8225
  allocationRequest: t.LiteralC<"allocationRequest">;
7981
8226
  cantonCommand: t.LiteralC<"cantonCommand">;
8227
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
7982
8228
  "defi-deposit": t.LiteralC<"defi-deposit">;
7983
8229
  "defi-redeem": t.LiteralC<"defi-redeem">;
7984
8230
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8069,6 +8315,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8069
8315
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8070
8316
  allocationRequest: t.LiteralC<"allocationRequest">;
8071
8317
  cantonCommand: t.LiteralC<"cantonCommand">;
8318
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
8072
8319
  "defi-deposit": t.LiteralC<"defi-deposit">;
8073
8320
  "defi-redeem": t.LiteralC<"defi-redeem">;
8074
8321
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8142,6 +8389,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8142
8389
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8143
8390
  allocationRequest: t.LiteralC<"allocationRequest">;
8144
8391
  cantonCommand: t.LiteralC<"cantonCommand">;
8392
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
8145
8393
  "defi-deposit": t.LiteralC<"defi-deposit">;
8146
8394
  "defi-redeem": t.LiteralC<"defi-redeem">;
8147
8395
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8252,6 +8500,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8252
8500
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8253
8501
  allocationRequest: t.LiteralC<"allocationRequest">;
8254
8502
  cantonCommand: t.LiteralC<"cantonCommand">;
8503
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
8255
8504
  "defi-deposit": t.LiteralC<"defi-deposit">;
8256
8505
  "defi-redeem": t.LiteralC<"defi-redeem">;
8257
8506
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8344,6 +8593,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8344
8593
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8345
8594
  allocationRequest: t.LiteralC<"allocationRequest">;
8346
8595
  cantonCommand: t.LiteralC<"cantonCommand">;
8596
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
8347
8597
  "defi-deposit": t.LiteralC<"defi-deposit">;
8348
8598
  "defi-redeem": t.LiteralC<"defi-redeem">;
8349
8599
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8418,6 +8668,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8418
8668
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8419
8669
  allocationRequest: t.LiteralC<"allocationRequest">;
8420
8670
  cantonCommand: t.LiteralC<"cantonCommand">;
8671
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
8421
8672
  "defi-deposit": t.LiteralC<"defi-deposit">;
8422
8673
  "defi-redeem": t.LiteralC<"defi-redeem">;
8423
8674
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8511,6 +8762,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8511
8762
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8512
8763
  allocationRequest: t.LiteralC<"allocationRequest">;
8513
8764
  cantonCommand: t.LiteralC<"cantonCommand">;
8765
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
8514
8766
  "defi-deposit": t.LiteralC<"defi-deposit">;
8515
8767
  "defi-redeem": t.LiteralC<"defi-redeem">;
8516
8768
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8606,6 +8858,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8606
8858
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8607
8859
  allocationRequest: t.LiteralC<"allocationRequest">;
8608
8860
  cantonCommand: t.LiteralC<"cantonCommand">;
8861
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
8609
8862
  "defi-deposit": t.LiteralC<"defi-deposit">;
8610
8863
  "defi-redeem": t.LiteralC<"defi-redeem">;
8611
8864
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8702,6 +8955,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8702
8955
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8703
8956
  allocationRequest: t.LiteralC<"allocationRequest">;
8704
8957
  cantonCommand: t.LiteralC<"cantonCommand">;
8958
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
8705
8959
  "defi-deposit": t.LiteralC<"defi-deposit">;
8706
8960
  "defi-redeem": t.LiteralC<"defi-redeem">;
8707
8961
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8784,6 +9038,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8784
9038
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8785
9039
  allocationRequest: t.LiteralC<"allocationRequest">;
8786
9040
  cantonCommand: t.LiteralC<"cantonCommand">;
9041
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
8787
9042
  "defi-deposit": t.LiteralC<"defi-deposit">;
8788
9043
  "defi-redeem": t.LiteralC<"defi-redeem">;
8789
9044
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8877,6 +9132,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8877
9132
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8878
9133
  allocationRequest: t.LiteralC<"allocationRequest">;
8879
9134
  cantonCommand: t.LiteralC<"cantonCommand">;
9135
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
8880
9136
  "defi-deposit": t.LiteralC<"defi-deposit">;
8881
9137
  "defi-redeem": t.LiteralC<"defi-redeem">;
8882
9138
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9009,6 +9265,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9009
9265
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9010
9266
  allocationRequest: t.LiteralC<"allocationRequest">;
9011
9267
  cantonCommand: t.LiteralC<"cantonCommand">;
9268
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
9012
9269
  "defi-deposit": t.LiteralC<"defi-deposit">;
9013
9270
  "defi-redeem": t.LiteralC<"defi-redeem">;
9014
9271
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9089,6 +9346,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9089
9346
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9090
9347
  allocationRequest: t.LiteralC<"allocationRequest">;
9091
9348
  cantonCommand: t.LiteralC<"cantonCommand">;
9349
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
9092
9350
  "defi-deposit": t.LiteralC<"defi-deposit">;
9093
9351
  "defi-redeem": t.LiteralC<"defi-redeem">;
9094
9352
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9166,6 +9424,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9166
9424
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9167
9425
  allocationRequest: t.LiteralC<"allocationRequest">;
9168
9426
  cantonCommand: t.LiteralC<"cantonCommand">;
9427
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
9169
9428
  "defi-deposit": t.LiteralC<"defi-deposit">;
9170
9429
  "defi-redeem": t.LiteralC<"defi-redeem">;
9171
9430
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9238,6 +9497,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9238
9497
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9239
9498
  allocationRequest: t.LiteralC<"allocationRequest">;
9240
9499
  cantonCommand: t.LiteralC<"cantonCommand">;
9500
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
9241
9501
  "defi-deposit": t.LiteralC<"defi-deposit">;
9242
9502
  "defi-redeem": t.LiteralC<"defi-redeem">;
9243
9503
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9330,6 +9590,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9330
9590
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9331
9591
  allocationRequest: t.LiteralC<"allocationRequest">;
9332
9592
  cantonCommand: t.LiteralC<"cantonCommand">;
9593
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
9333
9594
  "defi-deposit": t.LiteralC<"defi-deposit">;
9334
9595
  "defi-redeem": t.LiteralC<"defi-redeem">;
9335
9596
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9408,6 +9669,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9408
9669
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9409
9670
  allocationRequest: t.LiteralC<"allocationRequest">;
9410
9671
  cantonCommand: t.LiteralC<"cantonCommand">;
9672
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
9411
9673
  "defi-deposit": t.LiteralC<"defi-deposit">;
9412
9674
  "defi-redeem": t.LiteralC<"defi-redeem">;
9413
9675
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9485,6 +9747,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9485
9747
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9486
9748
  allocationRequest: t.LiteralC<"allocationRequest">;
9487
9749
  cantonCommand: t.LiteralC<"cantonCommand">;
9750
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
9488
9751
  "defi-deposit": t.LiteralC<"defi-deposit">;
9489
9752
  "defi-redeem": t.LiteralC<"defi-redeem">;
9490
9753
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9563,6 +9826,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9563
9826
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9564
9827
  allocationRequest: t.LiteralC<"allocationRequest">;
9565
9828
  cantonCommand: t.LiteralC<"cantonCommand">;
9829
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
9566
9830
  "defi-deposit": t.LiteralC<"defi-deposit">;
9567
9831
  "defi-redeem": t.LiteralC<"defi-redeem">;
9568
9832
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9640,6 +9904,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9640
9904
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9641
9905
  allocationRequest: t.LiteralC<"allocationRequest">;
9642
9906
  cantonCommand: t.LiteralC<"cantonCommand">;
9907
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
9643
9908
  "defi-deposit": t.LiteralC<"defi-deposit">;
9644
9909
  "defi-redeem": t.LiteralC<"defi-redeem">;
9645
9910
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9721,6 +9986,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9721
9986
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9722
9987
  allocationRequest: t.LiteralC<"allocationRequest">;
9723
9988
  cantonCommand: t.LiteralC<"cantonCommand">;
9989
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
9724
9990
  "defi-deposit": t.LiteralC<"defi-deposit">;
9725
9991
  "defi-redeem": t.LiteralC<"defi-redeem">;
9726
9992
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9801,6 +10067,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9801
10067
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9802
10068
  allocationRequest: t.LiteralC<"allocationRequest">;
9803
10069
  cantonCommand: t.LiteralC<"cantonCommand">;
10070
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
9804
10071
  "defi-deposit": t.LiteralC<"defi-deposit">;
9805
10072
  "defi-redeem": t.LiteralC<"defi-redeem">;
9806
10073
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9883,6 +10150,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9883
10150
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9884
10151
  allocationRequest: t.LiteralC<"allocationRequest">;
9885
10152
  cantonCommand: t.LiteralC<"cantonCommand">;
10153
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
9886
10154
  "defi-deposit": t.LiteralC<"defi-deposit">;
9887
10155
  "defi-redeem": t.LiteralC<"defi-redeem">;
9888
10156
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9965,6 +10233,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9965
10233
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9966
10234
  allocationRequest: t.LiteralC<"allocationRequest">;
9967
10235
  cantonCommand: t.LiteralC<"cantonCommand">;
10236
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
9968
10237
  "defi-deposit": t.LiteralC<"defi-deposit">;
9969
10238
  "defi-redeem": t.LiteralC<"defi-redeem">;
9970
10239
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10047,6 +10316,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10047
10316
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10048
10317
  allocationRequest: t.LiteralC<"allocationRequest">;
10049
10318
  cantonCommand: t.LiteralC<"cantonCommand">;
10319
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
10050
10320
  "defi-deposit": t.LiteralC<"defi-deposit">;
10051
10321
  "defi-redeem": t.LiteralC<"defi-redeem">;
10052
10322
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10128,6 +10398,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10128
10398
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10129
10399
  allocationRequest: t.LiteralC<"allocationRequest">;
10130
10400
  cantonCommand: t.LiteralC<"cantonCommand">;
10401
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
10131
10402
  "defi-deposit": t.LiteralC<"defi-deposit">;
10132
10403
  "defi-redeem": t.LiteralC<"defi-redeem">;
10133
10404
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10213,6 +10484,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10213
10484
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10214
10485
  allocationRequest: t.LiteralC<"allocationRequest">;
10215
10486
  cantonCommand: t.LiteralC<"cantonCommand">;
10487
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
10216
10488
  "defi-deposit": t.LiteralC<"defi-deposit">;
10217
10489
  "defi-redeem": t.LiteralC<"defi-redeem">;
10218
10490
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10293,6 +10565,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10293
10565
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10294
10566
  allocationRequest: t.LiteralC<"allocationRequest">;
10295
10567
  cantonCommand: t.LiteralC<"cantonCommand">;
10568
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
10296
10569
  "defi-deposit": t.LiteralC<"defi-deposit">;
10297
10570
  "defi-redeem": t.LiteralC<"defi-redeem">;
10298
10571
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10375,6 +10648,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10375
10648
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10376
10649
  allocationRequest: t.LiteralC<"allocationRequest">;
10377
10650
  cantonCommand: t.LiteralC<"cantonCommand">;
10651
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
10378
10652
  "defi-deposit": t.LiteralC<"defi-deposit">;
10379
10653
  "defi-redeem": t.LiteralC<"defi-redeem">;
10380
10654
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10453,6 +10727,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10453
10727
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10454
10728
  allocationRequest: t.LiteralC<"allocationRequest">;
10455
10729
  cantonCommand: t.LiteralC<"cantonCommand">;
10730
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
10456
10731
  "defi-deposit": t.LiteralC<"defi-deposit">;
10457
10732
  "defi-redeem": t.LiteralC<"defi-redeem">;
10458
10733
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10530,6 +10805,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10530
10805
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10531
10806
  allocationRequest: t.LiteralC<"allocationRequest">;
10532
10807
  cantonCommand: t.LiteralC<"cantonCommand">;
10808
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
10533
10809
  "defi-deposit": t.LiteralC<"defi-deposit">;
10534
10810
  "defi-redeem": t.LiteralC<"defi-redeem">;
10535
10811
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10607,6 +10883,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10607
10883
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10608
10884
  allocationRequest: t.LiteralC<"allocationRequest">;
10609
10885
  cantonCommand: t.LiteralC<"cantonCommand">;
10886
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
10610
10887
  "defi-deposit": t.LiteralC<"defi-deposit">;
10611
10888
  "defi-redeem": t.LiteralC<"defi-redeem">;
10612
10889
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10689,6 +10966,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10689
10966
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10690
10967
  allocationRequest: t.LiteralC<"allocationRequest">;
10691
10968
  cantonCommand: t.LiteralC<"cantonCommand">;
10969
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
10692
10970
  "defi-deposit": t.LiteralC<"defi-deposit">;
10693
10971
  "defi-redeem": t.LiteralC<"defi-redeem">;
10694
10972
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10772,6 +11050,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10772
11050
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10773
11051
  allocationRequest: t.LiteralC<"allocationRequest">;
10774
11052
  cantonCommand: t.LiteralC<"cantonCommand">;
11053
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
10775
11054
  "defi-deposit": t.LiteralC<"defi-deposit">;
10776
11055
  "defi-redeem": t.LiteralC<"defi-redeem">;
10777
11056
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10853,6 +11132,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10853
11132
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10854
11133
  allocationRequest: t.LiteralC<"allocationRequest">;
10855
11134
  cantonCommand: t.LiteralC<"cantonCommand">;
11135
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
10856
11136
  "defi-deposit": t.LiteralC<"defi-deposit">;
10857
11137
  "defi-redeem": t.LiteralC<"defi-redeem">;
10858
11138
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10934,6 +11214,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10934
11214
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10935
11215
  allocationRequest: t.LiteralC<"allocationRequest">;
10936
11216
  cantonCommand: t.LiteralC<"cantonCommand">;
11217
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
10937
11218
  "defi-deposit": t.LiteralC<"defi-deposit">;
10938
11219
  "defi-redeem": t.LiteralC<"defi-redeem">;
10939
11220
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11010,6 +11291,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11010
11291
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11011
11292
  allocationRequest: t.LiteralC<"allocationRequest">;
11012
11293
  cantonCommand: t.LiteralC<"cantonCommand">;
11294
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
11013
11295
  "defi-deposit": t.LiteralC<"defi-deposit">;
11014
11296
  "defi-redeem": t.LiteralC<"defi-redeem">;
11015
11297
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11086,6 +11368,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11086
11368
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11087
11369
  allocationRequest: t.LiteralC<"allocationRequest">;
11088
11370
  cantonCommand: t.LiteralC<"cantonCommand">;
11371
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
11089
11372
  "defi-deposit": t.LiteralC<"defi-deposit">;
11090
11373
  "defi-redeem": t.LiteralC<"defi-redeem">;
11091
11374
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11156,6 +11439,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11156
11439
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11157
11440
  allocationRequest: t.LiteralC<"allocationRequest">;
11158
11441
  cantonCommand: t.LiteralC<"cantonCommand">;
11442
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
11159
11443
  "defi-deposit": t.LiteralC<"defi-deposit">;
11160
11444
  "defi-redeem": t.LiteralC<"defi-redeem">;
11161
11445
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11230,6 +11514,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11230
11514
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11231
11515
  allocationRequest: t.LiteralC<"allocationRequest">;
11232
11516
  cantonCommand: t.LiteralC<"cantonCommand">;
11517
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
11233
11518
  "defi-deposit": t.LiteralC<"defi-deposit">;
11234
11519
  "defi-redeem": t.LiteralC<"defi-redeem">;
11235
11520
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11306,6 +11591,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11306
11591
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11307
11592
  allocationRequest: t.LiteralC<"allocationRequest">;
11308
11593
  cantonCommand: t.LiteralC<"cantonCommand">;
11594
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
11309
11595
  "defi-deposit": t.LiteralC<"defi-deposit">;
11310
11596
  "defi-redeem": t.LiteralC<"defi-redeem">;
11311
11597
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11382,6 +11668,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11382
11668
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11383
11669
  allocationRequest: t.LiteralC<"allocationRequest">;
11384
11670
  cantonCommand: t.LiteralC<"cantonCommand">;
11671
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
11385
11672
  "defi-deposit": t.LiteralC<"defi-deposit">;
11386
11673
  "defi-redeem": t.LiteralC<"defi-redeem">;
11387
11674
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11464,6 +11751,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11464
11751
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11465
11752
  allocationRequest: t.LiteralC<"allocationRequest">;
11466
11753
  cantonCommand: t.LiteralC<"cantonCommand">;
11754
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
11467
11755
  "defi-deposit": t.LiteralC<"defi-deposit">;
11468
11756
  "defi-redeem": t.LiteralC<"defi-redeem">;
11469
11757
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11546,6 +11834,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11546
11834
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11547
11835
  allocationRequest: t.LiteralC<"allocationRequest">;
11548
11836
  cantonCommand: t.LiteralC<"cantonCommand">;
11837
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
11549
11838
  "defi-deposit": t.LiteralC<"defi-deposit">;
11550
11839
  "defi-redeem": t.LiteralC<"defi-redeem">;
11551
11840
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11622,6 +11911,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11622
11911
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11623
11912
  allocationRequest: t.LiteralC<"allocationRequest">;
11624
11913
  cantonCommand: t.LiteralC<"cantonCommand">;
11914
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
11625
11915
  "defi-deposit": t.LiteralC<"defi-deposit">;
11626
11916
  "defi-redeem": t.LiteralC<"defi-redeem">;
11627
11917
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11694,6 +11984,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11694
11984
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11695
11985
  allocationRequest: t.LiteralC<"allocationRequest">;
11696
11986
  cantonCommand: t.LiteralC<"cantonCommand">;
11987
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
11697
11988
  "defi-deposit": t.LiteralC<"defi-deposit">;
11698
11989
  "defi-redeem": t.LiteralC<"defi-redeem">;
11699
11990
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11786,6 +12077,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11786
12077
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11787
12078
  allocationRequest: t.LiteralC<"allocationRequest">;
11788
12079
  cantonCommand: t.LiteralC<"cantonCommand">;
12080
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
11789
12081
  "defi-deposit": t.LiteralC<"defi-deposit">;
11790
12082
  "defi-redeem": t.LiteralC<"defi-redeem">;
11791
12083
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11888,6 +12180,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11888
12180
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11889
12181
  allocationRequest: t.LiteralC<"allocationRequest">;
11890
12182
  cantonCommand: t.LiteralC<"cantonCommand">;
12183
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
11891
12184
  "defi-deposit": t.LiteralC<"defi-deposit">;
11892
12185
  "defi-redeem": t.LiteralC<"defi-redeem">;
11893
12186
  delegateResource: t.LiteralC<"delegateResource">;
@@ -12000,6 +12293,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
12000
12293
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
12001
12294
  allocationRequest: t.LiteralC<"allocationRequest">;
12002
12295
  cantonCommand: t.LiteralC<"cantonCommand">;
12296
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
12003
12297
  "defi-deposit": t.LiteralC<"defi-deposit">;
12004
12298
  "defi-redeem": t.LiteralC<"defi-redeem">;
12005
12299
  delegateResource: t.LiteralC<"delegateResource">;
@@ -12084,6 +12378,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
12084
12378
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
12085
12379
  allocationRequest: t.LiteralC<"allocationRequest">;
12086
12380
  cantonCommand: t.LiteralC<"cantonCommand">;
12381
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
12087
12382
  "defi-deposit": t.LiteralC<"defi-deposit">;
12088
12383
  "defi-redeem": t.LiteralC<"defi-redeem">;
12089
12384
  delegateResource: t.LiteralC<"delegateResource">;
@@ -12178,6 +12473,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
12178
12473
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
12179
12474
  allocationRequest: t.LiteralC<"allocationRequest">;
12180
12475
  cantonCommand: t.LiteralC<"cantonCommand">;
12476
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
12181
12477
  "defi-deposit": t.LiteralC<"defi-deposit">;
12182
12478
  "defi-redeem": t.LiteralC<"defi-redeem">;
12183
12479
  delegateResource: t.LiteralC<"delegateResource">;
@@ -12254,6 +12550,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
12254
12550
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
12255
12551
  allocationRequest: t.LiteralC<"allocationRequest">;
12256
12552
  cantonCommand: t.LiteralC<"cantonCommand">;
12553
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
12257
12554
  "defi-deposit": t.LiteralC<"defi-deposit">;
12258
12555
  "defi-redeem": t.LiteralC<"defi-redeem">;
12259
12556
  delegateResource: t.LiteralC<"delegateResource">;
@@ -12336,6 +12633,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
12336
12633
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
12337
12634
  allocationRequest: t.LiteralC<"allocationRequest">;
12338
12635
  cantonCommand: t.LiteralC<"cantonCommand">;
12636
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
12339
12637
  "defi-deposit": t.LiteralC<"defi-deposit">;
12340
12638
  "defi-redeem": t.LiteralC<"defi-redeem">;
12341
12639
  delegateResource: t.LiteralC<"delegateResource">;
@@ -12412,6 +12710,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
12412
12710
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
12413
12711
  allocationRequest: t.LiteralC<"allocationRequest">;
12414
12712
  cantonCommand: t.LiteralC<"cantonCommand">;
12713
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
12415
12714
  "defi-deposit": t.LiteralC<"defi-deposit">;
12416
12715
  "defi-redeem": t.LiteralC<"defi-redeem">;
12417
12716
  delegateResource: t.LiteralC<"delegateResource">;
@@ -12494,6 +12793,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
12494
12793
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
12495
12794
  allocationRequest: t.LiteralC<"allocationRequest">;
12496
12795
  cantonCommand: t.LiteralC<"cantonCommand">;
12796
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
12497
12797
  "defi-deposit": t.LiteralC<"defi-deposit">;
12498
12798
  "defi-redeem": t.LiteralC<"defi-redeem">;
12499
12799
  delegateResource: t.LiteralC<"delegateResource">;