@bitgo/public-types 6.17.0 → 6.18.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 (182) 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 +1 -0
  55. package/dist/src/schema/transactionRequest/intents/defiRedeemIntent.d.ts +1 -0
  56. package/dist/src/schema/transactionRequest/intents/delegateIntent.d.ts +1 -0
  57. package/dist/src/schema/transactionRequest/intents/dotBaseIntent.d.ts +1 -0
  58. package/dist/src/schema/transactionRequest/intents/dotCreateAccountIntent.d.ts +1 -0
  59. package/dist/src/schema/transactionRequest/intents/dotPaymentIntent.d.ts +1 -0
  60. package/dist/src/schema/transactionRequest/intents/dotStakingIntent.d.ts +1 -0
  61. package/dist/src/schema/transactionRequest/intents/dotUnstakingIntent.d.ts +1 -0
  62. package/dist/src/schema/transactionRequest/intents/dotWithdrawStakeIntent.d.ts +1 -0
  63. package/dist/src/schema/transactionRequest/intents/enableTokenIntent.d.ts +1 -0
  64. package/dist/src/schema/transactionRequest/intents/ethAccelerationIntent.d.ts +1 -0
  65. package/dist/src/schema/transactionRequest/intents/ethConsolidateTokenIntent.d.ts +1 -0
  66. package/dist/src/schema/transactionRequest/intents/ethFillNonceIntent.d.ts +1 -0
  67. package/dist/src/schema/transactionRequest/intents/ethLikeStakeIntent.d.ts +2 -0
  68. package/dist/src/schema/transactionRequest/intents/ethPaymentIntent.d.ts +1 -0
  69. package/dist/src/schema/transactionRequest/intents/ethStakingIntent.d.ts +1 -0
  70. package/dist/src/schema/transactionRequest/intents/ethTransferTokenIntent.d.ts +1 -0
  71. package/dist/src/schema/transactionRequest/intents/feeAddressTransferIntent.d.ts +1 -0
  72. package/dist/src/schema/transactionRequest/intents/fillNonceIntent.d.ts +1 -0
  73. package/dist/src/schema/transactionRequest/intents/goUnstakeIntent.d.ts +1 -0
  74. package/dist/src/schema/transactionRequest/intents/hbarUpdateAccountIntent.d.ts +1 -0
  75. package/dist/src/schema/transactionRequest/intents/hypeevmBridgeFundsIntent.d.ts +1 -0
  76. package/dist/src/schema/transactionRequest/intents/hypeevmEnableBridgingIntent.d.ts +1 -0
  77. package/dist/src/schema/transactionRequest/intents/hypeevmSpotTransferIntent.d.ts +1 -0
  78. package/dist/src/schema/transactionRequest/intents/icpPaymentIntent.d.ts +1 -0
  79. package/dist/src/schema/transactionRequest/intents/index.d.ts +1 -0
  80. package/dist/src/schema/transactionRequest/intents/index.js +1 -0
  81. package/dist/src/schema/transactionRequest/intents/index.js.map +1 -1
  82. package/dist/src/schema/transactionRequest/intents/intent.d.ts +297 -0
  83. package/dist/src/schema/transactionRequest/intents/intent.js +4 -0
  84. package/dist/src/schema/transactionRequest/intents/intent.js.map +1 -1
  85. package/dist/src/schema/transactionRequest/intents/intentType.d.ts +2 -0
  86. package/dist/src/schema/transactionRequest/intents/intentType.js +1 -0
  87. package/dist/src/schema/transactionRequest/intents/intentType.js.map +1 -1
  88. package/dist/src/schema/transactionRequest/intents/iotaBuildOptions.d.ts +1 -0
  89. package/dist/src/schema/transactionRequest/intents/iotaConsolidateIntent.d.ts +1 -0
  90. package/dist/src/schema/transactionRequest/intents/iotaPaymentIntent.d.ts +2 -0
  91. package/dist/src/schema/transactionRequest/intents/irysPledgeIntent.d.ts +1 -0
  92. package/dist/src/schema/transactionRequest/intents/irysStakeIntent.d.ts +1 -0
  93. package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.d.ts +2 -0
  94. package/dist/src/schema/transactionRequest/intents/mmiSignMessageIntent.d.ts +1 -0
  95. package/dist/src/schema/transactionRequest/intents/mmiSignTransactionIntent.d.ts +1 -0
  96. package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +1 -0
  97. package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +1 -0
  98. package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +1 -0
  99. package/dist/src/schema/transactionRequest/intents/paymentIntent.d.ts +1 -0
  100. package/dist/src/schema/transactionRequest/intents/polyxBaseIntent.d.ts +1 -0
  101. package/dist/src/schema/transactionRequest/intents/polyxCreateAccountIntent.d.ts +1 -0
  102. package/dist/src/schema/transactionRequest/intents/polyxPreApproveAssetIntent.d.ts +1 -0
  103. package/dist/src/schema/transactionRequest/intents/polyxStakeIntent.d.ts +1 -0
  104. package/dist/src/schema/transactionRequest/intents/polyxUnstakeIntent.d.ts +1 -0
  105. package/dist/src/schema/transactionRequest/intents/polyxWithdrawIntent.d.ts +1 -0
  106. package/dist/src/schema/transactionRequest/intents/signMessageIntent.d.ts +1 -0
  107. package/dist/src/schema/transactionRequest/intents/solAuthorizeIntent.d.ts +1 -0
  108. package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +1 -0
  109. package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.d.ts +1 -0
  110. package/dist/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.d.ts +1 -0
  111. package/dist/src/schema/transactionRequest/intents/solCustomTxIntent.d.ts +1 -0
  112. package/dist/src/schema/transactionRequest/intents/solDeactivateIntent.d.ts +1 -0
  113. package/dist/src/schema/transactionRequest/intents/solDelegateIntent.d.ts +1 -0
  114. package/dist/src/schema/transactionRequest/intents/solGoUnstakeIntent.d.ts +1 -0
  115. package/dist/src/schema/transactionRequest/intents/solPaymentIntent.d.ts +1 -0
  116. package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +2 -0
  117. package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +2 -0
  118. package/dist/src/schema/transactionRequest/intents/solVersionedCustomTxIntent.d.ts +1 -0
  119. package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +1 -0
  120. package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +1 -0
  121. package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +1 -0
  122. package/dist/src/schema/transactionRequest/intents/stakeWithCallDataIntent.d.ts +1 -0
  123. package/dist/src/schema/transactionRequest/intents/substrateBaseIntent.d.ts +1 -0
  124. package/dist/src/schema/transactionRequest/intents/substratePaymentIntent.d.ts +1 -0
  125. package/dist/src/schema/transactionRequest/intents/suiBuildOptions.d.ts +1 -0
  126. package/dist/src/schema/transactionRequest/intents/suiConsolidateIntent.d.ts +1 -0
  127. package/dist/src/schema/transactionRequest/intents/suiCustomTxIntent.d.ts +2 -0
  128. package/dist/src/schema/transactionRequest/intents/suiGoUnstakeIntent.d.ts +2 -0
  129. package/dist/src/schema/transactionRequest/intents/suiPaymentIntent.d.ts +2 -0
  130. package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +1 -0
  131. package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +1 -0
  132. package/dist/src/schema/transactionRequest/intents/switchValidatorWithCallDataIntent.d.ts +1 -0
  133. package/dist/src/schema/transactionRequest/intents/taoStakeIntent.d.ts +2 -0
  134. package/dist/src/schema/transactionRequest/intents/taoStakingBaseIntent.d.ts +1 -0
  135. package/dist/src/schema/transactionRequest/intents/taoSwitchValidatorIntent.d.ts +1 -0
  136. package/dist/src/schema/transactionRequest/intents/taoTransferStakeIntent.d.ts +1 -0
  137. package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.d.ts +2 -0
  138. package/dist/src/schema/transactionRequest/intents/tokenApprovalIntent.d.ts +1 -0
  139. package/dist/src/schema/transactionRequest/intents/tonDelegateIntent.d.ts +1 -0
  140. package/dist/src/schema/transactionRequest/intents/tonMultiNominatorDelegateIntent.d.ts +1 -0
  141. package/dist/src/schema/transactionRequest/intents/tonMultiNominatorUndelegateIntent.d.ts +1 -0
  142. package/dist/src/schema/transactionRequest/intents/tonPaymentIntent.d.ts +1 -0
  143. package/dist/src/schema/transactionRequest/intents/tonSingleNominatorDelegateIntent.d.ts +1 -0
  144. package/dist/src/schema/transactionRequest/intents/tonSingleNominatorUndelegateIntent.d.ts +1 -0
  145. package/dist/src/schema/transactionRequest/intents/tonUndelegateIntent.d.ts +1 -0
  146. package/dist/src/schema/transactionRequest/intents/tonWhalesDelegateIntent.d.ts +1 -0
  147. package/dist/src/schema/transactionRequest/intents/tonWhalesUndelegateIntent.d.ts +1 -0
  148. package/dist/src/schema/transactionRequest/intents/transferTokenIntent.d.ts +1 -0
  149. package/dist/src/schema/transactionRequest/intents/trxClaimRewardsIntent.d.ts +1 -0
  150. package/dist/src/schema/transactionRequest/intents/trxCreateAccountIntent.d.ts +1 -0
  151. package/dist/src/schema/transactionRequest/intents/trxDelegateResourceIntent.d.ts +1 -0
  152. package/dist/src/schema/transactionRequest/intents/trxFreezeIntent.d.ts +1 -0
  153. package/dist/src/schema/transactionRequest/intents/trxUndelegateResourceIntent.d.ts +1 -0
  154. package/dist/src/schema/transactionRequest/intents/trxUnfreezeIntent.d.ts +1 -0
  155. package/dist/src/schema/transactionRequest/intents/trxVoteIntent.d.ts +1 -0
  156. package/dist/src/schema/transactionRequest/intents/trxWithdrawExpireUnfreezeIntent.d.ts +1 -0
  157. package/dist/src/schema/transactionRequest/intents/undelegateIntent.d.ts +1 -0
  158. package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +1 -0
  159. package/dist/src/schema/transactionRequest/intents/validatorRegistrationIntent.d.ts +1 -0
  160. package/dist/src/schema/transactionRequest/intents/vetDecreaseStakeIntent.d.ts +1 -0
  161. package/dist/src/schema/transactionRequest/intents/vetDelegateIntent.d.ts +1 -0
  162. package/dist/src/schema/transactionRequest/intents/vetIncreaseStakeIntent.d.ts +1 -0
  163. package/dist/src/schema/transactionRequest/intents/vetSignalExitIntent.d.ts +1 -0
  164. package/dist/src/schema/transactionRequest/intents/vetStakeClaimRewardsIntent.d.ts +1 -0
  165. package/dist/src/schema/transactionRequest/intents/vetStakingIntent.d.ts +1 -0
  166. package/dist/src/schema/transactionRequest/intents/vetUnstakingIntent.d.ts +2 -0
  167. package/dist/src/schema/transactionRequest/intents/vetValidatorRegistrationIntent.d.ts +1 -0
  168. package/dist/src/schema/transactionRequest/intents/vetWithdrawStakeIntent.d.ts +1 -0
  169. package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +1 -0
  170. package/dist/src/schema/transactionRequest/intents/walletRecoveryIntent.d.ts +1 -0
  171. package/dist/src/schema/transactionRequest/intents/walrusStakingIntent.d.ts +1 -0
  172. package/dist/src/schema/transactionRequest/intents/walrusUndelegateIntent.d.ts +1 -0
  173. package/dist/src/schema/transactionRequest/intents/walrusWithdrawIntent.d.ts +1 -0
  174. package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +1 -0
  175. package/dist/src/schema/transactionRequest/intents/xdcStakingIntent.d.ts +2 -0
  176. package/dist/src/schema/transactionRequest/intents/xdcUnstakingIntent.d.ts +2 -0
  177. package/dist/src/schema/transactionRequest/transactionRequest.d.ts +594 -0
  178. package/package.json +1 -1
  179. package/src/schema/transactionRequest/intents/cantonAllocationAllocateIntent.ts +26 -0
  180. package/src/schema/transactionRequest/intents/index.ts +1 -0
  181. package/src/schema/transactionRequest/intents/intent.ts +4 -0
  182. package/src/schema/transactionRequest/intents/intentType.ts +1 -0
@@ -215,6 +215,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
215
215
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
216
216
  allocationRequest: t.LiteralC<"allocationRequest">;
217
217
  cantonCommand: t.LiteralC<"cantonCommand">;
218
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
218
219
  "defi-deposit": t.LiteralC<"defi-deposit">;
219
220
  "defi-redeem": t.LiteralC<"defi-redeem">;
220
221
  delegateResource: t.LiteralC<"delegateResource">;
@@ -307,6 +308,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
307
308
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
308
309
  allocationRequest: t.LiteralC<"allocationRequest">;
309
310
  cantonCommand: t.LiteralC<"cantonCommand">;
311
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
310
312
  "defi-deposit": t.LiteralC<"defi-deposit">;
311
313
  "defi-redeem": t.LiteralC<"defi-redeem">;
312
314
  delegateResource: t.LiteralC<"delegateResource">;
@@ -386,6 +388,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
386
388
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
387
389
  allocationRequest: t.LiteralC<"allocationRequest">;
388
390
  cantonCommand: t.LiteralC<"cantonCommand">;
391
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
389
392
  "defi-deposit": t.LiteralC<"defi-deposit">;
390
393
  "defi-redeem": t.LiteralC<"defi-redeem">;
391
394
  delegateResource: t.LiteralC<"delegateResource">;
@@ -471,6 +474,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
471
474
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
472
475
  allocationRequest: t.LiteralC<"allocationRequest">;
473
476
  cantonCommand: t.LiteralC<"cantonCommand">;
477
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
474
478
  "defi-deposit": t.LiteralC<"defi-deposit">;
475
479
  "defi-redeem": t.LiteralC<"defi-redeem">;
476
480
  delegateResource: t.LiteralC<"delegateResource">;
@@ -555,6 +559,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
555
559
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
556
560
  allocationRequest: t.LiteralC<"allocationRequest">;
557
561
  cantonCommand: t.LiteralC<"cantonCommand">;
562
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
558
563
  "defi-deposit": t.LiteralC<"defi-deposit">;
559
564
  "defi-redeem": t.LiteralC<"defi-redeem">;
560
565
  delegateResource: t.LiteralC<"delegateResource">;
@@ -631,6 +636,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
631
636
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
632
637
  allocationRequest: t.LiteralC<"allocationRequest">;
633
638
  cantonCommand: t.LiteralC<"cantonCommand">;
639
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
634
640
  "defi-deposit": t.LiteralC<"defi-deposit">;
635
641
  "defi-redeem": t.LiteralC<"defi-redeem">;
636
642
  delegateResource: t.LiteralC<"delegateResource">;
@@ -718,6 +724,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
718
724
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
719
725
  allocationRequest: t.LiteralC<"allocationRequest">;
720
726
  cantonCommand: t.LiteralC<"cantonCommand">;
727
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
721
728
  "defi-deposit": t.LiteralC<"defi-deposit">;
722
729
  "defi-redeem": t.LiteralC<"defi-redeem">;
723
730
  delegateResource: t.LiteralC<"delegateResource">;
@@ -810,6 +817,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
810
817
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
811
818
  allocationRequest: t.LiteralC<"allocationRequest">;
812
819
  cantonCommand: t.LiteralC<"cantonCommand">;
820
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
813
821
  "defi-deposit": t.LiteralC<"defi-deposit">;
814
822
  "defi-redeem": t.LiteralC<"defi-redeem">;
815
823
  delegateResource: t.LiteralC<"delegateResource">;
@@ -919,6 +927,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
919
927
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
920
928
  allocationRequest: t.LiteralC<"allocationRequest">;
921
929
  cantonCommand: t.LiteralC<"cantonCommand">;
930
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
922
931
  "defi-deposit": t.LiteralC<"defi-deposit">;
923
932
  "defi-redeem": t.LiteralC<"defi-redeem">;
924
933
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1028,6 +1037,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1028
1037
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1029
1038
  allocationRequest: t.LiteralC<"allocationRequest">;
1030
1039
  cantonCommand: t.LiteralC<"cantonCommand">;
1040
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1031
1041
  "defi-deposit": t.LiteralC<"defi-deposit">;
1032
1042
  "defi-redeem": t.LiteralC<"defi-redeem">;
1033
1043
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1103,6 +1113,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1103
1113
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1104
1114
  allocationRequest: t.LiteralC<"allocationRequest">;
1105
1115
  cantonCommand: t.LiteralC<"cantonCommand">;
1116
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1106
1117
  "defi-deposit": t.LiteralC<"defi-deposit">;
1107
1118
  "defi-redeem": t.LiteralC<"defi-redeem">;
1108
1119
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1178,6 +1189,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1178
1189
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1179
1190
  allocationRequest: t.LiteralC<"allocationRequest">;
1180
1191
  cantonCommand: t.LiteralC<"cantonCommand">;
1192
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1181
1193
  "defi-deposit": t.LiteralC<"defi-deposit">;
1182
1194
  "defi-redeem": t.LiteralC<"defi-redeem">;
1183
1195
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1261,6 +1273,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1261
1273
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1262
1274
  allocationRequest: t.LiteralC<"allocationRequest">;
1263
1275
  cantonCommand: t.LiteralC<"cantonCommand">;
1276
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1264
1277
  "defi-deposit": t.LiteralC<"defi-deposit">;
1265
1278
  "defi-redeem": t.LiteralC<"defi-redeem">;
1266
1279
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1343,6 +1356,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1343
1356
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1344
1357
  allocationRequest: t.LiteralC<"allocationRequest">;
1345
1358
  cantonCommand: t.LiteralC<"cantonCommand">;
1359
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1346
1360
  "defi-deposit": t.LiteralC<"defi-deposit">;
1347
1361
  "defi-redeem": t.LiteralC<"defi-redeem">;
1348
1362
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1428,6 +1442,165 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1428
1442
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1429
1443
  allocationRequest: t.LiteralC<"allocationRequest">;
1430
1444
  cantonCommand: t.LiteralC<"cantonCommand">;
1445
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1446
+ "defi-deposit": t.LiteralC<"defi-deposit">;
1447
+ "defi-redeem": t.LiteralC<"defi-redeem">;
1448
+ delegateResource: t.LiteralC<"delegateResource">;
1449
+ undelegateResource: t.LiteralC<"undelegateResource">;
1450
+ export: t.LiteralC<"export">;
1451
+ import: t.LiteralC<"import">;
1452
+ importtoc: t.LiteralC<"importtoc">;
1453
+ }>;
1454
+ }>, t.PartialC<{
1455
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1456
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1457
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
1458
+ }>]>, t.TypeC<{
1459
+ intentType: t.LiteralC<"allocationAllocate">;
1460
+ txRequestId: t.StringC;
1461
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
1462
+ intentType: t.KeyofC<{
1463
+ payment: t.LiteralC<"payment">;
1464
+ transferToken: t.LiteralC<"transferToken">;
1465
+ consolidate: t.LiteralC<"consolidate">;
1466
+ consolidateToken: t.LiteralC<"consolidateToken">;
1467
+ fanout: t.LiteralC<"fanout">;
1468
+ stake: t.LiteralC<"stake">;
1469
+ unstake: t.LiteralC<"unstake">;
1470
+ delegate: t.LiteralC<"delegate">;
1471
+ undelegate: t.LiteralC<"undelegate">;
1472
+ switchValidator: t.LiteralC<"switchValidator">;
1473
+ claim: t.LiteralC<"claim">;
1474
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1475
+ pledge: t.LiteralC<"pledge">;
1476
+ voteDelegation: t.LiteralC<"voteDelegation">;
1477
+ vote: t.LiteralC<"vote">;
1478
+ createAccount: t.LiteralC<"createAccount">;
1479
+ updateAccount: t.LiteralC<"updateAccount">;
1480
+ addTrustLine: t.LiteralC<"addTrustLine">;
1481
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
1482
+ signMessage: t.LiteralC<"signMessage">;
1483
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
1484
+ enableToken: t.LiteralC<"enableToken">;
1485
+ authorize: t.LiteralC<"authorize">;
1486
+ acceleration: t.LiteralC<"acceleration">;
1487
+ fillNonce: t.LiteralC<"fillNonce">;
1488
+ walletRecovery: t.LiteralC<"walletRecovery">;
1489
+ contractCall: t.LiteralC<"contractCall">;
1490
+ deactivate: t.LiteralC<"deactivate">;
1491
+ customTx: t.LiteralC<"customTx">;
1492
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1493
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1494
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1495
+ switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
1496
+ feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1497
+ tokenApproval: t.LiteralC<"tokenApproval">;
1498
+ transferStake: t.LiteralC<"transferStake">;
1499
+ validatorRegistration: t.LiteralC<"validatorRegistration">;
1500
+ increaseStake: t.LiteralC<"increaseStake">;
1501
+ decreaseStake: t.LiteralC<"decreaseStake">;
1502
+ signalExit: t.LiteralC<"signalExit">;
1503
+ withdrawStake: t.LiteralC<"withdrawStake">;
1504
+ spotTransfer: t.LiteralC<"spotTransfer">;
1505
+ bridgeFunds: t.LiteralC<"bridgeFunds">;
1506
+ enableBridging: t.LiteralC<"enableBridging">;
1507
+ goUnstake: t.LiteralC<"goUnstake">;
1508
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1509
+ transferAccept: t.LiteralC<"transferAccept">;
1510
+ transferReject: t.LiteralC<"transferReject">;
1511
+ transferAcknowledge: t.LiteralC<"transferAcknowledge">;
1512
+ transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
1513
+ cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1514
+ cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1515
+ allocationRequest: t.LiteralC<"allocationRequest">;
1516
+ cantonCommand: t.LiteralC<"cantonCommand">;
1517
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1518
+ "defi-deposit": t.LiteralC<"defi-deposit">;
1519
+ "defi-redeem": t.LiteralC<"defi-redeem">;
1520
+ delegateResource: t.LiteralC<"delegateResource">;
1521
+ undelegateResource: t.LiteralC<"undelegateResource">;
1522
+ export: t.LiteralC<"export">;
1523
+ import: t.LiteralC<"import">;
1524
+ importtoc: t.LiteralC<"importtoc">;
1525
+ }>;
1526
+ }>, t.PartialC<{
1527
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1528
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1529
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
1530
+ }>]>, t.TypeC<{
1531
+ intentType: t.LiteralC<"allocationRequest">;
1532
+ updateId: t.StringC;
1533
+ operatorId: t.StringC;
1534
+ contractId: t.StringC;
1535
+ tradeId: t.StringC;
1536
+ transferLegId: t.StringC;
1537
+ senderPartyId: t.StringC;
1538
+ receiverPartyId: t.StringC;
1539
+ amount: t.StringC;
1540
+ token: t.StringC;
1541
+ receiveToken: t.StringC;
1542
+ receiveAmount: t.StringC;
1543
+ allocateBefore: t.StringC;
1544
+ settleBefore: t.StringC;
1545
+ }>, t.PartialC<{
1546
+ comment: t.StringC;
1547
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
1548
+ intentType: t.KeyofC<{
1549
+ payment: t.LiteralC<"payment">;
1550
+ transferToken: t.LiteralC<"transferToken">;
1551
+ consolidate: t.LiteralC<"consolidate">;
1552
+ consolidateToken: t.LiteralC<"consolidateToken">;
1553
+ fanout: t.LiteralC<"fanout">;
1554
+ stake: t.LiteralC<"stake">;
1555
+ unstake: t.LiteralC<"unstake">;
1556
+ delegate: t.LiteralC<"delegate">;
1557
+ undelegate: t.LiteralC<"undelegate">;
1558
+ switchValidator: t.LiteralC<"switchValidator">;
1559
+ claim: t.LiteralC<"claim">;
1560
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1561
+ pledge: t.LiteralC<"pledge">;
1562
+ voteDelegation: t.LiteralC<"voteDelegation">;
1563
+ vote: t.LiteralC<"vote">;
1564
+ createAccount: t.LiteralC<"createAccount">;
1565
+ updateAccount: t.LiteralC<"updateAccount">;
1566
+ addTrustLine: t.LiteralC<"addTrustLine">;
1567
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
1568
+ signMessage: t.LiteralC<"signMessage">;
1569
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
1570
+ enableToken: t.LiteralC<"enableToken">;
1571
+ authorize: t.LiteralC<"authorize">;
1572
+ acceleration: t.LiteralC<"acceleration">;
1573
+ fillNonce: t.LiteralC<"fillNonce">;
1574
+ walletRecovery: t.LiteralC<"walletRecovery">;
1575
+ contractCall: t.LiteralC<"contractCall">;
1576
+ deactivate: t.LiteralC<"deactivate">;
1577
+ customTx: t.LiteralC<"customTx">;
1578
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1579
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1580
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1581
+ switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
1582
+ feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1583
+ tokenApproval: t.LiteralC<"tokenApproval">;
1584
+ transferStake: t.LiteralC<"transferStake">;
1585
+ validatorRegistration: t.LiteralC<"validatorRegistration">;
1586
+ increaseStake: t.LiteralC<"increaseStake">;
1587
+ decreaseStake: t.LiteralC<"decreaseStake">;
1588
+ signalExit: t.LiteralC<"signalExit">;
1589
+ withdrawStake: t.LiteralC<"withdrawStake">;
1590
+ spotTransfer: t.LiteralC<"spotTransfer">;
1591
+ bridgeFunds: t.LiteralC<"bridgeFunds">;
1592
+ enableBridging: t.LiteralC<"enableBridging">;
1593
+ goUnstake: t.LiteralC<"goUnstake">;
1594
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1595
+ transferAccept: t.LiteralC<"transferAccept">;
1596
+ transferReject: t.LiteralC<"transferReject">;
1597
+ transferAcknowledge: t.LiteralC<"transferAcknowledge">;
1598
+ transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
1599
+ cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1600
+ cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1601
+ allocationRequest: t.LiteralC<"allocationRequest">;
1602
+ cantonCommand: t.LiteralC<"cantonCommand">;
1603
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1431
1604
  "defi-deposit": t.LiteralC<"defi-deposit">;
1432
1605
  "defi-redeem": t.LiteralC<"defi-redeem">;
1433
1606
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1499,6 +1672,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1499
1672
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1500
1673
  allocationRequest: t.LiteralC<"allocationRequest">;
1501
1674
  cantonCommand: t.LiteralC<"cantonCommand">;
1675
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1502
1676
  "defi-deposit": t.LiteralC<"defi-deposit">;
1503
1677
  "defi-redeem": t.LiteralC<"defi-redeem">;
1504
1678
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1574,6 +1748,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1574
1748
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1575
1749
  allocationRequest: t.LiteralC<"allocationRequest">;
1576
1750
  cantonCommand: t.LiteralC<"cantonCommand">;
1751
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1577
1752
  "defi-deposit": t.LiteralC<"defi-deposit">;
1578
1753
  "defi-redeem": t.LiteralC<"defi-redeem">;
1579
1754
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1671,6 +1846,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1671
1846
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1672
1847
  allocationRequest: t.LiteralC<"allocationRequest">;
1673
1848
  cantonCommand: t.LiteralC<"cantonCommand">;
1849
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1674
1850
  "defi-deposit": t.LiteralC<"defi-deposit">;
1675
1851
  "defi-redeem": t.LiteralC<"defi-redeem">;
1676
1852
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1767,6 +1943,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1767
1943
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1768
1944
  allocationRequest: t.LiteralC<"allocationRequest">;
1769
1945
  cantonCommand: t.LiteralC<"cantonCommand">;
1946
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1770
1947
  "defi-deposit": t.LiteralC<"defi-deposit">;
1771
1948
  "defi-redeem": t.LiteralC<"defi-redeem">;
1772
1949
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1841,6 +2018,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1841
2018
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1842
2019
  allocationRequest: t.LiteralC<"allocationRequest">;
1843
2020
  cantonCommand: t.LiteralC<"cantonCommand">;
2021
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1844
2022
  "defi-deposit": t.LiteralC<"defi-deposit">;
1845
2023
  "defi-redeem": t.LiteralC<"defi-redeem">;
1846
2024
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1919,6 +2097,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1919
2097
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1920
2098
  allocationRequest: t.LiteralC<"allocationRequest">;
1921
2099
  cantonCommand: t.LiteralC<"cantonCommand">;
2100
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1922
2101
  "defi-deposit": t.LiteralC<"defi-deposit">;
1923
2102
  "defi-redeem": t.LiteralC<"defi-redeem">;
1924
2103
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1992,6 +2171,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1992
2171
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1993
2172
  allocationRequest: t.LiteralC<"allocationRequest">;
1994
2173
  cantonCommand: t.LiteralC<"cantonCommand">;
2174
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
1995
2175
  "defi-deposit": t.LiteralC<"defi-deposit">;
1996
2176
  "defi-redeem": t.LiteralC<"defi-redeem">;
1997
2177
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2066,6 +2246,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2066
2246
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2067
2247
  allocationRequest: t.LiteralC<"allocationRequest">;
2068
2248
  cantonCommand: t.LiteralC<"cantonCommand">;
2249
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
2069
2250
  "defi-deposit": t.LiteralC<"defi-deposit">;
2070
2251
  "defi-redeem": t.LiteralC<"defi-redeem">;
2071
2252
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2140,6 +2321,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2140
2321
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2141
2322
  allocationRequest: t.LiteralC<"allocationRequest">;
2142
2323
  cantonCommand: t.LiteralC<"cantonCommand">;
2324
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
2143
2325
  "defi-deposit": t.LiteralC<"defi-deposit">;
2144
2326
  "defi-redeem": t.LiteralC<"defi-redeem">;
2145
2327
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2214,6 +2396,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2214
2396
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2215
2397
  allocationRequest: t.LiteralC<"allocationRequest">;
2216
2398
  cantonCommand: t.LiteralC<"cantonCommand">;
2399
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
2217
2400
  "defi-deposit": t.LiteralC<"defi-deposit">;
2218
2401
  "defi-redeem": t.LiteralC<"defi-redeem">;
2219
2402
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2306,6 +2489,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2306
2489
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2307
2490
  allocationRequest: t.LiteralC<"allocationRequest">;
2308
2491
  cantonCommand: t.LiteralC<"cantonCommand">;
2492
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
2309
2493
  "defi-deposit": t.LiteralC<"defi-deposit">;
2310
2494
  "defi-redeem": t.LiteralC<"defi-redeem">;
2311
2495
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2381,6 +2565,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2381
2565
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2382
2566
  allocationRequest: t.LiteralC<"allocationRequest">;
2383
2567
  cantonCommand: t.LiteralC<"cantonCommand">;
2568
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
2384
2569
  "defi-deposit": t.LiteralC<"defi-deposit">;
2385
2570
  "defi-redeem": t.LiteralC<"defi-redeem">;
2386
2571
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2489,6 +2674,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2489
2674
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2490
2675
  allocationRequest: t.LiteralC<"allocationRequest">;
2491
2676
  cantonCommand: t.LiteralC<"cantonCommand">;
2677
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
2492
2678
  "defi-deposit": t.LiteralC<"defi-deposit">;
2493
2679
  "defi-redeem": t.LiteralC<"defi-redeem">;
2494
2680
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2570,6 +2756,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2570
2756
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2571
2757
  allocationRequest: t.LiteralC<"allocationRequest">;
2572
2758
  cantonCommand: t.LiteralC<"cantonCommand">;
2759
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
2573
2760
  "defi-deposit": t.LiteralC<"defi-deposit">;
2574
2761
  "defi-redeem": t.LiteralC<"defi-redeem">;
2575
2762
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2678,6 +2865,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2678
2865
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2679
2866
  allocationRequest: t.LiteralC<"allocationRequest">;
2680
2867
  cantonCommand: t.LiteralC<"cantonCommand">;
2868
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
2681
2869
  "defi-deposit": t.LiteralC<"defi-deposit">;
2682
2870
  "defi-redeem": t.LiteralC<"defi-redeem">;
2683
2871
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2750,6 +2938,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2750
2938
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2751
2939
  allocationRequest: t.LiteralC<"allocationRequest">;
2752
2940
  cantonCommand: t.LiteralC<"cantonCommand">;
2941
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
2753
2942
  "defi-deposit": t.LiteralC<"defi-deposit">;
2754
2943
  "defi-redeem": t.LiteralC<"defi-redeem">;
2755
2944
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2882,6 +3071,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2882
3071
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2883
3072
  allocationRequest: t.LiteralC<"allocationRequest">;
2884
3073
  cantonCommand: t.LiteralC<"cantonCommand">;
3074
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
2885
3075
  "defi-deposit": t.LiteralC<"defi-deposit">;
2886
3076
  "defi-redeem": t.LiteralC<"defi-redeem">;
2887
3077
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3004,6 +3194,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3004
3194
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3005
3195
  allocationRequest: t.LiteralC<"allocationRequest">;
3006
3196
  cantonCommand: t.LiteralC<"cantonCommand">;
3197
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
3007
3198
  "defi-deposit": t.LiteralC<"defi-deposit">;
3008
3199
  "defi-redeem": t.LiteralC<"defi-redeem">;
3009
3200
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3118,6 +3309,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3118
3309
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3119
3310
  allocationRequest: t.LiteralC<"allocationRequest">;
3120
3311
  cantonCommand: t.LiteralC<"cantonCommand">;
3312
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
3121
3313
  "defi-deposit": t.LiteralC<"defi-deposit">;
3122
3314
  "defi-redeem": t.LiteralC<"defi-redeem">;
3123
3315
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3218,6 +3410,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3218
3410
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3219
3411
  allocationRequest: t.LiteralC<"allocationRequest">;
3220
3412
  cantonCommand: t.LiteralC<"cantonCommand">;
3413
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
3221
3414
  "defi-deposit": t.LiteralC<"defi-deposit">;
3222
3415
  "defi-redeem": t.LiteralC<"defi-redeem">;
3223
3416
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3317,6 +3510,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3317
3510
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3318
3511
  allocationRequest: t.LiteralC<"allocationRequest">;
3319
3512
  cantonCommand: t.LiteralC<"cantonCommand">;
3513
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
3320
3514
  "defi-deposit": t.LiteralC<"defi-deposit">;
3321
3515
  "defi-redeem": t.LiteralC<"defi-redeem">;
3322
3516
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3415,6 +3609,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3415
3609
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3416
3610
  allocationRequest: t.LiteralC<"allocationRequest">;
3417
3611
  cantonCommand: t.LiteralC<"cantonCommand">;
3612
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
3418
3613
  "defi-deposit": t.LiteralC<"defi-deposit">;
3419
3614
  "defi-redeem": t.LiteralC<"defi-redeem">;
3420
3615
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3489,6 +3684,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3489
3684
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3490
3685
  allocationRequest: t.LiteralC<"allocationRequest">;
3491
3686
  cantonCommand: t.LiteralC<"cantonCommand">;
3687
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
3492
3688
  "defi-deposit": t.LiteralC<"defi-deposit">;
3493
3689
  "defi-redeem": t.LiteralC<"defi-redeem">;
3494
3690
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3683,6 +3879,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3683
3879
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3684
3880
  allocationRequest: t.LiteralC<"allocationRequest">;
3685
3881
  cantonCommand: t.LiteralC<"cantonCommand">;
3882
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
3686
3883
  "defi-deposit": t.LiteralC<"defi-deposit">;
3687
3884
  "defi-redeem": t.LiteralC<"defi-redeem">;
3688
3885
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3818,6 +4015,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3818
4015
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3819
4016
  allocationRequest: t.LiteralC<"allocationRequest">;
3820
4017
  cantonCommand: t.LiteralC<"cantonCommand">;
4018
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
3821
4019
  "defi-deposit": t.LiteralC<"defi-deposit">;
3822
4020
  "defi-redeem": t.LiteralC<"defi-redeem">;
3823
4021
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3914,6 +4112,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3914
4112
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3915
4113
  allocationRequest: t.LiteralC<"allocationRequest">;
3916
4114
  cantonCommand: t.LiteralC<"cantonCommand">;
4115
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
3917
4116
  "defi-deposit": t.LiteralC<"defi-deposit">;
3918
4117
  "defi-redeem": t.LiteralC<"defi-redeem">;
3919
4118
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3986,6 +4185,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3986
4185
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3987
4186
  allocationRequest: t.LiteralC<"allocationRequest">;
3988
4187
  cantonCommand: t.LiteralC<"cantonCommand">;
4188
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
3989
4189
  "defi-deposit": t.LiteralC<"defi-deposit">;
3990
4190
  "defi-redeem": t.LiteralC<"defi-redeem">;
3991
4191
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4113,6 +4313,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4113
4313
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4114
4314
  allocationRequest: t.LiteralC<"allocationRequest">;
4115
4315
  cantonCommand: t.LiteralC<"cantonCommand">;
4316
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
4116
4317
  "defi-deposit": t.LiteralC<"defi-deposit">;
4117
4318
  "defi-redeem": t.LiteralC<"defi-redeem">;
4118
4319
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4227,6 +4428,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4227
4428
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4228
4429
  allocationRequest: t.LiteralC<"allocationRequest">;
4229
4430
  cantonCommand: t.LiteralC<"cantonCommand">;
4431
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
4230
4432
  "defi-deposit": t.LiteralC<"defi-deposit">;
4231
4433
  "defi-redeem": t.LiteralC<"defi-redeem">;
4232
4434
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4361,6 +4563,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4361
4563
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4362
4564
  allocationRequest: t.LiteralC<"allocationRequest">;
4363
4565
  cantonCommand: t.LiteralC<"cantonCommand">;
4566
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
4364
4567
  "defi-deposit": t.LiteralC<"defi-deposit">;
4365
4568
  "defi-redeem": t.LiteralC<"defi-redeem">;
4366
4569
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4440,6 +4643,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4440
4643
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4441
4644
  allocationRequest: t.LiteralC<"allocationRequest">;
4442
4645
  cantonCommand: t.LiteralC<"cantonCommand">;
4646
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
4443
4647
  "defi-deposit": t.LiteralC<"defi-deposit">;
4444
4648
  "defi-redeem": t.LiteralC<"defi-redeem">;
4445
4649
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4514,6 +4718,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4514
4718
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4515
4719
  allocationRequest: t.LiteralC<"allocationRequest">;
4516
4720
  cantonCommand: t.LiteralC<"cantonCommand">;
4721
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
4517
4722
  "defi-deposit": t.LiteralC<"defi-deposit">;
4518
4723
  "defi-redeem": t.LiteralC<"defi-redeem">;
4519
4724
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4600,6 +4805,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4600
4805
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4601
4806
  allocationRequest: t.LiteralC<"allocationRequest">;
4602
4807
  cantonCommand: t.LiteralC<"cantonCommand">;
4808
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
4603
4809
  "defi-deposit": t.LiteralC<"defi-deposit">;
4604
4810
  "defi-redeem": t.LiteralC<"defi-redeem">;
4605
4811
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4681,6 +4887,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4681
4887
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4682
4888
  allocationRequest: t.LiteralC<"allocationRequest">;
4683
4889
  cantonCommand: t.LiteralC<"cantonCommand">;
4890
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
4684
4891
  "defi-deposit": t.LiteralC<"defi-deposit">;
4685
4892
  "defi-redeem": t.LiteralC<"defi-redeem">;
4686
4893
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4778,6 +4985,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4778
4985
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4779
4986
  allocationRequest: t.LiteralC<"allocationRequest">;
4780
4987
  cantonCommand: t.LiteralC<"cantonCommand">;
4988
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
4781
4989
  "defi-deposit": t.LiteralC<"defi-deposit">;
4782
4990
  "defi-redeem": t.LiteralC<"defi-redeem">;
4783
4991
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4865,6 +5073,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4865
5073
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4866
5074
  allocationRequest: t.LiteralC<"allocationRequest">;
4867
5075
  cantonCommand: t.LiteralC<"cantonCommand">;
5076
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
4868
5077
  "defi-deposit": t.LiteralC<"defi-deposit">;
4869
5078
  "defi-redeem": t.LiteralC<"defi-redeem">;
4870
5079
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4938,6 +5147,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4938
5147
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4939
5148
  allocationRequest: t.LiteralC<"allocationRequest">;
4940
5149
  cantonCommand: t.LiteralC<"cantonCommand">;
5150
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
4941
5151
  "defi-deposit": t.LiteralC<"defi-deposit">;
4942
5152
  "defi-redeem": t.LiteralC<"defi-redeem">;
4943
5153
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5030,6 +5240,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5030
5240
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5031
5241
  allocationRequest: t.LiteralC<"allocationRequest">;
5032
5242
  cantonCommand: t.LiteralC<"cantonCommand">;
5243
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
5033
5244
  "defi-deposit": t.LiteralC<"defi-deposit">;
5034
5245
  "defi-redeem": t.LiteralC<"defi-redeem">;
5035
5246
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5112,6 +5323,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5112
5323
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5113
5324
  allocationRequest: t.LiteralC<"allocationRequest">;
5114
5325
  cantonCommand: t.LiteralC<"cantonCommand">;
5326
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
5115
5327
  "defi-deposit": t.LiteralC<"defi-deposit">;
5116
5328
  "defi-redeem": t.LiteralC<"defi-redeem">;
5117
5329
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5193,6 +5405,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5193
5405
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5194
5406
  allocationRequest: t.LiteralC<"allocationRequest">;
5195
5407
  cantonCommand: t.LiteralC<"cantonCommand">;
5408
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
5196
5409
  "defi-deposit": t.LiteralC<"defi-deposit">;
5197
5410
  "defi-redeem": t.LiteralC<"defi-redeem">;
5198
5411
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5272,6 +5485,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5272
5485
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5273
5486
  allocationRequest: t.LiteralC<"allocationRequest">;
5274
5487
  cantonCommand: t.LiteralC<"cantonCommand">;
5488
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
5275
5489
  "defi-deposit": t.LiteralC<"defi-deposit">;
5276
5490
  "defi-redeem": t.LiteralC<"defi-redeem">;
5277
5491
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5351,6 +5565,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5351
5565
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5352
5566
  allocationRequest: t.LiteralC<"allocationRequest">;
5353
5567
  cantonCommand: t.LiteralC<"cantonCommand">;
5568
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
5354
5569
  "defi-deposit": t.LiteralC<"defi-deposit">;
5355
5570
  "defi-redeem": t.LiteralC<"defi-redeem">;
5356
5571
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5427,6 +5642,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5427
5642
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5428
5643
  allocationRequest: t.LiteralC<"allocationRequest">;
5429
5644
  cantonCommand: t.LiteralC<"cantonCommand">;
5645
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
5430
5646
  "defi-deposit": t.LiteralC<"defi-deposit">;
5431
5647
  "defi-redeem": t.LiteralC<"defi-redeem">;
5432
5648
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5519,6 +5735,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5519
5735
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5520
5736
  allocationRequest: t.LiteralC<"allocationRequest">;
5521
5737
  cantonCommand: t.LiteralC<"cantonCommand">;
5738
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
5522
5739
  "defi-deposit": t.LiteralC<"defi-deposit">;
5523
5740
  "defi-redeem": t.LiteralC<"defi-redeem">;
5524
5741
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5610,6 +5827,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5610
5827
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5611
5828
  allocationRequest: t.LiteralC<"allocationRequest">;
5612
5829
  cantonCommand: t.LiteralC<"cantonCommand">;
5830
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
5613
5831
  "defi-deposit": t.LiteralC<"defi-deposit">;
5614
5832
  "defi-redeem": t.LiteralC<"defi-redeem">;
5615
5833
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5701,6 +5919,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5701
5919
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5702
5920
  allocationRequest: t.LiteralC<"allocationRequest">;
5703
5921
  cantonCommand: t.LiteralC<"cantonCommand">;
5922
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
5704
5923
  "defi-deposit": t.LiteralC<"defi-deposit">;
5705
5924
  "defi-redeem": t.LiteralC<"defi-redeem">;
5706
5925
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5800,6 +6019,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5800
6019
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5801
6020
  allocationRequest: t.LiteralC<"allocationRequest">;
5802
6021
  cantonCommand: t.LiteralC<"cantonCommand">;
6022
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
5803
6023
  "defi-deposit": t.LiteralC<"defi-deposit">;
5804
6024
  "defi-redeem": t.LiteralC<"defi-redeem">;
5805
6025
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5921,6 +6141,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5921
6141
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5922
6142
  allocationRequest: t.LiteralC<"allocationRequest">;
5923
6143
  cantonCommand: t.LiteralC<"cantonCommand">;
6144
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
5924
6145
  "defi-deposit": t.LiteralC<"defi-deposit">;
5925
6146
  "defi-redeem": t.LiteralC<"defi-redeem">;
5926
6147
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6014,6 +6235,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6014
6235
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6015
6236
  allocationRequest: t.LiteralC<"allocationRequest">;
6016
6237
  cantonCommand: t.LiteralC<"cantonCommand">;
6238
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
6017
6239
  "defi-deposit": t.LiteralC<"defi-deposit">;
6018
6240
  "defi-redeem": t.LiteralC<"defi-redeem">;
6019
6241
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6124,6 +6346,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6124
6346
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6125
6347
  allocationRequest: t.LiteralC<"allocationRequest">;
6126
6348
  cantonCommand: t.LiteralC<"cantonCommand">;
6349
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
6127
6350
  "defi-deposit": t.LiteralC<"defi-deposit">;
6128
6351
  "defi-redeem": t.LiteralC<"defi-redeem">;
6129
6352
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6233,6 +6456,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6233
6456
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6234
6457
  allocationRequest: t.LiteralC<"allocationRequest">;
6235
6458
  cantonCommand: t.LiteralC<"cantonCommand">;
6459
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
6236
6460
  "defi-deposit": t.LiteralC<"defi-deposit">;
6237
6461
  "defi-redeem": t.LiteralC<"defi-redeem">;
6238
6462
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6340,6 +6564,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6340
6564
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6341
6565
  allocationRequest: t.LiteralC<"allocationRequest">;
6342
6566
  cantonCommand: t.LiteralC<"cantonCommand">;
6567
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
6343
6568
  "defi-deposit": t.LiteralC<"defi-deposit">;
6344
6569
  "defi-redeem": t.LiteralC<"defi-redeem">;
6345
6570
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6422,6 +6647,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6422
6647
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6423
6648
  allocationRequest: t.LiteralC<"allocationRequest">;
6424
6649
  cantonCommand: t.LiteralC<"cantonCommand">;
6650
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
6425
6651
  "defi-deposit": t.LiteralC<"defi-deposit">;
6426
6652
  "defi-redeem": t.LiteralC<"defi-redeem">;
6427
6653
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6515,6 +6741,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6515
6741
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6516
6742
  allocationRequest: t.LiteralC<"allocationRequest">;
6517
6743
  cantonCommand: t.LiteralC<"cantonCommand">;
6744
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
6518
6745
  "defi-deposit": t.LiteralC<"defi-deposit">;
6519
6746
  "defi-redeem": t.LiteralC<"defi-redeem">;
6520
6747
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6665,6 +6892,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6665
6892
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6666
6893
  allocationRequest: t.LiteralC<"allocationRequest">;
6667
6894
  cantonCommand: t.LiteralC<"cantonCommand">;
6895
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
6668
6896
  "defi-deposit": t.LiteralC<"defi-deposit">;
6669
6897
  "defi-redeem": t.LiteralC<"defi-redeem">;
6670
6898
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6744,6 +6972,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6744
6972
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6745
6973
  allocationRequest: t.LiteralC<"allocationRequest">;
6746
6974
  cantonCommand: t.LiteralC<"cantonCommand">;
6975
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
6747
6976
  "defi-deposit": t.LiteralC<"defi-deposit">;
6748
6977
  "defi-redeem": t.LiteralC<"defi-redeem">;
6749
6978
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6827,6 +7056,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6827
7056
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6828
7057
  allocationRequest: t.LiteralC<"allocationRequest">;
6829
7058
  cantonCommand: t.LiteralC<"cantonCommand">;
7059
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
6830
7060
  "defi-deposit": t.LiteralC<"defi-deposit">;
6831
7061
  "defi-redeem": t.LiteralC<"defi-redeem">;
6832
7062
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6903,6 +7133,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6903
7133
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6904
7134
  allocationRequest: t.LiteralC<"allocationRequest">;
6905
7135
  cantonCommand: t.LiteralC<"cantonCommand">;
7136
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
6906
7137
  "defi-deposit": t.LiteralC<"defi-deposit">;
6907
7138
  "defi-redeem": t.LiteralC<"defi-redeem">;
6908
7139
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6980,6 +7211,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6980
7211
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6981
7212
  allocationRequest: t.LiteralC<"allocationRequest">;
6982
7213
  cantonCommand: t.LiteralC<"cantonCommand">;
7214
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
6983
7215
  "defi-deposit": t.LiteralC<"defi-deposit">;
6984
7216
  "defi-redeem": t.LiteralC<"defi-redeem">;
6985
7217
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7072,6 +7304,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7072
7304
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7073
7305
  allocationRequest: t.LiteralC<"allocationRequest">;
7074
7306
  cantonCommand: t.LiteralC<"cantonCommand">;
7307
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
7075
7308
  "defi-deposit": t.LiteralC<"defi-deposit">;
7076
7309
  "defi-redeem": t.LiteralC<"defi-redeem">;
7077
7310
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7166,6 +7399,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7166
7399
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7167
7400
  allocationRequest: t.LiteralC<"allocationRequest">;
7168
7401
  cantonCommand: t.LiteralC<"cantonCommand">;
7402
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
7169
7403
  "defi-deposit": t.LiteralC<"defi-deposit">;
7170
7404
  "defi-redeem": t.LiteralC<"defi-redeem">;
7171
7405
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7253,6 +7487,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7253
7487
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7254
7488
  allocationRequest: t.LiteralC<"allocationRequest">;
7255
7489
  cantonCommand: t.LiteralC<"cantonCommand">;
7490
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
7256
7491
  "defi-deposit": t.LiteralC<"defi-deposit">;
7257
7492
  "defi-redeem": t.LiteralC<"defi-redeem">;
7258
7493
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7377,6 +7612,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7377
7612
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7378
7613
  allocationRequest: t.LiteralC<"allocationRequest">;
7379
7614
  cantonCommand: t.LiteralC<"cantonCommand">;
7615
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
7380
7616
  "defi-deposit": t.LiteralC<"defi-deposit">;
7381
7617
  "defi-redeem": t.LiteralC<"defi-redeem">;
7382
7618
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7531,6 +7767,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7531
7767
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7532
7768
  allocationRequest: t.LiteralC<"allocationRequest">;
7533
7769
  cantonCommand: t.LiteralC<"cantonCommand">;
7770
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
7534
7771
  "defi-deposit": t.LiteralC<"defi-deposit">;
7535
7772
  "defi-redeem": t.LiteralC<"defi-redeem">;
7536
7773
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7699,6 +7936,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7699
7936
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7700
7937
  allocationRequest: t.LiteralC<"allocationRequest">;
7701
7938
  cantonCommand: t.LiteralC<"cantonCommand">;
7939
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
7702
7940
  "defi-deposit": t.LiteralC<"defi-deposit">;
7703
7941
  "defi-redeem": t.LiteralC<"defi-redeem">;
7704
7942
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7772,6 +8010,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7772
8010
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7773
8011
  allocationRequest: t.LiteralC<"allocationRequest">;
7774
8012
  cantonCommand: t.LiteralC<"cantonCommand">;
8013
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
7775
8014
  "defi-deposit": t.LiteralC<"defi-deposit">;
7776
8015
  "defi-redeem": t.LiteralC<"defi-redeem">;
7777
8016
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7840,6 +8079,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7840
8079
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7841
8080
  allocationRequest: t.LiteralC<"allocationRequest">;
7842
8081
  cantonCommand: t.LiteralC<"cantonCommand">;
8082
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
7843
8083
  "defi-deposit": t.LiteralC<"defi-deposit">;
7844
8084
  "defi-redeem": t.LiteralC<"defi-redeem">;
7845
8085
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7916,6 +8156,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7916
8156
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7917
8157
  allocationRequest: t.LiteralC<"allocationRequest">;
7918
8158
  cantonCommand: t.LiteralC<"cantonCommand">;
8159
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
7919
8160
  "defi-deposit": t.LiteralC<"defi-deposit">;
7920
8161
  "defi-redeem": t.LiteralC<"defi-redeem">;
7921
8162
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8004,6 +8245,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8004
8245
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8005
8246
  allocationRequest: t.LiteralC<"allocationRequest">;
8006
8247
  cantonCommand: t.LiteralC<"cantonCommand">;
8248
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
8007
8249
  "defi-deposit": t.LiteralC<"defi-deposit">;
8008
8250
  "defi-redeem": t.LiteralC<"defi-redeem">;
8009
8251
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8077,6 +8319,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8077
8319
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8078
8320
  allocationRequest: t.LiteralC<"allocationRequest">;
8079
8321
  cantonCommand: t.LiteralC<"cantonCommand">;
8322
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
8080
8323
  "defi-deposit": t.LiteralC<"defi-deposit">;
8081
8324
  "defi-redeem": t.LiteralC<"defi-redeem">;
8082
8325
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8167,6 +8410,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8167
8410
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8168
8411
  allocationRequest: t.LiteralC<"allocationRequest">;
8169
8412
  cantonCommand: t.LiteralC<"cantonCommand">;
8413
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
8170
8414
  "defi-deposit": t.LiteralC<"defi-deposit">;
8171
8415
  "defi-redeem": t.LiteralC<"defi-redeem">;
8172
8416
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8240,6 +8484,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8240
8484
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8241
8485
  allocationRequest: t.LiteralC<"allocationRequest">;
8242
8486
  cantonCommand: t.LiteralC<"cantonCommand">;
8487
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
8243
8488
  "defi-deposit": t.LiteralC<"defi-deposit">;
8244
8489
  "defi-redeem": t.LiteralC<"defi-redeem">;
8245
8490
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8350,6 +8595,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8350
8595
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8351
8596
  allocationRequest: t.LiteralC<"allocationRequest">;
8352
8597
  cantonCommand: t.LiteralC<"cantonCommand">;
8598
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
8353
8599
  "defi-deposit": t.LiteralC<"defi-deposit">;
8354
8600
  "defi-redeem": t.LiteralC<"defi-redeem">;
8355
8601
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8442,6 +8688,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8442
8688
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8443
8689
  allocationRequest: t.LiteralC<"allocationRequest">;
8444
8690
  cantonCommand: t.LiteralC<"cantonCommand">;
8691
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
8445
8692
  "defi-deposit": t.LiteralC<"defi-deposit">;
8446
8693
  "defi-redeem": t.LiteralC<"defi-redeem">;
8447
8694
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8516,6 +8763,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8516
8763
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8517
8764
  allocationRequest: t.LiteralC<"allocationRequest">;
8518
8765
  cantonCommand: t.LiteralC<"cantonCommand">;
8766
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
8519
8767
  "defi-deposit": t.LiteralC<"defi-deposit">;
8520
8768
  "defi-redeem": t.LiteralC<"defi-redeem">;
8521
8769
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8609,6 +8857,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8609
8857
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8610
8858
  allocationRequest: t.LiteralC<"allocationRequest">;
8611
8859
  cantonCommand: t.LiteralC<"cantonCommand">;
8860
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
8612
8861
  "defi-deposit": t.LiteralC<"defi-deposit">;
8613
8862
  "defi-redeem": t.LiteralC<"defi-redeem">;
8614
8863
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8704,6 +8953,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8704
8953
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8705
8954
  allocationRequest: t.LiteralC<"allocationRequest">;
8706
8955
  cantonCommand: t.LiteralC<"cantonCommand">;
8956
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
8707
8957
  "defi-deposit": t.LiteralC<"defi-deposit">;
8708
8958
  "defi-redeem": t.LiteralC<"defi-redeem">;
8709
8959
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8800,6 +9050,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8800
9050
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8801
9051
  allocationRequest: t.LiteralC<"allocationRequest">;
8802
9052
  cantonCommand: t.LiteralC<"cantonCommand">;
9053
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
8803
9054
  "defi-deposit": t.LiteralC<"defi-deposit">;
8804
9055
  "defi-redeem": t.LiteralC<"defi-redeem">;
8805
9056
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8882,6 +9133,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8882
9133
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8883
9134
  allocationRequest: t.LiteralC<"allocationRequest">;
8884
9135
  cantonCommand: t.LiteralC<"cantonCommand">;
9136
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
8885
9137
  "defi-deposit": t.LiteralC<"defi-deposit">;
8886
9138
  "defi-redeem": t.LiteralC<"defi-redeem">;
8887
9139
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8975,6 +9227,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8975
9227
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8976
9228
  allocationRequest: t.LiteralC<"allocationRequest">;
8977
9229
  cantonCommand: t.LiteralC<"cantonCommand">;
9230
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
8978
9231
  "defi-deposit": t.LiteralC<"defi-deposit">;
8979
9232
  "defi-redeem": t.LiteralC<"defi-redeem">;
8980
9233
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9107,6 +9360,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9107
9360
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9108
9361
  allocationRequest: t.LiteralC<"allocationRequest">;
9109
9362
  cantonCommand: t.LiteralC<"cantonCommand">;
9363
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
9110
9364
  "defi-deposit": t.LiteralC<"defi-deposit">;
9111
9365
  "defi-redeem": t.LiteralC<"defi-redeem">;
9112
9366
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9187,6 +9441,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9187
9441
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9188
9442
  allocationRequest: t.LiteralC<"allocationRequest">;
9189
9443
  cantonCommand: t.LiteralC<"cantonCommand">;
9444
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
9190
9445
  "defi-deposit": t.LiteralC<"defi-deposit">;
9191
9446
  "defi-redeem": t.LiteralC<"defi-redeem">;
9192
9447
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9264,6 +9519,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9264
9519
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9265
9520
  allocationRequest: t.LiteralC<"allocationRequest">;
9266
9521
  cantonCommand: t.LiteralC<"cantonCommand">;
9522
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
9267
9523
  "defi-deposit": t.LiteralC<"defi-deposit">;
9268
9524
  "defi-redeem": t.LiteralC<"defi-redeem">;
9269
9525
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9336,6 +9592,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9336
9592
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9337
9593
  allocationRequest: t.LiteralC<"allocationRequest">;
9338
9594
  cantonCommand: t.LiteralC<"cantonCommand">;
9595
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
9339
9596
  "defi-deposit": t.LiteralC<"defi-deposit">;
9340
9597
  "defi-redeem": t.LiteralC<"defi-redeem">;
9341
9598
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9428,6 +9685,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9428
9685
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9429
9686
  allocationRequest: t.LiteralC<"allocationRequest">;
9430
9687
  cantonCommand: t.LiteralC<"cantonCommand">;
9688
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
9431
9689
  "defi-deposit": t.LiteralC<"defi-deposit">;
9432
9690
  "defi-redeem": t.LiteralC<"defi-redeem">;
9433
9691
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9506,6 +9764,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9506
9764
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9507
9765
  allocationRequest: t.LiteralC<"allocationRequest">;
9508
9766
  cantonCommand: t.LiteralC<"cantonCommand">;
9767
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
9509
9768
  "defi-deposit": t.LiteralC<"defi-deposit">;
9510
9769
  "defi-redeem": t.LiteralC<"defi-redeem">;
9511
9770
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9583,6 +9842,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9583
9842
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9584
9843
  allocationRequest: t.LiteralC<"allocationRequest">;
9585
9844
  cantonCommand: t.LiteralC<"cantonCommand">;
9845
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
9586
9846
  "defi-deposit": t.LiteralC<"defi-deposit">;
9587
9847
  "defi-redeem": t.LiteralC<"defi-redeem">;
9588
9848
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9661,6 +9921,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9661
9921
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9662
9922
  allocationRequest: t.LiteralC<"allocationRequest">;
9663
9923
  cantonCommand: t.LiteralC<"cantonCommand">;
9924
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
9664
9925
  "defi-deposit": t.LiteralC<"defi-deposit">;
9665
9926
  "defi-redeem": t.LiteralC<"defi-redeem">;
9666
9927
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9738,6 +9999,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9738
9999
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9739
10000
  allocationRequest: t.LiteralC<"allocationRequest">;
9740
10001
  cantonCommand: t.LiteralC<"cantonCommand">;
10002
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
9741
10003
  "defi-deposit": t.LiteralC<"defi-deposit">;
9742
10004
  "defi-redeem": t.LiteralC<"defi-redeem">;
9743
10005
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9819,6 +10081,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9819
10081
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9820
10082
  allocationRequest: t.LiteralC<"allocationRequest">;
9821
10083
  cantonCommand: t.LiteralC<"cantonCommand">;
10084
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
9822
10085
  "defi-deposit": t.LiteralC<"defi-deposit">;
9823
10086
  "defi-redeem": t.LiteralC<"defi-redeem">;
9824
10087
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9899,6 +10162,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9899
10162
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9900
10163
  allocationRequest: t.LiteralC<"allocationRequest">;
9901
10164
  cantonCommand: t.LiteralC<"cantonCommand">;
10165
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
9902
10166
  "defi-deposit": t.LiteralC<"defi-deposit">;
9903
10167
  "defi-redeem": t.LiteralC<"defi-redeem">;
9904
10168
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9981,6 +10245,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9981
10245
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9982
10246
  allocationRequest: t.LiteralC<"allocationRequest">;
9983
10247
  cantonCommand: t.LiteralC<"cantonCommand">;
10248
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
9984
10249
  "defi-deposit": t.LiteralC<"defi-deposit">;
9985
10250
  "defi-redeem": t.LiteralC<"defi-redeem">;
9986
10251
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10063,6 +10328,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10063
10328
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10064
10329
  allocationRequest: t.LiteralC<"allocationRequest">;
10065
10330
  cantonCommand: t.LiteralC<"cantonCommand">;
10331
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
10066
10332
  "defi-deposit": t.LiteralC<"defi-deposit">;
10067
10333
  "defi-redeem": t.LiteralC<"defi-redeem">;
10068
10334
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10145,6 +10411,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10145
10411
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10146
10412
  allocationRequest: t.LiteralC<"allocationRequest">;
10147
10413
  cantonCommand: t.LiteralC<"cantonCommand">;
10414
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
10148
10415
  "defi-deposit": t.LiteralC<"defi-deposit">;
10149
10416
  "defi-redeem": t.LiteralC<"defi-redeem">;
10150
10417
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10226,6 +10493,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10226
10493
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10227
10494
  allocationRequest: t.LiteralC<"allocationRequest">;
10228
10495
  cantonCommand: t.LiteralC<"cantonCommand">;
10496
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
10229
10497
  "defi-deposit": t.LiteralC<"defi-deposit">;
10230
10498
  "defi-redeem": t.LiteralC<"defi-redeem">;
10231
10499
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10311,6 +10579,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10311
10579
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10312
10580
  allocationRequest: t.LiteralC<"allocationRequest">;
10313
10581
  cantonCommand: t.LiteralC<"cantonCommand">;
10582
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
10314
10583
  "defi-deposit": t.LiteralC<"defi-deposit">;
10315
10584
  "defi-redeem": t.LiteralC<"defi-redeem">;
10316
10585
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10391,6 +10660,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10391
10660
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10392
10661
  allocationRequest: t.LiteralC<"allocationRequest">;
10393
10662
  cantonCommand: t.LiteralC<"cantonCommand">;
10663
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
10394
10664
  "defi-deposit": t.LiteralC<"defi-deposit">;
10395
10665
  "defi-redeem": t.LiteralC<"defi-redeem">;
10396
10666
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10473,6 +10743,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10473
10743
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10474
10744
  allocationRequest: t.LiteralC<"allocationRequest">;
10475
10745
  cantonCommand: t.LiteralC<"cantonCommand">;
10746
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
10476
10747
  "defi-deposit": t.LiteralC<"defi-deposit">;
10477
10748
  "defi-redeem": t.LiteralC<"defi-redeem">;
10478
10749
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10551,6 +10822,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10551
10822
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10552
10823
  allocationRequest: t.LiteralC<"allocationRequest">;
10553
10824
  cantonCommand: t.LiteralC<"cantonCommand">;
10825
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
10554
10826
  "defi-deposit": t.LiteralC<"defi-deposit">;
10555
10827
  "defi-redeem": t.LiteralC<"defi-redeem">;
10556
10828
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10628,6 +10900,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10628
10900
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10629
10901
  allocationRequest: t.LiteralC<"allocationRequest">;
10630
10902
  cantonCommand: t.LiteralC<"cantonCommand">;
10903
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
10631
10904
  "defi-deposit": t.LiteralC<"defi-deposit">;
10632
10905
  "defi-redeem": t.LiteralC<"defi-redeem">;
10633
10906
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10705,6 +10978,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10705
10978
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10706
10979
  allocationRequest: t.LiteralC<"allocationRequest">;
10707
10980
  cantonCommand: t.LiteralC<"cantonCommand">;
10981
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
10708
10982
  "defi-deposit": t.LiteralC<"defi-deposit">;
10709
10983
  "defi-redeem": t.LiteralC<"defi-redeem">;
10710
10984
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10787,6 +11061,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10787
11061
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10788
11062
  allocationRequest: t.LiteralC<"allocationRequest">;
10789
11063
  cantonCommand: t.LiteralC<"cantonCommand">;
11064
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
10790
11065
  "defi-deposit": t.LiteralC<"defi-deposit">;
10791
11066
  "defi-redeem": t.LiteralC<"defi-redeem">;
10792
11067
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10870,6 +11145,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10870
11145
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10871
11146
  allocationRequest: t.LiteralC<"allocationRequest">;
10872
11147
  cantonCommand: t.LiteralC<"cantonCommand">;
11148
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
10873
11149
  "defi-deposit": t.LiteralC<"defi-deposit">;
10874
11150
  "defi-redeem": t.LiteralC<"defi-redeem">;
10875
11151
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10951,6 +11227,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10951
11227
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10952
11228
  allocationRequest: t.LiteralC<"allocationRequest">;
10953
11229
  cantonCommand: t.LiteralC<"cantonCommand">;
11230
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
10954
11231
  "defi-deposit": t.LiteralC<"defi-deposit">;
10955
11232
  "defi-redeem": t.LiteralC<"defi-redeem">;
10956
11233
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11032,6 +11309,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11032
11309
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11033
11310
  allocationRequest: t.LiteralC<"allocationRequest">;
11034
11311
  cantonCommand: t.LiteralC<"cantonCommand">;
11312
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
11035
11313
  "defi-deposit": t.LiteralC<"defi-deposit">;
11036
11314
  "defi-redeem": t.LiteralC<"defi-redeem">;
11037
11315
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11108,6 +11386,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11108
11386
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11109
11387
  allocationRequest: t.LiteralC<"allocationRequest">;
11110
11388
  cantonCommand: t.LiteralC<"cantonCommand">;
11389
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
11111
11390
  "defi-deposit": t.LiteralC<"defi-deposit">;
11112
11391
  "defi-redeem": t.LiteralC<"defi-redeem">;
11113
11392
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11184,6 +11463,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11184
11463
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11185
11464
  allocationRequest: t.LiteralC<"allocationRequest">;
11186
11465
  cantonCommand: t.LiteralC<"cantonCommand">;
11466
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
11187
11467
  "defi-deposit": t.LiteralC<"defi-deposit">;
11188
11468
  "defi-redeem": t.LiteralC<"defi-redeem">;
11189
11469
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11254,6 +11534,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11254
11534
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11255
11535
  allocationRequest: t.LiteralC<"allocationRequest">;
11256
11536
  cantonCommand: t.LiteralC<"cantonCommand">;
11537
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
11257
11538
  "defi-deposit": t.LiteralC<"defi-deposit">;
11258
11539
  "defi-redeem": t.LiteralC<"defi-redeem">;
11259
11540
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11328,6 +11609,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11328
11609
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11329
11610
  allocationRequest: t.LiteralC<"allocationRequest">;
11330
11611
  cantonCommand: t.LiteralC<"cantonCommand">;
11612
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
11331
11613
  "defi-deposit": t.LiteralC<"defi-deposit">;
11332
11614
  "defi-redeem": t.LiteralC<"defi-redeem">;
11333
11615
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11404,6 +11686,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11404
11686
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11405
11687
  allocationRequest: t.LiteralC<"allocationRequest">;
11406
11688
  cantonCommand: t.LiteralC<"cantonCommand">;
11689
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
11407
11690
  "defi-deposit": t.LiteralC<"defi-deposit">;
11408
11691
  "defi-redeem": t.LiteralC<"defi-redeem">;
11409
11692
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11480,6 +11763,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11480
11763
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11481
11764
  allocationRequest: t.LiteralC<"allocationRequest">;
11482
11765
  cantonCommand: t.LiteralC<"cantonCommand">;
11766
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
11483
11767
  "defi-deposit": t.LiteralC<"defi-deposit">;
11484
11768
  "defi-redeem": t.LiteralC<"defi-redeem">;
11485
11769
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11562,6 +11846,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11562
11846
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11563
11847
  allocationRequest: t.LiteralC<"allocationRequest">;
11564
11848
  cantonCommand: t.LiteralC<"cantonCommand">;
11849
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
11565
11850
  "defi-deposit": t.LiteralC<"defi-deposit">;
11566
11851
  "defi-redeem": t.LiteralC<"defi-redeem">;
11567
11852
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11644,6 +11929,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11644
11929
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11645
11930
  allocationRequest: t.LiteralC<"allocationRequest">;
11646
11931
  cantonCommand: t.LiteralC<"cantonCommand">;
11932
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
11647
11933
  "defi-deposit": t.LiteralC<"defi-deposit">;
11648
11934
  "defi-redeem": t.LiteralC<"defi-redeem">;
11649
11935
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11720,6 +12006,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11720
12006
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11721
12007
  allocationRequest: t.LiteralC<"allocationRequest">;
11722
12008
  cantonCommand: t.LiteralC<"cantonCommand">;
12009
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
11723
12010
  "defi-deposit": t.LiteralC<"defi-deposit">;
11724
12011
  "defi-redeem": t.LiteralC<"defi-redeem">;
11725
12012
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11792,6 +12079,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11792
12079
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11793
12080
  allocationRequest: t.LiteralC<"allocationRequest">;
11794
12081
  cantonCommand: t.LiteralC<"cantonCommand">;
12082
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
11795
12083
  "defi-deposit": t.LiteralC<"defi-deposit">;
11796
12084
  "defi-redeem": t.LiteralC<"defi-redeem">;
11797
12085
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11884,6 +12172,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11884
12172
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11885
12173
  allocationRequest: t.LiteralC<"allocationRequest">;
11886
12174
  cantonCommand: t.LiteralC<"cantonCommand">;
12175
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
11887
12176
  "defi-deposit": t.LiteralC<"defi-deposit">;
11888
12177
  "defi-redeem": t.LiteralC<"defi-redeem">;
11889
12178
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11986,6 +12275,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11986
12275
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11987
12276
  allocationRequest: t.LiteralC<"allocationRequest">;
11988
12277
  cantonCommand: t.LiteralC<"cantonCommand">;
12278
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
11989
12279
  "defi-deposit": t.LiteralC<"defi-deposit">;
11990
12280
  "defi-redeem": t.LiteralC<"defi-redeem">;
11991
12281
  delegateResource: t.LiteralC<"delegateResource">;
@@ -12098,6 +12388,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
12098
12388
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
12099
12389
  allocationRequest: t.LiteralC<"allocationRequest">;
12100
12390
  cantonCommand: t.LiteralC<"cantonCommand">;
12391
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
12101
12392
  "defi-deposit": t.LiteralC<"defi-deposit">;
12102
12393
  "defi-redeem": t.LiteralC<"defi-redeem">;
12103
12394
  delegateResource: t.LiteralC<"delegateResource">;
@@ -12182,6 +12473,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
12182
12473
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
12183
12474
  allocationRequest: t.LiteralC<"allocationRequest">;
12184
12475
  cantonCommand: t.LiteralC<"cantonCommand">;
12476
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
12185
12477
  "defi-deposit": t.LiteralC<"defi-deposit">;
12186
12478
  "defi-redeem": t.LiteralC<"defi-redeem">;
12187
12479
  delegateResource: t.LiteralC<"delegateResource">;
@@ -12276,6 +12568,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
12276
12568
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
12277
12569
  allocationRequest: t.LiteralC<"allocationRequest">;
12278
12570
  cantonCommand: t.LiteralC<"cantonCommand">;
12571
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
12279
12572
  "defi-deposit": t.LiteralC<"defi-deposit">;
12280
12573
  "defi-redeem": t.LiteralC<"defi-redeem">;
12281
12574
  delegateResource: t.LiteralC<"delegateResource">;
@@ -12352,6 +12645,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
12352
12645
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
12353
12646
  allocationRequest: t.LiteralC<"allocationRequest">;
12354
12647
  cantonCommand: t.LiteralC<"cantonCommand">;
12648
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
12355
12649
  "defi-deposit": t.LiteralC<"defi-deposit">;
12356
12650
  "defi-redeem": t.LiteralC<"defi-redeem">;
12357
12651
  delegateResource: t.LiteralC<"delegateResource">;
@@ -12434,6 +12728,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
12434
12728
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
12435
12729
  allocationRequest: t.LiteralC<"allocationRequest">;
12436
12730
  cantonCommand: t.LiteralC<"cantonCommand">;
12731
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
12437
12732
  "defi-deposit": t.LiteralC<"defi-deposit">;
12438
12733
  "defi-redeem": t.LiteralC<"defi-redeem">;
12439
12734
  delegateResource: t.LiteralC<"delegateResource">;
@@ -12510,6 +12805,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
12510
12805
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
12511
12806
  allocationRequest: t.LiteralC<"allocationRequest">;
12512
12807
  cantonCommand: t.LiteralC<"cantonCommand">;
12808
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
12513
12809
  "defi-deposit": t.LiteralC<"defi-deposit">;
12514
12810
  "defi-redeem": t.LiteralC<"defi-redeem">;
12515
12811
  delegateResource: t.LiteralC<"delegateResource">;
@@ -12592,6 +12888,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
12592
12888
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
12593
12889
  allocationRequest: t.LiteralC<"allocationRequest">;
12594
12890
  cantonCommand: t.LiteralC<"cantonCommand">;
12891
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
12595
12892
  "defi-deposit": t.LiteralC<"defi-deposit">;
12596
12893
  "defi-redeem": t.LiteralC<"defi-redeem">;
12597
12894
  delegateResource: t.LiteralC<"delegateResource">;
@@ -13110,6 +13407,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13110
13407
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
13111
13408
  allocationRequest: t.LiteralC<"allocationRequest">;
13112
13409
  cantonCommand: t.LiteralC<"cantonCommand">;
13410
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
13113
13411
  "defi-deposit": t.LiteralC<"defi-deposit">;
13114
13412
  "defi-redeem": t.LiteralC<"defi-redeem">;
13115
13413
  delegateResource: t.LiteralC<"delegateResource">;
@@ -13202,6 +13500,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13202
13500
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
13203
13501
  allocationRequest: t.LiteralC<"allocationRequest">;
13204
13502
  cantonCommand: t.LiteralC<"cantonCommand">;
13503
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
13205
13504
  "defi-deposit": t.LiteralC<"defi-deposit">;
13206
13505
  "defi-redeem": t.LiteralC<"defi-redeem">;
13207
13506
  delegateResource: t.LiteralC<"delegateResource">;
@@ -13281,6 +13580,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13281
13580
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
13282
13581
  allocationRequest: t.LiteralC<"allocationRequest">;
13283
13582
  cantonCommand: t.LiteralC<"cantonCommand">;
13583
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
13284
13584
  "defi-deposit": t.LiteralC<"defi-deposit">;
13285
13585
  "defi-redeem": t.LiteralC<"defi-redeem">;
13286
13586
  delegateResource: t.LiteralC<"delegateResource">;
@@ -13366,6 +13666,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13366
13666
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
13367
13667
  allocationRequest: t.LiteralC<"allocationRequest">;
13368
13668
  cantonCommand: t.LiteralC<"cantonCommand">;
13669
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
13369
13670
  "defi-deposit": t.LiteralC<"defi-deposit">;
13370
13671
  "defi-redeem": t.LiteralC<"defi-redeem">;
13371
13672
  delegateResource: t.LiteralC<"delegateResource">;
@@ -13450,6 +13751,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13450
13751
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
13451
13752
  allocationRequest: t.LiteralC<"allocationRequest">;
13452
13753
  cantonCommand: t.LiteralC<"cantonCommand">;
13754
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
13453
13755
  "defi-deposit": t.LiteralC<"defi-deposit">;
13454
13756
  "defi-redeem": t.LiteralC<"defi-redeem">;
13455
13757
  delegateResource: t.LiteralC<"delegateResource">;
@@ -13526,6 +13828,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13526
13828
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
13527
13829
  allocationRequest: t.LiteralC<"allocationRequest">;
13528
13830
  cantonCommand: t.LiteralC<"cantonCommand">;
13831
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
13529
13832
  "defi-deposit": t.LiteralC<"defi-deposit">;
13530
13833
  "defi-redeem": t.LiteralC<"defi-redeem">;
13531
13834
  delegateResource: t.LiteralC<"delegateResource">;
@@ -13613,6 +13916,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13613
13916
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
13614
13917
  allocationRequest: t.LiteralC<"allocationRequest">;
13615
13918
  cantonCommand: t.LiteralC<"cantonCommand">;
13919
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
13616
13920
  "defi-deposit": t.LiteralC<"defi-deposit">;
13617
13921
  "defi-redeem": t.LiteralC<"defi-redeem">;
13618
13922
  delegateResource: t.LiteralC<"delegateResource">;
@@ -13705,6 +14009,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13705
14009
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
13706
14010
  allocationRequest: t.LiteralC<"allocationRequest">;
13707
14011
  cantonCommand: t.LiteralC<"cantonCommand">;
14012
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
13708
14013
  "defi-deposit": t.LiteralC<"defi-deposit">;
13709
14014
  "defi-redeem": t.LiteralC<"defi-redeem">;
13710
14015
  delegateResource: t.LiteralC<"delegateResource">;
@@ -13814,6 +14119,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13814
14119
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
13815
14120
  allocationRequest: t.LiteralC<"allocationRequest">;
13816
14121
  cantonCommand: t.LiteralC<"cantonCommand">;
14122
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
13817
14123
  "defi-deposit": t.LiteralC<"defi-deposit">;
13818
14124
  "defi-redeem": t.LiteralC<"defi-redeem">;
13819
14125
  delegateResource: t.LiteralC<"delegateResource">;
@@ -13923,6 +14229,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13923
14229
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
13924
14230
  allocationRequest: t.LiteralC<"allocationRequest">;
13925
14231
  cantonCommand: t.LiteralC<"cantonCommand">;
14232
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
13926
14233
  "defi-deposit": t.LiteralC<"defi-deposit">;
13927
14234
  "defi-redeem": t.LiteralC<"defi-redeem">;
13928
14235
  delegateResource: t.LiteralC<"delegateResource">;
@@ -13998,6 +14305,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13998
14305
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
13999
14306
  allocationRequest: t.LiteralC<"allocationRequest">;
14000
14307
  cantonCommand: t.LiteralC<"cantonCommand">;
14308
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
14001
14309
  "defi-deposit": t.LiteralC<"defi-deposit">;
14002
14310
  "defi-redeem": t.LiteralC<"defi-redeem">;
14003
14311
  delegateResource: t.LiteralC<"delegateResource">;
@@ -14073,6 +14381,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14073
14381
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14074
14382
  allocationRequest: t.LiteralC<"allocationRequest">;
14075
14383
  cantonCommand: t.LiteralC<"cantonCommand">;
14384
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
14076
14385
  "defi-deposit": t.LiteralC<"defi-deposit">;
14077
14386
  "defi-redeem": t.LiteralC<"defi-redeem">;
14078
14387
  delegateResource: t.LiteralC<"delegateResource">;
@@ -14156,6 +14465,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14156
14465
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14157
14466
  allocationRequest: t.LiteralC<"allocationRequest">;
14158
14467
  cantonCommand: t.LiteralC<"cantonCommand">;
14468
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
14159
14469
  "defi-deposit": t.LiteralC<"defi-deposit">;
14160
14470
  "defi-redeem": t.LiteralC<"defi-redeem">;
14161
14471
  delegateResource: t.LiteralC<"delegateResource">;
@@ -14238,6 +14548,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14238
14548
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14239
14549
  allocationRequest: t.LiteralC<"allocationRequest">;
14240
14550
  cantonCommand: t.LiteralC<"cantonCommand">;
14551
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
14241
14552
  "defi-deposit": t.LiteralC<"defi-deposit">;
14242
14553
  "defi-redeem": t.LiteralC<"defi-redeem">;
14243
14554
  delegateResource: t.LiteralC<"delegateResource">;
@@ -14323,6 +14634,165 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14323
14634
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14324
14635
  allocationRequest: t.LiteralC<"allocationRequest">;
14325
14636
  cantonCommand: t.LiteralC<"cantonCommand">;
14637
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
14638
+ "defi-deposit": t.LiteralC<"defi-deposit">;
14639
+ "defi-redeem": t.LiteralC<"defi-redeem">;
14640
+ delegateResource: t.LiteralC<"delegateResource">;
14641
+ undelegateResource: t.LiteralC<"undelegateResource">;
14642
+ export: t.LiteralC<"export">;
14643
+ import: t.LiteralC<"import">;
14644
+ importtoc: t.LiteralC<"importtoc">;
14645
+ }>;
14646
+ }>, t.PartialC<{
14647
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
14648
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
14649
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
14650
+ }>]>, t.TypeC<{
14651
+ intentType: t.LiteralC<"allocationAllocate">;
14652
+ txRequestId: t.StringC;
14653
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
14654
+ intentType: t.KeyofC<{
14655
+ payment: t.LiteralC<"payment">;
14656
+ transferToken: t.LiteralC<"transferToken">;
14657
+ consolidate: t.LiteralC<"consolidate">;
14658
+ consolidateToken: t.LiteralC<"consolidateToken">;
14659
+ fanout: t.LiteralC<"fanout">;
14660
+ stake: t.LiteralC<"stake">;
14661
+ unstake: t.LiteralC<"unstake">;
14662
+ delegate: t.LiteralC<"delegate">;
14663
+ undelegate: t.LiteralC<"undelegate">;
14664
+ switchValidator: t.LiteralC<"switchValidator">;
14665
+ claim: t.LiteralC<"claim">;
14666
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
14667
+ pledge: t.LiteralC<"pledge">;
14668
+ voteDelegation: t.LiteralC<"voteDelegation">;
14669
+ vote: t.LiteralC<"vote">;
14670
+ createAccount: t.LiteralC<"createAccount">;
14671
+ updateAccount: t.LiteralC<"updateAccount">;
14672
+ addTrustLine: t.LiteralC<"addTrustLine">;
14673
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
14674
+ signMessage: t.LiteralC<"signMessage">;
14675
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
14676
+ enableToken: t.LiteralC<"enableToken">;
14677
+ authorize: t.LiteralC<"authorize">;
14678
+ acceleration: t.LiteralC<"acceleration">;
14679
+ fillNonce: t.LiteralC<"fillNonce">;
14680
+ walletRecovery: t.LiteralC<"walletRecovery">;
14681
+ contractCall: t.LiteralC<"contractCall">;
14682
+ deactivate: t.LiteralC<"deactivate">;
14683
+ customTx: t.LiteralC<"customTx">;
14684
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
14685
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
14686
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
14687
+ switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
14688
+ feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
14689
+ tokenApproval: t.LiteralC<"tokenApproval">;
14690
+ transferStake: t.LiteralC<"transferStake">;
14691
+ validatorRegistration: t.LiteralC<"validatorRegistration">;
14692
+ increaseStake: t.LiteralC<"increaseStake">;
14693
+ decreaseStake: t.LiteralC<"decreaseStake">;
14694
+ signalExit: t.LiteralC<"signalExit">;
14695
+ withdrawStake: t.LiteralC<"withdrawStake">;
14696
+ spotTransfer: t.LiteralC<"spotTransfer">;
14697
+ bridgeFunds: t.LiteralC<"bridgeFunds">;
14698
+ enableBridging: t.LiteralC<"enableBridging">;
14699
+ goUnstake: t.LiteralC<"goUnstake">;
14700
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
14701
+ transferAccept: t.LiteralC<"transferAccept">;
14702
+ transferReject: t.LiteralC<"transferReject">;
14703
+ transferAcknowledge: t.LiteralC<"transferAcknowledge">;
14704
+ transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
14705
+ cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
14706
+ cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14707
+ allocationRequest: t.LiteralC<"allocationRequest">;
14708
+ cantonCommand: t.LiteralC<"cantonCommand">;
14709
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
14710
+ "defi-deposit": t.LiteralC<"defi-deposit">;
14711
+ "defi-redeem": t.LiteralC<"defi-redeem">;
14712
+ delegateResource: t.LiteralC<"delegateResource">;
14713
+ undelegateResource: t.LiteralC<"undelegateResource">;
14714
+ export: t.LiteralC<"export">;
14715
+ import: t.LiteralC<"import">;
14716
+ importtoc: t.LiteralC<"importtoc">;
14717
+ }>;
14718
+ }>, t.PartialC<{
14719
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
14720
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
14721
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
14722
+ }>]>, t.TypeC<{
14723
+ intentType: t.LiteralC<"allocationRequest">;
14724
+ updateId: t.StringC;
14725
+ operatorId: t.StringC;
14726
+ contractId: t.StringC;
14727
+ tradeId: t.StringC;
14728
+ transferLegId: t.StringC;
14729
+ senderPartyId: t.StringC;
14730
+ receiverPartyId: t.StringC;
14731
+ amount: t.StringC;
14732
+ token: t.StringC;
14733
+ receiveToken: t.StringC;
14734
+ receiveAmount: t.StringC;
14735
+ allocateBefore: t.StringC;
14736
+ settleBefore: t.StringC;
14737
+ }>, t.PartialC<{
14738
+ comment: t.StringC;
14739
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
14740
+ intentType: t.KeyofC<{
14741
+ payment: t.LiteralC<"payment">;
14742
+ transferToken: t.LiteralC<"transferToken">;
14743
+ consolidate: t.LiteralC<"consolidate">;
14744
+ consolidateToken: t.LiteralC<"consolidateToken">;
14745
+ fanout: t.LiteralC<"fanout">;
14746
+ stake: t.LiteralC<"stake">;
14747
+ unstake: t.LiteralC<"unstake">;
14748
+ delegate: t.LiteralC<"delegate">;
14749
+ undelegate: t.LiteralC<"undelegate">;
14750
+ switchValidator: t.LiteralC<"switchValidator">;
14751
+ claim: t.LiteralC<"claim">;
14752
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
14753
+ pledge: t.LiteralC<"pledge">;
14754
+ voteDelegation: t.LiteralC<"voteDelegation">;
14755
+ vote: t.LiteralC<"vote">;
14756
+ createAccount: t.LiteralC<"createAccount">;
14757
+ updateAccount: t.LiteralC<"updateAccount">;
14758
+ addTrustLine: t.LiteralC<"addTrustLine">;
14759
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
14760
+ signMessage: t.LiteralC<"signMessage">;
14761
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
14762
+ enableToken: t.LiteralC<"enableToken">;
14763
+ authorize: t.LiteralC<"authorize">;
14764
+ acceleration: t.LiteralC<"acceleration">;
14765
+ fillNonce: t.LiteralC<"fillNonce">;
14766
+ walletRecovery: t.LiteralC<"walletRecovery">;
14767
+ contractCall: t.LiteralC<"contractCall">;
14768
+ deactivate: t.LiteralC<"deactivate">;
14769
+ customTx: t.LiteralC<"customTx">;
14770
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
14771
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
14772
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
14773
+ switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
14774
+ feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
14775
+ tokenApproval: t.LiteralC<"tokenApproval">;
14776
+ transferStake: t.LiteralC<"transferStake">;
14777
+ validatorRegistration: t.LiteralC<"validatorRegistration">;
14778
+ increaseStake: t.LiteralC<"increaseStake">;
14779
+ decreaseStake: t.LiteralC<"decreaseStake">;
14780
+ signalExit: t.LiteralC<"signalExit">;
14781
+ withdrawStake: t.LiteralC<"withdrawStake">;
14782
+ spotTransfer: t.LiteralC<"spotTransfer">;
14783
+ bridgeFunds: t.LiteralC<"bridgeFunds">;
14784
+ enableBridging: t.LiteralC<"enableBridging">;
14785
+ goUnstake: t.LiteralC<"goUnstake">;
14786
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
14787
+ transferAccept: t.LiteralC<"transferAccept">;
14788
+ transferReject: t.LiteralC<"transferReject">;
14789
+ transferAcknowledge: t.LiteralC<"transferAcknowledge">;
14790
+ transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
14791
+ cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
14792
+ cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14793
+ allocationRequest: t.LiteralC<"allocationRequest">;
14794
+ cantonCommand: t.LiteralC<"cantonCommand">;
14795
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
14326
14796
  "defi-deposit": t.LiteralC<"defi-deposit">;
14327
14797
  "defi-redeem": t.LiteralC<"defi-redeem">;
14328
14798
  delegateResource: t.LiteralC<"delegateResource">;
@@ -14394,6 +14864,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14394
14864
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14395
14865
  allocationRequest: t.LiteralC<"allocationRequest">;
14396
14866
  cantonCommand: t.LiteralC<"cantonCommand">;
14867
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
14397
14868
  "defi-deposit": t.LiteralC<"defi-deposit">;
14398
14869
  "defi-redeem": t.LiteralC<"defi-redeem">;
14399
14870
  delegateResource: t.LiteralC<"delegateResource">;
@@ -14469,6 +14940,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14469
14940
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14470
14941
  allocationRequest: t.LiteralC<"allocationRequest">;
14471
14942
  cantonCommand: t.LiteralC<"cantonCommand">;
14943
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
14472
14944
  "defi-deposit": t.LiteralC<"defi-deposit">;
14473
14945
  "defi-redeem": t.LiteralC<"defi-redeem">;
14474
14946
  delegateResource: t.LiteralC<"delegateResource">;
@@ -14566,6 +15038,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14566
15038
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14567
15039
  allocationRequest: t.LiteralC<"allocationRequest">;
14568
15040
  cantonCommand: t.LiteralC<"cantonCommand">;
15041
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
14569
15042
  "defi-deposit": t.LiteralC<"defi-deposit">;
14570
15043
  "defi-redeem": t.LiteralC<"defi-redeem">;
14571
15044
  delegateResource: t.LiteralC<"delegateResource">;
@@ -14662,6 +15135,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14662
15135
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14663
15136
  allocationRequest: t.LiteralC<"allocationRequest">;
14664
15137
  cantonCommand: t.LiteralC<"cantonCommand">;
15138
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
14665
15139
  "defi-deposit": t.LiteralC<"defi-deposit">;
14666
15140
  "defi-redeem": t.LiteralC<"defi-redeem">;
14667
15141
  delegateResource: t.LiteralC<"delegateResource">;
@@ -14736,6 +15210,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14736
15210
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14737
15211
  allocationRequest: t.LiteralC<"allocationRequest">;
14738
15212
  cantonCommand: t.LiteralC<"cantonCommand">;
15213
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
14739
15214
  "defi-deposit": t.LiteralC<"defi-deposit">;
14740
15215
  "defi-redeem": t.LiteralC<"defi-redeem">;
14741
15216
  delegateResource: t.LiteralC<"delegateResource">;
@@ -14814,6 +15289,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14814
15289
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14815
15290
  allocationRequest: t.LiteralC<"allocationRequest">;
14816
15291
  cantonCommand: t.LiteralC<"cantonCommand">;
15292
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
14817
15293
  "defi-deposit": t.LiteralC<"defi-deposit">;
14818
15294
  "defi-redeem": t.LiteralC<"defi-redeem">;
14819
15295
  delegateResource: t.LiteralC<"delegateResource">;
@@ -14887,6 +15363,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14887
15363
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14888
15364
  allocationRequest: t.LiteralC<"allocationRequest">;
14889
15365
  cantonCommand: t.LiteralC<"cantonCommand">;
15366
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
14890
15367
  "defi-deposit": t.LiteralC<"defi-deposit">;
14891
15368
  "defi-redeem": t.LiteralC<"defi-redeem">;
14892
15369
  delegateResource: t.LiteralC<"delegateResource">;
@@ -14961,6 +15438,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14961
15438
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14962
15439
  allocationRequest: t.LiteralC<"allocationRequest">;
14963
15440
  cantonCommand: t.LiteralC<"cantonCommand">;
15441
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
14964
15442
  "defi-deposit": t.LiteralC<"defi-deposit">;
14965
15443
  "defi-redeem": t.LiteralC<"defi-redeem">;
14966
15444
  delegateResource: t.LiteralC<"delegateResource">;
@@ -15035,6 +15513,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15035
15513
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
15036
15514
  allocationRequest: t.LiteralC<"allocationRequest">;
15037
15515
  cantonCommand: t.LiteralC<"cantonCommand">;
15516
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
15038
15517
  "defi-deposit": t.LiteralC<"defi-deposit">;
15039
15518
  "defi-redeem": t.LiteralC<"defi-redeem">;
15040
15519
  delegateResource: t.LiteralC<"delegateResource">;
@@ -15109,6 +15588,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15109
15588
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
15110
15589
  allocationRequest: t.LiteralC<"allocationRequest">;
15111
15590
  cantonCommand: t.LiteralC<"cantonCommand">;
15591
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
15112
15592
  "defi-deposit": t.LiteralC<"defi-deposit">;
15113
15593
  "defi-redeem": t.LiteralC<"defi-redeem">;
15114
15594
  delegateResource: t.LiteralC<"delegateResource">;
@@ -15201,6 +15681,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15201
15681
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
15202
15682
  allocationRequest: t.LiteralC<"allocationRequest">;
15203
15683
  cantonCommand: t.LiteralC<"cantonCommand">;
15684
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
15204
15685
  "defi-deposit": t.LiteralC<"defi-deposit">;
15205
15686
  "defi-redeem": t.LiteralC<"defi-redeem">;
15206
15687
  delegateResource: t.LiteralC<"delegateResource">;
@@ -15276,6 +15757,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15276
15757
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
15277
15758
  allocationRequest: t.LiteralC<"allocationRequest">;
15278
15759
  cantonCommand: t.LiteralC<"cantonCommand">;
15760
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
15279
15761
  "defi-deposit": t.LiteralC<"defi-deposit">;
15280
15762
  "defi-redeem": t.LiteralC<"defi-redeem">;
15281
15763
  delegateResource: t.LiteralC<"delegateResource">;
@@ -15384,6 +15866,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15384
15866
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
15385
15867
  allocationRequest: t.LiteralC<"allocationRequest">;
15386
15868
  cantonCommand: t.LiteralC<"cantonCommand">;
15869
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
15387
15870
  "defi-deposit": t.LiteralC<"defi-deposit">;
15388
15871
  "defi-redeem": t.LiteralC<"defi-redeem">;
15389
15872
  delegateResource: t.LiteralC<"delegateResource">;
@@ -15465,6 +15948,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15465
15948
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
15466
15949
  allocationRequest: t.LiteralC<"allocationRequest">;
15467
15950
  cantonCommand: t.LiteralC<"cantonCommand">;
15951
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
15468
15952
  "defi-deposit": t.LiteralC<"defi-deposit">;
15469
15953
  "defi-redeem": t.LiteralC<"defi-redeem">;
15470
15954
  delegateResource: t.LiteralC<"delegateResource">;
@@ -15573,6 +16057,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15573
16057
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
15574
16058
  allocationRequest: t.LiteralC<"allocationRequest">;
15575
16059
  cantonCommand: t.LiteralC<"cantonCommand">;
16060
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
15576
16061
  "defi-deposit": t.LiteralC<"defi-deposit">;
15577
16062
  "defi-redeem": t.LiteralC<"defi-redeem">;
15578
16063
  delegateResource: t.LiteralC<"delegateResource">;
@@ -15645,6 +16130,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15645
16130
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
15646
16131
  allocationRequest: t.LiteralC<"allocationRequest">;
15647
16132
  cantonCommand: t.LiteralC<"cantonCommand">;
16133
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
15648
16134
  "defi-deposit": t.LiteralC<"defi-deposit">;
15649
16135
  "defi-redeem": t.LiteralC<"defi-redeem">;
15650
16136
  delegateResource: t.LiteralC<"delegateResource">;
@@ -15777,6 +16263,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15777
16263
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
15778
16264
  allocationRequest: t.LiteralC<"allocationRequest">;
15779
16265
  cantonCommand: t.LiteralC<"cantonCommand">;
16266
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
15780
16267
  "defi-deposit": t.LiteralC<"defi-deposit">;
15781
16268
  "defi-redeem": t.LiteralC<"defi-redeem">;
15782
16269
  delegateResource: t.LiteralC<"delegateResource">;
@@ -15899,6 +16386,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15899
16386
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
15900
16387
  allocationRequest: t.LiteralC<"allocationRequest">;
15901
16388
  cantonCommand: t.LiteralC<"cantonCommand">;
16389
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
15902
16390
  "defi-deposit": t.LiteralC<"defi-deposit">;
15903
16391
  "defi-redeem": t.LiteralC<"defi-redeem">;
15904
16392
  delegateResource: t.LiteralC<"delegateResource">;
@@ -16013,6 +16501,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16013
16501
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
16014
16502
  allocationRequest: t.LiteralC<"allocationRequest">;
16015
16503
  cantonCommand: t.LiteralC<"cantonCommand">;
16504
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
16016
16505
  "defi-deposit": t.LiteralC<"defi-deposit">;
16017
16506
  "defi-redeem": t.LiteralC<"defi-redeem">;
16018
16507
  delegateResource: t.LiteralC<"delegateResource">;
@@ -16113,6 +16602,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16113
16602
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
16114
16603
  allocationRequest: t.LiteralC<"allocationRequest">;
16115
16604
  cantonCommand: t.LiteralC<"cantonCommand">;
16605
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
16116
16606
  "defi-deposit": t.LiteralC<"defi-deposit">;
16117
16607
  "defi-redeem": t.LiteralC<"defi-redeem">;
16118
16608
  delegateResource: t.LiteralC<"delegateResource">;
@@ -16212,6 +16702,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16212
16702
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
16213
16703
  allocationRequest: t.LiteralC<"allocationRequest">;
16214
16704
  cantonCommand: t.LiteralC<"cantonCommand">;
16705
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
16215
16706
  "defi-deposit": t.LiteralC<"defi-deposit">;
16216
16707
  "defi-redeem": t.LiteralC<"defi-redeem">;
16217
16708
  delegateResource: t.LiteralC<"delegateResource">;
@@ -16310,6 +16801,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16310
16801
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
16311
16802
  allocationRequest: t.LiteralC<"allocationRequest">;
16312
16803
  cantonCommand: t.LiteralC<"cantonCommand">;
16804
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
16313
16805
  "defi-deposit": t.LiteralC<"defi-deposit">;
16314
16806
  "defi-redeem": t.LiteralC<"defi-redeem">;
16315
16807
  delegateResource: t.LiteralC<"delegateResource">;
@@ -16384,6 +16876,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16384
16876
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
16385
16877
  allocationRequest: t.LiteralC<"allocationRequest">;
16386
16878
  cantonCommand: t.LiteralC<"cantonCommand">;
16879
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
16387
16880
  "defi-deposit": t.LiteralC<"defi-deposit">;
16388
16881
  "defi-redeem": t.LiteralC<"defi-redeem">;
16389
16882
  delegateResource: t.LiteralC<"delegateResource">;
@@ -16578,6 +17071,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16578
17071
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
16579
17072
  allocationRequest: t.LiteralC<"allocationRequest">;
16580
17073
  cantonCommand: t.LiteralC<"cantonCommand">;
17074
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
16581
17075
  "defi-deposit": t.LiteralC<"defi-deposit">;
16582
17076
  "defi-redeem": t.LiteralC<"defi-redeem">;
16583
17077
  delegateResource: t.LiteralC<"delegateResource">;
@@ -16713,6 +17207,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16713
17207
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
16714
17208
  allocationRequest: t.LiteralC<"allocationRequest">;
16715
17209
  cantonCommand: t.LiteralC<"cantonCommand">;
17210
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
16716
17211
  "defi-deposit": t.LiteralC<"defi-deposit">;
16717
17212
  "defi-redeem": t.LiteralC<"defi-redeem">;
16718
17213
  delegateResource: t.LiteralC<"delegateResource">;
@@ -16809,6 +17304,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16809
17304
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
16810
17305
  allocationRequest: t.LiteralC<"allocationRequest">;
16811
17306
  cantonCommand: t.LiteralC<"cantonCommand">;
17307
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
16812
17308
  "defi-deposit": t.LiteralC<"defi-deposit">;
16813
17309
  "defi-redeem": t.LiteralC<"defi-redeem">;
16814
17310
  delegateResource: t.LiteralC<"delegateResource">;
@@ -16881,6 +17377,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16881
17377
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
16882
17378
  allocationRequest: t.LiteralC<"allocationRequest">;
16883
17379
  cantonCommand: t.LiteralC<"cantonCommand">;
17380
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
16884
17381
  "defi-deposit": t.LiteralC<"defi-deposit">;
16885
17382
  "defi-redeem": t.LiteralC<"defi-redeem">;
16886
17383
  delegateResource: t.LiteralC<"delegateResource">;
@@ -17008,6 +17505,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17008
17505
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
17009
17506
  allocationRequest: t.LiteralC<"allocationRequest">;
17010
17507
  cantonCommand: t.LiteralC<"cantonCommand">;
17508
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
17011
17509
  "defi-deposit": t.LiteralC<"defi-deposit">;
17012
17510
  "defi-redeem": t.LiteralC<"defi-redeem">;
17013
17511
  delegateResource: t.LiteralC<"delegateResource">;
@@ -17122,6 +17620,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17122
17620
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
17123
17621
  allocationRequest: t.LiteralC<"allocationRequest">;
17124
17622
  cantonCommand: t.LiteralC<"cantonCommand">;
17623
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
17125
17624
  "defi-deposit": t.LiteralC<"defi-deposit">;
17126
17625
  "defi-redeem": t.LiteralC<"defi-redeem">;
17127
17626
  delegateResource: t.LiteralC<"delegateResource">;
@@ -17256,6 +17755,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17256
17755
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
17257
17756
  allocationRequest: t.LiteralC<"allocationRequest">;
17258
17757
  cantonCommand: t.LiteralC<"cantonCommand">;
17758
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
17259
17759
  "defi-deposit": t.LiteralC<"defi-deposit">;
17260
17760
  "defi-redeem": t.LiteralC<"defi-redeem">;
17261
17761
  delegateResource: t.LiteralC<"delegateResource">;
@@ -17335,6 +17835,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17335
17835
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
17336
17836
  allocationRequest: t.LiteralC<"allocationRequest">;
17337
17837
  cantonCommand: t.LiteralC<"cantonCommand">;
17838
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
17338
17839
  "defi-deposit": t.LiteralC<"defi-deposit">;
17339
17840
  "defi-redeem": t.LiteralC<"defi-redeem">;
17340
17841
  delegateResource: t.LiteralC<"delegateResource">;
@@ -17409,6 +17910,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17409
17910
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
17410
17911
  allocationRequest: t.LiteralC<"allocationRequest">;
17411
17912
  cantonCommand: t.LiteralC<"cantonCommand">;
17913
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
17412
17914
  "defi-deposit": t.LiteralC<"defi-deposit">;
17413
17915
  "defi-redeem": t.LiteralC<"defi-redeem">;
17414
17916
  delegateResource: t.LiteralC<"delegateResource">;
@@ -17495,6 +17997,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17495
17997
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
17496
17998
  allocationRequest: t.LiteralC<"allocationRequest">;
17497
17999
  cantonCommand: t.LiteralC<"cantonCommand">;
18000
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
17498
18001
  "defi-deposit": t.LiteralC<"defi-deposit">;
17499
18002
  "defi-redeem": t.LiteralC<"defi-redeem">;
17500
18003
  delegateResource: t.LiteralC<"delegateResource">;
@@ -17576,6 +18079,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17576
18079
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
17577
18080
  allocationRequest: t.LiteralC<"allocationRequest">;
17578
18081
  cantonCommand: t.LiteralC<"cantonCommand">;
18082
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
17579
18083
  "defi-deposit": t.LiteralC<"defi-deposit">;
17580
18084
  "defi-redeem": t.LiteralC<"defi-redeem">;
17581
18085
  delegateResource: t.LiteralC<"delegateResource">;
@@ -17673,6 +18177,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17673
18177
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
17674
18178
  allocationRequest: t.LiteralC<"allocationRequest">;
17675
18179
  cantonCommand: t.LiteralC<"cantonCommand">;
18180
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
17676
18181
  "defi-deposit": t.LiteralC<"defi-deposit">;
17677
18182
  "defi-redeem": t.LiteralC<"defi-redeem">;
17678
18183
  delegateResource: t.LiteralC<"delegateResource">;
@@ -17760,6 +18265,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17760
18265
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
17761
18266
  allocationRequest: t.LiteralC<"allocationRequest">;
17762
18267
  cantonCommand: t.LiteralC<"cantonCommand">;
18268
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
17763
18269
  "defi-deposit": t.LiteralC<"defi-deposit">;
17764
18270
  "defi-redeem": t.LiteralC<"defi-redeem">;
17765
18271
  delegateResource: t.LiteralC<"delegateResource">;
@@ -17833,6 +18339,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17833
18339
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
17834
18340
  allocationRequest: t.LiteralC<"allocationRequest">;
17835
18341
  cantonCommand: t.LiteralC<"cantonCommand">;
18342
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
17836
18343
  "defi-deposit": t.LiteralC<"defi-deposit">;
17837
18344
  "defi-redeem": t.LiteralC<"defi-redeem">;
17838
18345
  delegateResource: t.LiteralC<"delegateResource">;
@@ -17925,6 +18432,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17925
18432
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
17926
18433
  allocationRequest: t.LiteralC<"allocationRequest">;
17927
18434
  cantonCommand: t.LiteralC<"cantonCommand">;
18435
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
17928
18436
  "defi-deposit": t.LiteralC<"defi-deposit">;
17929
18437
  "defi-redeem": t.LiteralC<"defi-redeem">;
17930
18438
  delegateResource: t.LiteralC<"delegateResource">;
@@ -18007,6 +18515,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18007
18515
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
18008
18516
  allocationRequest: t.LiteralC<"allocationRequest">;
18009
18517
  cantonCommand: t.LiteralC<"cantonCommand">;
18518
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
18010
18519
  "defi-deposit": t.LiteralC<"defi-deposit">;
18011
18520
  "defi-redeem": t.LiteralC<"defi-redeem">;
18012
18521
  delegateResource: t.LiteralC<"delegateResource">;
@@ -18088,6 +18597,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18088
18597
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
18089
18598
  allocationRequest: t.LiteralC<"allocationRequest">;
18090
18599
  cantonCommand: t.LiteralC<"cantonCommand">;
18600
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
18091
18601
  "defi-deposit": t.LiteralC<"defi-deposit">;
18092
18602
  "defi-redeem": t.LiteralC<"defi-redeem">;
18093
18603
  delegateResource: t.LiteralC<"delegateResource">;
@@ -18167,6 +18677,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18167
18677
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
18168
18678
  allocationRequest: t.LiteralC<"allocationRequest">;
18169
18679
  cantonCommand: t.LiteralC<"cantonCommand">;
18680
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
18170
18681
  "defi-deposit": t.LiteralC<"defi-deposit">;
18171
18682
  "defi-redeem": t.LiteralC<"defi-redeem">;
18172
18683
  delegateResource: t.LiteralC<"delegateResource">;
@@ -18246,6 +18757,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18246
18757
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
18247
18758
  allocationRequest: t.LiteralC<"allocationRequest">;
18248
18759
  cantonCommand: t.LiteralC<"cantonCommand">;
18760
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
18249
18761
  "defi-deposit": t.LiteralC<"defi-deposit">;
18250
18762
  "defi-redeem": t.LiteralC<"defi-redeem">;
18251
18763
  delegateResource: t.LiteralC<"delegateResource">;
@@ -18322,6 +18834,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18322
18834
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
18323
18835
  allocationRequest: t.LiteralC<"allocationRequest">;
18324
18836
  cantonCommand: t.LiteralC<"cantonCommand">;
18837
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
18325
18838
  "defi-deposit": t.LiteralC<"defi-deposit">;
18326
18839
  "defi-redeem": t.LiteralC<"defi-redeem">;
18327
18840
  delegateResource: t.LiteralC<"delegateResource">;
@@ -18414,6 +18927,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18414
18927
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
18415
18928
  allocationRequest: t.LiteralC<"allocationRequest">;
18416
18929
  cantonCommand: t.LiteralC<"cantonCommand">;
18930
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
18417
18931
  "defi-deposit": t.LiteralC<"defi-deposit">;
18418
18932
  "defi-redeem": t.LiteralC<"defi-redeem">;
18419
18933
  delegateResource: t.LiteralC<"delegateResource">;
@@ -18505,6 +19019,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18505
19019
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
18506
19020
  allocationRequest: t.LiteralC<"allocationRequest">;
18507
19021
  cantonCommand: t.LiteralC<"cantonCommand">;
19022
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
18508
19023
  "defi-deposit": t.LiteralC<"defi-deposit">;
18509
19024
  "defi-redeem": t.LiteralC<"defi-redeem">;
18510
19025
  delegateResource: t.LiteralC<"delegateResource">;
@@ -18596,6 +19111,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18596
19111
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
18597
19112
  allocationRequest: t.LiteralC<"allocationRequest">;
18598
19113
  cantonCommand: t.LiteralC<"cantonCommand">;
19114
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
18599
19115
  "defi-deposit": t.LiteralC<"defi-deposit">;
18600
19116
  "defi-redeem": t.LiteralC<"defi-redeem">;
18601
19117
  delegateResource: t.LiteralC<"delegateResource">;
@@ -18695,6 +19211,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18695
19211
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
18696
19212
  allocationRequest: t.LiteralC<"allocationRequest">;
18697
19213
  cantonCommand: t.LiteralC<"cantonCommand">;
19214
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
18698
19215
  "defi-deposit": t.LiteralC<"defi-deposit">;
18699
19216
  "defi-redeem": t.LiteralC<"defi-redeem">;
18700
19217
  delegateResource: t.LiteralC<"delegateResource">;
@@ -18816,6 +19333,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18816
19333
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
18817
19334
  allocationRequest: t.LiteralC<"allocationRequest">;
18818
19335
  cantonCommand: t.LiteralC<"cantonCommand">;
19336
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
18819
19337
  "defi-deposit": t.LiteralC<"defi-deposit">;
18820
19338
  "defi-redeem": t.LiteralC<"defi-redeem">;
18821
19339
  delegateResource: t.LiteralC<"delegateResource">;
@@ -18909,6 +19427,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18909
19427
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
18910
19428
  allocationRequest: t.LiteralC<"allocationRequest">;
18911
19429
  cantonCommand: t.LiteralC<"cantonCommand">;
19430
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
18912
19431
  "defi-deposit": t.LiteralC<"defi-deposit">;
18913
19432
  "defi-redeem": t.LiteralC<"defi-redeem">;
18914
19433
  delegateResource: t.LiteralC<"delegateResource">;
@@ -19019,6 +19538,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19019
19538
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
19020
19539
  allocationRequest: t.LiteralC<"allocationRequest">;
19021
19540
  cantonCommand: t.LiteralC<"cantonCommand">;
19541
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
19022
19542
  "defi-deposit": t.LiteralC<"defi-deposit">;
19023
19543
  "defi-redeem": t.LiteralC<"defi-redeem">;
19024
19544
  delegateResource: t.LiteralC<"delegateResource">;
@@ -19128,6 +19648,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19128
19648
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
19129
19649
  allocationRequest: t.LiteralC<"allocationRequest">;
19130
19650
  cantonCommand: t.LiteralC<"cantonCommand">;
19651
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
19131
19652
  "defi-deposit": t.LiteralC<"defi-deposit">;
19132
19653
  "defi-redeem": t.LiteralC<"defi-redeem">;
19133
19654
  delegateResource: t.LiteralC<"delegateResource">;
@@ -19235,6 +19756,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19235
19756
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
19236
19757
  allocationRequest: t.LiteralC<"allocationRequest">;
19237
19758
  cantonCommand: t.LiteralC<"cantonCommand">;
19759
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
19238
19760
  "defi-deposit": t.LiteralC<"defi-deposit">;
19239
19761
  "defi-redeem": t.LiteralC<"defi-redeem">;
19240
19762
  delegateResource: t.LiteralC<"delegateResource">;
@@ -19317,6 +19839,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19317
19839
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
19318
19840
  allocationRequest: t.LiteralC<"allocationRequest">;
19319
19841
  cantonCommand: t.LiteralC<"cantonCommand">;
19842
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
19320
19843
  "defi-deposit": t.LiteralC<"defi-deposit">;
19321
19844
  "defi-redeem": t.LiteralC<"defi-redeem">;
19322
19845
  delegateResource: t.LiteralC<"delegateResource">;
@@ -19410,6 +19933,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19410
19933
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
19411
19934
  allocationRequest: t.LiteralC<"allocationRequest">;
19412
19935
  cantonCommand: t.LiteralC<"cantonCommand">;
19936
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
19413
19937
  "defi-deposit": t.LiteralC<"defi-deposit">;
19414
19938
  "defi-redeem": t.LiteralC<"defi-redeem">;
19415
19939
  delegateResource: t.LiteralC<"delegateResource">;
@@ -19560,6 +20084,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19560
20084
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
19561
20085
  allocationRequest: t.LiteralC<"allocationRequest">;
19562
20086
  cantonCommand: t.LiteralC<"cantonCommand">;
20087
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
19563
20088
  "defi-deposit": t.LiteralC<"defi-deposit">;
19564
20089
  "defi-redeem": t.LiteralC<"defi-redeem">;
19565
20090
  delegateResource: t.LiteralC<"delegateResource">;
@@ -19639,6 +20164,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19639
20164
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
19640
20165
  allocationRequest: t.LiteralC<"allocationRequest">;
19641
20166
  cantonCommand: t.LiteralC<"cantonCommand">;
20167
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
19642
20168
  "defi-deposit": t.LiteralC<"defi-deposit">;
19643
20169
  "defi-redeem": t.LiteralC<"defi-redeem">;
19644
20170
  delegateResource: t.LiteralC<"delegateResource">;
@@ -19722,6 +20248,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19722
20248
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
19723
20249
  allocationRequest: t.LiteralC<"allocationRequest">;
19724
20250
  cantonCommand: t.LiteralC<"cantonCommand">;
20251
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
19725
20252
  "defi-deposit": t.LiteralC<"defi-deposit">;
19726
20253
  "defi-redeem": t.LiteralC<"defi-redeem">;
19727
20254
  delegateResource: t.LiteralC<"delegateResource">;
@@ -19798,6 +20325,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19798
20325
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
19799
20326
  allocationRequest: t.LiteralC<"allocationRequest">;
19800
20327
  cantonCommand: t.LiteralC<"cantonCommand">;
20328
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
19801
20329
  "defi-deposit": t.LiteralC<"defi-deposit">;
19802
20330
  "defi-redeem": t.LiteralC<"defi-redeem">;
19803
20331
  delegateResource: t.LiteralC<"delegateResource">;
@@ -19875,6 +20403,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19875
20403
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
19876
20404
  allocationRequest: t.LiteralC<"allocationRequest">;
19877
20405
  cantonCommand: t.LiteralC<"cantonCommand">;
20406
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
19878
20407
  "defi-deposit": t.LiteralC<"defi-deposit">;
19879
20408
  "defi-redeem": t.LiteralC<"defi-redeem">;
19880
20409
  delegateResource: t.LiteralC<"delegateResource">;
@@ -19967,6 +20496,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19967
20496
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
19968
20497
  allocationRequest: t.LiteralC<"allocationRequest">;
19969
20498
  cantonCommand: t.LiteralC<"cantonCommand">;
20499
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
19970
20500
  "defi-deposit": t.LiteralC<"defi-deposit">;
19971
20501
  "defi-redeem": t.LiteralC<"defi-redeem">;
19972
20502
  delegateResource: t.LiteralC<"delegateResource">;
@@ -20061,6 +20591,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20061
20591
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
20062
20592
  allocationRequest: t.LiteralC<"allocationRequest">;
20063
20593
  cantonCommand: t.LiteralC<"cantonCommand">;
20594
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
20064
20595
  "defi-deposit": t.LiteralC<"defi-deposit">;
20065
20596
  "defi-redeem": t.LiteralC<"defi-redeem">;
20066
20597
  delegateResource: t.LiteralC<"delegateResource">;
@@ -20148,6 +20679,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20148
20679
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
20149
20680
  allocationRequest: t.LiteralC<"allocationRequest">;
20150
20681
  cantonCommand: t.LiteralC<"cantonCommand">;
20682
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
20151
20683
  "defi-deposit": t.LiteralC<"defi-deposit">;
20152
20684
  "defi-redeem": t.LiteralC<"defi-redeem">;
20153
20685
  delegateResource: t.LiteralC<"delegateResource">;
@@ -20272,6 +20804,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20272
20804
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
20273
20805
  allocationRequest: t.LiteralC<"allocationRequest">;
20274
20806
  cantonCommand: t.LiteralC<"cantonCommand">;
20807
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
20275
20808
  "defi-deposit": t.LiteralC<"defi-deposit">;
20276
20809
  "defi-redeem": t.LiteralC<"defi-redeem">;
20277
20810
  delegateResource: t.LiteralC<"delegateResource">;
@@ -20426,6 +20959,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20426
20959
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
20427
20960
  allocationRequest: t.LiteralC<"allocationRequest">;
20428
20961
  cantonCommand: t.LiteralC<"cantonCommand">;
20962
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
20429
20963
  "defi-deposit": t.LiteralC<"defi-deposit">;
20430
20964
  "defi-redeem": t.LiteralC<"defi-redeem">;
20431
20965
  delegateResource: t.LiteralC<"delegateResource">;
@@ -20594,6 +21128,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20594
21128
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
20595
21129
  allocationRequest: t.LiteralC<"allocationRequest">;
20596
21130
  cantonCommand: t.LiteralC<"cantonCommand">;
21131
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
20597
21132
  "defi-deposit": t.LiteralC<"defi-deposit">;
20598
21133
  "defi-redeem": t.LiteralC<"defi-redeem">;
20599
21134
  delegateResource: t.LiteralC<"delegateResource">;
@@ -20667,6 +21202,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20667
21202
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
20668
21203
  allocationRequest: t.LiteralC<"allocationRequest">;
20669
21204
  cantonCommand: t.LiteralC<"cantonCommand">;
21205
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
20670
21206
  "defi-deposit": t.LiteralC<"defi-deposit">;
20671
21207
  "defi-redeem": t.LiteralC<"defi-redeem">;
20672
21208
  delegateResource: t.LiteralC<"delegateResource">;
@@ -20735,6 +21271,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20735
21271
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
20736
21272
  allocationRequest: t.LiteralC<"allocationRequest">;
20737
21273
  cantonCommand: t.LiteralC<"cantonCommand">;
21274
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
20738
21275
  "defi-deposit": t.LiteralC<"defi-deposit">;
20739
21276
  "defi-redeem": t.LiteralC<"defi-redeem">;
20740
21277
  delegateResource: t.LiteralC<"delegateResource">;
@@ -20811,6 +21348,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20811
21348
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
20812
21349
  allocationRequest: t.LiteralC<"allocationRequest">;
20813
21350
  cantonCommand: t.LiteralC<"cantonCommand">;
21351
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
20814
21352
  "defi-deposit": t.LiteralC<"defi-deposit">;
20815
21353
  "defi-redeem": t.LiteralC<"defi-redeem">;
20816
21354
  delegateResource: t.LiteralC<"delegateResource">;
@@ -20899,6 +21437,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20899
21437
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
20900
21438
  allocationRequest: t.LiteralC<"allocationRequest">;
20901
21439
  cantonCommand: t.LiteralC<"cantonCommand">;
21440
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
20902
21441
  "defi-deposit": t.LiteralC<"defi-deposit">;
20903
21442
  "defi-redeem": t.LiteralC<"defi-redeem">;
20904
21443
  delegateResource: t.LiteralC<"delegateResource">;
@@ -20972,6 +21511,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20972
21511
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
20973
21512
  allocationRequest: t.LiteralC<"allocationRequest">;
20974
21513
  cantonCommand: t.LiteralC<"cantonCommand">;
21514
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
20975
21515
  "defi-deposit": t.LiteralC<"defi-deposit">;
20976
21516
  "defi-redeem": t.LiteralC<"defi-redeem">;
20977
21517
  delegateResource: t.LiteralC<"delegateResource">;
@@ -21062,6 +21602,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21062
21602
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
21063
21603
  allocationRequest: t.LiteralC<"allocationRequest">;
21064
21604
  cantonCommand: t.LiteralC<"cantonCommand">;
21605
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
21065
21606
  "defi-deposit": t.LiteralC<"defi-deposit">;
21066
21607
  "defi-redeem": t.LiteralC<"defi-redeem">;
21067
21608
  delegateResource: t.LiteralC<"delegateResource">;
@@ -21135,6 +21676,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21135
21676
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
21136
21677
  allocationRequest: t.LiteralC<"allocationRequest">;
21137
21678
  cantonCommand: t.LiteralC<"cantonCommand">;
21679
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
21138
21680
  "defi-deposit": t.LiteralC<"defi-deposit">;
21139
21681
  "defi-redeem": t.LiteralC<"defi-redeem">;
21140
21682
  delegateResource: t.LiteralC<"delegateResource">;
@@ -21245,6 +21787,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21245
21787
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
21246
21788
  allocationRequest: t.LiteralC<"allocationRequest">;
21247
21789
  cantonCommand: t.LiteralC<"cantonCommand">;
21790
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
21248
21791
  "defi-deposit": t.LiteralC<"defi-deposit">;
21249
21792
  "defi-redeem": t.LiteralC<"defi-redeem">;
21250
21793
  delegateResource: t.LiteralC<"delegateResource">;
@@ -21337,6 +21880,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21337
21880
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
21338
21881
  allocationRequest: t.LiteralC<"allocationRequest">;
21339
21882
  cantonCommand: t.LiteralC<"cantonCommand">;
21883
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
21340
21884
  "defi-deposit": t.LiteralC<"defi-deposit">;
21341
21885
  "defi-redeem": t.LiteralC<"defi-redeem">;
21342
21886
  delegateResource: t.LiteralC<"delegateResource">;
@@ -21411,6 +21955,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21411
21955
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
21412
21956
  allocationRequest: t.LiteralC<"allocationRequest">;
21413
21957
  cantonCommand: t.LiteralC<"cantonCommand">;
21958
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
21414
21959
  "defi-deposit": t.LiteralC<"defi-deposit">;
21415
21960
  "defi-redeem": t.LiteralC<"defi-redeem">;
21416
21961
  delegateResource: t.LiteralC<"delegateResource">;
@@ -21504,6 +22049,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21504
22049
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
21505
22050
  allocationRequest: t.LiteralC<"allocationRequest">;
21506
22051
  cantonCommand: t.LiteralC<"cantonCommand">;
22052
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
21507
22053
  "defi-deposit": t.LiteralC<"defi-deposit">;
21508
22054
  "defi-redeem": t.LiteralC<"defi-redeem">;
21509
22055
  delegateResource: t.LiteralC<"delegateResource">;
@@ -21599,6 +22145,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21599
22145
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
21600
22146
  allocationRequest: t.LiteralC<"allocationRequest">;
21601
22147
  cantonCommand: t.LiteralC<"cantonCommand">;
22148
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
21602
22149
  "defi-deposit": t.LiteralC<"defi-deposit">;
21603
22150
  "defi-redeem": t.LiteralC<"defi-redeem">;
21604
22151
  delegateResource: t.LiteralC<"delegateResource">;
@@ -21695,6 +22242,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21695
22242
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
21696
22243
  allocationRequest: t.LiteralC<"allocationRequest">;
21697
22244
  cantonCommand: t.LiteralC<"cantonCommand">;
22245
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
21698
22246
  "defi-deposit": t.LiteralC<"defi-deposit">;
21699
22247
  "defi-redeem": t.LiteralC<"defi-redeem">;
21700
22248
  delegateResource: t.LiteralC<"delegateResource">;
@@ -21777,6 +22325,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21777
22325
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
21778
22326
  allocationRequest: t.LiteralC<"allocationRequest">;
21779
22327
  cantonCommand: t.LiteralC<"cantonCommand">;
22328
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
21780
22329
  "defi-deposit": t.LiteralC<"defi-deposit">;
21781
22330
  "defi-redeem": t.LiteralC<"defi-redeem">;
21782
22331
  delegateResource: t.LiteralC<"delegateResource">;
@@ -21870,6 +22419,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21870
22419
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
21871
22420
  allocationRequest: t.LiteralC<"allocationRequest">;
21872
22421
  cantonCommand: t.LiteralC<"cantonCommand">;
22422
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
21873
22423
  "defi-deposit": t.LiteralC<"defi-deposit">;
21874
22424
  "defi-redeem": t.LiteralC<"defi-redeem">;
21875
22425
  delegateResource: t.LiteralC<"delegateResource">;
@@ -22002,6 +22552,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22002
22552
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
22003
22553
  allocationRequest: t.LiteralC<"allocationRequest">;
22004
22554
  cantonCommand: t.LiteralC<"cantonCommand">;
22555
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
22005
22556
  "defi-deposit": t.LiteralC<"defi-deposit">;
22006
22557
  "defi-redeem": t.LiteralC<"defi-redeem">;
22007
22558
  delegateResource: t.LiteralC<"delegateResource">;
@@ -22082,6 +22633,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22082
22633
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
22083
22634
  allocationRequest: t.LiteralC<"allocationRequest">;
22084
22635
  cantonCommand: t.LiteralC<"cantonCommand">;
22636
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
22085
22637
  "defi-deposit": t.LiteralC<"defi-deposit">;
22086
22638
  "defi-redeem": t.LiteralC<"defi-redeem">;
22087
22639
  delegateResource: t.LiteralC<"delegateResource">;
@@ -22159,6 +22711,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22159
22711
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
22160
22712
  allocationRequest: t.LiteralC<"allocationRequest">;
22161
22713
  cantonCommand: t.LiteralC<"cantonCommand">;
22714
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
22162
22715
  "defi-deposit": t.LiteralC<"defi-deposit">;
22163
22716
  "defi-redeem": t.LiteralC<"defi-redeem">;
22164
22717
  delegateResource: t.LiteralC<"delegateResource">;
@@ -22231,6 +22784,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22231
22784
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
22232
22785
  allocationRequest: t.LiteralC<"allocationRequest">;
22233
22786
  cantonCommand: t.LiteralC<"cantonCommand">;
22787
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
22234
22788
  "defi-deposit": t.LiteralC<"defi-deposit">;
22235
22789
  "defi-redeem": t.LiteralC<"defi-redeem">;
22236
22790
  delegateResource: t.LiteralC<"delegateResource">;
@@ -22323,6 +22877,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22323
22877
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
22324
22878
  allocationRequest: t.LiteralC<"allocationRequest">;
22325
22879
  cantonCommand: t.LiteralC<"cantonCommand">;
22880
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
22326
22881
  "defi-deposit": t.LiteralC<"defi-deposit">;
22327
22882
  "defi-redeem": t.LiteralC<"defi-redeem">;
22328
22883
  delegateResource: t.LiteralC<"delegateResource">;
@@ -22401,6 +22956,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22401
22956
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
22402
22957
  allocationRequest: t.LiteralC<"allocationRequest">;
22403
22958
  cantonCommand: t.LiteralC<"cantonCommand">;
22959
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
22404
22960
  "defi-deposit": t.LiteralC<"defi-deposit">;
22405
22961
  "defi-redeem": t.LiteralC<"defi-redeem">;
22406
22962
  delegateResource: t.LiteralC<"delegateResource">;
@@ -22478,6 +23034,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22478
23034
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
22479
23035
  allocationRequest: t.LiteralC<"allocationRequest">;
22480
23036
  cantonCommand: t.LiteralC<"cantonCommand">;
23037
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
22481
23038
  "defi-deposit": t.LiteralC<"defi-deposit">;
22482
23039
  "defi-redeem": t.LiteralC<"defi-redeem">;
22483
23040
  delegateResource: t.LiteralC<"delegateResource">;
@@ -22556,6 +23113,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22556
23113
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
22557
23114
  allocationRequest: t.LiteralC<"allocationRequest">;
22558
23115
  cantonCommand: t.LiteralC<"cantonCommand">;
23116
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
22559
23117
  "defi-deposit": t.LiteralC<"defi-deposit">;
22560
23118
  "defi-redeem": t.LiteralC<"defi-redeem">;
22561
23119
  delegateResource: t.LiteralC<"delegateResource">;
@@ -22633,6 +23191,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22633
23191
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
22634
23192
  allocationRequest: t.LiteralC<"allocationRequest">;
22635
23193
  cantonCommand: t.LiteralC<"cantonCommand">;
23194
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
22636
23195
  "defi-deposit": t.LiteralC<"defi-deposit">;
22637
23196
  "defi-redeem": t.LiteralC<"defi-redeem">;
22638
23197
  delegateResource: t.LiteralC<"delegateResource">;
@@ -22714,6 +23273,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22714
23273
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
22715
23274
  allocationRequest: t.LiteralC<"allocationRequest">;
22716
23275
  cantonCommand: t.LiteralC<"cantonCommand">;
23276
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
22717
23277
  "defi-deposit": t.LiteralC<"defi-deposit">;
22718
23278
  "defi-redeem": t.LiteralC<"defi-redeem">;
22719
23279
  delegateResource: t.LiteralC<"delegateResource">;
@@ -22794,6 +23354,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22794
23354
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
22795
23355
  allocationRequest: t.LiteralC<"allocationRequest">;
22796
23356
  cantonCommand: t.LiteralC<"cantonCommand">;
23357
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
22797
23358
  "defi-deposit": t.LiteralC<"defi-deposit">;
22798
23359
  "defi-redeem": t.LiteralC<"defi-redeem">;
22799
23360
  delegateResource: t.LiteralC<"delegateResource">;
@@ -22876,6 +23437,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22876
23437
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
22877
23438
  allocationRequest: t.LiteralC<"allocationRequest">;
22878
23439
  cantonCommand: t.LiteralC<"cantonCommand">;
23440
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
22879
23441
  "defi-deposit": t.LiteralC<"defi-deposit">;
22880
23442
  "defi-redeem": t.LiteralC<"defi-redeem">;
22881
23443
  delegateResource: t.LiteralC<"delegateResource">;
@@ -22958,6 +23520,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22958
23520
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
22959
23521
  allocationRequest: t.LiteralC<"allocationRequest">;
22960
23522
  cantonCommand: t.LiteralC<"cantonCommand">;
23523
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
22961
23524
  "defi-deposit": t.LiteralC<"defi-deposit">;
22962
23525
  "defi-redeem": t.LiteralC<"defi-redeem">;
22963
23526
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23040,6 +23603,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23040
23603
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
23041
23604
  allocationRequest: t.LiteralC<"allocationRequest">;
23042
23605
  cantonCommand: t.LiteralC<"cantonCommand">;
23606
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
23043
23607
  "defi-deposit": t.LiteralC<"defi-deposit">;
23044
23608
  "defi-redeem": t.LiteralC<"defi-redeem">;
23045
23609
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23121,6 +23685,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23121
23685
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
23122
23686
  allocationRequest: t.LiteralC<"allocationRequest">;
23123
23687
  cantonCommand: t.LiteralC<"cantonCommand">;
23688
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
23124
23689
  "defi-deposit": t.LiteralC<"defi-deposit">;
23125
23690
  "defi-redeem": t.LiteralC<"defi-redeem">;
23126
23691
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23206,6 +23771,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23206
23771
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
23207
23772
  allocationRequest: t.LiteralC<"allocationRequest">;
23208
23773
  cantonCommand: t.LiteralC<"cantonCommand">;
23774
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
23209
23775
  "defi-deposit": t.LiteralC<"defi-deposit">;
23210
23776
  "defi-redeem": t.LiteralC<"defi-redeem">;
23211
23777
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23286,6 +23852,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23286
23852
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
23287
23853
  allocationRequest: t.LiteralC<"allocationRequest">;
23288
23854
  cantonCommand: t.LiteralC<"cantonCommand">;
23855
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
23289
23856
  "defi-deposit": t.LiteralC<"defi-deposit">;
23290
23857
  "defi-redeem": t.LiteralC<"defi-redeem">;
23291
23858
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23368,6 +23935,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23368
23935
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
23369
23936
  allocationRequest: t.LiteralC<"allocationRequest">;
23370
23937
  cantonCommand: t.LiteralC<"cantonCommand">;
23938
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
23371
23939
  "defi-deposit": t.LiteralC<"defi-deposit">;
23372
23940
  "defi-redeem": t.LiteralC<"defi-redeem">;
23373
23941
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23446,6 +24014,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23446
24014
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
23447
24015
  allocationRequest: t.LiteralC<"allocationRequest">;
23448
24016
  cantonCommand: t.LiteralC<"cantonCommand">;
24017
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
23449
24018
  "defi-deposit": t.LiteralC<"defi-deposit">;
23450
24019
  "defi-redeem": t.LiteralC<"defi-redeem">;
23451
24020
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23523,6 +24092,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23523
24092
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
23524
24093
  allocationRequest: t.LiteralC<"allocationRequest">;
23525
24094
  cantonCommand: t.LiteralC<"cantonCommand">;
24095
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
23526
24096
  "defi-deposit": t.LiteralC<"defi-deposit">;
23527
24097
  "defi-redeem": t.LiteralC<"defi-redeem">;
23528
24098
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23600,6 +24170,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23600
24170
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
23601
24171
  allocationRequest: t.LiteralC<"allocationRequest">;
23602
24172
  cantonCommand: t.LiteralC<"cantonCommand">;
24173
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
23603
24174
  "defi-deposit": t.LiteralC<"defi-deposit">;
23604
24175
  "defi-redeem": t.LiteralC<"defi-redeem">;
23605
24176
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23682,6 +24253,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23682
24253
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
23683
24254
  allocationRequest: t.LiteralC<"allocationRequest">;
23684
24255
  cantonCommand: t.LiteralC<"cantonCommand">;
24256
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
23685
24257
  "defi-deposit": t.LiteralC<"defi-deposit">;
23686
24258
  "defi-redeem": t.LiteralC<"defi-redeem">;
23687
24259
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23765,6 +24337,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23765
24337
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
23766
24338
  allocationRequest: t.LiteralC<"allocationRequest">;
23767
24339
  cantonCommand: t.LiteralC<"cantonCommand">;
24340
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
23768
24341
  "defi-deposit": t.LiteralC<"defi-deposit">;
23769
24342
  "defi-redeem": t.LiteralC<"defi-redeem">;
23770
24343
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23846,6 +24419,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23846
24419
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
23847
24420
  allocationRequest: t.LiteralC<"allocationRequest">;
23848
24421
  cantonCommand: t.LiteralC<"cantonCommand">;
24422
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
23849
24423
  "defi-deposit": t.LiteralC<"defi-deposit">;
23850
24424
  "defi-redeem": t.LiteralC<"defi-redeem">;
23851
24425
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23927,6 +24501,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23927
24501
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
23928
24502
  allocationRequest: t.LiteralC<"allocationRequest">;
23929
24503
  cantonCommand: t.LiteralC<"cantonCommand">;
24504
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
23930
24505
  "defi-deposit": t.LiteralC<"defi-deposit">;
23931
24506
  "defi-redeem": t.LiteralC<"defi-redeem">;
23932
24507
  delegateResource: t.LiteralC<"delegateResource">;
@@ -24003,6 +24578,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
24003
24578
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
24004
24579
  allocationRequest: t.LiteralC<"allocationRequest">;
24005
24580
  cantonCommand: t.LiteralC<"cantonCommand">;
24581
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
24006
24582
  "defi-deposit": t.LiteralC<"defi-deposit">;
24007
24583
  "defi-redeem": t.LiteralC<"defi-redeem">;
24008
24584
  delegateResource: t.LiteralC<"delegateResource">;
@@ -24079,6 +24655,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
24079
24655
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
24080
24656
  allocationRequest: t.LiteralC<"allocationRequest">;
24081
24657
  cantonCommand: t.LiteralC<"cantonCommand">;
24658
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
24082
24659
  "defi-deposit": t.LiteralC<"defi-deposit">;
24083
24660
  "defi-redeem": t.LiteralC<"defi-redeem">;
24084
24661
  delegateResource: t.LiteralC<"delegateResource">;
@@ -24149,6 +24726,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
24149
24726
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
24150
24727
  allocationRequest: t.LiteralC<"allocationRequest">;
24151
24728
  cantonCommand: t.LiteralC<"cantonCommand">;
24729
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
24152
24730
  "defi-deposit": t.LiteralC<"defi-deposit">;
24153
24731
  "defi-redeem": t.LiteralC<"defi-redeem">;
24154
24732
  delegateResource: t.LiteralC<"delegateResource">;
@@ -24223,6 +24801,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
24223
24801
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
24224
24802
  allocationRequest: t.LiteralC<"allocationRequest">;
24225
24803
  cantonCommand: t.LiteralC<"cantonCommand">;
24804
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
24226
24805
  "defi-deposit": t.LiteralC<"defi-deposit">;
24227
24806
  "defi-redeem": t.LiteralC<"defi-redeem">;
24228
24807
  delegateResource: t.LiteralC<"delegateResource">;
@@ -24299,6 +24878,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
24299
24878
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
24300
24879
  allocationRequest: t.LiteralC<"allocationRequest">;
24301
24880
  cantonCommand: t.LiteralC<"cantonCommand">;
24881
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
24302
24882
  "defi-deposit": t.LiteralC<"defi-deposit">;
24303
24883
  "defi-redeem": t.LiteralC<"defi-redeem">;
24304
24884
  delegateResource: t.LiteralC<"delegateResource">;
@@ -24375,6 +24955,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
24375
24955
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
24376
24956
  allocationRequest: t.LiteralC<"allocationRequest">;
24377
24957
  cantonCommand: t.LiteralC<"cantonCommand">;
24958
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
24378
24959
  "defi-deposit": t.LiteralC<"defi-deposit">;
24379
24960
  "defi-redeem": t.LiteralC<"defi-redeem">;
24380
24961
  delegateResource: t.LiteralC<"delegateResource">;
@@ -24457,6 +25038,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
24457
25038
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
24458
25039
  allocationRequest: t.LiteralC<"allocationRequest">;
24459
25040
  cantonCommand: t.LiteralC<"cantonCommand">;
25041
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
24460
25042
  "defi-deposit": t.LiteralC<"defi-deposit">;
24461
25043
  "defi-redeem": t.LiteralC<"defi-redeem">;
24462
25044
  delegateResource: t.LiteralC<"delegateResource">;
@@ -24539,6 +25121,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
24539
25121
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
24540
25122
  allocationRequest: t.LiteralC<"allocationRequest">;
24541
25123
  cantonCommand: t.LiteralC<"cantonCommand">;
25124
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
24542
25125
  "defi-deposit": t.LiteralC<"defi-deposit">;
24543
25126
  "defi-redeem": t.LiteralC<"defi-redeem">;
24544
25127
  delegateResource: t.LiteralC<"delegateResource">;
@@ -24615,6 +25198,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
24615
25198
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
24616
25199
  allocationRequest: t.LiteralC<"allocationRequest">;
24617
25200
  cantonCommand: t.LiteralC<"cantonCommand">;
25201
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
24618
25202
  "defi-deposit": t.LiteralC<"defi-deposit">;
24619
25203
  "defi-redeem": t.LiteralC<"defi-redeem">;
24620
25204
  delegateResource: t.LiteralC<"delegateResource">;
@@ -24687,6 +25271,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
24687
25271
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
24688
25272
  allocationRequest: t.LiteralC<"allocationRequest">;
24689
25273
  cantonCommand: t.LiteralC<"cantonCommand">;
25274
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
24690
25275
  "defi-deposit": t.LiteralC<"defi-deposit">;
24691
25276
  "defi-redeem": t.LiteralC<"defi-redeem">;
24692
25277
  delegateResource: t.LiteralC<"delegateResource">;
@@ -24779,6 +25364,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
24779
25364
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
24780
25365
  allocationRequest: t.LiteralC<"allocationRequest">;
24781
25366
  cantonCommand: t.LiteralC<"cantonCommand">;
25367
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
24782
25368
  "defi-deposit": t.LiteralC<"defi-deposit">;
24783
25369
  "defi-redeem": t.LiteralC<"defi-redeem">;
24784
25370
  delegateResource: t.LiteralC<"delegateResource">;
@@ -24881,6 +25467,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
24881
25467
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
24882
25468
  allocationRequest: t.LiteralC<"allocationRequest">;
24883
25469
  cantonCommand: t.LiteralC<"cantonCommand">;
25470
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
24884
25471
  "defi-deposit": t.LiteralC<"defi-deposit">;
24885
25472
  "defi-redeem": t.LiteralC<"defi-redeem">;
24886
25473
  delegateResource: t.LiteralC<"delegateResource">;
@@ -24993,6 +25580,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
24993
25580
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
24994
25581
  allocationRequest: t.LiteralC<"allocationRequest">;
24995
25582
  cantonCommand: t.LiteralC<"cantonCommand">;
25583
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
24996
25584
  "defi-deposit": t.LiteralC<"defi-deposit">;
24997
25585
  "defi-redeem": t.LiteralC<"defi-redeem">;
24998
25586
  delegateResource: t.LiteralC<"delegateResource">;
@@ -25077,6 +25665,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
25077
25665
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
25078
25666
  allocationRequest: t.LiteralC<"allocationRequest">;
25079
25667
  cantonCommand: t.LiteralC<"cantonCommand">;
25668
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
25080
25669
  "defi-deposit": t.LiteralC<"defi-deposit">;
25081
25670
  "defi-redeem": t.LiteralC<"defi-redeem">;
25082
25671
  delegateResource: t.LiteralC<"delegateResource">;
@@ -25171,6 +25760,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
25171
25760
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
25172
25761
  allocationRequest: t.LiteralC<"allocationRequest">;
25173
25762
  cantonCommand: t.LiteralC<"cantonCommand">;
25763
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
25174
25764
  "defi-deposit": t.LiteralC<"defi-deposit">;
25175
25765
  "defi-redeem": t.LiteralC<"defi-redeem">;
25176
25766
  delegateResource: t.LiteralC<"delegateResource">;
@@ -25247,6 +25837,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
25247
25837
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
25248
25838
  allocationRequest: t.LiteralC<"allocationRequest">;
25249
25839
  cantonCommand: t.LiteralC<"cantonCommand">;
25840
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
25250
25841
  "defi-deposit": t.LiteralC<"defi-deposit">;
25251
25842
  "defi-redeem": t.LiteralC<"defi-redeem">;
25252
25843
  delegateResource: t.LiteralC<"delegateResource">;
@@ -25329,6 +25920,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
25329
25920
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
25330
25921
  allocationRequest: t.LiteralC<"allocationRequest">;
25331
25922
  cantonCommand: t.LiteralC<"cantonCommand">;
25923
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
25332
25924
  "defi-deposit": t.LiteralC<"defi-deposit">;
25333
25925
  "defi-redeem": t.LiteralC<"defi-redeem">;
25334
25926
  delegateResource: t.LiteralC<"delegateResource">;
@@ -25405,6 +25997,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
25405
25997
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
25406
25998
  allocationRequest: t.LiteralC<"allocationRequest">;
25407
25999
  cantonCommand: t.LiteralC<"cantonCommand">;
26000
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
25408
26001
  "defi-deposit": t.LiteralC<"defi-deposit">;
25409
26002
  "defi-redeem": t.LiteralC<"defi-redeem">;
25410
26003
  delegateResource: t.LiteralC<"delegateResource">;
@@ -25487,6 +26080,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
25487
26080
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
25488
26081
  allocationRequest: t.LiteralC<"allocationRequest">;
25489
26082
  cantonCommand: t.LiteralC<"cantonCommand">;
26083
+ allocationAllocate: t.LiteralC<"allocationAllocate">;
25490
26084
  "defi-deposit": t.LiteralC<"defi-deposit">;
25491
26085
  "defi-redeem": t.LiteralC<"defi-redeem">;
25492
26086
  delegateResource: t.LiteralC<"delegateResource">;