@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
@@ -116,6 +116,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
116
116
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
117
117
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
118
118
  allocationRequest: t.LiteralC<"allocationRequest">;
119
+ cantonCommand: t.LiteralC<"cantonCommand">;
119
120
  "defi-deposit": t.LiteralC<"defi-deposit">;
120
121
  "defi-redeem": t.LiteralC<"defi-redeem">;
121
122
  delegateResource: t.LiteralC<"delegateResource">;
@@ -207,6 +208,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
207
208
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
208
209
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
209
210
  allocationRequest: t.LiteralC<"allocationRequest">;
211
+ cantonCommand: t.LiteralC<"cantonCommand">;
210
212
  "defi-deposit": t.LiteralC<"defi-deposit">;
211
213
  "defi-redeem": t.LiteralC<"defi-redeem">;
212
214
  delegateResource: t.LiteralC<"delegateResource">;
@@ -285,6 +287,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
285
287
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
286
288
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
287
289
  allocationRequest: t.LiteralC<"allocationRequest">;
290
+ cantonCommand: t.LiteralC<"cantonCommand">;
288
291
  "defi-deposit": t.LiteralC<"defi-deposit">;
289
292
  "defi-redeem": t.LiteralC<"defi-redeem">;
290
293
  delegateResource: t.LiteralC<"delegateResource">;
@@ -369,6 +372,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
369
372
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
370
373
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
371
374
  allocationRequest: t.LiteralC<"allocationRequest">;
375
+ cantonCommand: t.LiteralC<"cantonCommand">;
372
376
  "defi-deposit": t.LiteralC<"defi-deposit">;
373
377
  "defi-redeem": t.LiteralC<"defi-redeem">;
374
378
  delegateResource: t.LiteralC<"delegateResource">;
@@ -452,6 +456,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
452
456
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
453
457
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
454
458
  allocationRequest: t.LiteralC<"allocationRequest">;
459
+ cantonCommand: t.LiteralC<"cantonCommand">;
455
460
  "defi-deposit": t.LiteralC<"defi-deposit">;
456
461
  "defi-redeem": t.LiteralC<"defi-redeem">;
457
462
  delegateResource: t.LiteralC<"delegateResource">;
@@ -527,6 +532,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
527
532
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
528
533
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
529
534
  allocationRequest: t.LiteralC<"allocationRequest">;
535
+ cantonCommand: t.LiteralC<"cantonCommand">;
530
536
  "defi-deposit": t.LiteralC<"defi-deposit">;
531
537
  "defi-redeem": t.LiteralC<"defi-redeem">;
532
538
  delegateResource: t.LiteralC<"delegateResource">;
@@ -613,6 +619,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
613
619
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
614
620
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
615
621
  allocationRequest: t.LiteralC<"allocationRequest">;
622
+ cantonCommand: t.LiteralC<"cantonCommand">;
616
623
  "defi-deposit": t.LiteralC<"defi-deposit">;
617
624
  "defi-redeem": t.LiteralC<"defi-redeem">;
618
625
  delegateResource: t.LiteralC<"delegateResource">;
@@ -704,6 +711,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
704
711
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
705
712
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
706
713
  allocationRequest: t.LiteralC<"allocationRequest">;
714
+ cantonCommand: t.LiteralC<"cantonCommand">;
707
715
  "defi-deposit": t.LiteralC<"defi-deposit">;
708
716
  "defi-redeem": t.LiteralC<"defi-redeem">;
709
717
  delegateResource: t.LiteralC<"delegateResource">;
@@ -812,6 +820,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
812
820
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
813
821
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
814
822
  allocationRequest: t.LiteralC<"allocationRequest">;
823
+ cantonCommand: t.LiteralC<"cantonCommand">;
815
824
  "defi-deposit": t.LiteralC<"defi-deposit">;
816
825
  "defi-redeem": t.LiteralC<"defi-redeem">;
817
826
  delegateResource: t.LiteralC<"delegateResource">;
@@ -920,6 +929,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
920
929
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
921
930
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
922
931
  allocationRequest: t.LiteralC<"allocationRequest">;
932
+ cantonCommand: t.LiteralC<"cantonCommand">;
923
933
  "defi-deposit": t.LiteralC<"defi-deposit">;
924
934
  "defi-redeem": t.LiteralC<"defi-redeem">;
925
935
  delegateResource: t.LiteralC<"delegateResource">;
@@ -994,6 +1004,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
994
1004
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
995
1005
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
996
1006
  allocationRequest: t.LiteralC<"allocationRequest">;
1007
+ cantonCommand: t.LiteralC<"cantonCommand">;
997
1008
  "defi-deposit": t.LiteralC<"defi-deposit">;
998
1009
  "defi-redeem": t.LiteralC<"defi-redeem">;
999
1010
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1068,6 +1079,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1068
1079
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1069
1080
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1070
1081
  allocationRequest: t.LiteralC<"allocationRequest">;
1082
+ cantonCommand: t.LiteralC<"cantonCommand">;
1071
1083
  "defi-deposit": t.LiteralC<"defi-deposit">;
1072
1084
  "defi-redeem": t.LiteralC<"defi-redeem">;
1073
1085
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1150,6 +1162,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1150
1162
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1151
1163
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1152
1164
  allocationRequest: t.LiteralC<"allocationRequest">;
1165
+ cantonCommand: t.LiteralC<"cantonCommand">;
1153
1166
  "defi-deposit": t.LiteralC<"defi-deposit">;
1154
1167
  "defi-redeem": t.LiteralC<"defi-redeem">;
1155
1168
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1231,6 +1244,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1231
1244
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1232
1245
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1233
1246
  allocationRequest: t.LiteralC<"allocationRequest">;
1247
+ cantonCommand: t.LiteralC<"cantonCommand">;
1234
1248
  "defi-deposit": t.LiteralC<"defi-deposit">;
1235
1249
  "defi-redeem": t.LiteralC<"defi-redeem">;
1236
1250
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1315,6 +1329,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1315
1329
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1316
1330
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1317
1331
  allocationRequest: t.LiteralC<"allocationRequest">;
1332
+ cantonCommand: t.LiteralC<"cantonCommand">;
1318
1333
  "defi-deposit": t.LiteralC<"defi-deposit">;
1319
1334
  "defi-redeem": t.LiteralC<"defi-redeem">;
1320
1335
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1385,6 +1400,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1385
1400
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1386
1401
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1387
1402
  allocationRequest: t.LiteralC<"allocationRequest">;
1403
+ cantonCommand: t.LiteralC<"cantonCommand">;
1388
1404
  "defi-deposit": t.LiteralC<"defi-deposit">;
1389
1405
  "defi-redeem": t.LiteralC<"defi-redeem">;
1390
1406
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1404,6 +1420,103 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1404
1420
  updateId: t.StringC;
1405
1421
  }>, t.PartialC<{
1406
1422
  packageName: t.StringC;
1423
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
1424
+ intentType: t.KeyofC<{
1425
+ payment: t.LiteralC<"payment">;
1426
+ transferToken: t.LiteralC<"transferToken">;
1427
+ consolidate: t.LiteralC<"consolidate">;
1428
+ consolidateToken: t.LiteralC<"consolidateToken">;
1429
+ fanout: t.LiteralC<"fanout">;
1430
+ stake: t.LiteralC<"stake">;
1431
+ unstake: t.LiteralC<"unstake">;
1432
+ delegate: t.LiteralC<"delegate">;
1433
+ undelegate: t.LiteralC<"undelegate">;
1434
+ switchValidator: t.LiteralC<"switchValidator">;
1435
+ claim: t.LiteralC<"claim">;
1436
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1437
+ pledge: t.LiteralC<"pledge">;
1438
+ voteDelegation: t.LiteralC<"voteDelegation">;
1439
+ vote: t.LiteralC<"vote">;
1440
+ createAccount: t.LiteralC<"createAccount">;
1441
+ updateAccount: t.LiteralC<"updateAccount">;
1442
+ addTrustLine: t.LiteralC<"addTrustLine">;
1443
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
1444
+ signMessage: t.LiteralC<"signMessage">;
1445
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
1446
+ enableToken: t.LiteralC<"enableToken">;
1447
+ authorize: t.LiteralC<"authorize">;
1448
+ acceleration: t.LiteralC<"acceleration">;
1449
+ fillNonce: t.LiteralC<"fillNonce">;
1450
+ walletRecovery: t.LiteralC<"walletRecovery">;
1451
+ contractCall: t.LiteralC<"contractCall">;
1452
+ deactivate: t.LiteralC<"deactivate">;
1453
+ customTx: t.LiteralC<"customTx">;
1454
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1455
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1456
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1457
+ switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
1458
+ feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1459
+ tokenApproval: t.LiteralC<"tokenApproval">;
1460
+ transferStake: t.LiteralC<"transferStake">;
1461
+ validatorRegistration: t.LiteralC<"validatorRegistration">;
1462
+ increaseStake: t.LiteralC<"increaseStake">;
1463
+ decreaseStake: t.LiteralC<"decreaseStake">;
1464
+ signalExit: t.LiteralC<"signalExit">;
1465
+ withdrawStake: t.LiteralC<"withdrawStake">;
1466
+ spotTransfer: t.LiteralC<"spotTransfer">;
1467
+ bridgeFunds: t.LiteralC<"bridgeFunds">;
1468
+ enableBridging: t.LiteralC<"enableBridging">;
1469
+ goUnstake: t.LiteralC<"goUnstake">;
1470
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1471
+ transferAccept: t.LiteralC<"transferAccept">;
1472
+ transferReject: t.LiteralC<"transferReject">;
1473
+ transferAcknowledge: t.LiteralC<"transferAcknowledge">;
1474
+ transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
1475
+ cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1476
+ cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1477
+ allocationRequest: t.LiteralC<"allocationRequest">;
1478
+ cantonCommand: t.LiteralC<"cantonCommand">;
1479
+ "defi-deposit": t.LiteralC<"defi-deposit">;
1480
+ "defi-redeem": t.LiteralC<"defi-redeem">;
1481
+ delegateResource: t.LiteralC<"delegateResource">;
1482
+ undelegateResource: t.LiteralC<"undelegateResource">;
1483
+ export: t.LiteralC<"export">;
1484
+ import: t.LiteralC<"import">;
1485
+ importtoc: t.LiteralC<"importtoc">;
1486
+ }>;
1487
+ }>, t.PartialC<{
1488
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1489
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1490
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
1491
+ }>]>, t.TypeC<{
1492
+ intentType: t.LiteralC<"cantonCommand">;
1493
+ cantonCommandParams: t.IntersectionC<[t.TypeC<{
1494
+ command: t.UnionC<[t.TypeC<{
1495
+ CreateCommand: t.TypeC<{
1496
+ templateId: t.StringC;
1497
+ createArguments: t.RecordC<t.StringC, t.UnknownC>;
1498
+ }>;
1499
+ }>, t.TypeC<{
1500
+ ExerciseCommand: t.IntersectionC<[t.TypeC<{
1501
+ templateId: t.StringC;
1502
+ choice: t.StringC;
1503
+ choiceArgument: t.RecordC<t.StringC, t.UnknownC>;
1504
+ }>, t.PartialC<{
1505
+ contractId: t.StringC;
1506
+ }>]>;
1507
+ }>]>;
1508
+ actAs: t.ArrayC<t.StringC>;
1509
+ }>, t.PartialC<{
1510
+ readAs: t.ArrayC<t.StringC>;
1511
+ resolveContracts: t.ArrayC<t.IntersectionC<[t.TypeC<{
1512
+ templateId: t.StringC;
1513
+ actAs: t.ArrayC<t.StringC>;
1514
+ injectAs: t.StringC;
1515
+ }>, t.PartialC<{
1516
+ readAs: t.ArrayC<t.StringC>;
1517
+ resolveAll: t.BooleanC;
1518
+ }>]>>;
1519
+ }>]>;
1407
1520
  }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
1408
1521
  intentType: t.KeyofC<{
1409
1522
  payment: t.LiteralC<"payment">;
@@ -1459,6 +1572,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1459
1572
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1460
1573
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1461
1574
  allocationRequest: t.LiteralC<"allocationRequest">;
1575
+ cantonCommand: t.LiteralC<"cantonCommand">;
1462
1576
  "defi-deposit": t.LiteralC<"defi-deposit">;
1463
1577
  "defi-redeem": t.LiteralC<"defi-redeem">;
1464
1578
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1554,6 +1668,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1554
1668
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1555
1669
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1556
1670
  allocationRequest: t.LiteralC<"allocationRequest">;
1671
+ cantonCommand: t.LiteralC<"cantonCommand">;
1557
1672
  "defi-deposit": t.LiteralC<"defi-deposit">;
1558
1673
  "defi-redeem": t.LiteralC<"defi-redeem">;
1559
1674
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1627,6 +1742,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1627
1742
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1628
1743
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1629
1744
  allocationRequest: t.LiteralC<"allocationRequest">;
1745
+ cantonCommand: t.LiteralC<"cantonCommand">;
1630
1746
  "defi-deposit": t.LiteralC<"defi-deposit">;
1631
1747
  "defi-redeem": t.LiteralC<"defi-redeem">;
1632
1748
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1704,6 +1820,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1704
1820
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1705
1821
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1706
1822
  allocationRequest: t.LiteralC<"allocationRequest">;
1823
+ cantonCommand: t.LiteralC<"cantonCommand">;
1707
1824
  "defi-deposit": t.LiteralC<"defi-deposit">;
1708
1825
  "defi-redeem": t.LiteralC<"defi-redeem">;
1709
1826
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1776,6 +1893,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1776
1893
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1777
1894
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1778
1895
  allocationRequest: t.LiteralC<"allocationRequest">;
1896
+ cantonCommand: t.LiteralC<"cantonCommand">;
1779
1897
  "defi-deposit": t.LiteralC<"defi-deposit">;
1780
1898
  "defi-redeem": t.LiteralC<"defi-redeem">;
1781
1899
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1849,6 +1967,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1849
1967
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1850
1968
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1851
1969
  allocationRequest: t.LiteralC<"allocationRequest">;
1970
+ cantonCommand: t.LiteralC<"cantonCommand">;
1852
1971
  "defi-deposit": t.LiteralC<"defi-deposit">;
1853
1972
  "defi-redeem": t.LiteralC<"defi-redeem">;
1854
1973
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1922,6 +2041,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1922
2041
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1923
2042
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1924
2043
  allocationRequest: t.LiteralC<"allocationRequest">;
2044
+ cantonCommand: t.LiteralC<"cantonCommand">;
1925
2045
  "defi-deposit": t.LiteralC<"defi-deposit">;
1926
2046
  "defi-redeem": t.LiteralC<"defi-redeem">;
1927
2047
  delegateResource: t.LiteralC<"delegateResource">;
@@ -1995,6 +2115,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1995
2115
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
1996
2116
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
1997
2117
  allocationRequest: t.LiteralC<"allocationRequest">;
2118
+ cantonCommand: t.LiteralC<"cantonCommand">;
1998
2119
  "defi-deposit": t.LiteralC<"defi-deposit">;
1999
2120
  "defi-redeem": t.LiteralC<"defi-redeem">;
2000
2121
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2086,6 +2207,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2086
2207
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
2087
2208
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2088
2209
  allocationRequest: t.LiteralC<"allocationRequest">;
2210
+ cantonCommand: t.LiteralC<"cantonCommand">;
2089
2211
  "defi-deposit": t.LiteralC<"defi-deposit">;
2090
2212
  "defi-redeem": t.LiteralC<"defi-redeem">;
2091
2213
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2160,6 +2282,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2160
2282
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
2161
2283
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2162
2284
  allocationRequest: t.LiteralC<"allocationRequest">;
2285
+ cantonCommand: t.LiteralC<"cantonCommand">;
2163
2286
  "defi-deposit": t.LiteralC<"defi-deposit">;
2164
2287
  "defi-redeem": t.LiteralC<"defi-redeem">;
2165
2288
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2267,6 +2390,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2267
2390
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
2268
2391
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2269
2392
  allocationRequest: t.LiteralC<"allocationRequest">;
2393
+ cantonCommand: t.LiteralC<"cantonCommand">;
2270
2394
  "defi-deposit": t.LiteralC<"defi-deposit">;
2271
2395
  "defi-redeem": t.LiteralC<"defi-redeem">;
2272
2396
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2347,6 +2471,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2347
2471
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
2348
2472
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2349
2473
  allocationRequest: t.LiteralC<"allocationRequest">;
2474
+ cantonCommand: t.LiteralC<"cantonCommand">;
2350
2475
  "defi-deposit": t.LiteralC<"defi-deposit">;
2351
2476
  "defi-redeem": t.LiteralC<"defi-redeem">;
2352
2477
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2454,6 +2579,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2454
2579
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
2455
2580
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2456
2581
  allocationRequest: t.LiteralC<"allocationRequest">;
2582
+ cantonCommand: t.LiteralC<"cantonCommand">;
2457
2583
  "defi-deposit": t.LiteralC<"defi-deposit">;
2458
2584
  "defi-redeem": t.LiteralC<"defi-redeem">;
2459
2585
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2525,6 +2651,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2525
2651
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
2526
2652
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2527
2653
  allocationRequest: t.LiteralC<"allocationRequest">;
2654
+ cantonCommand: t.LiteralC<"cantonCommand">;
2528
2655
  "defi-deposit": t.LiteralC<"defi-deposit">;
2529
2656
  "defi-redeem": t.LiteralC<"defi-redeem">;
2530
2657
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2656,6 +2783,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2656
2783
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
2657
2784
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2658
2785
  allocationRequest: t.LiteralC<"allocationRequest">;
2786
+ cantonCommand: t.LiteralC<"cantonCommand">;
2659
2787
  "defi-deposit": t.LiteralC<"defi-deposit">;
2660
2788
  "defi-redeem": t.LiteralC<"defi-redeem">;
2661
2789
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2777,6 +2905,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2777
2905
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
2778
2906
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2779
2907
  allocationRequest: t.LiteralC<"allocationRequest">;
2908
+ cantonCommand: t.LiteralC<"cantonCommand">;
2780
2909
  "defi-deposit": t.LiteralC<"defi-deposit">;
2781
2910
  "defi-redeem": t.LiteralC<"defi-redeem">;
2782
2911
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2890,6 +3019,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2890
3019
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
2891
3020
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2892
3021
  allocationRequest: t.LiteralC<"allocationRequest">;
3022
+ cantonCommand: t.LiteralC<"cantonCommand">;
2893
3023
  "defi-deposit": t.LiteralC<"defi-deposit">;
2894
3024
  "defi-redeem": t.LiteralC<"defi-redeem">;
2895
3025
  delegateResource: t.LiteralC<"delegateResource">;
@@ -2989,6 +3119,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2989
3119
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
2990
3120
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
2991
3121
  allocationRequest: t.LiteralC<"allocationRequest">;
3122
+ cantonCommand: t.LiteralC<"cantonCommand">;
2992
3123
  "defi-deposit": t.LiteralC<"defi-deposit">;
2993
3124
  "defi-redeem": t.LiteralC<"defi-redeem">;
2994
3125
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3087,6 +3218,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3087
3218
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
3088
3219
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3089
3220
  allocationRequest: t.LiteralC<"allocationRequest">;
3221
+ cantonCommand: t.LiteralC<"cantonCommand">;
3090
3222
  "defi-deposit": t.LiteralC<"defi-deposit">;
3091
3223
  "defi-redeem": t.LiteralC<"defi-redeem">;
3092
3224
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3184,6 +3316,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3184
3316
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
3185
3317
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3186
3318
  allocationRequest: t.LiteralC<"allocationRequest">;
3319
+ cantonCommand: t.LiteralC<"cantonCommand">;
3187
3320
  "defi-deposit": t.LiteralC<"defi-deposit">;
3188
3321
  "defi-redeem": t.LiteralC<"defi-redeem">;
3189
3322
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3257,6 +3390,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3257
3390
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
3258
3391
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3259
3392
  allocationRequest: t.LiteralC<"allocationRequest">;
3393
+ cantonCommand: t.LiteralC<"cantonCommand">;
3260
3394
  "defi-deposit": t.LiteralC<"defi-deposit">;
3261
3395
  "defi-redeem": t.LiteralC<"defi-redeem">;
3262
3396
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3450,6 +3584,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3450
3584
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
3451
3585
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3452
3586
  allocationRequest: t.LiteralC<"allocationRequest">;
3587
+ cantonCommand: t.LiteralC<"cantonCommand">;
3453
3588
  "defi-deposit": t.LiteralC<"defi-deposit">;
3454
3589
  "defi-redeem": t.LiteralC<"defi-redeem">;
3455
3590
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3584,6 +3719,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3584
3719
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
3585
3720
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3586
3721
  allocationRequest: t.LiteralC<"allocationRequest">;
3722
+ cantonCommand: t.LiteralC<"cantonCommand">;
3587
3723
  "defi-deposit": t.LiteralC<"defi-deposit">;
3588
3724
  "defi-redeem": t.LiteralC<"defi-redeem">;
3589
3725
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3679,6 +3815,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3679
3815
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
3680
3816
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3681
3817
  allocationRequest: t.LiteralC<"allocationRequest">;
3818
+ cantonCommand: t.LiteralC<"cantonCommand">;
3682
3819
  "defi-deposit": t.LiteralC<"defi-deposit">;
3683
3820
  "defi-redeem": t.LiteralC<"defi-redeem">;
3684
3821
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3750,6 +3887,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3750
3887
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
3751
3888
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3752
3889
  allocationRequest: t.LiteralC<"allocationRequest">;
3890
+ cantonCommand: t.LiteralC<"cantonCommand">;
3753
3891
  "defi-deposit": t.LiteralC<"defi-deposit">;
3754
3892
  "defi-redeem": t.LiteralC<"defi-redeem">;
3755
3893
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3876,6 +4014,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3876
4014
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
3877
4015
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3878
4016
  allocationRequest: t.LiteralC<"allocationRequest">;
4017
+ cantonCommand: t.LiteralC<"cantonCommand">;
3879
4018
  "defi-deposit": t.LiteralC<"defi-deposit">;
3880
4019
  "defi-redeem": t.LiteralC<"defi-redeem">;
3881
4020
  delegateResource: t.LiteralC<"delegateResource">;
@@ -3989,6 +4128,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3989
4128
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
3990
4129
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
3991
4130
  allocationRequest: t.LiteralC<"allocationRequest">;
4131
+ cantonCommand: t.LiteralC<"cantonCommand">;
3992
4132
  "defi-deposit": t.LiteralC<"defi-deposit">;
3993
4133
  "defi-redeem": t.LiteralC<"defi-redeem">;
3994
4134
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4122,6 +4262,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4122
4262
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
4123
4263
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4124
4264
  allocationRequest: t.LiteralC<"allocationRequest">;
4265
+ cantonCommand: t.LiteralC<"cantonCommand">;
4125
4266
  "defi-deposit": t.LiteralC<"defi-deposit">;
4126
4267
  "defi-redeem": t.LiteralC<"defi-redeem">;
4127
4268
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4200,6 +4341,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4200
4341
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
4201
4342
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4202
4343
  allocationRequest: t.LiteralC<"allocationRequest">;
4344
+ cantonCommand: t.LiteralC<"cantonCommand">;
4203
4345
  "defi-deposit": t.LiteralC<"defi-deposit">;
4204
4346
  "defi-redeem": t.LiteralC<"defi-redeem">;
4205
4347
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4273,6 +4415,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4273
4415
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
4274
4416
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4275
4417
  allocationRequest: t.LiteralC<"allocationRequest">;
4418
+ cantonCommand: t.LiteralC<"cantonCommand">;
4276
4419
  "defi-deposit": t.LiteralC<"defi-deposit">;
4277
4420
  "defi-redeem": t.LiteralC<"defi-redeem">;
4278
4421
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4358,6 +4501,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4358
4501
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
4359
4502
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4360
4503
  allocationRequest: t.LiteralC<"allocationRequest">;
4504
+ cantonCommand: t.LiteralC<"cantonCommand">;
4361
4505
  "defi-deposit": t.LiteralC<"defi-deposit">;
4362
4506
  "defi-redeem": t.LiteralC<"defi-redeem">;
4363
4507
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4438,6 +4582,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4438
4582
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
4439
4583
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4440
4584
  allocationRequest: t.LiteralC<"allocationRequest">;
4585
+ cantonCommand: t.LiteralC<"cantonCommand">;
4441
4586
  "defi-deposit": t.LiteralC<"defi-deposit">;
4442
4587
  "defi-redeem": t.LiteralC<"defi-redeem">;
4443
4588
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4534,6 +4679,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4534
4679
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
4535
4680
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4536
4681
  allocationRequest: t.LiteralC<"allocationRequest">;
4682
+ cantonCommand: t.LiteralC<"cantonCommand">;
4537
4683
  "defi-deposit": t.LiteralC<"defi-deposit">;
4538
4684
  "defi-redeem": t.LiteralC<"defi-redeem">;
4539
4685
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4620,6 +4766,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4620
4766
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
4621
4767
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4622
4768
  allocationRequest: t.LiteralC<"allocationRequest">;
4769
+ cantonCommand: t.LiteralC<"cantonCommand">;
4623
4770
  "defi-deposit": t.LiteralC<"defi-deposit">;
4624
4771
  "defi-redeem": t.LiteralC<"defi-redeem">;
4625
4772
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4692,6 +4839,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4692
4839
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
4693
4840
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4694
4841
  allocationRequest: t.LiteralC<"allocationRequest">;
4842
+ cantonCommand: t.LiteralC<"cantonCommand">;
4695
4843
  "defi-deposit": t.LiteralC<"defi-deposit">;
4696
4844
  "defi-redeem": t.LiteralC<"defi-redeem">;
4697
4845
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4783,6 +4931,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4783
4931
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
4784
4932
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4785
4933
  allocationRequest: t.LiteralC<"allocationRequest">;
4934
+ cantonCommand: t.LiteralC<"cantonCommand">;
4786
4935
  "defi-deposit": t.LiteralC<"defi-deposit">;
4787
4936
  "defi-redeem": t.LiteralC<"defi-redeem">;
4788
4937
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4864,6 +5013,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4864
5013
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
4865
5014
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4866
5015
  allocationRequest: t.LiteralC<"allocationRequest">;
5016
+ cantonCommand: t.LiteralC<"cantonCommand">;
4867
5017
  "defi-deposit": t.LiteralC<"defi-deposit">;
4868
5018
  "defi-redeem": t.LiteralC<"defi-redeem">;
4869
5019
  delegateResource: t.LiteralC<"delegateResource">;
@@ -4944,6 +5094,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4944
5094
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
4945
5095
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
4946
5096
  allocationRequest: t.LiteralC<"allocationRequest">;
5097
+ cantonCommand: t.LiteralC<"cantonCommand">;
4947
5098
  "defi-deposit": t.LiteralC<"defi-deposit">;
4948
5099
  "defi-redeem": t.LiteralC<"defi-redeem">;
4949
5100
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5022,6 +5173,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5022
5173
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
5023
5174
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5024
5175
  allocationRequest: t.LiteralC<"allocationRequest">;
5176
+ cantonCommand: t.LiteralC<"cantonCommand">;
5025
5177
  "defi-deposit": t.LiteralC<"defi-deposit">;
5026
5178
  "defi-redeem": t.LiteralC<"defi-redeem">;
5027
5179
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5100,6 +5252,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5100
5252
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
5101
5253
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5102
5254
  allocationRequest: t.LiteralC<"allocationRequest">;
5255
+ cantonCommand: t.LiteralC<"cantonCommand">;
5103
5256
  "defi-deposit": t.LiteralC<"defi-deposit">;
5104
5257
  "defi-redeem": t.LiteralC<"defi-redeem">;
5105
5258
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5175,6 +5328,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5175
5328
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
5176
5329
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5177
5330
  allocationRequest: t.LiteralC<"allocationRequest">;
5331
+ cantonCommand: t.LiteralC<"cantonCommand">;
5178
5332
  "defi-deposit": t.LiteralC<"defi-deposit">;
5179
5333
  "defi-redeem": t.LiteralC<"defi-redeem">;
5180
5334
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5266,6 +5420,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5266
5420
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
5267
5421
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5268
5422
  allocationRequest: t.LiteralC<"allocationRequest">;
5423
+ cantonCommand: t.LiteralC<"cantonCommand">;
5269
5424
  "defi-deposit": t.LiteralC<"defi-deposit">;
5270
5425
  "defi-redeem": t.LiteralC<"defi-redeem">;
5271
5426
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5356,6 +5511,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5356
5511
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
5357
5512
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5358
5513
  allocationRequest: t.LiteralC<"allocationRequest">;
5514
+ cantonCommand: t.LiteralC<"cantonCommand">;
5359
5515
  "defi-deposit": t.LiteralC<"defi-deposit">;
5360
5516
  "defi-redeem": t.LiteralC<"defi-redeem">;
5361
5517
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5446,6 +5602,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5446
5602
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
5447
5603
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5448
5604
  allocationRequest: t.LiteralC<"allocationRequest">;
5605
+ cantonCommand: t.LiteralC<"cantonCommand">;
5449
5606
  "defi-deposit": t.LiteralC<"defi-deposit">;
5450
5607
  "defi-redeem": t.LiteralC<"defi-redeem">;
5451
5608
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5544,6 +5701,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5544
5701
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
5545
5702
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5546
5703
  allocationRequest: t.LiteralC<"allocationRequest">;
5704
+ cantonCommand: t.LiteralC<"cantonCommand">;
5547
5705
  "defi-deposit": t.LiteralC<"defi-deposit">;
5548
5706
  "defi-redeem": t.LiteralC<"defi-redeem">;
5549
5707
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5664,6 +5822,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5664
5822
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
5665
5823
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5666
5824
  allocationRequest: t.LiteralC<"allocationRequest">;
5825
+ cantonCommand: t.LiteralC<"cantonCommand">;
5667
5826
  "defi-deposit": t.LiteralC<"defi-deposit">;
5668
5827
  "defi-redeem": t.LiteralC<"defi-redeem">;
5669
5828
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5756,6 +5915,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5756
5915
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
5757
5916
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5758
5917
  allocationRequest: t.LiteralC<"allocationRequest">;
5918
+ cantonCommand: t.LiteralC<"cantonCommand">;
5759
5919
  "defi-deposit": t.LiteralC<"defi-deposit">;
5760
5920
  "defi-redeem": t.LiteralC<"defi-redeem">;
5761
5921
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5865,6 +6025,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5865
6025
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
5866
6026
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5867
6027
  allocationRequest: t.LiteralC<"allocationRequest">;
6028
+ cantonCommand: t.LiteralC<"cantonCommand">;
5868
6029
  "defi-deposit": t.LiteralC<"defi-deposit">;
5869
6030
  "defi-redeem": t.LiteralC<"defi-redeem">;
5870
6031
  delegateResource: t.LiteralC<"delegateResource">;
@@ -5973,6 +6134,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5973
6134
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
5974
6135
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
5975
6136
  allocationRequest: t.LiteralC<"allocationRequest">;
6137
+ cantonCommand: t.LiteralC<"cantonCommand">;
5976
6138
  "defi-deposit": t.LiteralC<"defi-deposit">;
5977
6139
  "defi-redeem": t.LiteralC<"defi-redeem">;
5978
6140
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6079,6 +6241,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6079
6241
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
6080
6242
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6081
6243
  allocationRequest: t.LiteralC<"allocationRequest">;
6244
+ cantonCommand: t.LiteralC<"cantonCommand">;
6082
6245
  "defi-deposit": t.LiteralC<"defi-deposit">;
6083
6246
  "defi-redeem": t.LiteralC<"defi-redeem">;
6084
6247
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6160,6 +6323,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6160
6323
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
6161
6324
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6162
6325
  allocationRequest: t.LiteralC<"allocationRequest">;
6326
+ cantonCommand: t.LiteralC<"cantonCommand">;
6163
6327
  "defi-deposit": t.LiteralC<"defi-deposit">;
6164
6328
  "defi-redeem": t.LiteralC<"defi-redeem">;
6165
6329
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6252,6 +6416,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6252
6416
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
6253
6417
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6254
6418
  allocationRequest: t.LiteralC<"allocationRequest">;
6419
+ cantonCommand: t.LiteralC<"cantonCommand">;
6255
6420
  "defi-deposit": t.LiteralC<"defi-deposit">;
6256
6421
  "defi-redeem": t.LiteralC<"defi-redeem">;
6257
6422
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6401,6 +6566,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6401
6566
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
6402
6567
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6403
6568
  allocationRequest: t.LiteralC<"allocationRequest">;
6569
+ cantonCommand: t.LiteralC<"cantonCommand">;
6404
6570
  "defi-deposit": t.LiteralC<"defi-deposit">;
6405
6571
  "defi-redeem": t.LiteralC<"defi-redeem">;
6406
6572
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6479,6 +6645,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6479
6645
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
6480
6646
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6481
6647
  allocationRequest: t.LiteralC<"allocationRequest">;
6648
+ cantonCommand: t.LiteralC<"cantonCommand">;
6482
6649
  "defi-deposit": t.LiteralC<"defi-deposit">;
6483
6650
  "defi-redeem": t.LiteralC<"defi-redeem">;
6484
6651
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6561,6 +6728,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6561
6728
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
6562
6729
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6563
6730
  allocationRequest: t.LiteralC<"allocationRequest">;
6731
+ cantonCommand: t.LiteralC<"cantonCommand">;
6564
6732
  "defi-deposit": t.LiteralC<"defi-deposit">;
6565
6733
  "defi-redeem": t.LiteralC<"defi-redeem">;
6566
6734
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6636,6 +6804,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6636
6804
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
6637
6805
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6638
6806
  allocationRequest: t.LiteralC<"allocationRequest">;
6807
+ cantonCommand: t.LiteralC<"cantonCommand">;
6639
6808
  "defi-deposit": t.LiteralC<"defi-deposit">;
6640
6809
  "defi-redeem": t.LiteralC<"defi-redeem">;
6641
6810
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6712,6 +6881,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6712
6881
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
6713
6882
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6714
6883
  allocationRequest: t.LiteralC<"allocationRequest">;
6884
+ cantonCommand: t.LiteralC<"cantonCommand">;
6715
6885
  "defi-deposit": t.LiteralC<"defi-deposit">;
6716
6886
  "defi-redeem": t.LiteralC<"defi-redeem">;
6717
6887
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6803,6 +6973,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6803
6973
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
6804
6974
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6805
6975
  allocationRequest: t.LiteralC<"allocationRequest">;
6976
+ cantonCommand: t.LiteralC<"cantonCommand">;
6806
6977
  "defi-deposit": t.LiteralC<"defi-deposit">;
6807
6978
  "defi-redeem": t.LiteralC<"defi-redeem">;
6808
6979
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6896,6 +7067,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6896
7067
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
6897
7068
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6898
7069
  allocationRequest: t.LiteralC<"allocationRequest">;
7070
+ cantonCommand: t.LiteralC<"cantonCommand">;
6899
7071
  "defi-deposit": t.LiteralC<"defi-deposit">;
6900
7072
  "defi-redeem": t.LiteralC<"defi-redeem">;
6901
7073
  delegateResource: t.LiteralC<"delegateResource">;
@@ -6982,6 +7154,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6982
7154
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
6983
7155
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
6984
7156
  allocationRequest: t.LiteralC<"allocationRequest">;
7157
+ cantonCommand: t.LiteralC<"cantonCommand">;
6985
7158
  "defi-deposit": t.LiteralC<"defi-deposit">;
6986
7159
  "defi-redeem": t.LiteralC<"defi-redeem">;
6987
7160
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7105,6 +7278,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7105
7278
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
7106
7279
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7107
7280
  allocationRequest: t.LiteralC<"allocationRequest">;
7281
+ cantonCommand: t.LiteralC<"cantonCommand">;
7108
7282
  "defi-deposit": t.LiteralC<"defi-deposit">;
7109
7283
  "defi-redeem": t.LiteralC<"defi-redeem">;
7110
7284
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7258,6 +7432,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7258
7432
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
7259
7433
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7260
7434
  allocationRequest: t.LiteralC<"allocationRequest">;
7435
+ cantonCommand: t.LiteralC<"cantonCommand">;
7261
7436
  "defi-deposit": t.LiteralC<"defi-deposit">;
7262
7437
  "defi-redeem": t.LiteralC<"defi-redeem">;
7263
7438
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7425,6 +7600,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7425
7600
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
7426
7601
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7427
7602
  allocationRequest: t.LiteralC<"allocationRequest">;
7603
+ cantonCommand: t.LiteralC<"cantonCommand">;
7428
7604
  "defi-deposit": t.LiteralC<"defi-deposit">;
7429
7605
  "defi-redeem": t.LiteralC<"defi-redeem">;
7430
7606
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7497,6 +7673,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7497
7673
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
7498
7674
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7499
7675
  allocationRequest: t.LiteralC<"allocationRequest">;
7676
+ cantonCommand: t.LiteralC<"cantonCommand">;
7500
7677
  "defi-deposit": t.LiteralC<"defi-deposit">;
7501
7678
  "defi-redeem": t.LiteralC<"defi-redeem">;
7502
7679
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7564,6 +7741,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7564
7741
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
7565
7742
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7566
7743
  allocationRequest: t.LiteralC<"allocationRequest">;
7744
+ cantonCommand: t.LiteralC<"cantonCommand">;
7567
7745
  "defi-deposit": t.LiteralC<"defi-deposit">;
7568
7746
  "defi-redeem": t.LiteralC<"defi-redeem">;
7569
7747
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7639,6 +7817,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7639
7817
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
7640
7818
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7641
7819
  allocationRequest: t.LiteralC<"allocationRequest">;
7820
+ cantonCommand: t.LiteralC<"cantonCommand">;
7642
7821
  "defi-deposit": t.LiteralC<"defi-deposit">;
7643
7822
  "defi-redeem": t.LiteralC<"defi-redeem">;
7644
7823
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7726,6 +7905,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7726
7905
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
7727
7906
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7728
7907
  allocationRequest: t.LiteralC<"allocationRequest">;
7908
+ cantonCommand: t.LiteralC<"cantonCommand">;
7729
7909
  "defi-deposit": t.LiteralC<"defi-deposit">;
7730
7910
  "defi-redeem": t.LiteralC<"defi-redeem">;
7731
7911
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7798,6 +7978,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7798
7978
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
7799
7979
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7800
7980
  allocationRequest: t.LiteralC<"allocationRequest">;
7981
+ cantonCommand: t.LiteralC<"cantonCommand">;
7801
7982
  "defi-deposit": t.LiteralC<"defi-deposit">;
7802
7983
  "defi-redeem": t.LiteralC<"defi-redeem">;
7803
7984
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7887,6 +8068,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7887
8068
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
7888
8069
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7889
8070
  allocationRequest: t.LiteralC<"allocationRequest">;
8071
+ cantonCommand: t.LiteralC<"cantonCommand">;
7890
8072
  "defi-deposit": t.LiteralC<"defi-deposit">;
7891
8073
  "defi-redeem": t.LiteralC<"defi-redeem">;
7892
8074
  delegateResource: t.LiteralC<"delegateResource">;
@@ -7959,6 +8141,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7959
8141
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
7960
8142
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
7961
8143
  allocationRequest: t.LiteralC<"allocationRequest">;
8144
+ cantonCommand: t.LiteralC<"cantonCommand">;
7962
8145
  "defi-deposit": t.LiteralC<"defi-deposit">;
7963
8146
  "defi-redeem": t.LiteralC<"defi-redeem">;
7964
8147
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8068,6 +8251,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8068
8251
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
8069
8252
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8070
8253
  allocationRequest: t.LiteralC<"allocationRequest">;
8254
+ cantonCommand: t.LiteralC<"cantonCommand">;
8071
8255
  "defi-deposit": t.LiteralC<"defi-deposit">;
8072
8256
  "defi-redeem": t.LiteralC<"defi-redeem">;
8073
8257
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8159,6 +8343,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8159
8343
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
8160
8344
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8161
8345
  allocationRequest: t.LiteralC<"allocationRequest">;
8346
+ cantonCommand: t.LiteralC<"cantonCommand">;
8162
8347
  "defi-deposit": t.LiteralC<"defi-deposit">;
8163
8348
  "defi-redeem": t.LiteralC<"defi-redeem">;
8164
8349
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8232,6 +8417,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8232
8417
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
8233
8418
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8234
8419
  allocationRequest: t.LiteralC<"allocationRequest">;
8420
+ cantonCommand: t.LiteralC<"cantonCommand">;
8235
8421
  "defi-deposit": t.LiteralC<"defi-deposit">;
8236
8422
  "defi-redeem": t.LiteralC<"defi-redeem">;
8237
8423
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8324,6 +8510,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8324
8510
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
8325
8511
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8326
8512
  allocationRequest: t.LiteralC<"allocationRequest">;
8513
+ cantonCommand: t.LiteralC<"cantonCommand">;
8327
8514
  "defi-deposit": t.LiteralC<"defi-deposit">;
8328
8515
  "defi-redeem": t.LiteralC<"defi-redeem">;
8329
8516
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8418,6 +8605,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8418
8605
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
8419
8606
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8420
8607
  allocationRequest: t.LiteralC<"allocationRequest">;
8608
+ cantonCommand: t.LiteralC<"cantonCommand">;
8421
8609
  "defi-deposit": t.LiteralC<"defi-deposit">;
8422
8610
  "defi-redeem": t.LiteralC<"defi-redeem">;
8423
8611
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8513,6 +8701,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8513
8701
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
8514
8702
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8515
8703
  allocationRequest: t.LiteralC<"allocationRequest">;
8704
+ cantonCommand: t.LiteralC<"cantonCommand">;
8516
8705
  "defi-deposit": t.LiteralC<"defi-deposit">;
8517
8706
  "defi-redeem": t.LiteralC<"defi-redeem">;
8518
8707
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8594,6 +8783,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8594
8783
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
8595
8784
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8596
8785
  allocationRequest: t.LiteralC<"allocationRequest">;
8786
+ cantonCommand: t.LiteralC<"cantonCommand">;
8597
8787
  "defi-deposit": t.LiteralC<"defi-deposit">;
8598
8788
  "defi-redeem": t.LiteralC<"defi-redeem">;
8599
8789
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8686,6 +8876,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8686
8876
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
8687
8877
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8688
8878
  allocationRequest: t.LiteralC<"allocationRequest">;
8879
+ cantonCommand: t.LiteralC<"cantonCommand">;
8689
8880
  "defi-deposit": t.LiteralC<"defi-deposit">;
8690
8881
  "defi-redeem": t.LiteralC<"defi-redeem">;
8691
8882
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8817,6 +9008,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8817
9008
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
8818
9009
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8819
9010
  allocationRequest: t.LiteralC<"allocationRequest">;
9011
+ cantonCommand: t.LiteralC<"cantonCommand">;
8820
9012
  "defi-deposit": t.LiteralC<"defi-deposit">;
8821
9013
  "defi-redeem": t.LiteralC<"defi-redeem">;
8822
9014
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8896,6 +9088,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8896
9088
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
8897
9089
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8898
9090
  allocationRequest: t.LiteralC<"allocationRequest">;
9091
+ cantonCommand: t.LiteralC<"cantonCommand">;
8899
9092
  "defi-deposit": t.LiteralC<"defi-deposit">;
8900
9093
  "defi-redeem": t.LiteralC<"defi-redeem">;
8901
9094
  delegateResource: t.LiteralC<"delegateResource">;
@@ -8972,6 +9165,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8972
9165
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
8973
9166
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
8974
9167
  allocationRequest: t.LiteralC<"allocationRequest">;
9168
+ cantonCommand: t.LiteralC<"cantonCommand">;
8975
9169
  "defi-deposit": t.LiteralC<"defi-deposit">;
8976
9170
  "defi-redeem": t.LiteralC<"defi-redeem">;
8977
9171
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9043,6 +9237,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9043
9237
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
9044
9238
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9045
9239
  allocationRequest: t.LiteralC<"allocationRequest">;
9240
+ cantonCommand: t.LiteralC<"cantonCommand">;
9046
9241
  "defi-deposit": t.LiteralC<"defi-deposit">;
9047
9242
  "defi-redeem": t.LiteralC<"defi-redeem">;
9048
9243
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9134,6 +9329,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9134
9329
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
9135
9330
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9136
9331
  allocationRequest: t.LiteralC<"allocationRequest">;
9332
+ cantonCommand: t.LiteralC<"cantonCommand">;
9137
9333
  "defi-deposit": t.LiteralC<"defi-deposit">;
9138
9334
  "defi-redeem": t.LiteralC<"defi-redeem">;
9139
9335
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9211,6 +9407,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9211
9407
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
9212
9408
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9213
9409
  allocationRequest: t.LiteralC<"allocationRequest">;
9410
+ cantonCommand: t.LiteralC<"cantonCommand">;
9214
9411
  "defi-deposit": t.LiteralC<"defi-deposit">;
9215
9412
  "defi-redeem": t.LiteralC<"defi-redeem">;
9216
9413
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9287,6 +9484,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9287
9484
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
9288
9485
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9289
9486
  allocationRequest: t.LiteralC<"allocationRequest">;
9487
+ cantonCommand: t.LiteralC<"cantonCommand">;
9290
9488
  "defi-deposit": t.LiteralC<"defi-deposit">;
9291
9489
  "defi-redeem": t.LiteralC<"defi-redeem">;
9292
9490
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9364,6 +9562,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9364
9562
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
9365
9563
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9366
9564
  allocationRequest: t.LiteralC<"allocationRequest">;
9565
+ cantonCommand: t.LiteralC<"cantonCommand">;
9367
9566
  "defi-deposit": t.LiteralC<"defi-deposit">;
9368
9567
  "defi-redeem": t.LiteralC<"defi-redeem">;
9369
9568
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9440,6 +9639,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9440
9639
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
9441
9640
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9442
9641
  allocationRequest: t.LiteralC<"allocationRequest">;
9642
+ cantonCommand: t.LiteralC<"cantonCommand">;
9443
9643
  "defi-deposit": t.LiteralC<"defi-deposit">;
9444
9644
  "defi-redeem": t.LiteralC<"defi-redeem">;
9445
9645
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9520,6 +9720,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9520
9720
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
9521
9721
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9522
9722
  allocationRequest: t.LiteralC<"allocationRequest">;
9723
+ cantonCommand: t.LiteralC<"cantonCommand">;
9523
9724
  "defi-deposit": t.LiteralC<"defi-deposit">;
9524
9725
  "defi-redeem": t.LiteralC<"defi-redeem">;
9525
9726
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9599,6 +9800,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9599
9800
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
9600
9801
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9601
9802
  allocationRequest: t.LiteralC<"allocationRequest">;
9803
+ cantonCommand: t.LiteralC<"cantonCommand">;
9602
9804
  "defi-deposit": t.LiteralC<"defi-deposit">;
9603
9805
  "defi-redeem": t.LiteralC<"defi-redeem">;
9604
9806
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9680,6 +9882,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9680
9882
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
9681
9883
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9682
9884
  allocationRequest: t.LiteralC<"allocationRequest">;
9885
+ cantonCommand: t.LiteralC<"cantonCommand">;
9683
9886
  "defi-deposit": t.LiteralC<"defi-deposit">;
9684
9887
  "defi-redeem": t.LiteralC<"defi-redeem">;
9685
9888
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9761,6 +9964,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9761
9964
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
9762
9965
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9763
9966
  allocationRequest: t.LiteralC<"allocationRequest">;
9967
+ cantonCommand: t.LiteralC<"cantonCommand">;
9764
9968
  "defi-deposit": t.LiteralC<"defi-deposit">;
9765
9969
  "defi-redeem": t.LiteralC<"defi-redeem">;
9766
9970
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9842,6 +10046,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9842
10046
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
9843
10047
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9844
10048
  allocationRequest: t.LiteralC<"allocationRequest">;
10049
+ cantonCommand: t.LiteralC<"cantonCommand">;
9845
10050
  "defi-deposit": t.LiteralC<"defi-deposit">;
9846
10051
  "defi-redeem": t.LiteralC<"defi-redeem">;
9847
10052
  delegateResource: t.LiteralC<"delegateResource">;
@@ -9922,6 +10127,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9922
10127
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
9923
10128
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
9924
10129
  allocationRequest: t.LiteralC<"allocationRequest">;
10130
+ cantonCommand: t.LiteralC<"cantonCommand">;
9925
10131
  "defi-deposit": t.LiteralC<"defi-deposit">;
9926
10132
  "defi-redeem": t.LiteralC<"defi-redeem">;
9927
10133
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10006,6 +10212,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10006
10212
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10007
10213
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10008
10214
  allocationRequest: t.LiteralC<"allocationRequest">;
10215
+ cantonCommand: t.LiteralC<"cantonCommand">;
10009
10216
  "defi-deposit": t.LiteralC<"defi-deposit">;
10010
10217
  "defi-redeem": t.LiteralC<"defi-redeem">;
10011
10218
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10085,6 +10292,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10085
10292
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10086
10293
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10087
10294
  allocationRequest: t.LiteralC<"allocationRequest">;
10295
+ cantonCommand: t.LiteralC<"cantonCommand">;
10088
10296
  "defi-deposit": t.LiteralC<"defi-deposit">;
10089
10297
  "defi-redeem": t.LiteralC<"defi-redeem">;
10090
10298
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10166,6 +10374,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10166
10374
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10167
10375
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10168
10376
  allocationRequest: t.LiteralC<"allocationRequest">;
10377
+ cantonCommand: t.LiteralC<"cantonCommand">;
10169
10378
  "defi-deposit": t.LiteralC<"defi-deposit">;
10170
10379
  "defi-redeem": t.LiteralC<"defi-redeem">;
10171
10380
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10243,6 +10452,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10243
10452
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10244
10453
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10245
10454
  allocationRequest: t.LiteralC<"allocationRequest">;
10455
+ cantonCommand: t.LiteralC<"cantonCommand">;
10246
10456
  "defi-deposit": t.LiteralC<"defi-deposit">;
10247
10457
  "defi-redeem": t.LiteralC<"defi-redeem">;
10248
10458
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10319,6 +10529,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10319
10529
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10320
10530
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10321
10531
  allocationRequest: t.LiteralC<"allocationRequest">;
10532
+ cantonCommand: t.LiteralC<"cantonCommand">;
10322
10533
  "defi-deposit": t.LiteralC<"defi-deposit">;
10323
10534
  "defi-redeem": t.LiteralC<"defi-redeem">;
10324
10535
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10395,6 +10606,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10395
10606
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10396
10607
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10397
10608
  allocationRequest: t.LiteralC<"allocationRequest">;
10609
+ cantonCommand: t.LiteralC<"cantonCommand">;
10398
10610
  "defi-deposit": t.LiteralC<"defi-deposit">;
10399
10611
  "defi-redeem": t.LiteralC<"defi-redeem">;
10400
10612
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10476,6 +10688,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10476
10688
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10477
10689
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10478
10690
  allocationRequest: t.LiteralC<"allocationRequest">;
10691
+ cantonCommand: t.LiteralC<"cantonCommand">;
10479
10692
  "defi-deposit": t.LiteralC<"defi-deposit">;
10480
10693
  "defi-redeem": t.LiteralC<"defi-redeem">;
10481
10694
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10558,6 +10771,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10558
10771
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10559
10772
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10560
10773
  allocationRequest: t.LiteralC<"allocationRequest">;
10774
+ cantonCommand: t.LiteralC<"cantonCommand">;
10561
10775
  "defi-deposit": t.LiteralC<"defi-deposit">;
10562
10776
  "defi-redeem": t.LiteralC<"defi-redeem">;
10563
10777
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10638,6 +10852,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10638
10852
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10639
10853
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10640
10854
  allocationRequest: t.LiteralC<"allocationRequest">;
10855
+ cantonCommand: t.LiteralC<"cantonCommand">;
10641
10856
  "defi-deposit": t.LiteralC<"defi-deposit">;
10642
10857
  "defi-redeem": t.LiteralC<"defi-redeem">;
10643
10858
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10718,6 +10933,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10718
10933
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10719
10934
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10720
10935
  allocationRequest: t.LiteralC<"allocationRequest">;
10936
+ cantonCommand: t.LiteralC<"cantonCommand">;
10721
10937
  "defi-deposit": t.LiteralC<"defi-deposit">;
10722
10938
  "defi-redeem": t.LiteralC<"defi-redeem">;
10723
10939
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10793,6 +11009,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10793
11009
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10794
11010
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10795
11011
  allocationRequest: t.LiteralC<"allocationRequest">;
11012
+ cantonCommand: t.LiteralC<"cantonCommand">;
10796
11013
  "defi-deposit": t.LiteralC<"defi-deposit">;
10797
11014
  "defi-redeem": t.LiteralC<"defi-redeem">;
10798
11015
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10868,6 +11085,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10868
11085
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10869
11086
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10870
11087
  allocationRequest: t.LiteralC<"allocationRequest">;
11088
+ cantonCommand: t.LiteralC<"cantonCommand">;
10871
11089
  "defi-deposit": t.LiteralC<"defi-deposit">;
10872
11090
  "defi-redeem": t.LiteralC<"defi-redeem">;
10873
11091
  delegateResource: t.LiteralC<"delegateResource">;
@@ -10937,6 +11155,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10937
11155
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
10938
11156
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
10939
11157
  allocationRequest: t.LiteralC<"allocationRequest">;
11158
+ cantonCommand: t.LiteralC<"cantonCommand">;
10940
11159
  "defi-deposit": t.LiteralC<"defi-deposit">;
10941
11160
  "defi-redeem": t.LiteralC<"defi-redeem">;
10942
11161
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11010,6 +11229,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11010
11229
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
11011
11230
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11012
11231
  allocationRequest: t.LiteralC<"allocationRequest">;
11232
+ cantonCommand: t.LiteralC<"cantonCommand">;
11013
11233
  "defi-deposit": t.LiteralC<"defi-deposit">;
11014
11234
  "defi-redeem": t.LiteralC<"defi-redeem">;
11015
11235
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11085,6 +11305,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11085
11305
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
11086
11306
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11087
11307
  allocationRequest: t.LiteralC<"allocationRequest">;
11308
+ cantonCommand: t.LiteralC<"cantonCommand">;
11088
11309
  "defi-deposit": t.LiteralC<"defi-deposit">;
11089
11310
  "defi-redeem": t.LiteralC<"defi-redeem">;
11090
11311
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11160,6 +11381,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11160
11381
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
11161
11382
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11162
11383
  allocationRequest: t.LiteralC<"allocationRequest">;
11384
+ cantonCommand: t.LiteralC<"cantonCommand">;
11163
11385
  "defi-deposit": t.LiteralC<"defi-deposit">;
11164
11386
  "defi-redeem": t.LiteralC<"defi-redeem">;
11165
11387
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11241,6 +11463,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11241
11463
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
11242
11464
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11243
11465
  allocationRequest: t.LiteralC<"allocationRequest">;
11466
+ cantonCommand: t.LiteralC<"cantonCommand">;
11244
11467
  "defi-deposit": t.LiteralC<"defi-deposit">;
11245
11468
  "defi-redeem": t.LiteralC<"defi-redeem">;
11246
11469
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11322,6 +11545,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11322
11545
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
11323
11546
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11324
11547
  allocationRequest: t.LiteralC<"allocationRequest">;
11548
+ cantonCommand: t.LiteralC<"cantonCommand">;
11325
11549
  "defi-deposit": t.LiteralC<"defi-deposit">;
11326
11550
  "defi-redeem": t.LiteralC<"defi-redeem">;
11327
11551
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11397,6 +11621,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11397
11621
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
11398
11622
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11399
11623
  allocationRequest: t.LiteralC<"allocationRequest">;
11624
+ cantonCommand: t.LiteralC<"cantonCommand">;
11400
11625
  "defi-deposit": t.LiteralC<"defi-deposit">;
11401
11626
  "defi-redeem": t.LiteralC<"defi-redeem">;
11402
11627
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11468,6 +11693,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11468
11693
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
11469
11694
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11470
11695
  allocationRequest: t.LiteralC<"allocationRequest">;
11696
+ cantonCommand: t.LiteralC<"cantonCommand">;
11471
11697
  "defi-deposit": t.LiteralC<"defi-deposit">;
11472
11698
  "defi-redeem": t.LiteralC<"defi-redeem">;
11473
11699
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11559,6 +11785,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11559
11785
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
11560
11786
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11561
11787
  allocationRequest: t.LiteralC<"allocationRequest">;
11788
+ cantonCommand: t.LiteralC<"cantonCommand">;
11562
11789
  "defi-deposit": t.LiteralC<"defi-deposit">;
11563
11790
  "defi-redeem": t.LiteralC<"defi-redeem">;
11564
11791
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11660,6 +11887,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11660
11887
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
11661
11888
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11662
11889
  allocationRequest: t.LiteralC<"allocationRequest">;
11890
+ cantonCommand: t.LiteralC<"cantonCommand">;
11663
11891
  "defi-deposit": t.LiteralC<"defi-deposit">;
11664
11892
  "defi-redeem": t.LiteralC<"defi-redeem">;
11665
11893
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11771,6 +11999,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11771
11999
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
11772
12000
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11773
12001
  allocationRequest: t.LiteralC<"allocationRequest">;
12002
+ cantonCommand: t.LiteralC<"cantonCommand">;
11774
12003
  "defi-deposit": t.LiteralC<"defi-deposit">;
11775
12004
  "defi-redeem": t.LiteralC<"defi-redeem">;
11776
12005
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11854,6 +12083,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11854
12083
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
11855
12084
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11856
12085
  allocationRequest: t.LiteralC<"allocationRequest">;
12086
+ cantonCommand: t.LiteralC<"cantonCommand">;
11857
12087
  "defi-deposit": t.LiteralC<"defi-deposit">;
11858
12088
  "defi-redeem": t.LiteralC<"defi-redeem">;
11859
12089
  delegateResource: t.LiteralC<"delegateResource">;
@@ -11947,6 +12177,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11947
12177
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
11948
12178
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
11949
12179
  allocationRequest: t.LiteralC<"allocationRequest">;
12180
+ cantonCommand: t.LiteralC<"cantonCommand">;
11950
12181
  "defi-deposit": t.LiteralC<"defi-deposit">;
11951
12182
  "defi-redeem": t.LiteralC<"defi-redeem">;
11952
12183
  delegateResource: t.LiteralC<"delegateResource">;
@@ -12022,6 +12253,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
12022
12253
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
12023
12254
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
12024
12255
  allocationRequest: t.LiteralC<"allocationRequest">;
12256
+ cantonCommand: t.LiteralC<"cantonCommand">;
12025
12257
  "defi-deposit": t.LiteralC<"defi-deposit">;
12026
12258
  "defi-redeem": t.LiteralC<"defi-redeem">;
12027
12259
  delegateResource: t.LiteralC<"delegateResource">;
@@ -12103,6 +12335,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
12103
12335
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
12104
12336
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
12105
12337
  allocationRequest: t.LiteralC<"allocationRequest">;
12338
+ cantonCommand: t.LiteralC<"cantonCommand">;
12106
12339
  "defi-deposit": t.LiteralC<"defi-deposit">;
12107
12340
  "defi-redeem": t.LiteralC<"defi-redeem">;
12108
12341
  delegateResource: t.LiteralC<"delegateResource">;
@@ -12178,6 +12411,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
12178
12411
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
12179
12412
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
12180
12413
  allocationRequest: t.LiteralC<"allocationRequest">;
12414
+ cantonCommand: t.LiteralC<"cantonCommand">;
12181
12415
  "defi-deposit": t.LiteralC<"defi-deposit">;
12182
12416
  "defi-redeem": t.LiteralC<"defi-redeem">;
12183
12417
  delegateResource: t.LiteralC<"delegateResource">;
@@ -12259,6 +12493,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
12259
12493
  cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
12260
12494
  cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
12261
12495
  allocationRequest: t.LiteralC<"allocationRequest">;
12496
+ cantonCommand: t.LiteralC<"cantonCommand">;
12262
12497
  "defi-deposit": t.LiteralC<"defi-deposit">;
12263
12498
  "defi-redeem": t.LiteralC<"defi-redeem">;
12264
12499
  delegateResource: t.LiteralC<"delegateResource">;