@bitgo/public-types 5.31.0 → 5.32.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 (116) hide show
  1. package/dist/src/schema/transactionRequest/intents/accelerationIntent.d.ts +1 -0
  2. package/dist/src/schema/transactionRequest/intents/accountBaseCreateAccountIntent.d.ts +1 -0
  3. package/dist/src/schema/transactionRequest/intents/accountBaseUpdateAccountIntent.d.ts +1 -0
  4. package/dist/src/schema/transactionRequest/intents/adaPaymentIntent.d.ts +1 -0
  5. package/dist/src/schema/transactionRequest/intents/adaPledgeIntent.d.ts +1 -0
  6. package/dist/src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.d.ts +1 -0
  7. package/dist/src/schema/transactionRequest/intents/adaStakeIntent.d.ts +1 -0
  8. package/dist/src/schema/transactionRequest/intents/adaUnstakeIntent.d.ts +1 -0
  9. package/dist/src/schema/transactionRequest/intents/adaVoteDelegationIntent.d.ts +1 -0
  10. package/dist/src/schema/transactionRequest/intents/aptCustomTxIntent.d.ts +1 -0
  11. package/dist/src/schema/transactionRequest/intents/atomPaymentIntent.d.ts +1 -0
  12. package/dist/src/schema/transactionRequest/intents/atomStakeIntent.d.ts +1 -0
  13. package/dist/src/schema/transactionRequest/intents/atomUnstakeIntent.d.ts +1 -0
  14. package/dist/src/schema/transactionRequest/intents/atomWithdrawIntent.d.ts +1 -0
  15. package/dist/src/schema/transactionRequest/intents/babyCreateBtcDelegationIntent.d.ts +1 -0
  16. package/dist/src/schema/transactionRequest/intents/babyWithdrawRewardIntent.d.ts +1 -0
  17. package/dist/src/schema/transactionRequest/intents/baseGoStakeIntent.d.ts +1 -0
  18. package/dist/src/schema/transactionRequest/intents/baseIntent.d.ts +2 -0
  19. package/dist/src/schema/transactionRequest/intents/baseStakeIntent.d.ts +1 -0
  20. package/dist/src/schema/transactionRequest/intents/baseStakeIntentWithCalldata.d.ts +1 -0
  21. package/dist/src/schema/transactionRequest/intents/beraDelegateIntent.d.ts +1 -0
  22. package/dist/src/schema/transactionRequest/intents/bscDelegateIntent.d.ts +1 -0
  23. package/dist/src/schema/transactionRequest/intents/bscStakeClaimRewardsIntent.d.ts +1 -0
  24. package/dist/src/schema/transactionRequest/intents/bscUndelegateIntent.d.ts +1 -0
  25. package/dist/src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.d.ts +1 -0
  26. package/dist/src/schema/transactionRequest/intents/consolidateTokenIntent.d.ts +1 -0
  27. package/dist/src/schema/transactionRequest/intents/coredaoClaimIntent.d.ts +1 -0
  28. package/dist/src/schema/transactionRequest/intents/coredaoDelegateIntent.d.ts +1 -0
  29. package/dist/src/schema/transactionRequest/intents/coredaoUndelegateIntent.d.ts +1 -0
  30. package/dist/src/schema/transactionRequest/intents/cosmosPaymentIntent.d.ts +1 -0
  31. package/dist/src/schema/transactionRequest/intents/cosmosStakeIntent.d.ts +1 -0
  32. package/dist/src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.d.ts +1 -0
  33. package/dist/src/schema/transactionRequest/intents/cosmosUnstakeIntent.d.ts +1 -0
  34. package/dist/src/schema/transactionRequest/intents/cosmosWithdrawIntent.d.ts +1 -0
  35. package/dist/src/schema/transactionRequest/intents/dotBaseIntent.d.ts +1 -0
  36. package/dist/src/schema/transactionRequest/intents/dotCreateAccountIntent.d.ts +1 -0
  37. package/dist/src/schema/transactionRequest/intents/dotPaymentIntent.d.ts +1 -0
  38. package/dist/src/schema/transactionRequest/intents/dotStakingIntent.d.ts +1 -0
  39. package/dist/src/schema/transactionRequest/intents/dotUnstakingIntent.d.ts +1 -0
  40. package/dist/src/schema/transactionRequest/intents/dotWithdrawStakeIntent.d.ts +1 -0
  41. package/dist/src/schema/transactionRequest/intents/enableTokenIntent.d.ts +1 -0
  42. package/dist/src/schema/transactionRequest/intents/ethAccelerationIntent.d.ts +1 -0
  43. package/dist/src/schema/transactionRequest/intents/ethConsolidateTokenIntent.d.ts +1 -0
  44. package/dist/src/schema/transactionRequest/intents/ethFillNonceIntent.d.ts +1 -0
  45. package/dist/src/schema/transactionRequest/intents/ethLikeStakeIntent.d.ts +2 -0
  46. package/dist/src/schema/transactionRequest/intents/ethPaymentIntent.d.ts +1 -0
  47. package/dist/src/schema/transactionRequest/intents/ethStakingIntent.d.ts +1 -0
  48. package/dist/src/schema/transactionRequest/intents/ethTransferTokenIntent.d.ts +1 -0
  49. package/dist/src/schema/transactionRequest/intents/feeAddressTransferIntent.d.ts +1 -0
  50. package/dist/src/schema/transactionRequest/intents/fillNonceIntent.d.ts +1 -0
  51. package/dist/src/schema/transactionRequest/intents/goUnstakeIntent.d.ts +1 -0
  52. package/dist/src/schema/transactionRequest/intents/icpPaymentIntent.d.ts +1 -0
  53. package/dist/src/schema/transactionRequest/intents/intent.d.ts +92 -0
  54. package/dist/src/schema/transactionRequest/intents/intentType.d.ts +2 -0
  55. package/dist/src/schema/transactionRequest/intents/intentType.js +1 -0
  56. package/dist/src/schema/transactionRequest/intents/intentType.js.map +1 -1
  57. package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.d.ts +2 -0
  58. package/dist/src/schema/transactionRequest/intents/mmiSignMessageIntent.d.ts +1 -0
  59. package/dist/src/schema/transactionRequest/intents/mmiSignTransactionIntent.d.ts +1 -0
  60. package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +1 -0
  61. package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +1 -0
  62. package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +1 -0
  63. package/dist/src/schema/transactionRequest/intents/paymentIntent.d.ts +1 -0
  64. package/dist/src/schema/transactionRequest/intents/polyxBaseIntent.d.ts +1 -0
  65. package/dist/src/schema/transactionRequest/intents/polyxCreateAccountIntent.d.ts +1 -0
  66. package/dist/src/schema/transactionRequest/intents/polyxPreApproveAssetIntent.d.ts +1 -0
  67. package/dist/src/schema/transactionRequest/intents/polyxStakeIntent.d.ts +1 -0
  68. package/dist/src/schema/transactionRequest/intents/polyxUnstakeIntent.d.ts +1 -0
  69. package/dist/src/schema/transactionRequest/intents/polyxWithdrawIntent.d.ts +1 -0
  70. package/dist/src/schema/transactionRequest/intents/signMessageIntent.d.ts +1 -0
  71. package/dist/src/schema/transactionRequest/intents/solAuthorizeIntent.d.ts +1 -0
  72. package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +1 -0
  73. package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.d.ts +1 -0
  74. package/dist/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.d.ts +1 -0
  75. package/dist/src/schema/transactionRequest/intents/solCustomTxIntent.d.ts +1 -0
  76. package/dist/src/schema/transactionRequest/intents/solDeactivateIntent.d.ts +1 -0
  77. package/dist/src/schema/transactionRequest/intents/solDelegateIntent.d.ts +1 -0
  78. package/dist/src/schema/transactionRequest/intents/solGoUnstakeIntent.d.ts +1 -0
  79. package/dist/src/schema/transactionRequest/intents/solPaymentIntent.d.ts +1 -0
  80. package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +2 -0
  81. package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +2 -0
  82. package/dist/src/schema/transactionRequest/intents/solVersionedCustomTxIntent.d.ts +1 -0
  83. package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +1 -0
  84. package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +1 -0
  85. package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +1 -0
  86. package/dist/src/schema/transactionRequest/intents/substrateBaseIntent.d.ts +1 -0
  87. package/dist/src/schema/transactionRequest/intents/substratePaymentIntent.d.ts +1 -0
  88. package/dist/src/schema/transactionRequest/intents/suiBuildOptions.d.ts +1 -0
  89. package/dist/src/schema/transactionRequest/intents/suiConsolidateIntent.d.ts +1 -0
  90. package/dist/src/schema/transactionRequest/intents/suiCustomTxIntent.d.ts +2 -0
  91. package/dist/src/schema/transactionRequest/intents/suiGoUnstakeIntent.d.ts +2 -0
  92. package/dist/src/schema/transactionRequest/intents/suiPaymentIntent.d.ts +2 -0
  93. package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +1 -0
  94. package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +1 -0
  95. package/dist/src/schema/transactionRequest/intents/taoStakeIntent.d.ts +2 -0
  96. package/dist/src/schema/transactionRequest/intents/taoStakingBaseIntent.d.ts +1 -0
  97. package/dist/src/schema/transactionRequest/intents/taoSwitchValidatorIntent.d.ts +1 -0
  98. package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.d.ts +2 -0
  99. package/dist/src/schema/transactionRequest/intents/tokenApprovalIntent.d.ts +1 -0
  100. package/dist/src/schema/transactionRequest/intents/tonDelegateIntent.d.ts +1 -0
  101. package/dist/src/schema/transactionRequest/intents/tonPaymentIntent.d.ts +1 -0
  102. package/dist/src/schema/transactionRequest/intents/tonUndelegateIntent.d.ts +1 -0
  103. package/dist/src/schema/transactionRequest/intents/transferTokenIntent.d.ts +1 -0
  104. package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +1 -0
  105. package/dist/src/schema/transactionRequest/intents/vetStakeClaimRewardsIntent.d.ts +1 -0
  106. package/dist/src/schema/transactionRequest/intents/vetStakingIntent.d.ts +1 -0
  107. package/dist/src/schema/transactionRequest/intents/vetUnstakingIntent.d.ts +2 -0
  108. package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +1 -0
  109. package/dist/src/schema/transactionRequest/intents/walletRecoveryIntent.d.ts +1 -0
  110. package/dist/src/schema/transactionRequest/intents/walrusStakingIntent.d.ts +1 -0
  111. package/dist/src/schema/transactionRequest/intents/walrusUndelegateIntent.d.ts +1 -0
  112. package/dist/src/schema/transactionRequest/intents/walrusWithdrawIntent.d.ts +1 -0
  113. package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +1 -0
  114. package/dist/src/schema/transactionRequest/transactionRequest.d.ts +184 -0
  115. package/package.json +1 -1
  116. package/src/schema/transactionRequest/intents/intentType.ts +1 -0
@@ -94,6 +94,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
94
94
  customTx: t.LiteralC<"customTx">;
95
95
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
96
96
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
97
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
97
98
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
98
99
  tokenApproval: t.LiteralC<"tokenApproval">;
99
100
  goUnstake: t.LiteralC<"goUnstake">;
@@ -175,6 +176,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
175
176
  customTx: t.LiteralC<"customTx">;
176
177
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
177
178
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
179
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
178
180
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
179
181
  tokenApproval: t.LiteralC<"tokenApproval">;
180
182
  goUnstake: t.LiteralC<"goUnstake">;
@@ -225,6 +227,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
225
227
  customTx: t.LiteralC<"customTx">;
226
228
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
227
229
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
230
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
228
231
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
229
232
  tokenApproval: t.LiteralC<"tokenApproval">;
230
233
  goUnstake: t.LiteralC<"goUnstake">;
@@ -282,6 +285,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
282
285
  customTx: t.LiteralC<"customTx">;
283
286
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
284
287
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
288
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
285
289
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
286
290
  tokenApproval: t.LiteralC<"tokenApproval">;
287
291
  goUnstake: t.LiteralC<"goUnstake">;
@@ -338,6 +342,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
338
342
  customTx: t.LiteralC<"customTx">;
339
343
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
340
344
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
345
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
341
346
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
342
347
  tokenApproval: t.LiteralC<"tokenApproval">;
343
348
  goUnstake: t.LiteralC<"goUnstake">;
@@ -386,6 +391,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
386
391
  customTx: t.LiteralC<"customTx">;
387
392
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
388
393
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
394
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
389
395
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
390
396
  tokenApproval: t.LiteralC<"tokenApproval">;
391
397
  goUnstake: t.LiteralC<"goUnstake">;
@@ -447,6 +453,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
447
453
  customTx: t.LiteralC<"customTx">;
448
454
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
449
455
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
456
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
450
457
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
451
458
  tokenApproval: t.LiteralC<"tokenApproval">;
452
459
  goUnstake: t.LiteralC<"goUnstake">;
@@ -528,6 +535,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
528
535
  customTx: t.LiteralC<"customTx">;
529
536
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
530
537
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
538
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
531
539
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
532
540
  tokenApproval: t.LiteralC<"tokenApproval">;
533
541
  goUnstake: t.LiteralC<"goUnstake">;
@@ -608,6 +616,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
608
616
  customTx: t.LiteralC<"customTx">;
609
617
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
610
618
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
619
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
611
620
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
612
621
  tokenApproval: t.LiteralC<"tokenApproval">;
613
622
  goUnstake: t.LiteralC<"goUnstake">;
@@ -688,6 +697,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
688
697
  customTx: t.LiteralC<"customTx">;
689
698
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
690
699
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
700
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
691
701
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
692
702
  tokenApproval: t.LiteralC<"tokenApproval">;
693
703
  goUnstake: t.LiteralC<"goUnstake">;
@@ -748,6 +758,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
748
758
  customTx: t.LiteralC<"customTx">;
749
759
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
750
760
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
761
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
751
762
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
752
763
  tokenApproval: t.LiteralC<"tokenApproval">;
753
764
  goUnstake: t.LiteralC<"goUnstake">;
@@ -795,6 +806,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
795
806
  customTx: t.LiteralC<"customTx">;
796
807
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
797
808
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
809
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
798
810
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
799
811
  tokenApproval: t.LiteralC<"tokenApproval">;
800
812
  goUnstake: t.LiteralC<"goUnstake">;
@@ -842,6 +854,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
842
854
  customTx: t.LiteralC<"customTx">;
843
855
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
844
856
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
857
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
845
858
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
846
859
  tokenApproval: t.LiteralC<"tokenApproval">;
847
860
  goUnstake: t.LiteralC<"goUnstake">;
@@ -896,6 +909,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
896
909
  customTx: t.LiteralC<"customTx">;
897
910
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
898
911
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
912
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
899
913
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
900
914
  tokenApproval: t.LiteralC<"tokenApproval">;
901
915
  goUnstake: t.LiteralC<"goUnstake">;
@@ -949,6 +963,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
949
963
  customTx: t.LiteralC<"customTx">;
950
964
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
951
965
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
966
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
952
967
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
953
968
  tokenApproval: t.LiteralC<"tokenApproval">;
954
969
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1006,6 +1021,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1006
1021
  customTx: t.LiteralC<"customTx">;
1007
1022
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1008
1023
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1024
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1009
1025
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1010
1026
  tokenApproval: t.LiteralC<"tokenApproval">;
1011
1027
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1087,6 +1103,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1087
1103
  customTx: t.LiteralC<"customTx">;
1088
1104
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1089
1105
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1106
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1090
1107
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1091
1108
  tokenApproval: t.LiteralC<"tokenApproval">;
1092
1109
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1166,6 +1183,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1166
1183
  customTx: t.LiteralC<"customTx">;
1167
1184
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1168
1185
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1186
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1169
1187
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1170
1188
  tokenApproval: t.LiteralC<"tokenApproval">;
1171
1189
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1218,6 +1236,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1218
1236
  customTx: t.LiteralC<"customTx">;
1219
1237
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1220
1238
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1239
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1221
1240
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1222
1241
  tokenApproval: t.LiteralC<"tokenApproval">;
1223
1242
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1297,6 +1316,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1297
1316
  customTx: t.LiteralC<"customTx">;
1298
1317
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1299
1318
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1319
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1300
1320
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1301
1321
  tokenApproval: t.LiteralC<"tokenApproval">;
1302
1322
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1413,6 +1433,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1413
1433
  customTx: t.LiteralC<"customTx">;
1414
1434
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1415
1435
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1436
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1416
1437
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1417
1438
  tokenApproval: t.LiteralC<"tokenApproval">;
1418
1439
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1509,6 +1530,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1509
1530
  customTx: t.LiteralC<"customTx">;
1510
1531
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1511
1532
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1533
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1512
1534
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1513
1535
  tokenApproval: t.LiteralC<"tokenApproval">;
1514
1536
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1612,6 +1634,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1612
1634
  customTx: t.LiteralC<"customTx">;
1613
1635
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1614
1636
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1637
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1615
1638
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1616
1639
  tokenApproval: t.LiteralC<"tokenApproval">;
1617
1640
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1683,6 +1706,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1683
1706
  customTx: t.LiteralC<"customTx">;
1684
1707
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1685
1708
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1709
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1686
1710
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1687
1711
  tokenApproval: t.LiteralC<"tokenApproval">;
1688
1712
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1753,6 +1777,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1753
1777
  customTx: t.LiteralC<"customTx">;
1754
1778
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1755
1779
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1780
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1756
1781
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1757
1782
  tokenApproval: t.LiteralC<"tokenApproval">;
1758
1783
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1823,6 +1848,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1823
1848
  customTx: t.LiteralC<"customTx">;
1824
1849
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1825
1850
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1851
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1826
1852
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1827
1853
  tokenApproval: t.LiteralC<"tokenApproval">;
1828
1854
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1989,6 +2015,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1989
2015
  customTx: t.LiteralC<"customTx">;
1990
2016
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1991
2017
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2018
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1992
2019
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1993
2020
  tokenApproval: t.LiteralC<"tokenApproval">;
1994
2021
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2098,6 +2125,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2098
2125
  customTx: t.LiteralC<"customTx">;
2099
2126
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2100
2127
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2128
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2101
2129
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2102
2130
  tokenApproval: t.LiteralC<"tokenApproval">;
2103
2131
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2166,6 +2194,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2166
2194
  customTx: t.LiteralC<"customTx">;
2167
2195
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2168
2196
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2197
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2169
2198
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2170
2199
  tokenApproval: t.LiteralC<"tokenApproval">;
2171
2200
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2282,6 +2311,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2282
2311
  customTx: t.LiteralC<"customTx">;
2283
2312
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2284
2313
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2314
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2285
2315
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2286
2316
  tokenApproval: t.LiteralC<"tokenApproval">;
2287
2317
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2368,6 +2398,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2368
2398
  customTx: t.LiteralC<"customTx">;
2369
2399
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2370
2400
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2401
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2371
2402
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2372
2403
  tokenApproval: t.LiteralC<"tokenApproval">;
2373
2404
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2475,6 +2506,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2475
2506
  customTx: t.LiteralC<"customTx">;
2476
2507
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2477
2508
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2509
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2478
2510
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2479
2511
  tokenApproval: t.LiteralC<"tokenApproval">;
2480
2512
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2535,6 +2567,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2535
2567
  customTx: t.LiteralC<"customTx">;
2536
2568
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2537
2569
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2570
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2538
2571
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2539
2572
  tokenApproval: t.LiteralC<"tokenApproval">;
2540
2573
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2616,6 +2649,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2616
2649
  customTx: t.LiteralC<"customTx">;
2617
2650
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2618
2651
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2652
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2619
2653
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2620
2654
  tokenApproval: t.LiteralC<"tokenApproval">;
2621
2655
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2669,6 +2703,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2669
2703
  customTx: t.LiteralC<"customTx">;
2670
2704
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2671
2705
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2706
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2672
2707
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2673
2708
  tokenApproval: t.LiteralC<"tokenApproval">;
2674
2709
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2722,6 +2757,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2722
2757
  customTx: t.LiteralC<"customTx">;
2723
2758
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2724
2759
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2760
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2725
2761
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2726
2762
  tokenApproval: t.LiteralC<"tokenApproval">;
2727
2763
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2772,6 +2808,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2772
2808
  customTx: t.LiteralC<"customTx">;
2773
2809
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2774
2810
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2811
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2775
2812
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2776
2813
  tokenApproval: t.LiteralC<"tokenApproval">;
2777
2814
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2853,6 +2890,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2853
2890
  customTx: t.LiteralC<"customTx">;
2854
2891
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2855
2892
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2893
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2856
2894
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2857
2895
  tokenApproval: t.LiteralC<"tokenApproval">;
2858
2896
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2916,6 +2954,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2916
2954
  customTx: t.LiteralC<"customTx">;
2917
2955
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2918
2956
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2957
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2919
2958
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2920
2959
  tokenApproval: t.LiteralC<"tokenApproval">;
2921
2960
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2979,6 +3018,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2979
3018
  customTx: t.LiteralC<"customTx">;
2980
3019
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2981
3020
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3021
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2982
3022
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2983
3023
  tokenApproval: t.LiteralC<"tokenApproval">;
2984
3024
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3050,6 +3090,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3050
3090
  customTx: t.LiteralC<"customTx">;
3051
3091
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3052
3092
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3093
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3053
3094
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3054
3095
  tokenApproval: t.LiteralC<"tokenApproval">;
3055
3096
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3145,6 +3186,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3145
3186
  customTx: t.LiteralC<"customTx">;
3146
3187
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3147
3188
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3189
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3148
3190
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3149
3191
  tokenApproval: t.LiteralC<"tokenApproval">;
3150
3192
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3212,6 +3254,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3212
3254
  customTx: t.LiteralC<"customTx">;
3213
3255
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3214
3256
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3257
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3215
3258
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3216
3259
  tokenApproval: t.LiteralC<"tokenApproval">;
3217
3260
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3293,6 +3336,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3293
3336
  customTx: t.LiteralC<"customTx">;
3294
3337
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3295
3338
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3339
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3296
3340
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3297
3341
  tokenApproval: t.LiteralC<"tokenApproval">;
3298
3342
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3374,6 +3418,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3374
3418
  customTx: t.LiteralC<"customTx">;
3375
3419
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3376
3420
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3421
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3377
3422
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3378
3423
  tokenApproval: t.LiteralC<"tokenApproval">;
3379
3424
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3453,6 +3498,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3453
3498
  customTx: t.LiteralC<"customTx">;
3454
3499
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3455
3500
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3501
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3456
3502
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3457
3503
  tokenApproval: t.LiteralC<"tokenApproval">;
3458
3504
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3509,6 +3555,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3509
3555
  customTx: t.LiteralC<"customTx">;
3510
3556
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3511
3557
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3558
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3512
3559
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3513
3560
  tokenApproval: t.LiteralC<"tokenApproval">;
3514
3561
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3573,6 +3620,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3573
3620
  customTx: t.LiteralC<"customTx">;
3574
3621
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3575
3622
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3623
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3576
3624
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3577
3625
  tokenApproval: t.LiteralC<"tokenApproval">;
3578
3626
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3683,6 +3731,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3683
3731
  customTx: t.LiteralC<"customTx">;
3684
3732
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3685
3733
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3734
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3686
3735
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3687
3736
  tokenApproval: t.LiteralC<"tokenApproval">;
3688
3737
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3736,6 +3785,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3736
3785
  customTx: t.LiteralC<"customTx">;
3737
3786
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3738
3787
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3788
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3739
3789
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3740
3790
  tokenApproval: t.LiteralC<"tokenApproval">;
3741
3791
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3793,6 +3843,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3793
3843
  customTx: t.LiteralC<"customTx">;
3794
3844
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3795
3845
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3846
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3796
3847
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3797
3848
  tokenApproval: t.LiteralC<"tokenApproval">;
3798
3849
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3843,6 +3894,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3843
3894
  customTx: t.LiteralC<"customTx">;
3844
3895
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3845
3896
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3897
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3846
3898
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3847
3899
  tokenApproval: t.LiteralC<"tokenApproval">;
3848
3900
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3894,6 +3946,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3894
3946
  customTx: t.LiteralC<"customTx">;
3895
3947
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3896
3948
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3949
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3897
3950
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3898
3951
  tokenApproval: t.LiteralC<"tokenApproval">;
3899
3952
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3960,6 +4013,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3960
4013
  customTx: t.LiteralC<"customTx">;
3961
4014
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3962
4015
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4016
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3963
4017
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3964
4018
  tokenApproval: t.LiteralC<"tokenApproval">;
3965
4019
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4043,6 +4097,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4043
4097
  customTx: t.LiteralC<"customTx">;
4044
4098
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4045
4099
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4100
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4046
4101
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4047
4102
  tokenApproval: t.LiteralC<"tokenApproval">;
4048
4103
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4101,6 +4156,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4101
4156
  customTx: t.LiteralC<"customTx">;
4102
4157
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4103
4158
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4159
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4104
4160
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4105
4161
  tokenApproval: t.LiteralC<"tokenApproval">;
4106
4162
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4197,6 +4253,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4197
4253
  customTx: t.LiteralC<"customTx">;
4198
4254
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4199
4255
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4256
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4200
4257
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4201
4258
  tokenApproval: t.LiteralC<"tokenApproval">;
4202
4259
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4323,6 +4380,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4323
4380
  customTx: t.LiteralC<"customTx">;
4324
4381
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4325
4382
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4383
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4326
4384
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4327
4385
  tokenApproval: t.LiteralC<"tokenApproval">;
4328
4386
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4480,6 +4538,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4480
4538
  customTx: t.LiteralC<"customTx">;
4481
4539
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4482
4540
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4541
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4483
4542
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4484
4543
  tokenApproval: t.LiteralC<"tokenApproval">;
4485
4544
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4527,6 +4586,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4527
4586
  customTx: t.LiteralC<"customTx">;
4528
4587
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4529
4588
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4589
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4530
4590
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4531
4591
  tokenApproval: t.LiteralC<"tokenApproval">;
4532
4592
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4569,6 +4629,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4569
4629
  customTx: t.LiteralC<"customTx">;
4570
4630
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4571
4631
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4632
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4572
4633
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4573
4634
  tokenApproval: t.LiteralC<"tokenApproval">;
4574
4635
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4619,6 +4680,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4619
4680
  customTx: t.LiteralC<"customTx">;
4620
4681
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4621
4682
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4683
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4622
4684
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4623
4685
  tokenApproval: t.LiteralC<"tokenApproval">;
4624
4686
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4681,6 +4743,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4681
4743
  customTx: t.LiteralC<"customTx">;
4682
4744
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4683
4745
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4746
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4684
4747
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4685
4748
  tokenApproval: t.LiteralC<"tokenApproval">;
4686
4749
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4728,6 +4791,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4728
4791
  customTx: t.LiteralC<"customTx">;
4729
4792
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4730
4793
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4794
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4731
4795
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4732
4796
  tokenApproval: t.LiteralC<"tokenApproval">;
4733
4797
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4807,6 +4871,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4807
4871
  customTx: t.LiteralC<"customTx">;
4808
4872
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4809
4873
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4874
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4810
4875
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4811
4876
  tokenApproval: t.LiteralC<"tokenApproval">;
4812
4877
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4854,6 +4919,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4854
4919
  customTx: t.LiteralC<"customTx">;
4855
4920
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4856
4921
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4922
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4857
4923
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4858
4924
  tokenApproval: t.LiteralC<"tokenApproval">;
4859
4925
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4936,6 +5002,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4936
5002
  customTx: t.LiteralC<"customTx">;
4937
5003
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4938
5004
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5005
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4939
5006
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4940
5007
  tokenApproval: t.LiteralC<"tokenApproval">;
4941
5008
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5000,6 +5067,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5000
5067
  customTx: t.LiteralC<"customTx">;
5001
5068
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5002
5069
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5070
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5003
5071
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5004
5072
  tokenApproval: t.LiteralC<"tokenApproval">;
5005
5073
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5046,6 +5114,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5046
5114
  customTx: t.LiteralC<"customTx">;
5047
5115
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5048
5116
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5117
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5049
5118
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5050
5119
  tokenApproval: t.LiteralC<"tokenApproval">;
5051
5120
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5111,6 +5180,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5111
5180
  customTx: t.LiteralC<"customTx">;
5112
5181
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5113
5182
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5183
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5114
5184
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5115
5185
  tokenApproval: t.LiteralC<"tokenApproval">;
5116
5186
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5178,6 +5248,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5178
5248
  customTx: t.LiteralC<"customTx">;
5179
5249
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5180
5250
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5251
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5181
5252
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5182
5253
  tokenApproval: t.LiteralC<"tokenApproval">;
5183
5254
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5232,6 +5303,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5232
5303
  customTx: t.LiteralC<"customTx">;
5233
5304
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5234
5305
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5306
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5235
5307
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5236
5308
  tokenApproval: t.LiteralC<"tokenApproval">;
5237
5309
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5297,6 +5369,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5297
5369
  customTx: t.LiteralC<"customTx">;
5298
5370
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5299
5371
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5372
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5300
5373
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5301
5374
  tokenApproval: t.LiteralC<"tokenApproval">;
5302
5375
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5402,6 +5475,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5402
5475
  customTx: t.LiteralC<"customTx">;
5403
5476
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5404
5477
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5478
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5405
5479
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5406
5480
  tokenApproval: t.LiteralC<"tokenApproval">;
5407
5481
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5454,6 +5528,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5454
5528
  customTx: t.LiteralC<"customTx">;
5455
5529
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5456
5530
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5531
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5457
5532
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5458
5533
  tokenApproval: t.LiteralC<"tokenApproval">;
5459
5534
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5535,6 +5610,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5535
5610
  customTx: t.LiteralC<"customTx">;
5536
5611
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5537
5612
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5613
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5538
5614
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5539
5615
  tokenApproval: t.LiteralC<"tokenApproval">;
5540
5616
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5585,6 +5661,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5585
5661
  customTx: t.LiteralC<"customTx">;
5586
5662
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5587
5663
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5664
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5588
5665
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5589
5666
  tokenApproval: t.LiteralC<"tokenApproval">;
5590
5667
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5639,6 +5716,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5639
5716
  customTx: t.LiteralC<"customTx">;
5640
5717
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5641
5718
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5719
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5642
5720
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5643
5721
  tokenApproval: t.LiteralC<"tokenApproval">;
5644
5722
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5687,6 +5765,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5687
5765
  customTx: t.LiteralC<"customTx">;
5688
5766
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5689
5767
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5768
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5690
5769
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5691
5770
  tokenApproval: t.LiteralC<"tokenApproval">;
5692
5771
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5735,6 +5814,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5735
5814
  customTx: t.LiteralC<"customTx">;
5736
5815
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5737
5816
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5817
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5738
5818
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5739
5819
  tokenApproval: t.LiteralC<"tokenApproval">;
5740
5820
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5783,6 +5863,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5783
5863
  customTx: t.LiteralC<"customTx">;
5784
5864
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5785
5865
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5866
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5786
5867
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5787
5868
  tokenApproval: t.LiteralC<"tokenApproval">;
5788
5869
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5827,6 +5908,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5827
5908
  customTx: t.LiteralC<"customTx">;
5828
5909
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5829
5910
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5911
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5830
5912
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5831
5913
  tokenApproval: t.LiteralC<"tokenApproval">;
5832
5914
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5873,6 +5955,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5873
5955
  customTx: t.LiteralC<"customTx">;
5874
5956
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5875
5957
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5958
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5876
5959
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5877
5960
  tokenApproval: t.LiteralC<"tokenApproval">;
5878
5961
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5926,6 +6009,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5926
6009
  customTx: t.LiteralC<"customTx">;
5927
6010
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5928
6011
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6012
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5929
6013
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5930
6014
  tokenApproval: t.LiteralC<"tokenApproval">;
5931
6015
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5979,6 +6063,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5979
6063
  customTx: t.LiteralC<"customTx">;
5980
6064
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5981
6065
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6066
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5982
6067
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5983
6068
  tokenApproval: t.LiteralC<"tokenApproval">;
5984
6069
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6027,6 +6112,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6027
6112
  customTx: t.LiteralC<"customTx">;
6028
6113
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6029
6114
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6115
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6030
6116
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6031
6117
  tokenApproval: t.LiteralC<"tokenApproval">;
6032
6118
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6071,6 +6157,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6071
6157
  customTx: t.LiteralC<"customTx">;
6072
6158
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6073
6159
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6160
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6074
6161
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6075
6162
  tokenApproval: t.LiteralC<"tokenApproval">;
6076
6163
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6137,6 +6224,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6137
6224
  customTx: t.LiteralC<"customTx">;
6138
6225
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6139
6226
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6227
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6140
6228
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6141
6229
  tokenApproval: t.LiteralC<"tokenApproval">;
6142
6230
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6211,6 +6299,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6211
6299
  customTx: t.LiteralC<"customTx">;
6212
6300
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6213
6301
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6302
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6214
6303
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6215
6304
  tokenApproval: t.LiteralC<"tokenApproval">;
6216
6305
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6295,6 +6384,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6295
6384
  customTx: t.LiteralC<"customTx">;
6296
6385
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6297
6386
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6387
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6298
6388
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6299
6389
  tokenApproval: t.LiteralC<"tokenApproval">;
6300
6390
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6351,6 +6441,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6351
6441
  customTx: t.LiteralC<"customTx">;
6352
6442
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6353
6443
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6444
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6354
6445
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6355
6446
  tokenApproval: t.LiteralC<"tokenApproval">;
6356
6447
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6417,6 +6508,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6417
6508
  customTx: t.LiteralC<"customTx">;
6418
6509
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6419
6510
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6511
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6420
6512
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6421
6513
  tokenApproval: t.LiteralC<"tokenApproval">;
6422
6514
  goUnstake: t.LiteralC<"goUnstake">;