@bitgo/public-types 6.15.0 → 6.17.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 (193) hide show
  1. package/dist/src/schema/mpcv2/smc/eddsaKeygenRound.d.ts +241 -0
  2. package/dist/src/schema/mpcv2/smc/eddsaKeygenRound.js +131 -0
  3. package/dist/src/schema/mpcv2/smc/eddsaKeygenRound.js.map +1 -0
  4. package/dist/src/schema/mpcv2/smc/eddsaKeygenState.d.ts +15 -0
  5. package/dist/src/schema/mpcv2/smc/eddsaKeygenState.js +53 -0
  6. package/dist/src/schema/mpcv2/smc/eddsaKeygenState.js.map +1 -0
  7. package/dist/src/schema/mpcv2/smc/index.d.ts +2 -0
  8. package/dist/src/schema/mpcv2/smc/index.js +2 -0
  9. package/dist/src/schema/mpcv2/smc/index.js.map +1 -1
  10. package/dist/src/schema/transactionRequest/intents/accelerationIntent.d.ts +1 -0
  11. package/dist/src/schema/transactionRequest/intents/accountBaseCreateAccountIntent.d.ts +1 -0
  12. package/dist/src/schema/transactionRequest/intents/accountBaseUpdateAccountIntent.d.ts +1 -0
  13. package/dist/src/schema/transactionRequest/intents/adaPaymentIntent.d.ts +1 -0
  14. package/dist/src/schema/transactionRequest/intents/adaPledgeIntent.d.ts +1 -0
  15. package/dist/src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.d.ts +1 -0
  16. package/dist/src/schema/transactionRequest/intents/adaStakeIntent.d.ts +1 -0
  17. package/dist/src/schema/transactionRequest/intents/adaUnstakeIntent.d.ts +1 -0
  18. package/dist/src/schema/transactionRequest/intents/adaVoteDelegationIntent.d.ts +1 -0
  19. package/dist/src/schema/transactionRequest/intents/aptCustomTxIntent.d.ts +1 -0
  20. package/dist/src/schema/transactionRequest/intents/aptStakeIntent.d.ts +1 -0
  21. package/dist/src/schema/transactionRequest/intents/aptUnstakeIntent.d.ts +1 -0
  22. package/dist/src/schema/transactionRequest/intents/aptWithdrawStakeIntent.d.ts +1 -0
  23. package/dist/src/schema/transactionRequest/intents/atomPaymentIntent.d.ts +1 -0
  24. package/dist/src/schema/transactionRequest/intents/atomStakeIntent.d.ts +1 -0
  25. package/dist/src/schema/transactionRequest/intents/atomUnstakeIntent.d.ts +1 -0
  26. package/dist/src/schema/transactionRequest/intents/atomWithdrawIntent.d.ts +1 -0
  27. package/dist/src/schema/transactionRequest/intents/babyCreateBtcDelegationIntent.d.ts +1 -0
  28. package/dist/src/schema/transactionRequest/intents/babyWithdrawRewardIntent.d.ts +1 -0
  29. package/dist/src/schema/transactionRequest/intents/baseBridgeFundsIntent.d.ts +1 -0
  30. package/dist/src/schema/transactionRequest/intents/baseGoStakeIntent.d.ts +1 -0
  31. package/dist/src/schema/transactionRequest/intents/baseIntent.d.ts +2 -0
  32. package/dist/src/schema/transactionRequest/intents/baseStakeIntent.d.ts +1 -0
  33. package/dist/src/schema/transactionRequest/intents/baseStakeIntentWithCalldata.d.ts +1 -0
  34. package/dist/src/schema/transactionRequest/intents/beraDelegateIntent.d.ts +1 -0
  35. package/dist/src/schema/transactionRequest/intents/bscDelegateIntent.d.ts +1 -0
  36. package/dist/src/schema/transactionRequest/intents/bscStakeClaimRewardsIntent.d.ts +1 -0
  37. package/dist/src/schema/transactionRequest/intents/bscUndelegateIntent.d.ts +1 -0
  38. package/dist/src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.d.ts +1 -0
  39. package/dist/src/schema/transactionRequest/intents/cantonAllocationRequestIntent.d.ts +1 -0
  40. package/dist/src/schema/transactionRequest/intents/cantonCommandIntent.d.ts +100 -0
  41. package/dist/src/schema/transactionRequest/intents/cantonCommandIntent.js +77 -0
  42. package/dist/src/schema/transactionRequest/intents/cantonCommandIntent.js.map +1 -0
  43. package/dist/src/schema/transactionRequest/intents/cantonCosignDelegationAcceptIntent.d.ts +1 -0
  44. package/dist/src/schema/transactionRequest/intents/cantonCosignDelegationProposalIntent.d.ts +1 -0
  45. package/dist/src/schema/transactionRequest/intents/cantonPaymentIntent.d.ts +1 -0
  46. package/dist/src/schema/transactionRequest/intents/cantonTransferAcceptIntent.d.ts +1 -0
  47. package/dist/src/schema/transactionRequest/intents/cantonTransferAcknowledgeIntent.d.ts +1 -0
  48. package/dist/src/schema/transactionRequest/intents/cantonTransferOfferWithdrawnIntent.d.ts +1 -0
  49. package/dist/src/schema/transactionRequest/intents/cantonTransferRejectIntent.d.ts +1 -0
  50. package/dist/src/schema/transactionRequest/intents/claimIntent.d.ts +1 -0
  51. package/dist/src/schema/transactionRequest/intents/consolidateTokenIntent.d.ts +1 -0
  52. package/dist/src/schema/transactionRequest/intents/coredaoClaimIntent.d.ts +1 -0
  53. package/dist/src/schema/transactionRequest/intents/coredaoDelegateIntent.d.ts +1 -0
  54. package/dist/src/schema/transactionRequest/intents/coredaoUndelegateIntent.d.ts +1 -0
  55. package/dist/src/schema/transactionRequest/intents/cosmosContractCallIntent.d.ts +1 -0
  56. package/dist/src/schema/transactionRequest/intents/cosmosPaymentIntent.d.ts +1 -0
  57. package/dist/src/schema/transactionRequest/intents/cosmosStakeClaimRewardsIntent.d.ts +1 -0
  58. package/dist/src/schema/transactionRequest/intents/cosmosStakeIntent.d.ts +1 -0
  59. package/dist/src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.d.ts +1 -0
  60. package/dist/src/schema/transactionRequest/intents/cosmosUnstakeIntent.d.ts +1 -0
  61. package/dist/src/schema/transactionRequest/intents/cosmosWithdrawIntent.d.ts +1 -0
  62. package/dist/src/schema/transactionRequest/intents/defiDepositIntent.d.ts +1 -0
  63. package/dist/src/schema/transactionRequest/intents/defiRedeemIntent.d.ts +1 -0
  64. package/dist/src/schema/transactionRequest/intents/delegateIntent.d.ts +1 -0
  65. package/dist/src/schema/transactionRequest/intents/dotBaseIntent.d.ts +1 -0
  66. package/dist/src/schema/transactionRequest/intents/dotCreateAccountIntent.d.ts +1 -0
  67. package/dist/src/schema/transactionRequest/intents/dotPaymentIntent.d.ts +1 -0
  68. package/dist/src/schema/transactionRequest/intents/dotStakingIntent.d.ts +1 -0
  69. package/dist/src/schema/transactionRequest/intents/dotUnstakingIntent.d.ts +1 -0
  70. package/dist/src/schema/transactionRequest/intents/dotWithdrawStakeIntent.d.ts +1 -0
  71. package/dist/src/schema/transactionRequest/intents/enableTokenIntent.d.ts +1 -0
  72. package/dist/src/schema/transactionRequest/intents/ethAccelerationIntent.d.ts +1 -0
  73. package/dist/src/schema/transactionRequest/intents/ethConsolidateTokenIntent.d.ts +1 -0
  74. package/dist/src/schema/transactionRequest/intents/ethFillNonceIntent.d.ts +1 -0
  75. package/dist/src/schema/transactionRequest/intents/ethLikeStakeIntent.d.ts +2 -0
  76. package/dist/src/schema/transactionRequest/intents/ethPaymentIntent.d.ts +1 -0
  77. package/dist/src/schema/transactionRequest/intents/ethStakingIntent.d.ts +1 -0
  78. package/dist/src/schema/transactionRequest/intents/ethTransferTokenIntent.d.ts +1 -0
  79. package/dist/src/schema/transactionRequest/intents/feeAddressTransferIntent.d.ts +1 -0
  80. package/dist/src/schema/transactionRequest/intents/fillNonceIntent.d.ts +1 -0
  81. package/dist/src/schema/transactionRequest/intents/goUnstakeIntent.d.ts +1 -0
  82. package/dist/src/schema/transactionRequest/intents/hbarUpdateAccountIntent.d.ts +1 -0
  83. package/dist/src/schema/transactionRequest/intents/hypeevmBridgeFundsIntent.d.ts +1 -0
  84. package/dist/src/schema/transactionRequest/intents/hypeevmEnableBridgingIntent.d.ts +1 -0
  85. package/dist/src/schema/transactionRequest/intents/hypeevmSpotTransferIntent.d.ts +1 -0
  86. package/dist/src/schema/transactionRequest/intents/icpPaymentIntent.d.ts +1 -0
  87. package/dist/src/schema/transactionRequest/intents/index.d.ts +1 -0
  88. package/dist/src/schema/transactionRequest/intents/index.js +1 -0
  89. package/dist/src/schema/transactionRequest/intents/index.js.map +1 -1
  90. package/dist/src/schema/transactionRequest/intents/intent.d.ts +235 -0
  91. package/dist/src/schema/transactionRequest/intents/intent.js +2 -0
  92. package/dist/src/schema/transactionRequest/intents/intent.js.map +1 -1
  93. package/dist/src/schema/transactionRequest/intents/intentType.d.ts +2 -0
  94. package/dist/src/schema/transactionRequest/intents/intentType.js +1 -0
  95. package/dist/src/schema/transactionRequest/intents/intentType.js.map +1 -1
  96. package/dist/src/schema/transactionRequest/intents/iotaBuildOptions.d.ts +1 -0
  97. package/dist/src/schema/transactionRequest/intents/iotaConsolidateIntent.d.ts +1 -0
  98. package/dist/src/schema/transactionRequest/intents/iotaPaymentIntent.d.ts +2 -0
  99. package/dist/src/schema/transactionRequest/intents/irysPledgeIntent.d.ts +1 -0
  100. package/dist/src/schema/transactionRequest/intents/irysStakeIntent.d.ts +1 -0
  101. package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.d.ts +2 -0
  102. package/dist/src/schema/transactionRequest/intents/mmiSignMessageIntent.d.ts +1 -0
  103. package/dist/src/schema/transactionRequest/intents/mmiSignTransactionIntent.d.ts +1 -0
  104. package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +1 -0
  105. package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +1 -0
  106. package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +1 -0
  107. package/dist/src/schema/transactionRequest/intents/paymentIntent.d.ts +1 -0
  108. package/dist/src/schema/transactionRequest/intents/polyxBaseIntent.d.ts +1 -0
  109. package/dist/src/schema/transactionRequest/intents/polyxCreateAccountIntent.d.ts +1 -0
  110. package/dist/src/schema/transactionRequest/intents/polyxPreApproveAssetIntent.d.ts +1 -0
  111. package/dist/src/schema/transactionRequest/intents/polyxStakeIntent.d.ts +1 -0
  112. package/dist/src/schema/transactionRequest/intents/polyxUnstakeIntent.d.ts +1 -0
  113. package/dist/src/schema/transactionRequest/intents/polyxWithdrawIntent.d.ts +1 -0
  114. package/dist/src/schema/transactionRequest/intents/signMessageIntent.d.ts +1 -0
  115. package/dist/src/schema/transactionRequest/intents/solAuthorizeIntent.d.ts +1 -0
  116. package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +1 -0
  117. package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.d.ts +1 -0
  118. package/dist/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.d.ts +1 -0
  119. package/dist/src/schema/transactionRequest/intents/solCustomTxIntent.d.ts +1 -0
  120. package/dist/src/schema/transactionRequest/intents/solDeactivateIntent.d.ts +1 -0
  121. package/dist/src/schema/transactionRequest/intents/solDelegateIntent.d.ts +1 -0
  122. package/dist/src/schema/transactionRequest/intents/solGoUnstakeIntent.d.ts +1 -0
  123. package/dist/src/schema/transactionRequest/intents/solPaymentIntent.d.ts +1 -0
  124. package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +2 -0
  125. package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +2 -0
  126. package/dist/src/schema/transactionRequest/intents/solVersionedCustomTxIntent.d.ts +1 -0
  127. package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +1 -0
  128. package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +1 -0
  129. package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +1 -0
  130. package/dist/src/schema/transactionRequest/intents/stakeWithCallDataIntent.d.ts +1 -0
  131. package/dist/src/schema/transactionRequest/intents/substrateBaseIntent.d.ts +1 -0
  132. package/dist/src/schema/transactionRequest/intents/substratePaymentIntent.d.ts +1 -0
  133. package/dist/src/schema/transactionRequest/intents/suiBuildOptions.d.ts +1 -0
  134. package/dist/src/schema/transactionRequest/intents/suiConsolidateIntent.d.ts +1 -0
  135. package/dist/src/schema/transactionRequest/intents/suiCustomTxIntent.d.ts +2 -0
  136. package/dist/src/schema/transactionRequest/intents/suiGoUnstakeIntent.d.ts +2 -0
  137. package/dist/src/schema/transactionRequest/intents/suiPaymentIntent.d.ts +2 -0
  138. package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +1 -0
  139. package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +1 -0
  140. package/dist/src/schema/transactionRequest/intents/switchValidatorWithCallDataIntent.d.ts +1 -0
  141. package/dist/src/schema/transactionRequest/intents/taoStakeIntent.d.ts +2 -0
  142. package/dist/src/schema/transactionRequest/intents/taoStakingBaseIntent.d.ts +1 -0
  143. package/dist/src/schema/transactionRequest/intents/taoSwitchValidatorIntent.d.ts +1 -0
  144. package/dist/src/schema/transactionRequest/intents/taoTransferStakeIntent.d.ts +1 -0
  145. package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.d.ts +2 -0
  146. package/dist/src/schema/transactionRequest/intents/tokenApprovalIntent.d.ts +1 -0
  147. package/dist/src/schema/transactionRequest/intents/tonDelegateIntent.d.ts +1 -0
  148. package/dist/src/schema/transactionRequest/intents/tonMultiNominatorDelegateIntent.d.ts +1 -0
  149. package/dist/src/schema/transactionRequest/intents/tonMultiNominatorUndelegateIntent.d.ts +1 -0
  150. package/dist/src/schema/transactionRequest/intents/tonPaymentIntent.d.ts +1 -0
  151. package/dist/src/schema/transactionRequest/intents/tonSingleNominatorDelegateIntent.d.ts +1 -0
  152. package/dist/src/schema/transactionRequest/intents/tonSingleNominatorUndelegateIntent.d.ts +1 -0
  153. package/dist/src/schema/transactionRequest/intents/tonUndelegateIntent.d.ts +1 -0
  154. package/dist/src/schema/transactionRequest/intents/tonWhalesDelegateIntent.d.ts +1 -0
  155. package/dist/src/schema/transactionRequest/intents/tonWhalesUndelegateIntent.d.ts +1 -0
  156. package/dist/src/schema/transactionRequest/intents/transferTokenIntent.d.ts +1 -0
  157. package/dist/src/schema/transactionRequest/intents/trxClaimRewardsIntent.d.ts +1 -0
  158. package/dist/src/schema/transactionRequest/intents/trxCreateAccountIntent.d.ts +1 -0
  159. package/dist/src/schema/transactionRequest/intents/trxDelegateResourceIntent.d.ts +1 -0
  160. package/dist/src/schema/transactionRequest/intents/trxFreezeIntent.d.ts +1 -0
  161. package/dist/src/schema/transactionRequest/intents/trxUndelegateResourceIntent.d.ts +1 -0
  162. package/dist/src/schema/transactionRequest/intents/trxUnfreezeIntent.d.ts +1 -0
  163. package/dist/src/schema/transactionRequest/intents/trxVoteIntent.d.ts +1 -0
  164. package/dist/src/schema/transactionRequest/intents/trxWithdrawExpireUnfreezeIntent.d.ts +1 -0
  165. package/dist/src/schema/transactionRequest/intents/undelegateIntent.d.ts +1 -0
  166. package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +1 -0
  167. package/dist/src/schema/transactionRequest/intents/validatorRegistrationIntent.d.ts +1 -0
  168. package/dist/src/schema/transactionRequest/intents/vetDecreaseStakeIntent.d.ts +1 -0
  169. package/dist/src/schema/transactionRequest/intents/vetDelegateIntent.d.ts +1 -0
  170. package/dist/src/schema/transactionRequest/intents/vetIncreaseStakeIntent.d.ts +1 -0
  171. package/dist/src/schema/transactionRequest/intents/vetSignalExitIntent.d.ts +1 -0
  172. package/dist/src/schema/transactionRequest/intents/vetStakeClaimRewardsIntent.d.ts +1 -0
  173. package/dist/src/schema/transactionRequest/intents/vetStakingIntent.d.ts +1 -0
  174. package/dist/src/schema/transactionRequest/intents/vetUnstakingIntent.d.ts +2 -0
  175. package/dist/src/schema/transactionRequest/intents/vetValidatorRegistrationIntent.d.ts +1 -0
  176. package/dist/src/schema/transactionRequest/intents/vetWithdrawStakeIntent.d.ts +1 -0
  177. package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +1 -0
  178. package/dist/src/schema/transactionRequest/intents/walletRecoveryIntent.d.ts +1 -0
  179. package/dist/src/schema/transactionRequest/intents/walrusStakingIntent.d.ts +1 -0
  180. package/dist/src/schema/transactionRequest/intents/walrusUndelegateIntent.d.ts +1 -0
  181. package/dist/src/schema/transactionRequest/intents/walrusWithdrawIntent.d.ts +1 -0
  182. package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +1 -0
  183. package/dist/src/schema/transactionRequest/intents/xdcStakingIntent.d.ts +2 -0
  184. package/dist/src/schema/transactionRequest/intents/xdcUnstakingIntent.d.ts +2 -0
  185. package/dist/src/schema/transactionRequest/transactionRequest.d.ts +470 -0
  186. package/package.json +1 -1
  187. package/src/schema/mpcv2/smc/eddsaKeygenRound.ts +148 -0
  188. package/src/schema/mpcv2/smc/eddsaKeygenState.ts +31 -0
  189. package/src/schema/mpcv2/smc/index.ts +2 -0
  190. package/src/schema/transactionRequest/intents/cantonCommandIntent.ts +80 -0
  191. package/src/schema/transactionRequest/intents/index.ts +1 -0
  192. package/src/schema/transactionRequest/intents/intent.ts +2 -0
  193. package/src/schema/transactionRequest/intents/intentType.ts +1 -0
@@ -214,6 +214,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
214
214
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
215
215
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
216
216
  allocationRequest: t.LiteralC<"allocationRequest">;
217
+ cantonCommand: t.LiteralC<"cantonCommand">;
217
218
  "defi-deposit": t.LiteralC<"defi-deposit">;
218
219
  "defi-redeem": t.LiteralC<"defi-redeem">;
219
220
  delegateResource: t.LiteralC<"delegateResource">;
@@ -305,6 +306,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
305
306
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
306
307
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
307
308
  allocationRequest: t.LiteralC<"allocationRequest">;
309
+ cantonCommand: t.LiteralC<"cantonCommand">;
308
310
  "defi-deposit": t.LiteralC<"defi-deposit">;
309
311
  "defi-redeem": t.LiteralC<"defi-redeem">;
310
312
  delegateResource: t.LiteralC<"delegateResource">;
@@ -383,6 +385,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
383
385
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
384
386
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
385
387
  allocationRequest: t.LiteralC<"allocationRequest">;
388
+ cantonCommand: t.LiteralC<"cantonCommand">;
386
389
  "defi-deposit": t.LiteralC<"defi-deposit">;
387
390
  "defi-redeem": t.LiteralC<"defi-redeem">;
388
391
  delegateResource: t.LiteralC<"delegateResource">;
@@ -467,6 +470,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
467
470
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
468
471
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
469
472
  allocationRequest: t.LiteralC<"allocationRequest">;
473
+ cantonCommand: t.LiteralC<"cantonCommand">;
470
474
  "defi-deposit": t.LiteralC<"defi-deposit">;
471
475
  "defi-redeem": t.LiteralC<"defi-redeem">;
472
476
  delegateResource: t.LiteralC<"delegateResource">;
@@ -550,6 +554,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
550
554
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
551
555
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
552
556
  allocationRequest: t.LiteralC<"allocationRequest">;
557
+ cantonCommand: t.LiteralC<"cantonCommand">;
553
558
  "defi-deposit": t.LiteralC<"defi-deposit">;
554
559
  "defi-redeem": t.LiteralC<"defi-redeem">;
555
560
  delegateResource: t.LiteralC<"delegateResource">;
@@ -625,6 +630,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
625
630
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
626
631
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
627
632
  allocationRequest: t.LiteralC<"allocationRequest">;
633
+ cantonCommand: t.LiteralC<"cantonCommand">;
628
634
  "defi-deposit": t.LiteralC<"defi-deposit">;
629
635
  "defi-redeem": t.LiteralC<"defi-redeem">;
630
636
  delegateResource: t.LiteralC<"delegateResource">;
@@ -711,6 +717,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
711
717
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
712
718
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
713
719
  allocationRequest: t.LiteralC<"allocationRequest">;
720
+ cantonCommand: t.LiteralC<"cantonCommand">;
714
721
  "defi-deposit": t.LiteralC<"defi-deposit">;
715
722
  "defi-redeem": t.LiteralC<"defi-redeem">;
716
723
  delegateResource: t.LiteralC<"delegateResource">;
@@ -802,6 +809,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
802
809
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
803
810
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
804
811
  allocationRequest: t.LiteralC<"allocationRequest">;
812
+ cantonCommand: t.LiteralC<"cantonCommand">;
805
813
  "defi-deposit": t.LiteralC<"defi-deposit">;
806
814
  "defi-redeem": t.LiteralC<"defi-redeem">;
807
815
  delegateResource: t.LiteralC<"delegateResource">;
@@ -910,6 +918,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
910
918
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
911
919
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
912
920
  allocationRequest: t.LiteralC<"allocationRequest">;
921
+ cantonCommand: t.LiteralC<"cantonCommand">;
913
922
  "defi-deposit": t.LiteralC<"defi-deposit">;
914
923
  "defi-redeem": t.LiteralC<"defi-redeem">;
915
924
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1018,6 +1027,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1018
1027
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1019
1028
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1020
1029
  allocationRequest: t.LiteralC<"allocationRequest">;
1030
+ cantonCommand: t.LiteralC<"cantonCommand">;
1021
1031
  "defi-deposit": t.LiteralC<"defi-deposit">;
1022
1032
  "defi-redeem": t.LiteralC<"defi-redeem">;
1023
1033
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1092,6 +1102,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1092
1102
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1093
1103
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1094
1104
  allocationRequest: t.LiteralC<"allocationRequest">;
1105
+ cantonCommand: t.LiteralC<"cantonCommand">;
1095
1106
  "defi-deposit": t.LiteralC<"defi-deposit">;
1096
1107
  "defi-redeem": t.LiteralC<"defi-redeem">;
1097
1108
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1166,6 +1177,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1166
1177
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1167
1178
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1168
1179
  allocationRequest: t.LiteralC<"allocationRequest">;
1180
+ cantonCommand: t.LiteralC<"cantonCommand">;
1169
1181
  "defi-deposit": t.LiteralC<"defi-deposit">;
1170
1182
  "defi-redeem": t.LiteralC<"defi-redeem">;
1171
1183
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1248,6 +1260,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1248
1260
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1249
1261
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1250
1262
  allocationRequest: t.LiteralC<"allocationRequest">;
1263
+ cantonCommand: t.LiteralC<"cantonCommand">;
1251
1264
  "defi-deposit": t.LiteralC<"defi-deposit">;
1252
1265
  "defi-redeem": t.LiteralC<"defi-redeem">;
1253
1266
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1329,6 +1342,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1329
1342
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1330
1343
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1331
1344
  allocationRequest: t.LiteralC<"allocationRequest">;
1345
+ cantonCommand: t.LiteralC<"cantonCommand">;
1332
1346
  "defi-deposit": t.LiteralC<"defi-deposit">;
1333
1347
  "defi-redeem": t.LiteralC<"defi-redeem">;
1334
1348
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1413,6 +1427,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1413
1427
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1414
1428
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1415
1429
  allocationRequest: t.LiteralC<"allocationRequest">;
1430
+ cantonCommand: t.LiteralC<"cantonCommand">;
1416
1431
  "defi-deposit": t.LiteralC<"defi-deposit">;
1417
1432
  "defi-redeem": t.LiteralC<"defi-redeem">;
1418
1433
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1483,6 +1498,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1483
1498
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1484
1499
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1485
1500
  allocationRequest: t.LiteralC<"allocationRequest">;
1501
+ cantonCommand: t.LiteralC<"cantonCommand">;
1486
1502
  "defi-deposit": t.LiteralC<"defi-deposit">;
1487
1503
  "defi-redeem": t.LiteralC<"defi-redeem">;
1488
1504
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1502,6 +1518,103 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1502
1518
  updateId: t.StringC;
1503
1519
  }>, t.PartialC<{
1504
1520
  packageName: t.StringC;
1521
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
1522
+ intentType: t.KeyofC<{
1523
+ payment: t.LiteralC<"payment">;
1524
+ transferToken: t.LiteralC<"transferToken">;
1525
+ consolidate: t.LiteralC<"consolidate">;
1526
+ consolidateToken: t.LiteralC<"consolidateToken">;
1527
+ fanout: t.LiteralC<"fanout">;
1528
+ stake: t.LiteralC<"stake">;
1529
+ unstake: t.LiteralC<"unstake">;
1530
+ delegate: t.LiteralC<"delegate">;
1531
+ undelegate: t.LiteralC<"undelegate">;
1532
+ switchValidator: t.LiteralC<"switchValidator">;
1533
+ claim: t.LiteralC<"claim">;
1534
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1535
+ pledge: t.LiteralC<"pledge">;
1536
+ voteDelegation: t.LiteralC<"voteDelegation">;
1537
+ vote: t.LiteralC<"vote">;
1538
+ createAccount: t.LiteralC<"createAccount">;
1539
+ updateAccount: t.LiteralC<"updateAccount">;
1540
+ addTrustLine: t.LiteralC<"addTrustLine">;
1541
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
1542
+ signMessage: t.LiteralC<"signMessage">;
1543
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
1544
+ enableToken: t.LiteralC<"enableToken">;
1545
+ authorize: t.LiteralC<"authorize">;
1546
+ acceleration: t.LiteralC<"acceleration">;
1547
+ fillNonce: t.LiteralC<"fillNonce">;
1548
+ walletRecovery: t.LiteralC<"walletRecovery">;
1549
+ contractCall: t.LiteralC<"contractCall">;
1550
+ deactivate: t.LiteralC<"deactivate">;
1551
+ customTx: t.LiteralC<"customTx">;
1552
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1553
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1554
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1555
+ switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
1556
+ feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1557
+ tokenApproval: t.LiteralC<"tokenApproval">;
1558
+ transferStake: t.LiteralC<"transferStake">;
1559
+ validatorRegistration: t.LiteralC<"validatorRegistration">;
1560
+ increaseStake: t.LiteralC<"increaseStake">;
1561
+ decreaseStake: t.LiteralC<"decreaseStake">;
1562
+ signalExit: t.LiteralC<"signalExit">;
1563
+ withdrawStake: t.LiteralC<"withdrawStake">;
1564
+ spotTransfer: t.LiteralC<"spotTransfer">;
1565
+ bridgeFunds: t.LiteralC<"bridgeFunds">;
1566
+ enableBridging: t.LiteralC<"enableBridging">;
1567
+ goUnstake: t.LiteralC<"goUnstake">;
1568
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1569
+ transferAccept: t.LiteralC<"transferAccept">;
1570
+ transferReject: t.LiteralC<"transferReject">;
1571
+ transferAcknowledge: t.LiteralC<"transferAcknowledge">;
1572
+ transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
1573
+ cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1574
+ cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1575
+ allocationRequest: t.LiteralC<"allocationRequest">;
1576
+ cantonCommand: t.LiteralC<"cantonCommand">;
1577
+ "defi-deposit": t.LiteralC<"defi-deposit">;
1578
+ "defi-redeem": t.LiteralC<"defi-redeem">;
1579
+ delegateResource: t.LiteralC<"delegateResource">;
1580
+ undelegateResource: t.LiteralC<"undelegateResource">;
1581
+ export: t.LiteralC<"export">;
1582
+ import: t.LiteralC<"import">;
1583
+ importtoc: t.LiteralC<"importtoc">;
1584
+ }>;
1585
+ }>, t.PartialC<{
1586
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1587
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1588
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
1589
+ }>]>, t.TypeC<{
1590
+ intentType: t.LiteralC<"cantonCommand">;
1591
+ cantonCommandParams: t.IntersectionC<[t.TypeC<{
1592
+ command: t.UnionC<[t.TypeC<{
1593
+ CreateCommand: t.TypeC<{
1594
+ templateId: t.StringC;
1595
+ createArguments: t.RecordC<t.StringC, t.UnknownC>;
1596
+ }>;
1597
+ }>, t.TypeC<{
1598
+ ExerciseCommand: t.IntersectionC<[t.TypeC<{
1599
+ templateId: t.StringC;
1600
+ choice: t.StringC;
1601
+ choiceArgument: t.RecordC<t.StringC, t.UnknownC>;
1602
+ }>, t.PartialC<{
1603
+ contractId: t.StringC;
1604
+ }>]>;
1605
+ }>]>;
1606
+ actAs: t.ArrayC<t.StringC>;
1607
+ }>, t.PartialC<{
1608
+ readAs: t.ArrayC<t.StringC>;
1609
+ resolveContracts: t.ArrayC<t.IntersectionC<[t.TypeC<{
1610
+ templateId: t.StringC;
1611
+ actAs: t.ArrayC<t.StringC>;
1612
+ injectAs: t.StringC;
1613
+ }>, t.PartialC<{
1614
+ readAs: t.ArrayC<t.StringC>;
1615
+ resolveAll: t.BooleanC;
1616
+ }>]>>;
1617
+ }>]>;
1505
1618
  }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
1506
1619
  intentType: t.KeyofC<{
1507
1620
  payment: t.LiteralC<"payment">;
@@ -1557,6 +1670,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1557
1670
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1558
1671
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1559
1672
  allocationRequest: t.LiteralC<"allocationRequest">;
1673
+ cantonCommand: t.LiteralC<"cantonCommand">;
1560
1674
  "defi-deposit": t.LiteralC<"defi-deposit">;
1561
1675
  "defi-redeem": t.LiteralC<"defi-redeem">;
1562
1676
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1652,6 +1766,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1652
1766
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1653
1767
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1654
1768
  allocationRequest: t.LiteralC<"allocationRequest">;
1769
+ cantonCommand: t.LiteralC<"cantonCommand">;
1655
1770
  "defi-deposit": t.LiteralC<"defi-deposit">;
1656
1771
  "defi-redeem": t.LiteralC<"defi-redeem">;
1657
1772
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1725,6 +1840,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1725
1840
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1726
1841
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1727
1842
  allocationRequest: t.LiteralC<"allocationRequest">;
1843
+ cantonCommand: t.LiteralC<"cantonCommand">;
1728
1844
  "defi-deposit": t.LiteralC<"defi-deposit">;
1729
1845
  "defi-redeem": t.LiteralC<"defi-redeem">;
1730
1846
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1802,6 +1918,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1802
1918
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1803
1919
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1804
1920
  allocationRequest: t.LiteralC<"allocationRequest">;
1921
+ cantonCommand: t.LiteralC<"cantonCommand">;
1805
1922
  "defi-deposit": t.LiteralC<"defi-deposit">;
1806
1923
  "defi-redeem": t.LiteralC<"defi-redeem">;
1807
1924
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1874,6 +1991,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1874
1991
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1875
1992
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1876
1993
  allocationRequest: t.LiteralC<"allocationRequest">;
1994
+ cantonCommand: t.LiteralC<"cantonCommand">;
1877
1995
  "defi-deposit": t.LiteralC<"defi-deposit">;
1878
1996
  "defi-redeem": t.LiteralC<"defi-redeem">;
1879
1997
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1947,6 +2065,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1947
2065
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1948
2066
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1949
2067
  allocationRequest: t.LiteralC<"allocationRequest">;
2068
+ cantonCommand: t.LiteralC<"cantonCommand">;
1950
2069
  "defi-deposit": t.LiteralC<"defi-deposit">;
1951
2070
  "defi-redeem": t.LiteralC<"defi-redeem">;
1952
2071
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2020,6 +2139,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2020
2139
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
2021
2140
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2022
2141
  allocationRequest: t.LiteralC<"allocationRequest">;
2142
+ cantonCommand: t.LiteralC<"cantonCommand">;
2023
2143
  "defi-deposit": t.LiteralC<"defi-deposit">;
2024
2144
  "defi-redeem": t.LiteralC<"defi-redeem">;
2025
2145
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2093,6 +2213,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2093
2213
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
2094
2214
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2095
2215
  allocationRequest: t.LiteralC<"allocationRequest">;
2216
+ cantonCommand: t.LiteralC<"cantonCommand">;
2096
2217
  "defi-deposit": t.LiteralC<"defi-deposit">;
2097
2218
  "defi-redeem": t.LiteralC<"defi-redeem">;
2098
2219
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2184,6 +2305,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2184
2305
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
2185
2306
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2186
2307
  allocationRequest: t.LiteralC<"allocationRequest">;
2308
+ cantonCommand: t.LiteralC<"cantonCommand">;
2187
2309
  "defi-deposit": t.LiteralC<"defi-deposit">;
2188
2310
  "defi-redeem": t.LiteralC<"defi-redeem">;
2189
2311
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2258,6 +2380,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2258
2380
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
2259
2381
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2260
2382
  allocationRequest: t.LiteralC<"allocationRequest">;
2383
+ cantonCommand: t.LiteralC<"cantonCommand">;
2261
2384
  "defi-deposit": t.LiteralC<"defi-deposit">;
2262
2385
  "defi-redeem": t.LiteralC<"defi-redeem">;
2263
2386
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2365,6 +2488,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2365
2488
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
2366
2489
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2367
2490
  allocationRequest: t.LiteralC<"allocationRequest">;
2491
+ cantonCommand: t.LiteralC<"cantonCommand">;
2368
2492
  "defi-deposit": t.LiteralC<"defi-deposit">;
2369
2493
  "defi-redeem": t.LiteralC<"defi-redeem">;
2370
2494
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2445,6 +2569,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2445
2569
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
2446
2570
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2447
2571
  allocationRequest: t.LiteralC<"allocationRequest">;
2572
+ cantonCommand: t.LiteralC<"cantonCommand">;
2448
2573
  "defi-deposit": t.LiteralC<"defi-deposit">;
2449
2574
  "defi-redeem": t.LiteralC<"defi-redeem">;
2450
2575
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2552,6 +2677,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2552
2677
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
2553
2678
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2554
2679
  allocationRequest: t.LiteralC<"allocationRequest">;
2680
+ cantonCommand: t.LiteralC<"cantonCommand">;
2555
2681
  "defi-deposit": t.LiteralC<"defi-deposit">;
2556
2682
  "defi-redeem": t.LiteralC<"defi-redeem">;
2557
2683
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2623,6 +2749,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2623
2749
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
2624
2750
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2625
2751
  allocationRequest: t.LiteralC<"allocationRequest">;
2752
+ cantonCommand: t.LiteralC<"cantonCommand">;
2626
2753
  "defi-deposit": t.LiteralC<"defi-deposit">;
2627
2754
  "defi-redeem": t.LiteralC<"defi-redeem">;
2628
2755
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2754,6 +2881,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2754
2881
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
2755
2882
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2756
2883
  allocationRequest: t.LiteralC<"allocationRequest">;
2884
+ cantonCommand: t.LiteralC<"cantonCommand">;
2757
2885
  "defi-deposit": t.LiteralC<"defi-deposit">;
2758
2886
  "defi-redeem": t.LiteralC<"defi-redeem">;
2759
2887
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2875,6 +3003,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2875
3003
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
2876
3004
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2877
3005
  allocationRequest: t.LiteralC<"allocationRequest">;
3006
+ cantonCommand: t.LiteralC<"cantonCommand">;
2878
3007
  "defi-deposit": t.LiteralC<"defi-deposit">;
2879
3008
  "defi-redeem": t.LiteralC<"defi-redeem">;
2880
3009
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2988,6 +3117,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2988
3117
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
2989
3118
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2990
3119
  allocationRequest: t.LiteralC<"allocationRequest">;
3120
+ cantonCommand: t.LiteralC<"cantonCommand">;
2991
3121
  "defi-deposit": t.LiteralC<"defi-deposit">;
2992
3122
  "defi-redeem": t.LiteralC<"defi-redeem">;
2993
3123
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3087,6 +3217,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3087
3217
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
3088
3218
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3089
3219
  allocationRequest: t.LiteralC<"allocationRequest">;
3220
+ cantonCommand: t.LiteralC<"cantonCommand">;
3090
3221
  "defi-deposit": t.LiteralC<"defi-deposit">;
3091
3222
  "defi-redeem": t.LiteralC<"defi-redeem">;
3092
3223
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3185,6 +3316,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3185
3316
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
3186
3317
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3187
3318
  allocationRequest: t.LiteralC<"allocationRequest">;
3319
+ cantonCommand: t.LiteralC<"cantonCommand">;
3188
3320
  "defi-deposit": t.LiteralC<"defi-deposit">;
3189
3321
  "defi-redeem": t.LiteralC<"defi-redeem">;
3190
3322
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3282,6 +3414,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3282
3414
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
3283
3415
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3284
3416
  allocationRequest: t.LiteralC<"allocationRequest">;
3417
+ cantonCommand: t.LiteralC<"cantonCommand">;
3285
3418
  "defi-deposit": t.LiteralC<"defi-deposit">;
3286
3419
  "defi-redeem": t.LiteralC<"defi-redeem">;
3287
3420
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3355,6 +3488,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3355
3488
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
3356
3489
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3357
3490
  allocationRequest: t.LiteralC<"allocationRequest">;
3491
+ cantonCommand: t.LiteralC<"cantonCommand">;
3358
3492
  "defi-deposit": t.LiteralC<"defi-deposit">;
3359
3493
  "defi-redeem": t.LiteralC<"defi-redeem">;
3360
3494
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3548,6 +3682,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3548
3682
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
3549
3683
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3550
3684
  allocationRequest: t.LiteralC<"allocationRequest">;
3685
+ cantonCommand: t.LiteralC<"cantonCommand">;
3551
3686
  "defi-deposit": t.LiteralC<"defi-deposit">;
3552
3687
  "defi-redeem": t.LiteralC<"defi-redeem">;
3553
3688
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3682,6 +3817,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3682
3817
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
3683
3818
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3684
3819
  allocationRequest: t.LiteralC<"allocationRequest">;
3820
+ cantonCommand: t.LiteralC<"cantonCommand">;
3685
3821
  "defi-deposit": t.LiteralC<"defi-deposit">;
3686
3822
  "defi-redeem": t.LiteralC<"defi-redeem">;
3687
3823
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3777,6 +3913,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3777
3913
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
3778
3914
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3779
3915
  allocationRequest: t.LiteralC<"allocationRequest">;
3916
+ cantonCommand: t.LiteralC<"cantonCommand">;
3780
3917
  "defi-deposit": t.LiteralC<"defi-deposit">;
3781
3918
  "defi-redeem": t.LiteralC<"defi-redeem">;
3782
3919
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3848,6 +3985,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3848
3985
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
3849
3986
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3850
3987
  allocationRequest: t.LiteralC<"allocationRequest">;
3988
+ cantonCommand: t.LiteralC<"cantonCommand">;
3851
3989
  "defi-deposit": t.LiteralC<"defi-deposit">;
3852
3990
  "defi-redeem": t.LiteralC<"defi-redeem">;
3853
3991
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3974,6 +4112,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3974
4112
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
3975
4113
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3976
4114
  allocationRequest: t.LiteralC<"allocationRequest">;
4115
+ cantonCommand: t.LiteralC<"cantonCommand">;
3977
4116
  "defi-deposit": t.LiteralC<"defi-deposit">;
3978
4117
  "defi-redeem": t.LiteralC<"defi-redeem">;
3979
4118
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4087,6 +4226,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4087
4226
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
4088
4227
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4089
4228
  allocationRequest: t.LiteralC<"allocationRequest">;
4229
+ cantonCommand: t.LiteralC<"cantonCommand">;
4090
4230
  "defi-deposit": t.LiteralC<"defi-deposit">;
4091
4231
  "defi-redeem": t.LiteralC<"defi-redeem">;
4092
4232
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4220,6 +4360,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4220
4360
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
4221
4361
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4222
4362
  allocationRequest: t.LiteralC<"allocationRequest">;
4363
+ cantonCommand: t.LiteralC<"cantonCommand">;
4223
4364
  "defi-deposit": t.LiteralC<"defi-deposit">;
4224
4365
  "defi-redeem": t.LiteralC<"defi-redeem">;
4225
4366
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4298,6 +4439,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4298
4439
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
4299
4440
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4300
4441
  allocationRequest: t.LiteralC<"allocationRequest">;
4442
+ cantonCommand: t.LiteralC<"cantonCommand">;
4301
4443
  "defi-deposit": t.LiteralC<"defi-deposit">;
4302
4444
  "defi-redeem": t.LiteralC<"defi-redeem">;
4303
4445
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4371,6 +4513,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4371
4513
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
4372
4514
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4373
4515
  allocationRequest: t.LiteralC<"allocationRequest">;
4516
+ cantonCommand: t.LiteralC<"cantonCommand">;
4374
4517
  "defi-deposit": t.LiteralC<"defi-deposit">;
4375
4518
  "defi-redeem": t.LiteralC<"defi-redeem">;
4376
4519
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4456,6 +4599,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4456
4599
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
4457
4600
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4458
4601
  allocationRequest: t.LiteralC<"allocationRequest">;
4602
+ cantonCommand: t.LiteralC<"cantonCommand">;
4459
4603
  "defi-deposit": t.LiteralC<"defi-deposit">;
4460
4604
  "defi-redeem": t.LiteralC<"defi-redeem">;
4461
4605
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4536,6 +4680,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4536
4680
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
4537
4681
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4538
4682
  allocationRequest: t.LiteralC<"allocationRequest">;
4683
+ cantonCommand: t.LiteralC<"cantonCommand">;
4539
4684
  "defi-deposit": t.LiteralC<"defi-deposit">;
4540
4685
  "defi-redeem": t.LiteralC<"defi-redeem">;
4541
4686
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4632,6 +4777,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4632
4777
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
4633
4778
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4634
4779
  allocationRequest: t.LiteralC<"allocationRequest">;
4780
+ cantonCommand: t.LiteralC<"cantonCommand">;
4635
4781
  "defi-deposit": t.LiteralC<"defi-deposit">;
4636
4782
  "defi-redeem": t.LiteralC<"defi-redeem">;
4637
4783
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4718,6 +4864,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4718
4864
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
4719
4865
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4720
4866
  allocationRequest: t.LiteralC<"allocationRequest">;
4867
+ cantonCommand: t.LiteralC<"cantonCommand">;
4721
4868
  "defi-deposit": t.LiteralC<"defi-deposit">;
4722
4869
  "defi-redeem": t.LiteralC<"defi-redeem">;
4723
4870
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4790,6 +4937,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4790
4937
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
4791
4938
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4792
4939
  allocationRequest: t.LiteralC<"allocationRequest">;
4940
+ cantonCommand: t.LiteralC<"cantonCommand">;
4793
4941
  "defi-deposit": t.LiteralC<"defi-deposit">;
4794
4942
  "defi-redeem": t.LiteralC<"defi-redeem">;
4795
4943
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4881,6 +5029,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4881
5029
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
4882
5030
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4883
5031
  allocationRequest: t.LiteralC<"allocationRequest">;
5032
+ cantonCommand: t.LiteralC<"cantonCommand">;
4884
5033
  "defi-deposit": t.LiteralC<"defi-deposit">;
4885
5034
  "defi-redeem": t.LiteralC<"defi-redeem">;
4886
5035
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4962,6 +5111,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4962
5111
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
4963
5112
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4964
5113
  allocationRequest: t.LiteralC<"allocationRequest">;
5114
+ cantonCommand: t.LiteralC<"cantonCommand">;
4965
5115
  "defi-deposit": t.LiteralC<"defi-deposit">;
4966
5116
  "defi-redeem": t.LiteralC<"defi-redeem">;
4967
5117
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5042,6 +5192,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5042
5192
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
5043
5193
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5044
5194
  allocationRequest: t.LiteralC<"allocationRequest">;
5195
+ cantonCommand: t.LiteralC<"cantonCommand">;
5045
5196
  "defi-deposit": t.LiteralC<"defi-deposit">;
5046
5197
  "defi-redeem": t.LiteralC<"defi-redeem">;
5047
5198
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5120,6 +5271,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5120
5271
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
5121
5272
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5122
5273
  allocationRequest: t.LiteralC<"allocationRequest">;
5274
+ cantonCommand: t.LiteralC<"cantonCommand">;
5123
5275
  "defi-deposit": t.LiteralC<"defi-deposit">;
5124
5276
  "defi-redeem": t.LiteralC<"defi-redeem">;
5125
5277
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5198,6 +5350,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5198
5350
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
5199
5351
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5200
5352
  allocationRequest: t.LiteralC<"allocationRequest">;
5353
+ cantonCommand: t.LiteralC<"cantonCommand">;
5201
5354
  "defi-deposit": t.LiteralC<"defi-deposit">;
5202
5355
  "defi-redeem": t.LiteralC<"defi-redeem">;
5203
5356
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5273,6 +5426,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5273
5426
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
5274
5427
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5275
5428
  allocationRequest: t.LiteralC<"allocationRequest">;
5429
+ cantonCommand: t.LiteralC<"cantonCommand">;
5276
5430
  "defi-deposit": t.LiteralC<"defi-deposit">;
5277
5431
  "defi-redeem": t.LiteralC<"defi-redeem">;
5278
5432
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5364,6 +5518,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5364
5518
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
5365
5519
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5366
5520
  allocationRequest: t.LiteralC<"allocationRequest">;
5521
+ cantonCommand: t.LiteralC<"cantonCommand">;
5367
5522
  "defi-deposit": t.LiteralC<"defi-deposit">;
5368
5523
  "defi-redeem": t.LiteralC<"defi-redeem">;
5369
5524
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5454,6 +5609,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5454
5609
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
5455
5610
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5456
5611
  allocationRequest: t.LiteralC<"allocationRequest">;
5612
+ cantonCommand: t.LiteralC<"cantonCommand">;
5457
5613
  "defi-deposit": t.LiteralC<"defi-deposit">;
5458
5614
  "defi-redeem": t.LiteralC<"defi-redeem">;
5459
5615
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5544,6 +5700,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5544
5700
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
5545
5701
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5546
5702
  allocationRequest: t.LiteralC<"allocationRequest">;
5703
+ cantonCommand: t.LiteralC<"cantonCommand">;
5547
5704
  "defi-deposit": t.LiteralC<"defi-deposit">;
5548
5705
  "defi-redeem": t.LiteralC<"defi-redeem">;
5549
5706
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5642,6 +5799,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5642
5799
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
5643
5800
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5644
5801
  allocationRequest: t.LiteralC<"allocationRequest">;
5802
+ cantonCommand: t.LiteralC<"cantonCommand">;
5645
5803
  "defi-deposit": t.LiteralC<"defi-deposit">;
5646
5804
  "defi-redeem": t.LiteralC<"defi-redeem">;
5647
5805
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5762,6 +5920,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5762
5920
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
5763
5921
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5764
5922
  allocationRequest: t.LiteralC<"allocationRequest">;
5923
+ cantonCommand: t.LiteralC<"cantonCommand">;
5765
5924
  "defi-deposit": t.LiteralC<"defi-deposit">;
5766
5925
  "defi-redeem": t.LiteralC<"defi-redeem">;
5767
5926
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5854,6 +6013,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5854
6013
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
5855
6014
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5856
6015
  allocationRequest: t.LiteralC<"allocationRequest">;
6016
+ cantonCommand: t.LiteralC<"cantonCommand">;
5857
6017
  "defi-deposit": t.LiteralC<"defi-deposit">;
5858
6018
  "defi-redeem": t.LiteralC<"defi-redeem">;
5859
6019
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5963,6 +6123,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5963
6123
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
5964
6124
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5965
6125
  allocationRequest: t.LiteralC<"allocationRequest">;
6126
+ cantonCommand: t.LiteralC<"cantonCommand">;
5966
6127
  "defi-deposit": t.LiteralC<"defi-deposit">;
5967
6128
  "defi-redeem": t.LiteralC<"defi-redeem">;
5968
6129
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6071,6 +6232,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6071
6232
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
6072
6233
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6073
6234
  allocationRequest: t.LiteralC<"allocationRequest">;
6235
+ cantonCommand: t.LiteralC<"cantonCommand">;
6074
6236
  "defi-deposit": t.LiteralC<"defi-deposit">;
6075
6237
  "defi-redeem": t.LiteralC<"defi-redeem">;
6076
6238
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6177,6 +6339,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6177
6339
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
6178
6340
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6179
6341
  allocationRequest: t.LiteralC<"allocationRequest">;
6342
+ cantonCommand: t.LiteralC<"cantonCommand">;
6180
6343
  "defi-deposit": t.LiteralC<"defi-deposit">;
6181
6344
  "defi-redeem": t.LiteralC<"defi-redeem">;
6182
6345
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6258,6 +6421,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6258
6421
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
6259
6422
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6260
6423
  allocationRequest: t.LiteralC<"allocationRequest">;
6424
+ cantonCommand: t.LiteralC<"cantonCommand">;
6261
6425
  "defi-deposit": t.LiteralC<"defi-deposit">;
6262
6426
  "defi-redeem": t.LiteralC<"defi-redeem">;
6263
6427
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6350,6 +6514,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6350
6514
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
6351
6515
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6352
6516
  allocationRequest: t.LiteralC<"allocationRequest">;
6517
+ cantonCommand: t.LiteralC<"cantonCommand">;
6353
6518
  "defi-deposit": t.LiteralC<"defi-deposit">;
6354
6519
  "defi-redeem": t.LiteralC<"defi-redeem">;
6355
6520
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6499,6 +6664,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6499
6664
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
6500
6665
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6501
6666
  allocationRequest: t.LiteralC<"allocationRequest">;
6667
+ cantonCommand: t.LiteralC<"cantonCommand">;
6502
6668
  "defi-deposit": t.LiteralC<"defi-deposit">;
6503
6669
  "defi-redeem": t.LiteralC<"defi-redeem">;
6504
6670
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6577,6 +6743,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6577
6743
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
6578
6744
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6579
6745
  allocationRequest: t.LiteralC<"allocationRequest">;
6746
+ cantonCommand: t.LiteralC<"cantonCommand">;
6580
6747
  "defi-deposit": t.LiteralC<"defi-deposit">;
6581
6748
  "defi-redeem": t.LiteralC<"defi-redeem">;
6582
6749
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6659,6 +6826,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6659
6826
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
6660
6827
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6661
6828
  allocationRequest: t.LiteralC<"allocationRequest">;
6829
+ cantonCommand: t.LiteralC<"cantonCommand">;
6662
6830
  "defi-deposit": t.LiteralC<"defi-deposit">;
6663
6831
  "defi-redeem": t.LiteralC<"defi-redeem">;
6664
6832
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6734,6 +6902,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6734
6902
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
6735
6903
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6736
6904
  allocationRequest: t.LiteralC<"allocationRequest">;
6905
+ cantonCommand: t.LiteralC<"cantonCommand">;
6737
6906
  "defi-deposit": t.LiteralC<"defi-deposit">;
6738
6907
  "defi-redeem": t.LiteralC<"defi-redeem">;
6739
6908
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6810,6 +6979,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6810
6979
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
6811
6980
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6812
6981
  allocationRequest: t.LiteralC<"allocationRequest">;
6982
+ cantonCommand: t.LiteralC<"cantonCommand">;
6813
6983
  "defi-deposit": t.LiteralC<"defi-deposit">;
6814
6984
  "defi-redeem": t.LiteralC<"defi-redeem">;
6815
6985
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6901,6 +7071,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6901
7071
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
6902
7072
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6903
7073
  allocationRequest: t.LiteralC<"allocationRequest">;
7074
+ cantonCommand: t.LiteralC<"cantonCommand">;
6904
7075
  "defi-deposit": t.LiteralC<"defi-deposit">;
6905
7076
  "defi-redeem": t.LiteralC<"defi-redeem">;
6906
7077
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6994,6 +7165,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6994
7165
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
6995
7166
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6996
7167
  allocationRequest: t.LiteralC<"allocationRequest">;
7168
+ cantonCommand: t.LiteralC<"cantonCommand">;
6997
7169
  "defi-deposit": t.LiteralC<"defi-deposit">;
6998
7170
  "defi-redeem": t.LiteralC<"defi-redeem">;
6999
7171
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7080,6 +7252,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7080
7252
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
7081
7253
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7082
7254
  allocationRequest: t.LiteralC<"allocationRequest">;
7255
+ cantonCommand: t.LiteralC<"cantonCommand">;
7083
7256
  "defi-deposit": t.LiteralC<"defi-deposit">;
7084
7257
  "defi-redeem": t.LiteralC<"defi-redeem">;
7085
7258
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7203,6 +7376,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7203
7376
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
7204
7377
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7205
7378
  allocationRequest: t.LiteralC<"allocationRequest">;
7379
+ cantonCommand: t.LiteralC<"cantonCommand">;
7206
7380
  "defi-deposit": t.LiteralC<"defi-deposit">;
7207
7381
  "defi-redeem": t.LiteralC<"defi-redeem">;
7208
7382
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7356,6 +7530,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7356
7530
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
7357
7531
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7358
7532
  allocationRequest: t.LiteralC<"allocationRequest">;
7533
+ cantonCommand: t.LiteralC<"cantonCommand">;
7359
7534
  "defi-deposit": t.LiteralC<"defi-deposit">;
7360
7535
  "defi-redeem": t.LiteralC<"defi-redeem">;
7361
7536
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7523,6 +7698,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7523
7698
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
7524
7699
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7525
7700
  allocationRequest: t.LiteralC<"allocationRequest">;
7701
+ cantonCommand: t.LiteralC<"cantonCommand">;
7526
7702
  "defi-deposit": t.LiteralC<"defi-deposit">;
7527
7703
  "defi-redeem": t.LiteralC<"defi-redeem">;
7528
7704
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7595,6 +7771,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7595
7771
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
7596
7772
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7597
7773
  allocationRequest: t.LiteralC<"allocationRequest">;
7774
+ cantonCommand: t.LiteralC<"cantonCommand">;
7598
7775
  "defi-deposit": t.LiteralC<"defi-deposit">;
7599
7776
  "defi-redeem": t.LiteralC<"defi-redeem">;
7600
7777
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7662,6 +7839,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7662
7839
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
7663
7840
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7664
7841
  allocationRequest: t.LiteralC<"allocationRequest">;
7842
+ cantonCommand: t.LiteralC<"cantonCommand">;
7665
7843
  "defi-deposit": t.LiteralC<"defi-deposit">;
7666
7844
  "defi-redeem": t.LiteralC<"defi-redeem">;
7667
7845
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7737,6 +7915,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7737
7915
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
7738
7916
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7739
7917
  allocationRequest: t.LiteralC<"allocationRequest">;
7918
+ cantonCommand: t.LiteralC<"cantonCommand">;
7740
7919
  "defi-deposit": t.LiteralC<"defi-deposit">;
7741
7920
  "defi-redeem": t.LiteralC<"defi-redeem">;
7742
7921
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7824,6 +8003,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7824
8003
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
7825
8004
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7826
8005
  allocationRequest: t.LiteralC<"allocationRequest">;
8006
+ cantonCommand: t.LiteralC<"cantonCommand">;
7827
8007
  "defi-deposit": t.LiteralC<"defi-deposit">;
7828
8008
  "defi-redeem": t.LiteralC<"defi-redeem">;
7829
8009
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7896,6 +8076,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7896
8076
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
7897
8077
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7898
8078
  allocationRequest: t.LiteralC<"allocationRequest">;
8079
+ cantonCommand: t.LiteralC<"cantonCommand">;
7899
8080
  "defi-deposit": t.LiteralC<"defi-deposit">;
7900
8081
  "defi-redeem": t.LiteralC<"defi-redeem">;
7901
8082
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7985,6 +8166,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7985
8166
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
7986
8167
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7987
8168
  allocationRequest: t.LiteralC<"allocationRequest">;
8169
+ cantonCommand: t.LiteralC<"cantonCommand">;
7988
8170
  "defi-deposit": t.LiteralC<"defi-deposit">;
7989
8171
  "defi-redeem": t.LiteralC<"defi-redeem">;
7990
8172
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8057,6 +8239,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8057
8239
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
8058
8240
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8059
8241
  allocationRequest: t.LiteralC<"allocationRequest">;
8242
+ cantonCommand: t.LiteralC<"cantonCommand">;
8060
8243
  "defi-deposit": t.LiteralC<"defi-deposit">;
8061
8244
  "defi-redeem": t.LiteralC<"defi-redeem">;
8062
8245
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8166,6 +8349,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8166
8349
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
8167
8350
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8168
8351
  allocationRequest: t.LiteralC<"allocationRequest">;
8352
+ cantonCommand: t.LiteralC<"cantonCommand">;
8169
8353
  "defi-deposit": t.LiteralC<"defi-deposit">;
8170
8354
  "defi-redeem": t.LiteralC<"defi-redeem">;
8171
8355
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8257,6 +8441,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8257
8441
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
8258
8442
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8259
8443
  allocationRequest: t.LiteralC<"allocationRequest">;
8444
+ cantonCommand: t.LiteralC<"cantonCommand">;
8260
8445
  "defi-deposit": t.LiteralC<"defi-deposit">;
8261
8446
  "defi-redeem": t.LiteralC<"defi-redeem">;
8262
8447
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8330,6 +8515,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8330
8515
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
8331
8516
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8332
8517
  allocationRequest: t.LiteralC<"allocationRequest">;
8518
+ cantonCommand: t.LiteralC<"cantonCommand">;
8333
8519
  "defi-deposit": t.LiteralC<"defi-deposit">;
8334
8520
  "defi-redeem": t.LiteralC<"defi-redeem">;
8335
8521
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8422,6 +8608,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8422
8608
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
8423
8609
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8424
8610
  allocationRequest: t.LiteralC<"allocationRequest">;
8611
+ cantonCommand: t.LiteralC<"cantonCommand">;
8425
8612
  "defi-deposit": t.LiteralC<"defi-deposit">;
8426
8613
  "defi-redeem": t.LiteralC<"defi-redeem">;
8427
8614
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8516,6 +8703,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8516
8703
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
8517
8704
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8518
8705
  allocationRequest: t.LiteralC<"allocationRequest">;
8706
+ cantonCommand: t.LiteralC<"cantonCommand">;
8519
8707
  "defi-deposit": t.LiteralC<"defi-deposit">;
8520
8708
  "defi-redeem": t.LiteralC<"defi-redeem">;
8521
8709
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8611,6 +8799,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8611
8799
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
8612
8800
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8613
8801
  allocationRequest: t.LiteralC<"allocationRequest">;
8802
+ cantonCommand: t.LiteralC<"cantonCommand">;
8614
8803
  "defi-deposit": t.LiteralC<"defi-deposit">;
8615
8804
  "defi-redeem": t.LiteralC<"defi-redeem">;
8616
8805
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8692,6 +8881,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8692
8881
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
8693
8882
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8694
8883
  allocationRequest: t.LiteralC<"allocationRequest">;
8884
+ cantonCommand: t.LiteralC<"cantonCommand">;
8695
8885
  "defi-deposit": t.LiteralC<"defi-deposit">;
8696
8886
  "defi-redeem": t.LiteralC<"defi-redeem">;
8697
8887
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8784,6 +8974,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8784
8974
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
8785
8975
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8786
8976
  allocationRequest: t.LiteralC<"allocationRequest">;
8977
+ cantonCommand: t.LiteralC<"cantonCommand">;
8787
8978
  "defi-deposit": t.LiteralC<"defi-deposit">;
8788
8979
  "defi-redeem": t.LiteralC<"defi-redeem">;
8789
8980
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8915,6 +9106,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8915
9106
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
8916
9107
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8917
9108
  allocationRequest: t.LiteralC<"allocationRequest">;
9109
+ cantonCommand: t.LiteralC<"cantonCommand">;
8918
9110
  "defi-deposit": t.LiteralC<"defi-deposit">;
8919
9111
  "defi-redeem": t.LiteralC<"defi-redeem">;
8920
9112
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8994,6 +9186,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8994
9186
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
8995
9187
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8996
9188
  allocationRequest: t.LiteralC<"allocationRequest">;
9189
+ cantonCommand: t.LiteralC<"cantonCommand">;
8997
9190
  "defi-deposit": t.LiteralC<"defi-deposit">;
8998
9191
  "defi-redeem": t.LiteralC<"defi-redeem">;
8999
9192
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9070,6 +9263,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9070
9263
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
9071
9264
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9072
9265
  allocationRequest: t.LiteralC<"allocationRequest">;
9266
+ cantonCommand: t.LiteralC<"cantonCommand">;
9073
9267
  "defi-deposit": t.LiteralC<"defi-deposit">;
9074
9268
  "defi-redeem": t.LiteralC<"defi-redeem">;
9075
9269
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9141,6 +9335,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9141
9335
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
9142
9336
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9143
9337
  allocationRequest: t.LiteralC<"allocationRequest">;
9338
+ cantonCommand: t.LiteralC<"cantonCommand">;
9144
9339
  "defi-deposit": t.LiteralC<"defi-deposit">;
9145
9340
  "defi-redeem": t.LiteralC<"defi-redeem">;
9146
9341
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9232,6 +9427,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9232
9427
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
9233
9428
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9234
9429
  allocationRequest: t.LiteralC<"allocationRequest">;
9430
+ cantonCommand: t.LiteralC<"cantonCommand">;
9235
9431
  "defi-deposit": t.LiteralC<"defi-deposit">;
9236
9432
  "defi-redeem": t.LiteralC<"defi-redeem">;
9237
9433
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9309,6 +9505,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9309
9505
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
9310
9506
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9311
9507
  allocationRequest: t.LiteralC<"allocationRequest">;
9508
+ cantonCommand: t.LiteralC<"cantonCommand">;
9312
9509
  "defi-deposit": t.LiteralC<"defi-deposit">;
9313
9510
  "defi-redeem": t.LiteralC<"defi-redeem">;
9314
9511
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9385,6 +9582,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9385
9582
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
9386
9583
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9387
9584
  allocationRequest: t.LiteralC<"allocationRequest">;
9585
+ cantonCommand: t.LiteralC<"cantonCommand">;
9388
9586
  "defi-deposit": t.LiteralC<"defi-deposit">;
9389
9587
  "defi-redeem": t.LiteralC<"defi-redeem">;
9390
9588
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9462,6 +9660,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9462
9660
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
9463
9661
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9464
9662
  allocationRequest: t.LiteralC<"allocationRequest">;
9663
+ cantonCommand: t.LiteralC<"cantonCommand">;
9465
9664
  "defi-deposit": t.LiteralC<"defi-deposit">;
9466
9665
  "defi-redeem": t.LiteralC<"defi-redeem">;
9467
9666
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9538,6 +9737,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9538
9737
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
9539
9738
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9540
9739
  allocationRequest: t.LiteralC<"allocationRequest">;
9740
+ cantonCommand: t.LiteralC<"cantonCommand">;
9541
9741
  "defi-deposit": t.LiteralC<"defi-deposit">;
9542
9742
  "defi-redeem": t.LiteralC<"defi-redeem">;
9543
9743
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9618,6 +9818,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9618
9818
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
9619
9819
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9620
9820
  allocationRequest: t.LiteralC<"allocationRequest">;
9821
+ cantonCommand: t.LiteralC<"cantonCommand">;
9621
9822
  "defi-deposit": t.LiteralC<"defi-deposit">;
9622
9823
  "defi-redeem": t.LiteralC<"defi-redeem">;
9623
9824
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9697,6 +9898,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9697
9898
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
9698
9899
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9699
9900
  allocationRequest: t.LiteralC<"allocationRequest">;
9901
+ cantonCommand: t.LiteralC<"cantonCommand">;
9700
9902
  "defi-deposit": t.LiteralC<"defi-deposit">;
9701
9903
  "defi-redeem": t.LiteralC<"defi-redeem">;
9702
9904
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9778,6 +9980,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9778
9980
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
9779
9981
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9780
9982
  allocationRequest: t.LiteralC<"allocationRequest">;
9983
+ cantonCommand: t.LiteralC<"cantonCommand">;
9781
9984
  "defi-deposit": t.LiteralC<"defi-deposit">;
9782
9985
  "defi-redeem": t.LiteralC<"defi-redeem">;
9783
9986
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9859,6 +10062,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9859
10062
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
9860
10063
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9861
10064
  allocationRequest: t.LiteralC<"allocationRequest">;
10065
+ cantonCommand: t.LiteralC<"cantonCommand">;
9862
10066
  "defi-deposit": t.LiteralC<"defi-deposit">;
9863
10067
  "defi-redeem": t.LiteralC<"defi-redeem">;
9864
10068
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9940,6 +10144,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9940
10144
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
9941
10145
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9942
10146
  allocationRequest: t.LiteralC<"allocationRequest">;
10147
+ cantonCommand: t.LiteralC<"cantonCommand">;
9943
10148
  "defi-deposit": t.LiteralC<"defi-deposit">;
9944
10149
  "defi-redeem": t.LiteralC<"defi-redeem">;
9945
10150
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10020,6 +10225,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10020
10225
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10021
10226
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10022
10227
  allocationRequest: t.LiteralC<"allocationRequest">;
10228
+ cantonCommand: t.LiteralC<"cantonCommand">;
10023
10229
  "defi-deposit": t.LiteralC<"defi-deposit">;
10024
10230
  "defi-redeem": t.LiteralC<"defi-redeem">;
10025
10231
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10104,6 +10310,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10104
10310
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10105
10311
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10106
10312
  allocationRequest: t.LiteralC<"allocationRequest">;
10313
+ cantonCommand: t.LiteralC<"cantonCommand">;
10107
10314
  "defi-deposit": t.LiteralC<"defi-deposit">;
10108
10315
  "defi-redeem": t.LiteralC<"defi-redeem">;
10109
10316
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10183,6 +10390,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10183
10390
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10184
10391
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10185
10392
  allocationRequest: t.LiteralC<"allocationRequest">;
10393
+ cantonCommand: t.LiteralC<"cantonCommand">;
10186
10394
  "defi-deposit": t.LiteralC<"defi-deposit">;
10187
10395
  "defi-redeem": t.LiteralC<"defi-redeem">;
10188
10396
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10264,6 +10472,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10264
10472
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10265
10473
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10266
10474
  allocationRequest: t.LiteralC<"allocationRequest">;
10475
+ cantonCommand: t.LiteralC<"cantonCommand">;
10267
10476
  "defi-deposit": t.LiteralC<"defi-deposit">;
10268
10477
  "defi-redeem": t.LiteralC<"defi-redeem">;
10269
10478
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10341,6 +10550,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10341
10550
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10342
10551
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10343
10552
  allocationRequest: t.LiteralC<"allocationRequest">;
10553
+ cantonCommand: t.LiteralC<"cantonCommand">;
10344
10554
  "defi-deposit": t.LiteralC<"defi-deposit">;
10345
10555
  "defi-redeem": t.LiteralC<"defi-redeem">;
10346
10556
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10417,6 +10627,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10417
10627
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10418
10628
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10419
10629
  allocationRequest: t.LiteralC<"allocationRequest">;
10630
+ cantonCommand: t.LiteralC<"cantonCommand">;
10420
10631
  "defi-deposit": t.LiteralC<"defi-deposit">;
10421
10632
  "defi-redeem": t.LiteralC<"defi-redeem">;
10422
10633
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10493,6 +10704,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10493
10704
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10494
10705
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10495
10706
  allocationRequest: t.LiteralC<"allocationRequest">;
10707
+ cantonCommand: t.LiteralC<"cantonCommand">;
10496
10708
  "defi-deposit": t.LiteralC<"defi-deposit">;
10497
10709
  "defi-redeem": t.LiteralC<"defi-redeem">;
10498
10710
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10574,6 +10786,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10574
10786
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10575
10787
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10576
10788
  allocationRequest: t.LiteralC<"allocationRequest">;
10789
+ cantonCommand: t.LiteralC<"cantonCommand">;
10577
10790
  "defi-deposit": t.LiteralC<"defi-deposit">;
10578
10791
  "defi-redeem": t.LiteralC<"defi-redeem">;
10579
10792
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10656,6 +10869,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10656
10869
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10657
10870
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10658
10871
  allocationRequest: t.LiteralC<"allocationRequest">;
10872
+ cantonCommand: t.LiteralC<"cantonCommand">;
10659
10873
  "defi-deposit": t.LiteralC<"defi-deposit">;
10660
10874
  "defi-redeem": t.LiteralC<"defi-redeem">;
10661
10875
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10736,6 +10950,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10736
10950
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10737
10951
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10738
10952
  allocationRequest: t.LiteralC<"allocationRequest">;
10953
+ cantonCommand: t.LiteralC<"cantonCommand">;
10739
10954
  "defi-deposit": t.LiteralC<"defi-deposit">;
10740
10955
  "defi-redeem": t.LiteralC<"defi-redeem">;
10741
10956
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10816,6 +11031,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10816
11031
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10817
11032
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10818
11033
  allocationRequest: t.LiteralC<"allocationRequest">;
11034
+ cantonCommand: t.LiteralC<"cantonCommand">;
10819
11035
  "defi-deposit": t.LiteralC<"defi-deposit">;
10820
11036
  "defi-redeem": t.LiteralC<"defi-redeem">;
10821
11037
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10891,6 +11107,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10891
11107
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10892
11108
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10893
11109
  allocationRequest: t.LiteralC<"allocationRequest">;
11110
+ cantonCommand: t.LiteralC<"cantonCommand">;
10894
11111
  "defi-deposit": t.LiteralC<"defi-deposit">;
10895
11112
  "defi-redeem": t.LiteralC<"defi-redeem">;
10896
11113
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10966,6 +11183,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10966
11183
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10967
11184
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10968
11185
  allocationRequest: t.LiteralC<"allocationRequest">;
11186
+ cantonCommand: t.LiteralC<"cantonCommand">;
10969
11187
  "defi-deposit": t.LiteralC<"defi-deposit">;
10970
11188
  "defi-redeem": t.LiteralC<"defi-redeem">;
10971
11189
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11035,6 +11253,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11035
11253
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
11036
11254
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11037
11255
  allocationRequest: t.LiteralC<"allocationRequest">;
11256
+ cantonCommand: t.LiteralC<"cantonCommand">;
11038
11257
  "defi-deposit": t.LiteralC<"defi-deposit">;
11039
11258
  "defi-redeem": t.LiteralC<"defi-redeem">;
11040
11259
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11108,6 +11327,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11108
11327
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
11109
11328
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11110
11329
  allocationRequest: t.LiteralC<"allocationRequest">;
11330
+ cantonCommand: t.LiteralC<"cantonCommand">;
11111
11331
  "defi-deposit": t.LiteralC<"defi-deposit">;
11112
11332
  "defi-redeem": t.LiteralC<"defi-redeem">;
11113
11333
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11183,6 +11403,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11183
11403
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
11184
11404
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11185
11405
  allocationRequest: t.LiteralC<"allocationRequest">;
11406
+ cantonCommand: t.LiteralC<"cantonCommand">;
11186
11407
  "defi-deposit": t.LiteralC<"defi-deposit">;
11187
11408
  "defi-redeem": t.LiteralC<"defi-redeem">;
11188
11409
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11258,6 +11479,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11258
11479
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
11259
11480
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11260
11481
  allocationRequest: t.LiteralC<"allocationRequest">;
11482
+ cantonCommand: t.LiteralC<"cantonCommand">;
11261
11483
  "defi-deposit": t.LiteralC<"defi-deposit">;
11262
11484
  "defi-redeem": t.LiteralC<"defi-redeem">;
11263
11485
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11339,6 +11561,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11339
11561
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
11340
11562
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11341
11563
  allocationRequest: t.LiteralC<"allocationRequest">;
11564
+ cantonCommand: t.LiteralC<"cantonCommand">;
11342
11565
  "defi-deposit": t.LiteralC<"defi-deposit">;
11343
11566
  "defi-redeem": t.LiteralC<"defi-redeem">;
11344
11567
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11420,6 +11643,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11420
11643
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
11421
11644
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11422
11645
  allocationRequest: t.LiteralC<"allocationRequest">;
11646
+ cantonCommand: t.LiteralC<"cantonCommand">;
11423
11647
  "defi-deposit": t.LiteralC<"defi-deposit">;
11424
11648
  "defi-redeem": t.LiteralC<"defi-redeem">;
11425
11649
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11495,6 +11719,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11495
11719
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
11496
11720
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11497
11721
  allocationRequest: t.LiteralC<"allocationRequest">;
11722
+ cantonCommand: t.LiteralC<"cantonCommand">;
11498
11723
  "defi-deposit": t.LiteralC<"defi-deposit">;
11499
11724
  "defi-redeem": t.LiteralC<"defi-redeem">;
11500
11725
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11566,6 +11791,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11566
11791
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
11567
11792
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11568
11793
  allocationRequest: t.LiteralC<"allocationRequest">;
11794
+ cantonCommand: t.LiteralC<"cantonCommand">;
11569
11795
  "defi-deposit": t.LiteralC<"defi-deposit">;
11570
11796
  "defi-redeem": t.LiteralC<"defi-redeem">;
11571
11797
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11657,6 +11883,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11657
11883
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
11658
11884
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11659
11885
  allocationRequest: t.LiteralC<"allocationRequest">;
11886
+ cantonCommand: t.LiteralC<"cantonCommand">;
11660
11887
  "defi-deposit": t.LiteralC<"defi-deposit">;
11661
11888
  "defi-redeem": t.LiteralC<"defi-redeem">;
11662
11889
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11758,6 +11985,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11758
11985
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
11759
11986
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11760
11987
  allocationRequest: t.LiteralC<"allocationRequest">;
11988
+ cantonCommand: t.LiteralC<"cantonCommand">;
11761
11989
  "defi-deposit": t.LiteralC<"defi-deposit">;
11762
11990
  "defi-redeem": t.LiteralC<"defi-redeem">;
11763
11991
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11869,6 +12097,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11869
12097
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
11870
12098
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11871
12099
  allocationRequest: t.LiteralC<"allocationRequest">;
12100
+ cantonCommand: t.LiteralC<"cantonCommand">;
11872
12101
  "defi-deposit": t.LiteralC<"defi-deposit">;
11873
12102
  "defi-redeem": t.LiteralC<"defi-redeem">;
11874
12103
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11952,6 +12181,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11952
12181
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
11953
12182
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11954
12183
  allocationRequest: t.LiteralC<"allocationRequest">;
12184
+ cantonCommand: t.LiteralC<"cantonCommand">;
11955
12185
  "defi-deposit": t.LiteralC<"defi-deposit">;
11956
12186
  "defi-redeem": t.LiteralC<"defi-redeem">;
11957
12187
  delegateResource: t.LiteralC<"delegateResource">;
@@ -12045,6 +12275,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
12045
12275
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
12046
12276
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
12047
12277
  allocationRequest: t.LiteralC<"allocationRequest">;
12278
+ cantonCommand: t.LiteralC<"cantonCommand">;
12048
12279
  "defi-deposit": t.LiteralC<"defi-deposit">;
12049
12280
  "defi-redeem": t.LiteralC<"defi-redeem">;
12050
12281
  delegateResource: t.LiteralC<"delegateResource">;
@@ -12120,6 +12351,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
12120
12351
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
12121
12352
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
12122
12353
  allocationRequest: t.LiteralC<"allocationRequest">;
12354
+ cantonCommand: t.LiteralC<"cantonCommand">;
12123
12355
  "defi-deposit": t.LiteralC<"defi-deposit">;
12124
12356
  "defi-redeem": t.LiteralC<"defi-redeem">;
12125
12357
  delegateResource: t.LiteralC<"delegateResource">;
@@ -12201,6 +12433,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
12201
12433
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
12202
12434
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
12203
12435
  allocationRequest: t.LiteralC<"allocationRequest">;
12436
+ cantonCommand: t.LiteralC<"cantonCommand">;
12204
12437
  "defi-deposit": t.LiteralC<"defi-deposit">;
12205
12438
  "defi-redeem": t.LiteralC<"defi-redeem">;
12206
12439
  delegateResource: t.LiteralC<"delegateResource">;
@@ -12276,6 +12509,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
12276
12509
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
12277
12510
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
12278
12511
  allocationRequest: t.LiteralC<"allocationRequest">;
12512
+ cantonCommand: t.LiteralC<"cantonCommand">;
12279
12513
  "defi-deposit": t.LiteralC<"defi-deposit">;
12280
12514
  "defi-redeem": t.LiteralC<"defi-redeem">;
12281
12515
  delegateResource: t.LiteralC<"delegateResource">;
@@ -12357,6 +12591,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
12357
12591
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
12358
12592
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
12359
12593
  allocationRequest: t.LiteralC<"allocationRequest">;
12594
+ cantonCommand: t.LiteralC<"cantonCommand">;
12360
12595
  "defi-deposit": t.LiteralC<"defi-deposit">;
12361
12596
  "defi-redeem": t.LiteralC<"defi-redeem">;
12362
12597
  delegateResource: t.LiteralC<"delegateResource">;
@@ -12874,6 +13109,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12874
13109
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
12875
13110
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
12876
13111
  allocationRequest: t.LiteralC<"allocationRequest">;
13112
+ cantonCommand: t.LiteralC<"cantonCommand">;
12877
13113
  "defi-deposit": t.LiteralC<"defi-deposit">;
12878
13114
  "defi-redeem": t.LiteralC<"defi-redeem">;
12879
13115
  delegateResource: t.LiteralC<"delegateResource">;
@@ -12965,6 +13201,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12965
13201
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
12966
13202
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
12967
13203
  allocationRequest: t.LiteralC<"allocationRequest">;
13204
+ cantonCommand: t.LiteralC<"cantonCommand">;
12968
13205
  "defi-deposit": t.LiteralC<"defi-deposit">;
12969
13206
  "defi-redeem": t.LiteralC<"defi-redeem">;
12970
13207
  delegateResource: t.LiteralC<"delegateResource">;
@@ -13043,6 +13280,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13043
13280
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
13044
13281
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
13045
13282
  allocationRequest: t.LiteralC<"allocationRequest">;
13283
+ cantonCommand: t.LiteralC<"cantonCommand">;
13046
13284
  "defi-deposit": t.LiteralC<"defi-deposit">;
13047
13285
  "defi-redeem": t.LiteralC<"defi-redeem">;
13048
13286
  delegateResource: t.LiteralC<"delegateResource">;
@@ -13127,6 +13365,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13127
13365
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
13128
13366
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
13129
13367
  allocationRequest: t.LiteralC<"allocationRequest">;
13368
+ cantonCommand: t.LiteralC<"cantonCommand">;
13130
13369
  "defi-deposit": t.LiteralC<"defi-deposit">;
13131
13370
  "defi-redeem": t.LiteralC<"defi-redeem">;
13132
13371
  delegateResource: t.LiteralC<"delegateResource">;
@@ -13210,6 +13449,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13210
13449
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
13211
13450
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
13212
13451
  allocationRequest: t.LiteralC<"allocationRequest">;
13452
+ cantonCommand: t.LiteralC<"cantonCommand">;
13213
13453
  "defi-deposit": t.LiteralC<"defi-deposit">;
13214
13454
  "defi-redeem": t.LiteralC<"defi-redeem">;
13215
13455
  delegateResource: t.LiteralC<"delegateResource">;
@@ -13285,6 +13525,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13285
13525
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
13286
13526
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
13287
13527
  allocationRequest: t.LiteralC<"allocationRequest">;
13528
+ cantonCommand: t.LiteralC<"cantonCommand">;
13288
13529
  "defi-deposit": t.LiteralC<"defi-deposit">;
13289
13530
  "defi-redeem": t.LiteralC<"defi-redeem">;
13290
13531
  delegateResource: t.LiteralC<"delegateResource">;
@@ -13371,6 +13612,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13371
13612
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
13372
13613
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
13373
13614
  allocationRequest: t.LiteralC<"allocationRequest">;
13615
+ cantonCommand: t.LiteralC<"cantonCommand">;
13374
13616
  "defi-deposit": t.LiteralC<"defi-deposit">;
13375
13617
  "defi-redeem": t.LiteralC<"defi-redeem">;
13376
13618
  delegateResource: t.LiteralC<"delegateResource">;
@@ -13462,6 +13704,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13462
13704
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
13463
13705
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
13464
13706
  allocationRequest: t.LiteralC<"allocationRequest">;
13707
+ cantonCommand: t.LiteralC<"cantonCommand">;
13465
13708
  "defi-deposit": t.LiteralC<"defi-deposit">;
13466
13709
  "defi-redeem": t.LiteralC<"defi-redeem">;
13467
13710
  delegateResource: t.LiteralC<"delegateResource">;
@@ -13570,6 +13813,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13570
13813
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
13571
13814
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
13572
13815
  allocationRequest: t.LiteralC<"allocationRequest">;
13816
+ cantonCommand: t.LiteralC<"cantonCommand">;
13573
13817
  "defi-deposit": t.LiteralC<"defi-deposit">;
13574
13818
  "defi-redeem": t.LiteralC<"defi-redeem">;
13575
13819
  delegateResource: t.LiteralC<"delegateResource">;
@@ -13678,6 +13922,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13678
13922
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
13679
13923
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
13680
13924
  allocationRequest: t.LiteralC<"allocationRequest">;
13925
+ cantonCommand: t.LiteralC<"cantonCommand">;
13681
13926
  "defi-deposit": t.LiteralC<"defi-deposit">;
13682
13927
  "defi-redeem": t.LiteralC<"defi-redeem">;
13683
13928
  delegateResource: t.LiteralC<"delegateResource">;
@@ -13752,6 +13997,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13752
13997
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
13753
13998
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
13754
13999
  allocationRequest: t.LiteralC<"allocationRequest">;
14000
+ cantonCommand: t.LiteralC<"cantonCommand">;
13755
14001
  "defi-deposit": t.LiteralC<"defi-deposit">;
13756
14002
  "defi-redeem": t.LiteralC<"defi-redeem">;
13757
14003
  delegateResource: t.LiteralC<"delegateResource">;
@@ -13826,6 +14072,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13826
14072
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
13827
14073
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
13828
14074
  allocationRequest: t.LiteralC<"allocationRequest">;
14075
+ cantonCommand: t.LiteralC<"cantonCommand">;
13829
14076
  "defi-deposit": t.LiteralC<"defi-deposit">;
13830
14077
  "defi-redeem": t.LiteralC<"defi-redeem">;
13831
14078
  delegateResource: t.LiteralC<"delegateResource">;
@@ -13908,6 +14155,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13908
14155
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
13909
14156
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
13910
14157
  allocationRequest: t.LiteralC<"allocationRequest">;
14158
+ cantonCommand: t.LiteralC<"cantonCommand">;
13911
14159
  "defi-deposit": t.LiteralC<"defi-deposit">;
13912
14160
  "defi-redeem": t.LiteralC<"defi-redeem">;
13913
14161
  delegateResource: t.LiteralC<"delegateResource">;
@@ -13989,6 +14237,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13989
14237
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
13990
14238
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
13991
14239
  allocationRequest: t.LiteralC<"allocationRequest">;
14240
+ cantonCommand: t.LiteralC<"cantonCommand">;
13992
14241
  "defi-deposit": t.LiteralC<"defi-deposit">;
13993
14242
  "defi-redeem": t.LiteralC<"defi-redeem">;
13994
14243
  delegateResource: t.LiteralC<"delegateResource">;
@@ -14073,6 +14322,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14073
14322
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
14074
14323
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14075
14324
  allocationRequest: t.LiteralC<"allocationRequest">;
14325
+ cantonCommand: t.LiteralC<"cantonCommand">;
14076
14326
  "defi-deposit": t.LiteralC<"defi-deposit">;
14077
14327
  "defi-redeem": t.LiteralC<"defi-redeem">;
14078
14328
  delegateResource: t.LiteralC<"delegateResource">;
@@ -14143,6 +14393,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14143
14393
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
14144
14394
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14145
14395
  allocationRequest: t.LiteralC<"allocationRequest">;
14396
+ cantonCommand: t.LiteralC<"cantonCommand">;
14146
14397
  "defi-deposit": t.LiteralC<"defi-deposit">;
14147
14398
  "defi-redeem": t.LiteralC<"defi-redeem">;
14148
14399
  delegateResource: t.LiteralC<"delegateResource">;
@@ -14162,6 +14413,103 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14162
14413
  updateId: t.StringC;
14163
14414
  }>, t.PartialC<{
14164
14415
  packageName: t.StringC;
14416
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
14417
+ intentType: t.KeyofC<{
14418
+ payment: t.LiteralC<"payment">;
14419
+ transferToken: t.LiteralC<"transferToken">;
14420
+ consolidate: t.LiteralC<"consolidate">;
14421
+ consolidateToken: t.LiteralC<"consolidateToken">;
14422
+ fanout: t.LiteralC<"fanout">;
14423
+ stake: t.LiteralC<"stake">;
14424
+ unstake: t.LiteralC<"unstake">;
14425
+ delegate: t.LiteralC<"delegate">;
14426
+ undelegate: t.LiteralC<"undelegate">;
14427
+ switchValidator: t.LiteralC<"switchValidator">;
14428
+ claim: t.LiteralC<"claim">;
14429
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
14430
+ pledge: t.LiteralC<"pledge">;
14431
+ voteDelegation: t.LiteralC<"voteDelegation">;
14432
+ vote: t.LiteralC<"vote">;
14433
+ createAccount: t.LiteralC<"createAccount">;
14434
+ updateAccount: t.LiteralC<"updateAccount">;
14435
+ addTrustLine: t.LiteralC<"addTrustLine">;
14436
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
14437
+ signMessage: t.LiteralC<"signMessage">;
14438
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
14439
+ enableToken: t.LiteralC<"enableToken">;
14440
+ authorize: t.LiteralC<"authorize">;
14441
+ acceleration: t.LiteralC<"acceleration">;
14442
+ fillNonce: t.LiteralC<"fillNonce">;
14443
+ walletRecovery: t.LiteralC<"walletRecovery">;
14444
+ contractCall: t.LiteralC<"contractCall">;
14445
+ deactivate: t.LiteralC<"deactivate">;
14446
+ customTx: t.LiteralC<"customTx">;
14447
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
14448
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
14449
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
14450
+ switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
14451
+ feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
14452
+ tokenApproval: t.LiteralC<"tokenApproval">;
14453
+ transferStake: t.LiteralC<"transferStake">;
14454
+ validatorRegistration: t.LiteralC<"validatorRegistration">;
14455
+ increaseStake: t.LiteralC<"increaseStake">;
14456
+ decreaseStake: t.LiteralC<"decreaseStake">;
14457
+ signalExit: t.LiteralC<"signalExit">;
14458
+ withdrawStake: t.LiteralC<"withdrawStake">;
14459
+ spotTransfer: t.LiteralC<"spotTransfer">;
14460
+ bridgeFunds: t.LiteralC<"bridgeFunds">;
14461
+ enableBridging: t.LiteralC<"enableBridging">;
14462
+ goUnstake: t.LiteralC<"goUnstake">;
14463
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
14464
+ transferAccept: t.LiteralC<"transferAccept">;
14465
+ transferReject: t.LiteralC<"transferReject">;
14466
+ transferAcknowledge: t.LiteralC<"transferAcknowledge">;
14467
+ transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
14468
+ cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
14469
+ cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14470
+ allocationRequest: t.LiteralC<"allocationRequest">;
14471
+ cantonCommand: t.LiteralC<"cantonCommand">;
14472
+ "defi-deposit": t.LiteralC<"defi-deposit">;
14473
+ "defi-redeem": t.LiteralC<"defi-redeem">;
14474
+ delegateResource: t.LiteralC<"delegateResource">;
14475
+ undelegateResource: t.LiteralC<"undelegateResource">;
14476
+ export: t.LiteralC<"export">;
14477
+ import: t.LiteralC<"import">;
14478
+ importtoc: t.LiteralC<"importtoc">;
14479
+ }>;
14480
+ }>, t.PartialC<{
14481
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
14482
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
14483
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
14484
+ }>]>, t.TypeC<{
14485
+ intentType: t.LiteralC<"cantonCommand">;
14486
+ cantonCommandParams: t.IntersectionC<[t.TypeC<{
14487
+ command: t.UnionC<[t.TypeC<{
14488
+ CreateCommand: t.TypeC<{
14489
+ templateId: t.StringC;
14490
+ createArguments: t.RecordC<t.StringC, t.UnknownC>;
14491
+ }>;
14492
+ }>, t.TypeC<{
14493
+ ExerciseCommand: t.IntersectionC<[t.TypeC<{
14494
+ templateId: t.StringC;
14495
+ choice: t.StringC;
14496
+ choiceArgument: t.RecordC<t.StringC, t.UnknownC>;
14497
+ }>, t.PartialC<{
14498
+ contractId: t.StringC;
14499
+ }>]>;
14500
+ }>]>;
14501
+ actAs: t.ArrayC<t.StringC>;
14502
+ }>, t.PartialC<{
14503
+ readAs: t.ArrayC<t.StringC>;
14504
+ resolveContracts: t.ArrayC<t.IntersectionC<[t.TypeC<{
14505
+ templateId: t.StringC;
14506
+ actAs: t.ArrayC<t.StringC>;
14507
+ injectAs: t.StringC;
14508
+ }>, t.PartialC<{
14509
+ readAs: t.ArrayC<t.StringC>;
14510
+ resolveAll: t.BooleanC;
14511
+ }>]>>;
14512
+ }>]>;
14165
14513
  }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
14166
14514
  intentType: t.KeyofC<{
14167
14515
  payment: t.LiteralC<"payment">;
@@ -14217,6 +14565,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14217
14565
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
14218
14566
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14219
14567
  allocationRequest: t.LiteralC<"allocationRequest">;
14568
+ cantonCommand: t.LiteralC<"cantonCommand">;
14220
14569
  "defi-deposit": t.LiteralC<"defi-deposit">;
14221
14570
  "defi-redeem": t.LiteralC<"defi-redeem">;
14222
14571
  delegateResource: t.LiteralC<"delegateResource">;
@@ -14312,6 +14661,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14312
14661
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
14313
14662
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14314
14663
  allocationRequest: t.LiteralC<"allocationRequest">;
14664
+ cantonCommand: t.LiteralC<"cantonCommand">;
14315
14665
  "defi-deposit": t.LiteralC<"defi-deposit">;
14316
14666
  "defi-redeem": t.LiteralC<"defi-redeem">;
14317
14667
  delegateResource: t.LiteralC<"delegateResource">;
@@ -14385,6 +14735,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14385
14735
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
14386
14736
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14387
14737
  allocationRequest: t.LiteralC<"allocationRequest">;
14738
+ cantonCommand: t.LiteralC<"cantonCommand">;
14388
14739
  "defi-deposit": t.LiteralC<"defi-deposit">;
14389
14740
  "defi-redeem": t.LiteralC<"defi-redeem">;
14390
14741
  delegateResource: t.LiteralC<"delegateResource">;
@@ -14462,6 +14813,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14462
14813
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
14463
14814
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14464
14815
  allocationRequest: t.LiteralC<"allocationRequest">;
14816
+ cantonCommand: t.LiteralC<"cantonCommand">;
14465
14817
  "defi-deposit": t.LiteralC<"defi-deposit">;
14466
14818
  "defi-redeem": t.LiteralC<"defi-redeem">;
14467
14819
  delegateResource: t.LiteralC<"delegateResource">;
@@ -14534,6 +14886,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14534
14886
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
14535
14887
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14536
14888
  allocationRequest: t.LiteralC<"allocationRequest">;
14889
+ cantonCommand: t.LiteralC<"cantonCommand">;
14537
14890
  "defi-deposit": t.LiteralC<"defi-deposit">;
14538
14891
  "defi-redeem": t.LiteralC<"defi-redeem">;
14539
14892
  delegateResource: t.LiteralC<"delegateResource">;
@@ -14607,6 +14960,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14607
14960
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
14608
14961
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14609
14962
  allocationRequest: t.LiteralC<"allocationRequest">;
14963
+ cantonCommand: t.LiteralC<"cantonCommand">;
14610
14964
  "defi-deposit": t.LiteralC<"defi-deposit">;
14611
14965
  "defi-redeem": t.LiteralC<"defi-redeem">;
14612
14966
  delegateResource: t.LiteralC<"delegateResource">;
@@ -14680,6 +15034,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14680
15034
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
14681
15035
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14682
15036
  allocationRequest: t.LiteralC<"allocationRequest">;
15037
+ cantonCommand: t.LiteralC<"cantonCommand">;
14683
15038
  "defi-deposit": t.LiteralC<"defi-deposit">;
14684
15039
  "defi-redeem": t.LiteralC<"defi-redeem">;
14685
15040
  delegateResource: t.LiteralC<"delegateResource">;
@@ -14753,6 +15108,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14753
15108
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
14754
15109
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14755
15110
  allocationRequest: t.LiteralC<"allocationRequest">;
15111
+ cantonCommand: t.LiteralC<"cantonCommand">;
14756
15112
  "defi-deposit": t.LiteralC<"defi-deposit">;
14757
15113
  "defi-redeem": t.LiteralC<"defi-redeem">;
14758
15114
  delegateResource: t.LiteralC<"delegateResource">;
@@ -14844,6 +15200,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14844
15200
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
14845
15201
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14846
15202
  allocationRequest: t.LiteralC<"allocationRequest">;
15203
+ cantonCommand: t.LiteralC<"cantonCommand">;
14847
15204
  "defi-deposit": t.LiteralC<"defi-deposit">;
14848
15205
  "defi-redeem": t.LiteralC<"defi-redeem">;
14849
15206
  delegateResource: t.LiteralC<"delegateResource">;
@@ -14918,6 +15275,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14918
15275
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
14919
15276
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
14920
15277
  allocationRequest: t.LiteralC<"allocationRequest">;
15278
+ cantonCommand: t.LiteralC<"cantonCommand">;
14921
15279
  "defi-deposit": t.LiteralC<"defi-deposit">;
14922
15280
  "defi-redeem": t.LiteralC<"defi-redeem">;
14923
15281
  delegateResource: t.LiteralC<"delegateResource">;
@@ -15025,6 +15383,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15025
15383
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
15026
15384
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
15027
15385
  allocationRequest: t.LiteralC<"allocationRequest">;
15386
+ cantonCommand: t.LiteralC<"cantonCommand">;
15028
15387
  "defi-deposit": t.LiteralC<"defi-deposit">;
15029
15388
  "defi-redeem": t.LiteralC<"defi-redeem">;
15030
15389
  delegateResource: t.LiteralC<"delegateResource">;
@@ -15105,6 +15464,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15105
15464
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
15106
15465
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
15107
15466
  allocationRequest: t.LiteralC<"allocationRequest">;
15467
+ cantonCommand: t.LiteralC<"cantonCommand">;
15108
15468
  "defi-deposit": t.LiteralC<"defi-deposit">;
15109
15469
  "defi-redeem": t.LiteralC<"defi-redeem">;
15110
15470
  delegateResource: t.LiteralC<"delegateResource">;
@@ -15212,6 +15572,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15212
15572
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
15213
15573
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
15214
15574
  allocationRequest: t.LiteralC<"allocationRequest">;
15575
+ cantonCommand: t.LiteralC<"cantonCommand">;
15215
15576
  "defi-deposit": t.LiteralC<"defi-deposit">;
15216
15577
  "defi-redeem": t.LiteralC<"defi-redeem">;
15217
15578
  delegateResource: t.LiteralC<"delegateResource">;
@@ -15283,6 +15644,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15283
15644
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
15284
15645
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
15285
15646
  allocationRequest: t.LiteralC<"allocationRequest">;
15647
+ cantonCommand: t.LiteralC<"cantonCommand">;
15286
15648
  "defi-deposit": t.LiteralC<"defi-deposit">;
15287
15649
  "defi-redeem": t.LiteralC<"defi-redeem">;
15288
15650
  delegateResource: t.LiteralC<"delegateResource">;
@@ -15414,6 +15776,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15414
15776
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
15415
15777
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
15416
15778
  allocationRequest: t.LiteralC<"allocationRequest">;
15779
+ cantonCommand: t.LiteralC<"cantonCommand">;
15417
15780
  "defi-deposit": t.LiteralC<"defi-deposit">;
15418
15781
  "defi-redeem": t.LiteralC<"defi-redeem">;
15419
15782
  delegateResource: t.LiteralC<"delegateResource">;
@@ -15535,6 +15898,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15535
15898
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
15536
15899
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
15537
15900
  allocationRequest: t.LiteralC<"allocationRequest">;
15901
+ cantonCommand: t.LiteralC<"cantonCommand">;
15538
15902
  "defi-deposit": t.LiteralC<"defi-deposit">;
15539
15903
  "defi-redeem": t.LiteralC<"defi-redeem">;
15540
15904
  delegateResource: t.LiteralC<"delegateResource">;
@@ -15648,6 +16012,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15648
16012
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
15649
16013
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
15650
16014
  allocationRequest: t.LiteralC<"allocationRequest">;
16015
+ cantonCommand: t.LiteralC<"cantonCommand">;
15651
16016
  "defi-deposit": t.LiteralC<"defi-deposit">;
15652
16017
  "defi-redeem": t.LiteralC<"defi-redeem">;
15653
16018
  delegateResource: t.LiteralC<"delegateResource">;
@@ -15747,6 +16112,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15747
16112
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
15748
16113
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
15749
16114
  allocationRequest: t.LiteralC<"allocationRequest">;
16115
+ cantonCommand: t.LiteralC<"cantonCommand">;
15750
16116
  "defi-deposit": t.LiteralC<"defi-deposit">;
15751
16117
  "defi-redeem": t.LiteralC<"defi-redeem">;
15752
16118
  delegateResource: t.LiteralC<"delegateResource">;
@@ -15845,6 +16211,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15845
16211
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
15846
16212
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
15847
16213
  allocationRequest: t.LiteralC<"allocationRequest">;
16214
+ cantonCommand: t.LiteralC<"cantonCommand">;
15848
16215
  "defi-deposit": t.LiteralC<"defi-deposit">;
15849
16216
  "defi-redeem": t.LiteralC<"defi-redeem">;
15850
16217
  delegateResource: t.LiteralC<"delegateResource">;
@@ -15942,6 +16309,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15942
16309
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
15943
16310
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
15944
16311
  allocationRequest: t.LiteralC<"allocationRequest">;
16312
+ cantonCommand: t.LiteralC<"cantonCommand">;
15945
16313
  "defi-deposit": t.LiteralC<"defi-deposit">;
15946
16314
  "defi-redeem": t.LiteralC<"defi-redeem">;
15947
16315
  delegateResource: t.LiteralC<"delegateResource">;
@@ -16015,6 +16383,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16015
16383
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
16016
16384
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
16017
16385
  allocationRequest: t.LiteralC<"allocationRequest">;
16386
+ cantonCommand: t.LiteralC<"cantonCommand">;
16018
16387
  "defi-deposit": t.LiteralC<"defi-deposit">;
16019
16388
  "defi-redeem": t.LiteralC<"defi-redeem">;
16020
16389
  delegateResource: t.LiteralC<"delegateResource">;
@@ -16208,6 +16577,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16208
16577
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
16209
16578
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
16210
16579
  allocationRequest: t.LiteralC<"allocationRequest">;
16580
+ cantonCommand: t.LiteralC<"cantonCommand">;
16211
16581
  "defi-deposit": t.LiteralC<"defi-deposit">;
16212
16582
  "defi-redeem": t.LiteralC<"defi-redeem">;
16213
16583
  delegateResource: t.LiteralC<"delegateResource">;
@@ -16342,6 +16712,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16342
16712
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
16343
16713
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
16344
16714
  allocationRequest: t.LiteralC<"allocationRequest">;
16715
+ cantonCommand: t.LiteralC<"cantonCommand">;
16345
16716
  "defi-deposit": t.LiteralC<"defi-deposit">;
16346
16717
  "defi-redeem": t.LiteralC<"defi-redeem">;
16347
16718
  delegateResource: t.LiteralC<"delegateResource">;
@@ -16437,6 +16808,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16437
16808
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
16438
16809
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
16439
16810
  allocationRequest: t.LiteralC<"allocationRequest">;
16811
+ cantonCommand: t.LiteralC<"cantonCommand">;
16440
16812
  "defi-deposit": t.LiteralC<"defi-deposit">;
16441
16813
  "defi-redeem": t.LiteralC<"defi-redeem">;
16442
16814
  delegateResource: t.LiteralC<"delegateResource">;
@@ -16508,6 +16880,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16508
16880
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
16509
16881
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
16510
16882
  allocationRequest: t.LiteralC<"allocationRequest">;
16883
+ cantonCommand: t.LiteralC<"cantonCommand">;
16511
16884
  "defi-deposit": t.LiteralC<"defi-deposit">;
16512
16885
  "defi-redeem": t.LiteralC<"defi-redeem">;
16513
16886
  delegateResource: t.LiteralC<"delegateResource">;
@@ -16634,6 +17007,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16634
17007
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
16635
17008
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
16636
17009
  allocationRequest: t.LiteralC<"allocationRequest">;
17010
+ cantonCommand: t.LiteralC<"cantonCommand">;
16637
17011
  "defi-deposit": t.LiteralC<"defi-deposit">;
16638
17012
  "defi-redeem": t.LiteralC<"defi-redeem">;
16639
17013
  delegateResource: t.LiteralC<"delegateResource">;
@@ -16747,6 +17121,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16747
17121
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
16748
17122
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
16749
17123
  allocationRequest: t.LiteralC<"allocationRequest">;
17124
+ cantonCommand: t.LiteralC<"cantonCommand">;
16750
17125
  "defi-deposit": t.LiteralC<"defi-deposit">;
16751
17126
  "defi-redeem": t.LiteralC<"defi-redeem">;
16752
17127
  delegateResource: t.LiteralC<"delegateResource">;
@@ -16880,6 +17255,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16880
17255
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
16881
17256
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
16882
17257
  allocationRequest: t.LiteralC<"allocationRequest">;
17258
+ cantonCommand: t.LiteralC<"cantonCommand">;
16883
17259
  "defi-deposit": t.LiteralC<"defi-deposit">;
16884
17260
  "defi-redeem": t.LiteralC<"defi-redeem">;
16885
17261
  delegateResource: t.LiteralC<"delegateResource">;
@@ -16958,6 +17334,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16958
17334
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
16959
17335
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
16960
17336
  allocationRequest: t.LiteralC<"allocationRequest">;
17337
+ cantonCommand: t.LiteralC<"cantonCommand">;
16961
17338
  "defi-deposit": t.LiteralC<"defi-deposit">;
16962
17339
  "defi-redeem": t.LiteralC<"defi-redeem">;
16963
17340
  delegateResource: t.LiteralC<"delegateResource">;
@@ -17031,6 +17408,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17031
17408
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
17032
17409
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
17033
17410
  allocationRequest: t.LiteralC<"allocationRequest">;
17411
+ cantonCommand: t.LiteralC<"cantonCommand">;
17034
17412
  "defi-deposit": t.LiteralC<"defi-deposit">;
17035
17413
  "defi-redeem": t.LiteralC<"defi-redeem">;
17036
17414
  delegateResource: t.LiteralC<"delegateResource">;
@@ -17116,6 +17494,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17116
17494
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
17117
17495
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
17118
17496
  allocationRequest: t.LiteralC<"allocationRequest">;
17497
+ cantonCommand: t.LiteralC<"cantonCommand">;
17119
17498
  "defi-deposit": t.LiteralC<"defi-deposit">;
17120
17499
  "defi-redeem": t.LiteralC<"defi-redeem">;
17121
17500
  delegateResource: t.LiteralC<"delegateResource">;
@@ -17196,6 +17575,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17196
17575
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
17197
17576
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
17198
17577
  allocationRequest: t.LiteralC<"allocationRequest">;
17578
+ cantonCommand: t.LiteralC<"cantonCommand">;
17199
17579
  "defi-deposit": t.LiteralC<"defi-deposit">;
17200
17580
  "defi-redeem": t.LiteralC<"defi-redeem">;
17201
17581
  delegateResource: t.LiteralC<"delegateResource">;
@@ -17292,6 +17672,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17292
17672
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
17293
17673
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
17294
17674
  allocationRequest: t.LiteralC<"allocationRequest">;
17675
+ cantonCommand: t.LiteralC<"cantonCommand">;
17295
17676
  "defi-deposit": t.LiteralC<"defi-deposit">;
17296
17677
  "defi-redeem": t.LiteralC<"defi-redeem">;
17297
17678
  delegateResource: t.LiteralC<"delegateResource">;
@@ -17378,6 +17759,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17378
17759
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
17379
17760
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
17380
17761
  allocationRequest: t.LiteralC<"allocationRequest">;
17762
+ cantonCommand: t.LiteralC<"cantonCommand">;
17381
17763
  "defi-deposit": t.LiteralC<"defi-deposit">;
17382
17764
  "defi-redeem": t.LiteralC<"defi-redeem">;
17383
17765
  delegateResource: t.LiteralC<"delegateResource">;
@@ -17450,6 +17832,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17450
17832
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
17451
17833
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
17452
17834
  allocationRequest: t.LiteralC<"allocationRequest">;
17835
+ cantonCommand: t.LiteralC<"cantonCommand">;
17453
17836
  "defi-deposit": t.LiteralC<"defi-deposit">;
17454
17837
  "defi-redeem": t.LiteralC<"defi-redeem">;
17455
17838
  delegateResource: t.LiteralC<"delegateResource">;
@@ -17541,6 +17924,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17541
17924
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
17542
17925
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
17543
17926
  allocationRequest: t.LiteralC<"allocationRequest">;
17927
+ cantonCommand: t.LiteralC<"cantonCommand">;
17544
17928
  "defi-deposit": t.LiteralC<"defi-deposit">;
17545
17929
  "defi-redeem": t.LiteralC<"defi-redeem">;
17546
17930
  delegateResource: t.LiteralC<"delegateResource">;
@@ -17622,6 +18006,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17622
18006
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
17623
18007
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
17624
18008
  allocationRequest: t.LiteralC<"allocationRequest">;
18009
+ cantonCommand: t.LiteralC<"cantonCommand">;
17625
18010
  "defi-deposit": t.LiteralC<"defi-deposit">;
17626
18011
  "defi-redeem": t.LiteralC<"defi-redeem">;
17627
18012
  delegateResource: t.LiteralC<"delegateResource">;
@@ -17702,6 +18087,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17702
18087
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
17703
18088
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
17704
18089
  allocationRequest: t.LiteralC<"allocationRequest">;
18090
+ cantonCommand: t.LiteralC<"cantonCommand">;
17705
18091
  "defi-deposit": t.LiteralC<"defi-deposit">;
17706
18092
  "defi-redeem": t.LiteralC<"defi-redeem">;
17707
18093
  delegateResource: t.LiteralC<"delegateResource">;
@@ -17780,6 +18166,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17780
18166
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
17781
18167
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
17782
18168
  allocationRequest: t.LiteralC<"allocationRequest">;
18169
+ cantonCommand: t.LiteralC<"cantonCommand">;
17783
18170
  "defi-deposit": t.LiteralC<"defi-deposit">;
17784
18171
  "defi-redeem": t.LiteralC<"defi-redeem">;
17785
18172
  delegateResource: t.LiteralC<"delegateResource">;
@@ -17858,6 +18245,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17858
18245
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
17859
18246
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
17860
18247
  allocationRequest: t.LiteralC<"allocationRequest">;
18248
+ cantonCommand: t.LiteralC<"cantonCommand">;
17861
18249
  "defi-deposit": t.LiteralC<"defi-deposit">;
17862
18250
  "defi-redeem": t.LiteralC<"defi-redeem">;
17863
18251
  delegateResource: t.LiteralC<"delegateResource">;
@@ -17933,6 +18321,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17933
18321
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
17934
18322
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
17935
18323
  allocationRequest: t.LiteralC<"allocationRequest">;
18324
+ cantonCommand: t.LiteralC<"cantonCommand">;
17936
18325
  "defi-deposit": t.LiteralC<"defi-deposit">;
17937
18326
  "defi-redeem": t.LiteralC<"defi-redeem">;
17938
18327
  delegateResource: t.LiteralC<"delegateResource">;
@@ -18024,6 +18413,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18024
18413
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
18025
18414
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
18026
18415
  allocationRequest: t.LiteralC<"allocationRequest">;
18416
+ cantonCommand: t.LiteralC<"cantonCommand">;
18027
18417
  "defi-deposit": t.LiteralC<"defi-deposit">;
18028
18418
  "defi-redeem": t.LiteralC<"defi-redeem">;
18029
18419
  delegateResource: t.LiteralC<"delegateResource">;
@@ -18114,6 +18504,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18114
18504
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
18115
18505
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
18116
18506
  allocationRequest: t.LiteralC<"allocationRequest">;
18507
+ cantonCommand: t.LiteralC<"cantonCommand">;
18117
18508
  "defi-deposit": t.LiteralC<"defi-deposit">;
18118
18509
  "defi-redeem": t.LiteralC<"defi-redeem">;
18119
18510
  delegateResource: t.LiteralC<"delegateResource">;
@@ -18204,6 +18595,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18204
18595
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
18205
18596
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
18206
18597
  allocationRequest: t.LiteralC<"allocationRequest">;
18598
+ cantonCommand: t.LiteralC<"cantonCommand">;
18207
18599
  "defi-deposit": t.LiteralC<"defi-deposit">;
18208
18600
  "defi-redeem": t.LiteralC<"defi-redeem">;
18209
18601
  delegateResource: t.LiteralC<"delegateResource">;
@@ -18302,6 +18694,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18302
18694
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
18303
18695
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
18304
18696
  allocationRequest: t.LiteralC<"allocationRequest">;
18697
+ cantonCommand: t.LiteralC<"cantonCommand">;
18305
18698
  "defi-deposit": t.LiteralC<"defi-deposit">;
18306
18699
  "defi-redeem": t.LiteralC<"defi-redeem">;
18307
18700
  delegateResource: t.LiteralC<"delegateResource">;
@@ -18422,6 +18815,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18422
18815
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
18423
18816
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
18424
18817
  allocationRequest: t.LiteralC<"allocationRequest">;
18818
+ cantonCommand: t.LiteralC<"cantonCommand">;
18425
18819
  "defi-deposit": t.LiteralC<"defi-deposit">;
18426
18820
  "defi-redeem": t.LiteralC<"defi-redeem">;
18427
18821
  delegateResource: t.LiteralC<"delegateResource">;
@@ -18514,6 +18908,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18514
18908
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
18515
18909
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
18516
18910
  allocationRequest: t.LiteralC<"allocationRequest">;
18911
+ cantonCommand: t.LiteralC<"cantonCommand">;
18517
18912
  "defi-deposit": t.LiteralC<"defi-deposit">;
18518
18913
  "defi-redeem": t.LiteralC<"defi-redeem">;
18519
18914
  delegateResource: t.LiteralC<"delegateResource">;
@@ -18623,6 +19018,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18623
19018
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
18624
19019
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
18625
19020
  allocationRequest: t.LiteralC<"allocationRequest">;
19021
+ cantonCommand: t.LiteralC<"cantonCommand">;
18626
19022
  "defi-deposit": t.LiteralC<"defi-deposit">;
18627
19023
  "defi-redeem": t.LiteralC<"defi-redeem">;
18628
19024
  delegateResource: t.LiteralC<"delegateResource">;
@@ -18731,6 +19127,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18731
19127
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
18732
19128
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
18733
19129
  allocationRequest: t.LiteralC<"allocationRequest">;
19130
+ cantonCommand: t.LiteralC<"cantonCommand">;
18734
19131
  "defi-deposit": t.LiteralC<"defi-deposit">;
18735
19132
  "defi-redeem": t.LiteralC<"defi-redeem">;
18736
19133
  delegateResource: t.LiteralC<"delegateResource">;
@@ -18837,6 +19234,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18837
19234
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
18838
19235
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
18839
19236
  allocationRequest: t.LiteralC<"allocationRequest">;
19237
+ cantonCommand: t.LiteralC<"cantonCommand">;
18840
19238
  "defi-deposit": t.LiteralC<"defi-deposit">;
18841
19239
  "defi-redeem": t.LiteralC<"defi-redeem">;
18842
19240
  delegateResource: t.LiteralC<"delegateResource">;
@@ -18918,6 +19316,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18918
19316
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
18919
19317
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
18920
19318
  allocationRequest: t.LiteralC<"allocationRequest">;
19319
+ cantonCommand: t.LiteralC<"cantonCommand">;
18921
19320
  "defi-deposit": t.LiteralC<"defi-deposit">;
18922
19321
  "defi-redeem": t.LiteralC<"defi-redeem">;
18923
19322
  delegateResource: t.LiteralC<"delegateResource">;
@@ -19010,6 +19409,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19010
19409
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
19011
19410
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
19012
19411
  allocationRequest: t.LiteralC<"allocationRequest">;
19412
+ cantonCommand: t.LiteralC<"cantonCommand">;
19013
19413
  "defi-deposit": t.LiteralC<"defi-deposit">;
19014
19414
  "defi-redeem": t.LiteralC<"defi-redeem">;
19015
19415
  delegateResource: t.LiteralC<"delegateResource">;
@@ -19159,6 +19559,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19159
19559
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
19160
19560
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
19161
19561
  allocationRequest: t.LiteralC<"allocationRequest">;
19562
+ cantonCommand: t.LiteralC<"cantonCommand">;
19162
19563
  "defi-deposit": t.LiteralC<"defi-deposit">;
19163
19564
  "defi-redeem": t.LiteralC<"defi-redeem">;
19164
19565
  delegateResource: t.LiteralC<"delegateResource">;
@@ -19237,6 +19638,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19237
19638
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
19238
19639
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
19239
19640
  allocationRequest: t.LiteralC<"allocationRequest">;
19641
+ cantonCommand: t.LiteralC<"cantonCommand">;
19240
19642
  "defi-deposit": t.LiteralC<"defi-deposit">;
19241
19643
  "defi-redeem": t.LiteralC<"defi-redeem">;
19242
19644
  delegateResource: t.LiteralC<"delegateResource">;
@@ -19319,6 +19721,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19319
19721
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
19320
19722
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
19321
19723
  allocationRequest: t.LiteralC<"allocationRequest">;
19724
+ cantonCommand: t.LiteralC<"cantonCommand">;
19322
19725
  "defi-deposit": t.LiteralC<"defi-deposit">;
19323
19726
  "defi-redeem": t.LiteralC<"defi-redeem">;
19324
19727
  delegateResource: t.LiteralC<"delegateResource">;
@@ -19394,6 +19797,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19394
19797
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
19395
19798
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
19396
19799
  allocationRequest: t.LiteralC<"allocationRequest">;
19800
+ cantonCommand: t.LiteralC<"cantonCommand">;
19397
19801
  "defi-deposit": t.LiteralC<"defi-deposit">;
19398
19802
  "defi-redeem": t.LiteralC<"defi-redeem">;
19399
19803
  delegateResource: t.LiteralC<"delegateResource">;
@@ -19470,6 +19874,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19470
19874
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
19471
19875
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
19472
19876
  allocationRequest: t.LiteralC<"allocationRequest">;
19877
+ cantonCommand: t.LiteralC<"cantonCommand">;
19473
19878
  "defi-deposit": t.LiteralC<"defi-deposit">;
19474
19879
  "defi-redeem": t.LiteralC<"defi-redeem">;
19475
19880
  delegateResource: t.LiteralC<"delegateResource">;
@@ -19561,6 +19966,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19561
19966
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
19562
19967
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
19563
19968
  allocationRequest: t.LiteralC<"allocationRequest">;
19969
+ cantonCommand: t.LiteralC<"cantonCommand">;
19564
19970
  "defi-deposit": t.LiteralC<"defi-deposit">;
19565
19971
  "defi-redeem": t.LiteralC<"defi-redeem">;
19566
19972
  delegateResource: t.LiteralC<"delegateResource">;
@@ -19654,6 +20060,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19654
20060
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
19655
20061
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
19656
20062
  allocationRequest: t.LiteralC<"allocationRequest">;
20063
+ cantonCommand: t.LiteralC<"cantonCommand">;
19657
20064
  "defi-deposit": t.LiteralC<"defi-deposit">;
19658
20065
  "defi-redeem": t.LiteralC<"defi-redeem">;
19659
20066
  delegateResource: t.LiteralC<"delegateResource">;
@@ -19740,6 +20147,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19740
20147
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
19741
20148
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
19742
20149
  allocationRequest: t.LiteralC<"allocationRequest">;
20150
+ cantonCommand: t.LiteralC<"cantonCommand">;
19743
20151
  "defi-deposit": t.LiteralC<"defi-deposit">;
19744
20152
  "defi-redeem": t.LiteralC<"defi-redeem">;
19745
20153
  delegateResource: t.LiteralC<"delegateResource">;
@@ -19863,6 +20271,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19863
20271
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
19864
20272
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
19865
20273
  allocationRequest: t.LiteralC<"allocationRequest">;
20274
+ cantonCommand: t.LiteralC<"cantonCommand">;
19866
20275
  "defi-deposit": t.LiteralC<"defi-deposit">;
19867
20276
  "defi-redeem": t.LiteralC<"defi-redeem">;
19868
20277
  delegateResource: t.LiteralC<"delegateResource">;
@@ -20016,6 +20425,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20016
20425
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
20017
20426
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
20018
20427
  allocationRequest: t.LiteralC<"allocationRequest">;
20428
+ cantonCommand: t.LiteralC<"cantonCommand">;
20019
20429
  "defi-deposit": t.LiteralC<"defi-deposit">;
20020
20430
  "defi-redeem": t.LiteralC<"defi-redeem">;
20021
20431
  delegateResource: t.LiteralC<"delegateResource">;
@@ -20183,6 +20593,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20183
20593
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
20184
20594
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
20185
20595
  allocationRequest: t.LiteralC<"allocationRequest">;
20596
+ cantonCommand: t.LiteralC<"cantonCommand">;
20186
20597
  "defi-deposit": t.LiteralC<"defi-deposit">;
20187
20598
  "defi-redeem": t.LiteralC<"defi-redeem">;
20188
20599
  delegateResource: t.LiteralC<"delegateResource">;
@@ -20255,6 +20666,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20255
20666
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
20256
20667
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
20257
20668
  allocationRequest: t.LiteralC<"allocationRequest">;
20669
+ cantonCommand: t.LiteralC<"cantonCommand">;
20258
20670
  "defi-deposit": t.LiteralC<"defi-deposit">;
20259
20671
  "defi-redeem": t.LiteralC<"defi-redeem">;
20260
20672
  delegateResource: t.LiteralC<"delegateResource">;
@@ -20322,6 +20734,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20322
20734
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
20323
20735
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
20324
20736
  allocationRequest: t.LiteralC<"allocationRequest">;
20737
+ cantonCommand: t.LiteralC<"cantonCommand">;
20325
20738
  "defi-deposit": t.LiteralC<"defi-deposit">;
20326
20739
  "defi-redeem": t.LiteralC<"defi-redeem">;
20327
20740
  delegateResource: t.LiteralC<"delegateResource">;
@@ -20397,6 +20810,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20397
20810
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
20398
20811
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
20399
20812
  allocationRequest: t.LiteralC<"allocationRequest">;
20813
+ cantonCommand: t.LiteralC<"cantonCommand">;
20400
20814
  "defi-deposit": t.LiteralC<"defi-deposit">;
20401
20815
  "defi-redeem": t.LiteralC<"defi-redeem">;
20402
20816
  delegateResource: t.LiteralC<"delegateResource">;
@@ -20484,6 +20898,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20484
20898
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
20485
20899
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
20486
20900
  allocationRequest: t.LiteralC<"allocationRequest">;
20901
+ cantonCommand: t.LiteralC<"cantonCommand">;
20487
20902
  "defi-deposit": t.LiteralC<"defi-deposit">;
20488
20903
  "defi-redeem": t.LiteralC<"defi-redeem">;
20489
20904
  delegateResource: t.LiteralC<"delegateResource">;
@@ -20556,6 +20971,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20556
20971
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
20557
20972
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
20558
20973
  allocationRequest: t.LiteralC<"allocationRequest">;
20974
+ cantonCommand: t.LiteralC<"cantonCommand">;
20559
20975
  "defi-deposit": t.LiteralC<"defi-deposit">;
20560
20976
  "defi-redeem": t.LiteralC<"defi-redeem">;
20561
20977
  delegateResource: t.LiteralC<"delegateResource">;
@@ -20645,6 +21061,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20645
21061
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
20646
21062
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
20647
21063
  allocationRequest: t.LiteralC<"allocationRequest">;
21064
+ cantonCommand: t.LiteralC<"cantonCommand">;
20648
21065
  "defi-deposit": t.LiteralC<"defi-deposit">;
20649
21066
  "defi-redeem": t.LiteralC<"defi-redeem">;
20650
21067
  delegateResource: t.LiteralC<"delegateResource">;
@@ -20717,6 +21134,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20717
21134
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
20718
21135
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
20719
21136
  allocationRequest: t.LiteralC<"allocationRequest">;
21137
+ cantonCommand: t.LiteralC<"cantonCommand">;
20720
21138
  "defi-deposit": t.LiteralC<"defi-deposit">;
20721
21139
  "defi-redeem": t.LiteralC<"defi-redeem">;
20722
21140
  delegateResource: t.LiteralC<"delegateResource">;
@@ -20826,6 +21244,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20826
21244
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
20827
21245
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
20828
21246
  allocationRequest: t.LiteralC<"allocationRequest">;
21247
+ cantonCommand: t.LiteralC<"cantonCommand">;
20829
21248
  "defi-deposit": t.LiteralC<"defi-deposit">;
20830
21249
  "defi-redeem": t.LiteralC<"defi-redeem">;
20831
21250
  delegateResource: t.LiteralC<"delegateResource">;
@@ -20917,6 +21336,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20917
21336
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
20918
21337
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
20919
21338
  allocationRequest: t.LiteralC<"allocationRequest">;
21339
+ cantonCommand: t.LiteralC<"cantonCommand">;
20920
21340
  "defi-deposit": t.LiteralC<"defi-deposit">;
20921
21341
  "defi-redeem": t.LiteralC<"defi-redeem">;
20922
21342
  delegateResource: t.LiteralC<"delegateResource">;
@@ -20990,6 +21410,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20990
21410
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
20991
21411
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
20992
21412
  allocationRequest: t.LiteralC<"allocationRequest">;
21413
+ cantonCommand: t.LiteralC<"cantonCommand">;
20993
21414
  "defi-deposit": t.LiteralC<"defi-deposit">;
20994
21415
  "defi-redeem": t.LiteralC<"defi-redeem">;
20995
21416
  delegateResource: t.LiteralC<"delegateResource">;
@@ -21082,6 +21503,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21082
21503
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
21083
21504
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
21084
21505
  allocationRequest: t.LiteralC<"allocationRequest">;
21506
+ cantonCommand: t.LiteralC<"cantonCommand">;
21085
21507
  "defi-deposit": t.LiteralC<"defi-deposit">;
21086
21508
  "defi-redeem": t.LiteralC<"defi-redeem">;
21087
21509
  delegateResource: t.LiteralC<"delegateResource">;
@@ -21176,6 +21598,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21176
21598
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
21177
21599
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
21178
21600
  allocationRequest: t.LiteralC<"allocationRequest">;
21601
+ cantonCommand: t.LiteralC<"cantonCommand">;
21179
21602
  "defi-deposit": t.LiteralC<"defi-deposit">;
21180
21603
  "defi-redeem": t.LiteralC<"defi-redeem">;
21181
21604
  delegateResource: t.LiteralC<"delegateResource">;
@@ -21271,6 +21694,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21271
21694
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
21272
21695
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
21273
21696
  allocationRequest: t.LiteralC<"allocationRequest">;
21697
+ cantonCommand: t.LiteralC<"cantonCommand">;
21274
21698
  "defi-deposit": t.LiteralC<"defi-deposit">;
21275
21699
  "defi-redeem": t.LiteralC<"defi-redeem">;
21276
21700
  delegateResource: t.LiteralC<"delegateResource">;
@@ -21352,6 +21776,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21352
21776
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
21353
21777
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
21354
21778
  allocationRequest: t.LiteralC<"allocationRequest">;
21779
+ cantonCommand: t.LiteralC<"cantonCommand">;
21355
21780
  "defi-deposit": t.LiteralC<"defi-deposit">;
21356
21781
  "defi-redeem": t.LiteralC<"defi-redeem">;
21357
21782
  delegateResource: t.LiteralC<"delegateResource">;
@@ -21444,6 +21869,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21444
21869
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
21445
21870
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
21446
21871
  allocationRequest: t.LiteralC<"allocationRequest">;
21872
+ cantonCommand: t.LiteralC<"cantonCommand">;
21447
21873
  "defi-deposit": t.LiteralC<"defi-deposit">;
21448
21874
  "defi-redeem": t.LiteralC<"defi-redeem">;
21449
21875
  delegateResource: t.LiteralC<"delegateResource">;
@@ -21575,6 +22001,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21575
22001
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
21576
22002
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
21577
22003
  allocationRequest: t.LiteralC<"allocationRequest">;
22004
+ cantonCommand: t.LiteralC<"cantonCommand">;
21578
22005
  "defi-deposit": t.LiteralC<"defi-deposit">;
21579
22006
  "defi-redeem": t.LiteralC<"defi-redeem">;
21580
22007
  delegateResource: t.LiteralC<"delegateResource">;
@@ -21654,6 +22081,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21654
22081
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
21655
22082
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
21656
22083
  allocationRequest: t.LiteralC<"allocationRequest">;
22084
+ cantonCommand: t.LiteralC<"cantonCommand">;
21657
22085
  "defi-deposit": t.LiteralC<"defi-deposit">;
21658
22086
  "defi-redeem": t.LiteralC<"defi-redeem">;
21659
22087
  delegateResource: t.LiteralC<"delegateResource">;
@@ -21730,6 +22158,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21730
22158
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
21731
22159
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
21732
22160
  allocationRequest: t.LiteralC<"allocationRequest">;
22161
+ cantonCommand: t.LiteralC<"cantonCommand">;
21733
22162
  "defi-deposit": t.LiteralC<"defi-deposit">;
21734
22163
  "defi-redeem": t.LiteralC<"defi-redeem">;
21735
22164
  delegateResource: t.LiteralC<"delegateResource">;
@@ -21801,6 +22230,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21801
22230
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
21802
22231
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
21803
22232
  allocationRequest: t.LiteralC<"allocationRequest">;
22233
+ cantonCommand: t.LiteralC<"cantonCommand">;
21804
22234
  "defi-deposit": t.LiteralC<"defi-deposit">;
21805
22235
  "defi-redeem": t.LiteralC<"defi-redeem">;
21806
22236
  delegateResource: t.LiteralC<"delegateResource">;
@@ -21892,6 +22322,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21892
22322
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
21893
22323
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
21894
22324
  allocationRequest: t.LiteralC<"allocationRequest">;
22325
+ cantonCommand: t.LiteralC<"cantonCommand">;
21895
22326
  "defi-deposit": t.LiteralC<"defi-deposit">;
21896
22327
  "defi-redeem": t.LiteralC<"defi-redeem">;
21897
22328
  delegateResource: t.LiteralC<"delegateResource">;
@@ -21969,6 +22400,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21969
22400
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
21970
22401
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
21971
22402
  allocationRequest: t.LiteralC<"allocationRequest">;
22403
+ cantonCommand: t.LiteralC<"cantonCommand">;
21972
22404
  "defi-deposit": t.LiteralC<"defi-deposit">;
21973
22405
  "defi-redeem": t.LiteralC<"defi-redeem">;
21974
22406
  delegateResource: t.LiteralC<"delegateResource">;
@@ -22045,6 +22477,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22045
22477
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
22046
22478
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
22047
22479
  allocationRequest: t.LiteralC<"allocationRequest">;
22480
+ cantonCommand: t.LiteralC<"cantonCommand">;
22048
22481
  "defi-deposit": t.LiteralC<"defi-deposit">;
22049
22482
  "defi-redeem": t.LiteralC<"defi-redeem">;
22050
22483
  delegateResource: t.LiteralC<"delegateResource">;
@@ -22122,6 +22555,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22122
22555
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
22123
22556
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
22124
22557
  allocationRequest: t.LiteralC<"allocationRequest">;
22558
+ cantonCommand: t.LiteralC<"cantonCommand">;
22125
22559
  "defi-deposit": t.LiteralC<"defi-deposit">;
22126
22560
  "defi-redeem": t.LiteralC<"defi-redeem">;
22127
22561
  delegateResource: t.LiteralC<"delegateResource">;
@@ -22198,6 +22632,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22198
22632
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
22199
22633
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
22200
22634
  allocationRequest: t.LiteralC<"allocationRequest">;
22635
+ cantonCommand: t.LiteralC<"cantonCommand">;
22201
22636
  "defi-deposit": t.LiteralC<"defi-deposit">;
22202
22637
  "defi-redeem": t.LiteralC<"defi-redeem">;
22203
22638
  delegateResource: t.LiteralC<"delegateResource">;
@@ -22278,6 +22713,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22278
22713
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
22279
22714
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
22280
22715
  allocationRequest: t.LiteralC<"allocationRequest">;
22716
+ cantonCommand: t.LiteralC<"cantonCommand">;
22281
22717
  "defi-deposit": t.LiteralC<"defi-deposit">;
22282
22718
  "defi-redeem": t.LiteralC<"defi-redeem">;
22283
22719
  delegateResource: t.LiteralC<"delegateResource">;
@@ -22357,6 +22793,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22357
22793
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
22358
22794
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
22359
22795
  allocationRequest: t.LiteralC<"allocationRequest">;
22796
+ cantonCommand: t.LiteralC<"cantonCommand">;
22360
22797
  "defi-deposit": t.LiteralC<"defi-deposit">;
22361
22798
  "defi-redeem": t.LiteralC<"defi-redeem">;
22362
22799
  delegateResource: t.LiteralC<"delegateResource">;
@@ -22438,6 +22875,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22438
22875
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
22439
22876
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
22440
22877
  allocationRequest: t.LiteralC<"allocationRequest">;
22878
+ cantonCommand: t.LiteralC<"cantonCommand">;
22441
22879
  "defi-deposit": t.LiteralC<"defi-deposit">;
22442
22880
  "defi-redeem": t.LiteralC<"defi-redeem">;
22443
22881
  delegateResource: t.LiteralC<"delegateResource">;
@@ -22519,6 +22957,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22519
22957
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
22520
22958
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
22521
22959
  allocationRequest: t.LiteralC<"allocationRequest">;
22960
+ cantonCommand: t.LiteralC<"cantonCommand">;
22522
22961
  "defi-deposit": t.LiteralC<"defi-deposit">;
22523
22962
  "defi-redeem": t.LiteralC<"defi-redeem">;
22524
22963
  delegateResource: t.LiteralC<"delegateResource">;
@@ -22600,6 +23039,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22600
23039
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
22601
23040
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
22602
23041
  allocationRequest: t.LiteralC<"allocationRequest">;
23042
+ cantonCommand: t.LiteralC<"cantonCommand">;
22603
23043
  "defi-deposit": t.LiteralC<"defi-deposit">;
22604
23044
  "defi-redeem": t.LiteralC<"defi-redeem">;
22605
23045
  delegateResource: t.LiteralC<"delegateResource">;
@@ -22680,6 +23120,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22680
23120
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
22681
23121
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
22682
23122
  allocationRequest: t.LiteralC<"allocationRequest">;
23123
+ cantonCommand: t.LiteralC<"cantonCommand">;
22683
23124
  "defi-deposit": t.LiteralC<"defi-deposit">;
22684
23125
  "defi-redeem": t.LiteralC<"defi-redeem">;
22685
23126
  delegateResource: t.LiteralC<"delegateResource">;
@@ -22764,6 +23205,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22764
23205
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
22765
23206
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
22766
23207
  allocationRequest: t.LiteralC<"allocationRequest">;
23208
+ cantonCommand: t.LiteralC<"cantonCommand">;
22767
23209
  "defi-deposit": t.LiteralC<"defi-deposit">;
22768
23210
  "defi-redeem": t.LiteralC<"defi-redeem">;
22769
23211
  delegateResource: t.LiteralC<"delegateResource">;
@@ -22843,6 +23285,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22843
23285
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
22844
23286
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
22845
23287
  allocationRequest: t.LiteralC<"allocationRequest">;
23288
+ cantonCommand: t.LiteralC<"cantonCommand">;
22846
23289
  "defi-deposit": t.LiteralC<"defi-deposit">;
22847
23290
  "defi-redeem": t.LiteralC<"defi-redeem">;
22848
23291
  delegateResource: t.LiteralC<"delegateResource">;
@@ -22924,6 +23367,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22924
23367
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
22925
23368
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
22926
23369
  allocationRequest: t.LiteralC<"allocationRequest">;
23370
+ cantonCommand: t.LiteralC<"cantonCommand">;
22927
23371
  "defi-deposit": t.LiteralC<"defi-deposit">;
22928
23372
  "defi-redeem": t.LiteralC<"defi-redeem">;
22929
23373
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23001,6 +23445,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23001
23445
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
23002
23446
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
23003
23447
  allocationRequest: t.LiteralC<"allocationRequest">;
23448
+ cantonCommand: t.LiteralC<"cantonCommand">;
23004
23449
  "defi-deposit": t.LiteralC<"defi-deposit">;
23005
23450
  "defi-redeem": t.LiteralC<"defi-redeem">;
23006
23451
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23077,6 +23522,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23077
23522
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
23078
23523
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
23079
23524
  allocationRequest: t.LiteralC<"allocationRequest">;
23525
+ cantonCommand: t.LiteralC<"cantonCommand">;
23080
23526
  "defi-deposit": t.LiteralC<"defi-deposit">;
23081
23527
  "defi-redeem": t.LiteralC<"defi-redeem">;
23082
23528
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23153,6 +23599,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23153
23599
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
23154
23600
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
23155
23601
  allocationRequest: t.LiteralC<"allocationRequest">;
23602
+ cantonCommand: t.LiteralC<"cantonCommand">;
23156
23603
  "defi-deposit": t.LiteralC<"defi-deposit">;
23157
23604
  "defi-redeem": t.LiteralC<"defi-redeem">;
23158
23605
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23234,6 +23681,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23234
23681
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
23235
23682
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
23236
23683
  allocationRequest: t.LiteralC<"allocationRequest">;
23684
+ cantonCommand: t.LiteralC<"cantonCommand">;
23237
23685
  "defi-deposit": t.LiteralC<"defi-deposit">;
23238
23686
  "defi-redeem": t.LiteralC<"defi-redeem">;
23239
23687
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23316,6 +23764,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23316
23764
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
23317
23765
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
23318
23766
  allocationRequest: t.LiteralC<"allocationRequest">;
23767
+ cantonCommand: t.LiteralC<"cantonCommand">;
23319
23768
  "defi-deposit": t.LiteralC<"defi-deposit">;
23320
23769
  "defi-redeem": t.LiteralC<"defi-redeem">;
23321
23770
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23396,6 +23845,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23396
23845
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
23397
23846
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
23398
23847
  allocationRequest: t.LiteralC<"allocationRequest">;
23848
+ cantonCommand: t.LiteralC<"cantonCommand">;
23399
23849
  "defi-deposit": t.LiteralC<"defi-deposit">;
23400
23850
  "defi-redeem": t.LiteralC<"defi-redeem">;
23401
23851
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23476,6 +23926,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23476
23926
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
23477
23927
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
23478
23928
  allocationRequest: t.LiteralC<"allocationRequest">;
23929
+ cantonCommand: t.LiteralC<"cantonCommand">;
23479
23930
  "defi-deposit": t.LiteralC<"defi-deposit">;
23480
23931
  "defi-redeem": t.LiteralC<"defi-redeem">;
23481
23932
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23551,6 +24002,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23551
24002
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
23552
24003
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
23553
24004
  allocationRequest: t.LiteralC<"allocationRequest">;
24005
+ cantonCommand: t.LiteralC<"cantonCommand">;
23554
24006
  "defi-deposit": t.LiteralC<"defi-deposit">;
23555
24007
  "defi-redeem": t.LiteralC<"defi-redeem">;
23556
24008
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23626,6 +24078,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23626
24078
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
23627
24079
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
23628
24080
  allocationRequest: t.LiteralC<"allocationRequest">;
24081
+ cantonCommand: t.LiteralC<"cantonCommand">;
23629
24082
  "defi-deposit": t.LiteralC<"defi-deposit">;
23630
24083
  "defi-redeem": t.LiteralC<"defi-redeem">;
23631
24084
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23695,6 +24148,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23695
24148
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
23696
24149
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
23697
24150
  allocationRequest: t.LiteralC<"allocationRequest">;
24151
+ cantonCommand: t.LiteralC<"cantonCommand">;
23698
24152
  "defi-deposit": t.LiteralC<"defi-deposit">;
23699
24153
  "defi-redeem": t.LiteralC<"defi-redeem">;
23700
24154
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23768,6 +24222,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23768
24222
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
23769
24223
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
23770
24224
  allocationRequest: t.LiteralC<"allocationRequest">;
24225
+ cantonCommand: t.LiteralC<"cantonCommand">;
23771
24226
  "defi-deposit": t.LiteralC<"defi-deposit">;
23772
24227
  "defi-redeem": t.LiteralC<"defi-redeem">;
23773
24228
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23843,6 +24298,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23843
24298
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
23844
24299
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
23845
24300
  allocationRequest: t.LiteralC<"allocationRequest">;
24301
+ cantonCommand: t.LiteralC<"cantonCommand">;
23846
24302
  "defi-deposit": t.LiteralC<"defi-deposit">;
23847
24303
  "defi-redeem": t.LiteralC<"defi-redeem">;
23848
24304
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23918,6 +24374,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23918
24374
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
23919
24375
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
23920
24376
  allocationRequest: t.LiteralC<"allocationRequest">;
24377
+ cantonCommand: t.LiteralC<"cantonCommand">;
23921
24378
  "defi-deposit": t.LiteralC<"defi-deposit">;
23922
24379
  "defi-redeem": t.LiteralC<"defi-redeem">;
23923
24380
  delegateResource: t.LiteralC<"delegateResource">;
@@ -23999,6 +24456,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23999
24456
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
24000
24457
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
24001
24458
  allocationRequest: t.LiteralC<"allocationRequest">;
24459
+ cantonCommand: t.LiteralC<"cantonCommand">;
24002
24460
  "defi-deposit": t.LiteralC<"defi-deposit">;
24003
24461
  "defi-redeem": t.LiteralC<"defi-redeem">;
24004
24462
  delegateResource: t.LiteralC<"delegateResource">;
@@ -24080,6 +24538,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
24080
24538
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
24081
24539
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
24082
24540
  allocationRequest: t.LiteralC<"allocationRequest">;
24541
+ cantonCommand: t.LiteralC<"cantonCommand">;
24083
24542
  "defi-deposit": t.LiteralC<"defi-deposit">;
24084
24543
  "defi-redeem": t.LiteralC<"defi-redeem">;
24085
24544
  delegateResource: t.LiteralC<"delegateResource">;
@@ -24155,6 +24614,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
24155
24614
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
24156
24615
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
24157
24616
  allocationRequest: t.LiteralC<"allocationRequest">;
24617
+ cantonCommand: t.LiteralC<"cantonCommand">;
24158
24618
  "defi-deposit": t.LiteralC<"defi-deposit">;
24159
24619
  "defi-redeem": t.LiteralC<"defi-redeem">;
24160
24620
  delegateResource: t.LiteralC<"delegateResource">;
@@ -24226,6 +24686,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
24226
24686
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
24227
24687
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
24228
24688
  allocationRequest: t.LiteralC<"allocationRequest">;
24689
+ cantonCommand: t.LiteralC<"cantonCommand">;
24229
24690
  "defi-deposit": t.LiteralC<"defi-deposit">;
24230
24691
  "defi-redeem": t.LiteralC<"defi-redeem">;
24231
24692
  delegateResource: t.LiteralC<"delegateResource">;
@@ -24317,6 +24778,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
24317
24778
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
24318
24779
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
24319
24780
  allocationRequest: t.LiteralC<"allocationRequest">;
24781
+ cantonCommand: t.LiteralC<"cantonCommand">;
24320
24782
  "defi-deposit": t.LiteralC<"defi-deposit">;
24321
24783
  "defi-redeem": t.LiteralC<"defi-redeem">;
24322
24784
  delegateResource: t.LiteralC<"delegateResource">;
@@ -24418,6 +24880,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
24418
24880
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
24419
24881
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
24420
24882
  allocationRequest: t.LiteralC<"allocationRequest">;
24883
+ cantonCommand: t.LiteralC<"cantonCommand">;
24421
24884
  "defi-deposit": t.LiteralC<"defi-deposit">;
24422
24885
  "defi-redeem": t.LiteralC<"defi-redeem">;
24423
24886
  delegateResource: t.LiteralC<"delegateResource">;
@@ -24529,6 +24992,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
24529
24992
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
24530
24993
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
24531
24994
  allocationRequest: t.LiteralC<"allocationRequest">;
24995
+ cantonCommand: t.LiteralC<"cantonCommand">;
24532
24996
  "defi-deposit": t.LiteralC<"defi-deposit">;
24533
24997
  "defi-redeem": t.LiteralC<"defi-redeem">;
24534
24998
  delegateResource: t.LiteralC<"delegateResource">;
@@ -24612,6 +25076,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
24612
25076
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
24613
25077
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
24614
25078
  allocationRequest: t.LiteralC<"allocationRequest">;
25079
+ cantonCommand: t.LiteralC<"cantonCommand">;
24615
25080
  "defi-deposit": t.LiteralC<"defi-deposit">;
24616
25081
  "defi-redeem": t.LiteralC<"defi-redeem">;
24617
25082
  delegateResource: t.LiteralC<"delegateResource">;
@@ -24705,6 +25170,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
24705
25170
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
24706
25171
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
24707
25172
  allocationRequest: t.LiteralC<"allocationRequest">;
25173
+ cantonCommand: t.LiteralC<"cantonCommand">;
24708
25174
  "defi-deposit": t.LiteralC<"defi-deposit">;
24709
25175
  "defi-redeem": t.LiteralC<"defi-redeem">;
24710
25176
  delegateResource: t.LiteralC<"delegateResource">;
@@ -24780,6 +25246,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
24780
25246
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
24781
25247
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
24782
25248
  allocationRequest: t.LiteralC<"allocationRequest">;
25249
+ cantonCommand: t.LiteralC<"cantonCommand">;
24783
25250
  "defi-deposit": t.LiteralC<"defi-deposit">;
24784
25251
  "defi-redeem": t.LiteralC<"defi-redeem">;
24785
25252
  delegateResource: t.LiteralC<"delegateResource">;
@@ -24861,6 +25328,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
24861
25328
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
24862
25329
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
24863
25330
  allocationRequest: t.LiteralC<"allocationRequest">;
25331
+ cantonCommand: t.LiteralC<"cantonCommand">;
24864
25332
  "defi-deposit": t.LiteralC<"defi-deposit">;
24865
25333
  "defi-redeem": t.LiteralC<"defi-redeem">;
24866
25334
  delegateResource: t.LiteralC<"delegateResource">;
@@ -24936,6 +25404,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
24936
25404
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
24937
25405
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
24938
25406
  allocationRequest: t.LiteralC<"allocationRequest">;
25407
+ cantonCommand: t.LiteralC<"cantonCommand">;
24939
25408
  "defi-deposit": t.LiteralC<"defi-deposit">;
24940
25409
  "defi-redeem": t.LiteralC<"defi-redeem">;
24941
25410
  delegateResource: t.LiteralC<"delegateResource">;
@@ -25017,6 +25486,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
25017
25486
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
25018
25487
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
25019
25488
  allocationRequest: t.LiteralC<"allocationRequest">;
25489
+ cantonCommand: t.LiteralC<"cantonCommand">;
25020
25490
  "defi-deposit": t.LiteralC<"defi-deposit">;
25021
25491
  "defi-redeem": t.LiteralC<"defi-redeem">;
25022
25492
  delegateResource: t.LiteralC<"delegateResource">;