@bitgo/public-types 5.5.0 → 5.6.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 (128) hide show
  1. package/dist/src/schema/transactionRequest/intents/accelerationIntent.d.ts +1 -0
  2. package/dist/src/schema/transactionRequest/intents/accountBaseCreateAccountIntent.d.ts +1 -0
  3. package/dist/src/schema/transactionRequest/intents/accountBaseUpdateAccountIntent.d.ts +1 -0
  4. package/dist/src/schema/transactionRequest/intents/adaPaymentIntent.d.ts +1 -0
  5. package/dist/src/schema/transactionRequest/intents/adaPledgeIntent.d.ts +1 -0
  6. package/dist/src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.d.ts +1 -0
  7. package/dist/src/schema/transactionRequest/intents/adaStakeIntent.d.ts +1 -0
  8. package/dist/src/schema/transactionRequest/intents/adaUnstakeIntent.d.ts +1 -0
  9. package/dist/src/schema/transactionRequest/intents/adaVoteDelegationIntent.d.ts +1 -0
  10. package/dist/src/schema/transactionRequest/intents/atomPaymentIntent.d.ts +1 -0
  11. package/dist/src/schema/transactionRequest/intents/atomStakeIntent.d.ts +1 -0
  12. package/dist/src/schema/transactionRequest/intents/atomUnstakeIntent.d.ts +1 -0
  13. package/dist/src/schema/transactionRequest/intents/atomWithdrawIntent.d.ts +1 -0
  14. package/dist/src/schema/transactionRequest/intents/babyCreateBtcDelegationIntent.d.ts +1 -0
  15. package/dist/src/schema/transactionRequest/intents/babyWithdrawRewardIntent.d.ts +1 -0
  16. package/dist/src/schema/transactionRequest/intents/baseGoStakeIntent.d.ts +47 -0
  17. package/dist/src/schema/transactionRequest/intents/baseGoStakeIntent.js +35 -0
  18. package/dist/src/schema/transactionRequest/intents/baseGoStakeIntent.js.map +1 -0
  19. package/dist/src/schema/transactionRequest/intents/baseIntent.d.ts +2 -0
  20. package/dist/src/schema/transactionRequest/intents/baseStakeIntent.d.ts +1 -0
  21. package/dist/src/schema/transactionRequest/intents/baseStakeIntentWithCalldata.d.ts +1 -0
  22. package/dist/src/schema/transactionRequest/intents/beraDelegateIntent.d.ts +1 -0
  23. package/dist/src/schema/transactionRequest/intents/bscDelegateIntent.d.ts +1 -0
  24. package/dist/src/schema/transactionRequest/intents/bscStakeClaimRewardsIntent.d.ts +1 -0
  25. package/dist/src/schema/transactionRequest/intents/bscUndelegateIntent.d.ts +1 -0
  26. package/dist/src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.d.ts +1 -0
  27. package/dist/src/schema/transactionRequest/intents/consolidateTokenIntent.d.ts +1 -0
  28. package/dist/src/schema/transactionRequest/intents/coredaoClaimIntent.d.ts +1 -0
  29. package/dist/src/schema/transactionRequest/intents/coredaoDelegateIntent.d.ts +1 -0
  30. package/dist/src/schema/transactionRequest/intents/coredaoUndelegateIntent.d.ts +1 -0
  31. package/dist/src/schema/transactionRequest/intents/cosmosPaymentIntent.d.ts +1 -0
  32. package/dist/src/schema/transactionRequest/intents/cosmosStakeIntent.d.ts +1 -0
  33. package/dist/src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.d.ts +1 -0
  34. package/dist/src/schema/transactionRequest/intents/cosmosUnstakeIntent.d.ts +1 -0
  35. package/dist/src/schema/transactionRequest/intents/cosmosWithdrawIntent.d.ts +1 -0
  36. package/dist/src/schema/transactionRequest/intents/dotBaseIntent.d.ts +1 -0
  37. package/dist/src/schema/transactionRequest/intents/dotCreateAccountIntent.d.ts +1 -0
  38. package/dist/src/schema/transactionRequest/intents/dotPaymentIntent.d.ts +1 -0
  39. package/dist/src/schema/transactionRequest/intents/dotStakingIntent.d.ts +1 -0
  40. package/dist/src/schema/transactionRequest/intents/dotUnstakingIntent.d.ts +1 -0
  41. package/dist/src/schema/transactionRequest/intents/dotWithdrawStakeIntent.d.ts +1 -0
  42. package/dist/src/schema/transactionRequest/intents/enableTokenIntent.d.ts +1 -0
  43. package/dist/src/schema/transactionRequest/intents/ethAccelerationIntent.d.ts +1 -0
  44. package/dist/src/schema/transactionRequest/intents/ethConsolidateTokenIntent.d.ts +1 -0
  45. package/dist/src/schema/transactionRequest/intents/ethFillNonceIntent.d.ts +1 -0
  46. package/dist/src/schema/transactionRequest/intents/ethLikeStakeIntent.d.ts +2 -0
  47. package/dist/src/schema/transactionRequest/intents/ethPaymentIntent.d.ts +1 -0
  48. package/dist/src/schema/transactionRequest/intents/ethStakingIntent.d.ts +1 -0
  49. package/dist/src/schema/transactionRequest/intents/ethTransferTokenIntent.d.ts +1 -0
  50. package/dist/src/schema/transactionRequest/intents/feeAddressTransferIntent.d.ts +1 -0
  51. package/dist/src/schema/transactionRequest/intents/fillNonceIntent.d.ts +1 -0
  52. package/dist/src/schema/transactionRequest/intents/goUnstakeIntent.d.ts +65 -0
  53. package/dist/src/schema/transactionRequest/intents/goUnstakeIntent.js +38 -0
  54. package/dist/src/schema/transactionRequest/intents/goUnstakeIntent.js.map +1 -0
  55. package/dist/src/schema/transactionRequest/intents/icpPaymentIntent.d.ts +1 -0
  56. package/dist/src/schema/transactionRequest/intents/intent.d.ts +257 -2
  57. package/dist/src/schema/transactionRequest/intents/intent.js +4 -0
  58. package/dist/src/schema/transactionRequest/intents/intent.js.map +1 -1
  59. package/dist/src/schema/transactionRequest/intents/intentType.d.ts +2 -0
  60. package/dist/src/schema/transactionRequest/intents/intentType.js +1 -0
  61. package/dist/src/schema/transactionRequest/intents/intentType.js.map +1 -1
  62. package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.d.ts +2 -0
  63. package/dist/src/schema/transactionRequest/intents/mmiSignMessageIntent.d.ts +1 -0
  64. package/dist/src/schema/transactionRequest/intents/mmiSignTransactionIntent.d.ts +1 -0
  65. package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +1 -0
  66. package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +1 -0
  67. package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +1 -0
  68. package/dist/src/schema/transactionRequest/intents/paymentIntent.d.ts +1 -0
  69. package/dist/src/schema/transactionRequest/intents/polyxBaseIntent.d.ts +1 -0
  70. package/dist/src/schema/transactionRequest/intents/polyxCreateAccountIntent.d.ts +1 -0
  71. package/dist/src/schema/transactionRequest/intents/polyxStakeIntent.d.ts +1 -0
  72. package/dist/src/schema/transactionRequest/intents/polyxUnstakeIntent.d.ts +1 -0
  73. package/dist/src/schema/transactionRequest/intents/polyxWithdrawIntent.d.ts +1 -0
  74. package/dist/src/schema/transactionRequest/intents/signMessageIntent.d.ts +1 -0
  75. package/dist/src/schema/transactionRequest/intents/solAuthorizeIntent.d.ts +1 -0
  76. package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +1 -0
  77. package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.d.ts +1 -0
  78. package/dist/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.d.ts +1 -0
  79. package/dist/src/schema/transactionRequest/intents/solDeactivateIntent.d.ts +1 -0
  80. package/dist/src/schema/transactionRequest/intents/solDelegateIntent.d.ts +1 -0
  81. package/dist/src/schema/transactionRequest/intents/solGoUnstakeIntent.d.ts +69 -0
  82. package/dist/src/schema/transactionRequest/intents/solGoUnstakeIntent.js +34 -0
  83. package/dist/src/schema/transactionRequest/intents/solGoUnstakeIntent.js.map +1 -0
  84. package/dist/src/schema/transactionRequest/intents/solPaymentIntent.d.ts +1 -0
  85. package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +1 -0
  86. package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +1 -0
  87. package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +1 -0
  88. package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +1 -0
  89. package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +1 -0
  90. package/dist/src/schema/transactionRequest/intents/substrateBaseIntent.d.ts +1 -0
  91. package/dist/src/schema/transactionRequest/intents/substratePaymentIntent.d.ts +1 -0
  92. package/dist/src/schema/transactionRequest/intents/suiBuildOptions.d.ts +1 -0
  93. package/dist/src/schema/transactionRequest/intents/suiConsolidateIntent.d.ts +1 -0
  94. package/dist/src/schema/transactionRequest/intents/suiCustomTxIntent.d.ts +2 -0
  95. package/dist/src/schema/transactionRequest/intents/suiGoUnstakeIntent.d.ts +112 -0
  96. package/dist/src/schema/transactionRequest/intents/suiGoUnstakeIntent.js +34 -0
  97. package/dist/src/schema/transactionRequest/intents/suiGoUnstakeIntent.js.map +1 -0
  98. package/dist/src/schema/transactionRequest/intents/suiPaymentIntent.d.ts +2 -0
  99. package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +1 -0
  100. package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +1 -0
  101. package/dist/src/schema/transactionRequest/intents/taoStakeIntent.d.ts +2 -0
  102. package/dist/src/schema/transactionRequest/intents/taoStakingBaseIntent.d.ts +1 -0
  103. package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.d.ts +2 -0
  104. package/dist/src/schema/transactionRequest/intents/tokenApprovalIntent.d.ts +1 -0
  105. package/dist/src/schema/transactionRequest/intents/tonDelegateIntent.d.ts +1 -0
  106. package/dist/src/schema/transactionRequest/intents/tonPaymentIntent.d.ts +1 -0
  107. package/dist/src/schema/transactionRequest/intents/tonUndelegateIntent.d.ts +1 -0
  108. package/dist/src/schema/transactionRequest/intents/transferTokenIntent.d.ts +1 -0
  109. package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +1 -0
  110. package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +1 -0
  111. package/dist/src/schema/transactionRequest/intents/walletRecoveryIntent.d.ts +1 -0
  112. package/dist/src/schema/transactionRequest/intents/walrusStakingIntent.d.ts +1 -0
  113. package/dist/src/schema/transactionRequest/intents/walrusUndelegateIntent.d.ts +1 -0
  114. package/dist/src/schema/transactionRequest/intents/walrusWithdrawIntent.d.ts +1 -0
  115. package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +1 -0
  116. package/dist/src/schema/transactions/tronTransaction.d.ts +30 -192
  117. package/dist/src/schema/transactions/tronTransaction.js +35 -66
  118. package/dist/src/schema/transactions/tronTransaction.js.map +1 -1
  119. package/dist/src/schema/webhook/addWalletWebhookRequest.js.map +1 -1
  120. package/package.json +1 -1
  121. package/src/schema/transactionRequest/intents/baseGoStakeIntent.ts +19 -0
  122. package/src/schema/transactionRequest/intents/goUnstakeIntent.ts +22 -0
  123. package/src/schema/transactionRequest/intents/intent.ts +4 -0
  124. package/src/schema/transactionRequest/intents/intentType.ts +4 -0
  125. package/src/schema/transactionRequest/intents/solGoUnstakeIntent.ts +16 -0
  126. package/src/schema/transactionRequest/intents/suiGoUnstakeIntent.ts +16 -0
  127. package/src/schema/transactions/tronTransaction.ts +36 -71
  128. package/src/schema/webhook/addWalletWebhookRequest.ts +3 -0
@@ -96,6 +96,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
96
96
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
97
97
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
98
98
  tokenApproval: t.LiteralC<"tokenApproval">;
99
+ goUnstake: t.LiteralC<"goUnstake">;
99
100
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
100
101
  }>;
101
102
  }>, t.PartialC<{
@@ -157,6 +158,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
157
158
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
158
159
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
159
160
  tokenApproval: t.LiteralC<"tokenApproval">;
161
+ goUnstake: t.LiteralC<"goUnstake">;
160
162
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
161
163
  }>;
162
164
  }>, t.PartialC<{
@@ -206,6 +208,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
206
208
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
207
209
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
208
210
  tokenApproval: t.LiteralC<"tokenApproval">;
211
+ goUnstake: t.LiteralC<"goUnstake">;
209
212
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
210
213
  }>;
211
214
  }>, t.PartialC<{
@@ -262,6 +265,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
262
265
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
263
266
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
264
267
  tokenApproval: t.LiteralC<"tokenApproval">;
268
+ goUnstake: t.LiteralC<"goUnstake">;
265
269
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
266
270
  }>;
267
271
  }>, t.PartialC<{
@@ -317,6 +321,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
317
321
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
318
322
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
319
323
  tokenApproval: t.LiteralC<"tokenApproval">;
324
+ goUnstake: t.LiteralC<"goUnstake">;
320
325
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
321
326
  }>;
322
327
  }>, t.PartialC<{
@@ -364,6 +369,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
364
369
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
365
370
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
366
371
  tokenApproval: t.LiteralC<"tokenApproval">;
372
+ goUnstake: t.LiteralC<"goUnstake">;
367
373
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
368
374
  }>;
369
375
  }>, t.PartialC<{
@@ -425,6 +431,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
425
431
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
426
432
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
427
433
  tokenApproval: t.LiteralC<"tokenApproval">;
434
+ goUnstake: t.LiteralC<"goUnstake">;
428
435
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
429
436
  }>;
430
437
  }>, t.PartialC<{
@@ -504,6 +511,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
504
511
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
505
512
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
506
513
  tokenApproval: t.LiteralC<"tokenApproval">;
514
+ goUnstake: t.LiteralC<"goUnstake">;
507
515
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
508
516
  }>;
509
517
  }>, t.PartialC<{
@@ -583,6 +591,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
583
591
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
584
592
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
585
593
  tokenApproval: t.LiteralC<"tokenApproval">;
594
+ goUnstake: t.LiteralC<"goUnstake">;
586
595
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
587
596
  }>;
588
597
  }>, t.PartialC<{
@@ -642,6 +651,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
642
651
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
643
652
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
644
653
  tokenApproval: t.LiteralC<"tokenApproval">;
654
+ goUnstake: t.LiteralC<"goUnstake">;
645
655
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
646
656
  }>;
647
657
  }>, t.PartialC<{
@@ -688,6 +698,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
688
698
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
689
699
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
690
700
  tokenApproval: t.LiteralC<"tokenApproval">;
701
+ goUnstake: t.LiteralC<"goUnstake">;
691
702
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
692
703
  }>;
693
704
  }>, t.PartialC<{
@@ -734,6 +745,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
734
745
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
735
746
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
736
747
  tokenApproval: t.LiteralC<"tokenApproval">;
748
+ goUnstake: t.LiteralC<"goUnstake">;
737
749
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
738
750
  }>;
739
751
  }>, t.PartialC<{
@@ -787,6 +799,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
787
799
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
788
800
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
789
801
  tokenApproval: t.LiteralC<"tokenApproval">;
802
+ goUnstake: t.LiteralC<"goUnstake">;
790
803
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
791
804
  }>;
792
805
  }>, t.PartialC<{
@@ -839,6 +852,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
839
852
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
840
853
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
841
854
  tokenApproval: t.LiteralC<"tokenApproval">;
855
+ goUnstake: t.LiteralC<"goUnstake">;
842
856
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
843
857
  }>;
844
858
  }>, t.PartialC<{
@@ -895,6 +909,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
895
909
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
896
910
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
897
911
  tokenApproval: t.LiteralC<"tokenApproval">;
912
+ goUnstake: t.LiteralC<"goUnstake">;
898
913
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
899
914
  }>;
900
915
  }>, t.PartialC<{
@@ -956,6 +971,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
956
971
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
957
972
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
958
973
  tokenApproval: t.LiteralC<"tokenApproval">;
974
+ goUnstake: t.LiteralC<"goUnstake">;
959
975
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
960
976
  }>;
961
977
  }>, t.PartialC<{
@@ -1034,6 +1050,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1034
1050
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1035
1051
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1036
1052
  tokenApproval: t.LiteralC<"tokenApproval">;
1053
+ goUnstake: t.LiteralC<"goUnstake">;
1037
1054
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1038
1055
  }>;
1039
1056
  }>, t.PartialC<{
@@ -1085,6 +1102,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1085
1102
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1086
1103
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1087
1104
  tokenApproval: t.LiteralC<"tokenApproval">;
1105
+ goUnstake: t.LiteralC<"goUnstake">;
1088
1106
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1089
1107
  }>;
1090
1108
  }>, t.PartialC<{
@@ -1163,6 +1181,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1163
1181
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1164
1182
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1165
1183
  tokenApproval: t.LiteralC<"tokenApproval">;
1184
+ goUnstake: t.LiteralC<"goUnstake">;
1166
1185
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1167
1186
  }>;
1168
1187
  }>, t.PartialC<{
@@ -1278,6 +1297,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1278
1297
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1279
1298
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1280
1299
  tokenApproval: t.LiteralC<"tokenApproval">;
1300
+ goUnstake: t.LiteralC<"goUnstake">;
1281
1301
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1282
1302
  }>;
1283
1303
  }>, t.PartialC<{
@@ -1373,6 +1393,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1373
1393
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1374
1394
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1375
1395
  tokenApproval: t.LiteralC<"tokenApproval">;
1396
+ goUnstake: t.LiteralC<"goUnstake">;
1376
1397
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1377
1398
  }>;
1378
1399
  }>, t.PartialC<{
@@ -1456,6 +1477,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1456
1477
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1457
1478
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1458
1479
  tokenApproval: t.LiteralC<"tokenApproval">;
1480
+ goUnstake: t.LiteralC<"goUnstake">;
1459
1481
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1460
1482
  }>;
1461
1483
  }>, t.PartialC<{
@@ -1526,6 +1548,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1526
1548
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1527
1549
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1528
1550
  tokenApproval: t.LiteralC<"tokenApproval">;
1551
+ goUnstake: t.LiteralC<"goUnstake">;
1529
1552
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1530
1553
  }>;
1531
1554
  }>, t.PartialC<{
@@ -1595,6 +1618,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1595
1618
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1596
1619
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1597
1620
  tokenApproval: t.LiteralC<"tokenApproval">;
1621
+ goUnstake: t.LiteralC<"goUnstake">;
1598
1622
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1599
1623
  }>;
1600
1624
  }>, t.PartialC<{
@@ -1664,6 +1688,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1664
1688
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1665
1689
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1666
1690
  tokenApproval: t.LiteralC<"tokenApproval">;
1691
+ goUnstake: t.LiteralC<"goUnstake">;
1667
1692
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1668
1693
  }>;
1669
1694
  }>, t.PartialC<{
@@ -1829,6 +1854,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1829
1854
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1830
1855
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1831
1856
  tokenApproval: t.LiteralC<"tokenApproval">;
1857
+ goUnstake: t.LiteralC<"goUnstake">;
1832
1858
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1833
1859
  }>;
1834
1860
  }>, t.PartialC<{
@@ -1937,6 +1963,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1937
1963
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1938
1964
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1939
1965
  tokenApproval: t.LiteralC<"tokenApproval">;
1966
+ goUnstake: t.LiteralC<"goUnstake">;
1940
1967
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1941
1968
  }>;
1942
1969
  }>, t.PartialC<{
@@ -2004,6 +2031,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2004
2031
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2005
2032
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2006
2033
  tokenApproval: t.LiteralC<"tokenApproval">;
2034
+ goUnstake: t.LiteralC<"goUnstake">;
2007
2035
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2008
2036
  }>;
2009
2037
  }>, t.PartialC<{
@@ -2100,6 +2128,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2100
2128
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2101
2129
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2102
2130
  tokenApproval: t.LiteralC<"tokenApproval">;
2131
+ goUnstake: t.LiteralC<"goUnstake">;
2103
2132
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2104
2133
  }>;
2105
2134
  }>, t.PartialC<{
@@ -2185,6 +2214,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2185
2214
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2186
2215
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2187
2216
  tokenApproval: t.LiteralC<"tokenApproval">;
2217
+ goUnstake: t.LiteralC<"goUnstake">;
2188
2218
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2189
2219
  }>;
2190
2220
  }>, t.PartialC<{
@@ -2291,6 +2321,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2291
2321
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2292
2322
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2293
2323
  tokenApproval: t.LiteralC<"tokenApproval">;
2324
+ goUnstake: t.LiteralC<"goUnstake">;
2294
2325
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2295
2326
  }>;
2296
2327
  }>, t.PartialC<{
@@ -2350,6 +2381,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2350
2381
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2351
2382
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2352
2383
  tokenApproval: t.LiteralC<"tokenApproval">;
2384
+ goUnstake: t.LiteralC<"goUnstake">;
2353
2385
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2354
2386
  }>;
2355
2387
  }>, t.PartialC<{
@@ -2411,6 +2443,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2411
2443
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2412
2444
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2413
2445
  tokenApproval: t.LiteralC<"tokenApproval">;
2446
+ goUnstake: t.LiteralC<"goUnstake">;
2414
2447
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2415
2448
  }>;
2416
2449
  }>, t.PartialC<{
@@ -2463,6 +2496,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2463
2496
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2464
2497
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2465
2498
  tokenApproval: t.LiteralC<"tokenApproval">;
2499
+ goUnstake: t.LiteralC<"goUnstake">;
2466
2500
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2467
2501
  }>;
2468
2502
  }>, t.PartialC<{
@@ -2514,6 +2548,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2514
2548
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2515
2549
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2516
2550
  tokenApproval: t.LiteralC<"tokenApproval">;
2551
+ goUnstake: t.LiteralC<"goUnstake">;
2517
2552
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2518
2553
  }>;
2519
2554
  }>, t.PartialC<{
@@ -2561,6 +2596,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2561
2596
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2562
2597
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2563
2598
  tokenApproval: t.LiteralC<"tokenApproval">;
2599
+ goUnstake: t.LiteralC<"goUnstake">;
2564
2600
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2565
2601
  }>;
2566
2602
  }>, t.PartialC<{
@@ -2622,6 +2658,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2622
2658
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2623
2659
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2624
2660
  tokenApproval: t.LiteralC<"tokenApproval">;
2661
+ goUnstake: t.LiteralC<"goUnstake">;
2625
2662
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2626
2663
  }>;
2627
2664
  }>, t.PartialC<{
@@ -2684,6 +2721,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2684
2721
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2685
2722
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2686
2723
  tokenApproval: t.LiteralC<"tokenApproval">;
2724
+ goUnstake: t.LiteralC<"goUnstake">;
2687
2725
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2688
2726
  }>;
2689
2727
  }>, t.PartialC<{
@@ -2746,6 +2784,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2746
2784
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2747
2785
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2748
2786
  tokenApproval: t.LiteralC<"tokenApproval">;
2787
+ goUnstake: t.LiteralC<"goUnstake">;
2749
2788
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2750
2789
  }>;
2751
2790
  }>, t.PartialC<{
@@ -2816,6 +2855,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2816
2855
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2817
2856
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2818
2857
  tokenApproval: t.LiteralC<"tokenApproval">;
2858
+ goUnstake: t.LiteralC<"goUnstake">;
2819
2859
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2820
2860
  }>;
2821
2861
  }>, t.PartialC<{
@@ -2910,6 +2950,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2910
2950
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2911
2951
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2912
2952
  tokenApproval: t.LiteralC<"tokenApproval">;
2953
+ goUnstake: t.LiteralC<"goUnstake">;
2913
2954
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2914
2955
  }>;
2915
2956
  }>, t.PartialC<{
@@ -2990,6 +3031,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2990
3031
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2991
3032
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2992
3033
  tokenApproval: t.LiteralC<"tokenApproval">;
3034
+ goUnstake: t.LiteralC<"goUnstake">;
2993
3035
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2994
3036
  }>;
2995
3037
  }>, t.PartialC<{
@@ -3068,6 +3110,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3068
3110
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3069
3111
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3070
3112
  tokenApproval: t.LiteralC<"tokenApproval">;
3113
+ goUnstake: t.LiteralC<"goUnstake">;
3071
3114
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3072
3115
  }>;
3073
3116
  }>, t.PartialC<{
@@ -3146,6 +3189,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3146
3189
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3147
3190
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3148
3191
  tokenApproval: t.LiteralC<"tokenApproval">;
3192
+ goUnstake: t.LiteralC<"goUnstake">;
3149
3193
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3150
3194
  }>;
3151
3195
  }>, t.PartialC<{
@@ -3201,6 +3245,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3201
3245
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3202
3246
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3203
3247
  tokenApproval: t.LiteralC<"tokenApproval">;
3248
+ goUnstake: t.LiteralC<"goUnstake">;
3204
3249
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3205
3250
  }>;
3206
3251
  }>, t.PartialC<{
@@ -3264,6 +3309,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3264
3309
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3265
3310
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3266
3311
  tokenApproval: t.LiteralC<"tokenApproval">;
3312
+ goUnstake: t.LiteralC<"goUnstake">;
3267
3313
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3268
3314
  }>;
3269
3315
  }>, t.PartialC<{
@@ -3373,6 +3419,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3373
3419
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3374
3420
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3375
3421
  tokenApproval: t.LiteralC<"tokenApproval">;
3422
+ goUnstake: t.LiteralC<"goUnstake">;
3376
3423
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3377
3424
  }>;
3378
3425
  }>, t.PartialC<{
@@ -3425,6 +3472,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3425
3472
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3426
3473
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3427
3474
  tokenApproval: t.LiteralC<"tokenApproval">;
3475
+ goUnstake: t.LiteralC<"goUnstake">;
3428
3476
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3429
3477
  }>;
3430
3478
  }>, t.PartialC<{
@@ -3474,6 +3522,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3474
3522
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3475
3523
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3476
3524
  tokenApproval: t.LiteralC<"tokenApproval">;
3525
+ goUnstake: t.LiteralC<"goUnstake">;
3477
3526
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3478
3527
  }>;
3479
3528
  }>, t.PartialC<{
@@ -3489,7 +3538,73 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3489
3538
  validatorAddress: t.StringC;
3490
3539
  stakingAddresses: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>;
3491
3540
  stakingAddress: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
3492
- }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
3541
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
3542
+ intentType: t.KeyofC<{
3543
+ payment: t.LiteralC<"payment">;
3544
+ transferToken: t.LiteralC<"transferToken">;
3545
+ consolidate: t.LiteralC<"consolidate">;
3546
+ consolidateToken: t.LiteralC<"consolidateToken">;
3547
+ fanout: t.LiteralC<"fanout">;
3548
+ stake: t.LiteralC<"stake">;
3549
+ unstake: t.LiteralC<"unstake">;
3550
+ delegate: t.LiteralC<"delegate">;
3551
+ undelegate: t.LiteralC<"undelegate">;
3552
+ switchValidator: t.LiteralC<"switchValidator">;
3553
+ claim: t.LiteralC<"claim">;
3554
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
3555
+ pledge: t.LiteralC<"pledge">;
3556
+ voteDelegation: t.LiteralC<"voteDelegation">;
3557
+ vote: t.LiteralC<"vote">;
3558
+ createAccount: t.LiteralC<"createAccount">;
3559
+ updateAccount: t.LiteralC<"updateAccount">;
3560
+ addTrustLine: t.LiteralC<"addTrustLine">;
3561
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
3562
+ signMessage: t.LiteralC<"signMessage">;
3563
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
3564
+ enableToken: t.LiteralC<"enableToken">;
3565
+ authorize: t.LiteralC<"authorize">;
3566
+ acceleration: t.LiteralC<"acceleration">;
3567
+ fillNonce: t.LiteralC<"fillNonce">;
3568
+ walletRecovery: t.LiteralC<"walletRecovery">;
3569
+ contractCall: t.LiteralC<"contractCall">;
3570
+ deactivate: t.LiteralC<"deactivate">;
3571
+ customTx: t.LiteralC<"customTx">;
3572
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3573
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3574
+ feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3575
+ tokenApproval: t.LiteralC<"tokenApproval">;
3576
+ goUnstake: t.LiteralC<"goUnstake">;
3577
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3578
+ }>;
3579
+ }>, t.PartialC<{
3580
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
3581
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
3582
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
3583
+ }>]>, t.TypeC<{
3584
+ goStakingRequestId: t.StringC;
3585
+ }>]>, t.TypeC<{
3586
+ intentType: t.LiteralC<"goUnstake">;
3587
+ recipients: t.ArrayC<t.IntersectionC<[t.TypeC<{
3588
+ address: t.PartialC<{
3589
+ address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
3590
+ option: t.UnionC<[t.Type<{
3591
+ [x: string]: unknown;
3592
+ }, {
3593
+ [x: string]: unknown;
3594
+ }, unknown>, t.UndefinedC]>;
3595
+ }>;
3596
+ amount: t.TypeC<{
3597
+ value: t.StringC;
3598
+ symbol: t.StringC;
3599
+ }>;
3600
+ }>, t.PartialC<{
3601
+ data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
3602
+ }>]>>;
3603
+ }>]>, t.IntersectionC<[t.PartialC<{
3604
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
3605
+ }>, t.TypeC<{
3606
+ memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
3607
+ }>]>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
3493
3608
  intentType: t.KeyofC<{
3494
3609
  payment: t.LiteralC<"payment">;
3495
3610
  transferToken: t.LiteralC<"transferToken">;
@@ -3524,6 +3639,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3524
3639
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3525
3640
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3526
3641
  tokenApproval: t.LiteralC<"tokenApproval">;
3642
+ goUnstake: t.LiteralC<"goUnstake">;
3527
3643
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3528
3644
  }>;
3529
3645
  }>, t.PartialC<{
@@ -3587,6 +3703,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3587
3703
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3588
3704
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3589
3705
  tokenApproval: t.LiteralC<"tokenApproval">;
3706
+ goUnstake: t.LiteralC<"goUnstake">;
3590
3707
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3591
3708
  }>;
3592
3709
  }>, t.PartialC<{
@@ -3643,6 +3760,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3643
3760
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3644
3761
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3645
3762
  tokenApproval: t.LiteralC<"tokenApproval">;
3763
+ goUnstake: t.LiteralC<"goUnstake">;
3646
3764
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3647
3765
  }>;
3648
3766
  }>, t.PartialC<{
@@ -3797,6 +3915,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3797
3915
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3798
3916
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3799
3917
  tokenApproval: t.LiteralC<"tokenApproval">;
3918
+ goUnstake: t.LiteralC<"goUnstake">;
3800
3919
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3801
3920
  }>;
3802
3921
  }>, t.PartialC<{
@@ -3934,6 +4053,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3934
4053
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3935
4054
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3936
4055
  tokenApproval: t.LiteralC<"tokenApproval">;
4056
+ goUnstake: t.LiteralC<"goUnstake">;
3937
4057
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3938
4058
  }>;
3939
4059
  }>, t.PartialC<{
@@ -3980,6 +4100,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3980
4100
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3981
4101
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3982
4102
  tokenApproval: t.LiteralC<"tokenApproval">;
4103
+ goUnstake: t.LiteralC<"goUnstake">;
3983
4104
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3984
4105
  }>;
3985
4106
  }>, t.PartialC<{
@@ -4021,6 +4142,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4021
4142
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4022
4143
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4023
4144
  tokenApproval: t.LiteralC<"tokenApproval">;
4145
+ goUnstake: t.LiteralC<"goUnstake">;
4024
4146
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4025
4147
  }>;
4026
4148
  }>, t.PartialC<{
@@ -4035,7 +4157,116 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4035
4157
  }>]>, t.TypeC<{
4036
4158
  intentType: t.LiteralC<"customTx">;
4037
4159
  rawTx: t.StringC;
4038
- }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
4160
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
4161
+ intentType: t.KeyofC<{
4162
+ payment: t.LiteralC<"payment">;
4163
+ transferToken: t.LiteralC<"transferToken">;
4164
+ consolidate: t.LiteralC<"consolidate">;
4165
+ consolidateToken: t.LiteralC<"consolidateToken">;
4166
+ fanout: t.LiteralC<"fanout">;
4167
+ stake: t.LiteralC<"stake">;
4168
+ unstake: t.LiteralC<"unstake">;
4169
+ delegate: t.LiteralC<"delegate">;
4170
+ undelegate: t.LiteralC<"undelegate">;
4171
+ switchValidator: t.LiteralC<"switchValidator">;
4172
+ claim: t.LiteralC<"claim">;
4173
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
4174
+ pledge: t.LiteralC<"pledge">;
4175
+ voteDelegation: t.LiteralC<"voteDelegation">;
4176
+ vote: t.LiteralC<"vote">;
4177
+ createAccount: t.LiteralC<"createAccount">;
4178
+ updateAccount: t.LiteralC<"updateAccount">;
4179
+ addTrustLine: t.LiteralC<"addTrustLine">;
4180
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
4181
+ signMessage: t.LiteralC<"signMessage">;
4182
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
4183
+ enableToken: t.LiteralC<"enableToken">;
4184
+ authorize: t.LiteralC<"authorize">;
4185
+ acceleration: t.LiteralC<"acceleration">;
4186
+ fillNonce: t.LiteralC<"fillNonce">;
4187
+ walletRecovery: t.LiteralC<"walletRecovery">;
4188
+ contractCall: t.LiteralC<"contractCall">;
4189
+ deactivate: t.LiteralC<"deactivate">;
4190
+ customTx: t.LiteralC<"customTx">;
4191
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4192
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4193
+ feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4194
+ tokenApproval: t.LiteralC<"tokenApproval">;
4195
+ goUnstake: t.LiteralC<"goUnstake">;
4196
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4197
+ }>;
4198
+ }>, t.PartialC<{
4199
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
4200
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
4201
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
4202
+ }>]>, t.TypeC<{
4203
+ goStakingRequestId: t.StringC;
4204
+ }>]>, t.TypeC<{
4205
+ intentType: t.LiteralC<"goUnstake">;
4206
+ recipients: t.ArrayC<t.IntersectionC<[t.TypeC<{
4207
+ address: t.PartialC<{
4208
+ address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
4209
+ option: t.UnionC<[t.Type<{
4210
+ [x: string]: unknown;
4211
+ }, {
4212
+ [x: string]: unknown;
4213
+ }, unknown>, t.UndefinedC]>;
4214
+ }>;
4215
+ amount: t.TypeC<{
4216
+ value: t.StringC;
4217
+ symbol: t.StringC;
4218
+ }>;
4219
+ }>, t.PartialC<{
4220
+ data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
4221
+ }>]>>;
4222
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
4223
+ intentType: t.KeyofC<{
4224
+ payment: t.LiteralC<"payment">;
4225
+ transferToken: t.LiteralC<"transferToken">;
4226
+ consolidate: t.LiteralC<"consolidate">;
4227
+ consolidateToken: t.LiteralC<"consolidateToken">;
4228
+ fanout: t.LiteralC<"fanout">;
4229
+ stake: t.LiteralC<"stake">;
4230
+ unstake: t.LiteralC<"unstake">;
4231
+ delegate: t.LiteralC<"delegate">;
4232
+ undelegate: t.LiteralC<"undelegate">;
4233
+ switchValidator: t.LiteralC<"switchValidator">;
4234
+ claim: t.LiteralC<"claim">;
4235
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
4236
+ pledge: t.LiteralC<"pledge">;
4237
+ voteDelegation: t.LiteralC<"voteDelegation">;
4238
+ vote: t.LiteralC<"vote">;
4239
+ createAccount: t.LiteralC<"createAccount">;
4240
+ updateAccount: t.LiteralC<"updateAccount">;
4241
+ addTrustLine: t.LiteralC<"addTrustLine">;
4242
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
4243
+ signMessage: t.LiteralC<"signMessage">;
4244
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
4245
+ enableToken: t.LiteralC<"enableToken">;
4246
+ authorize: t.LiteralC<"authorize">;
4247
+ acceleration: t.LiteralC<"acceleration">;
4248
+ fillNonce: t.LiteralC<"fillNonce">;
4249
+ walletRecovery: t.LiteralC<"walletRecovery">;
4250
+ contractCall: t.LiteralC<"contractCall">;
4251
+ deactivate: t.LiteralC<"deactivate">;
4252
+ customTx: t.LiteralC<"customTx">;
4253
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4254
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4255
+ feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4256
+ tokenApproval: t.LiteralC<"tokenApproval">;
4257
+ goUnstake: t.LiteralC<"goUnstake">;
4258
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4259
+ }>;
4260
+ }>, t.PartialC<{
4261
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
4262
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
4263
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
4264
+ }>]>, t.TypeC<{
4265
+ feeOptions: t.TypeC<{
4266
+ gasLimit: t.NumberC;
4267
+ }>;
4268
+ lockedAmount: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
4269
+ }>]>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
4039
4270
  intentType: t.KeyofC<{
4040
4271
  payment: t.LiteralC<"payment">;
4041
4272
  transferToken: t.LiteralC<"transferToken">;
@@ -4070,6 +4301,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4070
4301
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4071
4302
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4072
4303
  tokenApproval: t.LiteralC<"tokenApproval">;
4304
+ goUnstake: t.LiteralC<"goUnstake">;
4073
4305
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4074
4306
  }>;
4075
4307
  }>, t.PartialC<{
@@ -4129,6 +4361,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4129
4361
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4130
4362
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4131
4363
  tokenApproval: t.LiteralC<"tokenApproval">;
4364
+ goUnstake: t.LiteralC<"goUnstake">;
4132
4365
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4133
4366
  }>;
4134
4367
  }>, t.PartialC<{
@@ -4175,6 +4408,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4175
4408
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4176
4409
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4177
4410
  tokenApproval: t.LiteralC<"tokenApproval">;
4411
+ goUnstake: t.LiteralC<"goUnstake">;
4178
4412
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4179
4413
  }>;
4180
4414
  }>, t.PartialC<{
@@ -4256,6 +4490,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4256
4490
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4257
4491
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4258
4492
  tokenApproval: t.LiteralC<"tokenApproval">;
4493
+ goUnstake: t.LiteralC<"goUnstake">;
4259
4494
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4260
4495
  }>;
4261
4496
  }>, t.PartialC<{
@@ -4319,6 +4554,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4319
4554
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4320
4555
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4321
4556
  tokenApproval: t.LiteralC<"tokenApproval">;
4557
+ goUnstake: t.LiteralC<"goUnstake">;
4322
4558
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4323
4559
  }>;
4324
4560
  }>, t.PartialC<{
@@ -4364,6 +4600,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4364
4600
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4365
4601
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4366
4602
  tokenApproval: t.LiteralC<"tokenApproval">;
4603
+ goUnstake: t.LiteralC<"goUnstake">;
4367
4604
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4368
4605
  }>;
4369
4606
  }>, t.PartialC<{
@@ -4428,6 +4665,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4428
4665
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4429
4666
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4430
4667
  tokenApproval: t.LiteralC<"tokenApproval">;
4668
+ goUnstake: t.LiteralC<"goUnstake">;
4431
4669
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4432
4670
  }>;
4433
4671
  }>, t.PartialC<{
@@ -4481,6 +4719,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4481
4719
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4482
4720
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4483
4721
  tokenApproval: t.LiteralC<"tokenApproval">;
4722
+ goUnstake: t.LiteralC<"goUnstake">;
4484
4723
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4485
4724
  }>;
4486
4725
  }>, t.PartialC<{
@@ -4545,6 +4784,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4545
4784
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4546
4785
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4547
4786
  tokenApproval: t.LiteralC<"tokenApproval">;
4787
+ goUnstake: t.LiteralC<"goUnstake">;
4548
4788
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4549
4789
  }>;
4550
4790
  }>, t.PartialC<{
@@ -4649,6 +4889,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4649
4889
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4650
4890
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4651
4891
  tokenApproval: t.LiteralC<"tokenApproval">;
4892
+ goUnstake: t.LiteralC<"goUnstake">;
4652
4893
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4653
4894
  }>;
4654
4895
  }>, t.PartialC<{
@@ -4700,6 +4941,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4700
4941
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4701
4942
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4702
4943
  tokenApproval: t.LiteralC<"tokenApproval">;
4944
+ goUnstake: t.LiteralC<"goUnstake">;
4703
4945
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4704
4946
  }>;
4705
4947
  }>, t.PartialC<{
@@ -4761,6 +5003,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4761
5003
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4762
5004
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4763
5005
  tokenApproval: t.LiteralC<"tokenApproval">;
5006
+ goUnstake: t.LiteralC<"goUnstake">;
4764
5007
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4765
5008
  }>;
4766
5009
  }>, t.PartialC<{
@@ -4810,6 +5053,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4810
5053
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4811
5054
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4812
5055
  tokenApproval: t.LiteralC<"tokenApproval">;
5056
+ goUnstake: t.LiteralC<"goUnstake">;
4813
5057
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4814
5058
  }>;
4815
5059
  }>, t.PartialC<{
@@ -4853,6 +5097,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4853
5097
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4854
5098
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4855
5099
  tokenApproval: t.LiteralC<"tokenApproval">;
5100
+ goUnstake: t.LiteralC<"goUnstake">;
4856
5101
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4857
5102
  }>;
4858
5103
  }>, t.PartialC<{
@@ -4898,6 +5143,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4898
5143
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4899
5144
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4900
5145
  tokenApproval: t.LiteralC<"tokenApproval">;
5146
+ goUnstake: t.LiteralC<"goUnstake">;
4901
5147
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4902
5148
  }>;
4903
5149
  }>, t.PartialC<{
@@ -4950,6 +5196,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4950
5196
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4951
5197
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4952
5198
  tokenApproval: t.LiteralC<"tokenApproval">;
5199
+ goUnstake: t.LiteralC<"goUnstake">;
4953
5200
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4954
5201
  }>;
4955
5202
  }>, t.PartialC<{
@@ -5002,6 +5249,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5002
5249
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5003
5250
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5004
5251
  tokenApproval: t.LiteralC<"tokenApproval">;
5252
+ goUnstake: t.LiteralC<"goUnstake">;
5005
5253
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
5006
5254
  }>;
5007
5255
  }>, t.PartialC<{
@@ -5049,6 +5297,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5049
5297
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5050
5298
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5051
5299
  tokenApproval: t.LiteralC<"tokenApproval">;
5300
+ goUnstake: t.LiteralC<"goUnstake">;
5052
5301
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
5053
5302
  }>;
5054
5303
  }>, t.PartialC<{
@@ -5092,6 +5341,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5092
5341
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5093
5342
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5094
5343
  tokenApproval: t.LiteralC<"tokenApproval">;
5344
+ goUnstake: t.LiteralC<"goUnstake">;
5095
5345
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
5096
5346
  }>;
5097
5347
  }>, t.PartialC<{
@@ -5157,6 +5407,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5157
5407
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5158
5408
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5159
5409
  tokenApproval: t.LiteralC<"tokenApproval">;
5410
+ goUnstake: t.LiteralC<"goUnstake">;
5160
5411
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
5161
5412
  }>;
5162
5413
  }>, t.PartialC<{
@@ -5230,6 +5481,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5230
5481
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5231
5482
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5232
5483
  tokenApproval: t.LiteralC<"tokenApproval">;
5484
+ goUnstake: t.LiteralC<"goUnstake">;
5233
5485
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
5234
5486
  }>;
5235
5487
  }>, t.PartialC<{
@@ -5313,6 +5565,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5313
5565
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5314
5566
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5315
5567
  tokenApproval: t.LiteralC<"tokenApproval">;
5568
+ goUnstake: t.LiteralC<"goUnstake">;
5316
5569
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
5317
5570
  }>;
5318
5571
  }>, t.PartialC<{
@@ -5368,6 +5621,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5368
5621
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5369
5622
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5370
5623
  tokenApproval: t.LiteralC<"tokenApproval">;
5624
+ goUnstake: t.LiteralC<"goUnstake">;
5371
5625
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
5372
5626
  }>;
5373
5627
  }>, t.PartialC<{
@@ -5433,6 +5687,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5433
5687
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5434
5688
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5435
5689
  tokenApproval: t.LiteralC<"tokenApproval">;
5690
+ goUnstake: t.LiteralC<"goUnstake">;
5436
5691
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
5437
5692
  }>;
5438
5693
  }>, t.PartialC<{