@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
@@ -192,6 +192,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
192
192
  customTx: t.LiteralC<"customTx">;
193
193
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
194
194
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
195
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
195
196
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
196
197
  tokenApproval: t.LiteralC<"tokenApproval">;
197
198
  goUnstake: t.LiteralC<"goUnstake">;
@@ -273,6 +274,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
273
274
  customTx: t.LiteralC<"customTx">;
274
275
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
275
276
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
277
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
276
278
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
277
279
  tokenApproval: t.LiteralC<"tokenApproval">;
278
280
  goUnstake: t.LiteralC<"goUnstake">;
@@ -323,6 +325,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
323
325
  customTx: t.LiteralC<"customTx">;
324
326
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
325
327
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
328
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
326
329
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
327
330
  tokenApproval: t.LiteralC<"tokenApproval">;
328
331
  goUnstake: t.LiteralC<"goUnstake">;
@@ -380,6 +383,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
380
383
  customTx: t.LiteralC<"customTx">;
381
384
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
382
385
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
386
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
383
387
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
384
388
  tokenApproval: t.LiteralC<"tokenApproval">;
385
389
  goUnstake: t.LiteralC<"goUnstake">;
@@ -436,6 +440,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
436
440
  customTx: t.LiteralC<"customTx">;
437
441
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
438
442
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
443
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
439
444
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
440
445
  tokenApproval: t.LiteralC<"tokenApproval">;
441
446
  goUnstake: t.LiteralC<"goUnstake">;
@@ -484,6 +489,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
484
489
  customTx: t.LiteralC<"customTx">;
485
490
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
486
491
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
492
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
487
493
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
488
494
  tokenApproval: t.LiteralC<"tokenApproval">;
489
495
  goUnstake: t.LiteralC<"goUnstake">;
@@ -545,6 +551,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
545
551
  customTx: t.LiteralC<"customTx">;
546
552
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
547
553
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
554
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
548
555
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
549
556
  tokenApproval: t.LiteralC<"tokenApproval">;
550
557
  goUnstake: t.LiteralC<"goUnstake">;
@@ -626,6 +633,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
626
633
  customTx: t.LiteralC<"customTx">;
627
634
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
628
635
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
636
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
629
637
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
630
638
  tokenApproval: t.LiteralC<"tokenApproval">;
631
639
  goUnstake: t.LiteralC<"goUnstake">;
@@ -706,6 +714,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
706
714
  customTx: t.LiteralC<"customTx">;
707
715
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
708
716
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
717
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
709
718
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
710
719
  tokenApproval: t.LiteralC<"tokenApproval">;
711
720
  goUnstake: t.LiteralC<"goUnstake">;
@@ -786,6 +795,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
786
795
  customTx: t.LiteralC<"customTx">;
787
796
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
788
797
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
798
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
789
799
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
790
800
  tokenApproval: t.LiteralC<"tokenApproval">;
791
801
  goUnstake: t.LiteralC<"goUnstake">;
@@ -846,6 +856,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
846
856
  customTx: t.LiteralC<"customTx">;
847
857
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
848
858
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
859
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
849
860
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
850
861
  tokenApproval: t.LiteralC<"tokenApproval">;
851
862
  goUnstake: t.LiteralC<"goUnstake">;
@@ -893,6 +904,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
893
904
  customTx: t.LiteralC<"customTx">;
894
905
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
895
906
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
907
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
896
908
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
897
909
  tokenApproval: t.LiteralC<"tokenApproval">;
898
910
  goUnstake: t.LiteralC<"goUnstake">;
@@ -940,6 +952,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
940
952
  customTx: t.LiteralC<"customTx">;
941
953
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
942
954
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
955
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
943
956
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
944
957
  tokenApproval: t.LiteralC<"tokenApproval">;
945
958
  goUnstake: t.LiteralC<"goUnstake">;
@@ -994,6 +1007,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
994
1007
  customTx: t.LiteralC<"customTx">;
995
1008
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
996
1009
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1010
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
997
1011
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
998
1012
  tokenApproval: t.LiteralC<"tokenApproval">;
999
1013
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1047,6 +1061,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1047
1061
  customTx: t.LiteralC<"customTx">;
1048
1062
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1049
1063
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1064
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1050
1065
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1051
1066
  tokenApproval: t.LiteralC<"tokenApproval">;
1052
1067
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1104,6 +1119,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1104
1119
  customTx: t.LiteralC<"customTx">;
1105
1120
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1106
1121
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1122
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1107
1123
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1108
1124
  tokenApproval: t.LiteralC<"tokenApproval">;
1109
1125
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1185,6 +1201,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1185
1201
  customTx: t.LiteralC<"customTx">;
1186
1202
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1187
1203
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1204
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1188
1205
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1189
1206
  tokenApproval: t.LiteralC<"tokenApproval">;
1190
1207
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1264,6 +1281,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1264
1281
  customTx: t.LiteralC<"customTx">;
1265
1282
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1266
1283
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1284
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1267
1285
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1268
1286
  tokenApproval: t.LiteralC<"tokenApproval">;
1269
1287
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1316,6 +1334,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1316
1334
  customTx: t.LiteralC<"customTx">;
1317
1335
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1318
1336
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1337
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1319
1338
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1320
1339
  tokenApproval: t.LiteralC<"tokenApproval">;
1321
1340
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1395,6 +1414,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1395
1414
  customTx: t.LiteralC<"customTx">;
1396
1415
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1397
1416
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1417
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1398
1418
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1399
1419
  tokenApproval: t.LiteralC<"tokenApproval">;
1400
1420
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1511,6 +1531,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1511
1531
  customTx: t.LiteralC<"customTx">;
1512
1532
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1513
1533
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1534
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1514
1535
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1515
1536
  tokenApproval: t.LiteralC<"tokenApproval">;
1516
1537
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1607,6 +1628,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1607
1628
  customTx: t.LiteralC<"customTx">;
1608
1629
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1609
1630
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1631
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1610
1632
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1611
1633
  tokenApproval: t.LiteralC<"tokenApproval">;
1612
1634
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1710,6 +1732,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1710
1732
  customTx: t.LiteralC<"customTx">;
1711
1733
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1712
1734
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1735
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1713
1736
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1714
1737
  tokenApproval: t.LiteralC<"tokenApproval">;
1715
1738
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1781,6 +1804,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1781
1804
  customTx: t.LiteralC<"customTx">;
1782
1805
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1783
1806
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1807
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1784
1808
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1785
1809
  tokenApproval: t.LiteralC<"tokenApproval">;
1786
1810
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1851,6 +1875,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1851
1875
  customTx: t.LiteralC<"customTx">;
1852
1876
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1853
1877
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1878
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1854
1879
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1855
1880
  tokenApproval: t.LiteralC<"tokenApproval">;
1856
1881
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1921,6 +1946,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1921
1946
  customTx: t.LiteralC<"customTx">;
1922
1947
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1923
1948
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1949
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1924
1950
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1925
1951
  tokenApproval: t.LiteralC<"tokenApproval">;
1926
1952
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2087,6 +2113,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2087
2113
  customTx: t.LiteralC<"customTx">;
2088
2114
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2089
2115
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2116
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2090
2117
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2091
2118
  tokenApproval: t.LiteralC<"tokenApproval">;
2092
2119
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2196,6 +2223,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2196
2223
  customTx: t.LiteralC<"customTx">;
2197
2224
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2198
2225
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2226
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2199
2227
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2200
2228
  tokenApproval: t.LiteralC<"tokenApproval">;
2201
2229
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2264,6 +2292,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2264
2292
  customTx: t.LiteralC<"customTx">;
2265
2293
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2266
2294
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2295
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2267
2296
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2268
2297
  tokenApproval: t.LiteralC<"tokenApproval">;
2269
2298
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2380,6 +2409,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2380
2409
  customTx: t.LiteralC<"customTx">;
2381
2410
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2382
2411
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2412
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2383
2413
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2384
2414
  tokenApproval: t.LiteralC<"tokenApproval">;
2385
2415
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2466,6 +2496,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2466
2496
  customTx: t.LiteralC<"customTx">;
2467
2497
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2468
2498
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2499
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2469
2500
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2470
2501
  tokenApproval: t.LiteralC<"tokenApproval">;
2471
2502
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2573,6 +2604,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2573
2604
  customTx: t.LiteralC<"customTx">;
2574
2605
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2575
2606
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2607
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2576
2608
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2577
2609
  tokenApproval: t.LiteralC<"tokenApproval">;
2578
2610
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2633,6 +2665,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2633
2665
  customTx: t.LiteralC<"customTx">;
2634
2666
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2635
2667
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2668
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2636
2669
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2637
2670
  tokenApproval: t.LiteralC<"tokenApproval">;
2638
2671
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2714,6 +2747,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2714
2747
  customTx: t.LiteralC<"customTx">;
2715
2748
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2716
2749
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2750
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2717
2751
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2718
2752
  tokenApproval: t.LiteralC<"tokenApproval">;
2719
2753
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2767,6 +2801,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2767
2801
  customTx: t.LiteralC<"customTx">;
2768
2802
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2769
2803
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2804
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2770
2805
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2771
2806
  tokenApproval: t.LiteralC<"tokenApproval">;
2772
2807
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2820,6 +2855,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2820
2855
  customTx: t.LiteralC<"customTx">;
2821
2856
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2822
2857
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2858
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2823
2859
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2824
2860
  tokenApproval: t.LiteralC<"tokenApproval">;
2825
2861
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2870,6 +2906,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2870
2906
  customTx: t.LiteralC<"customTx">;
2871
2907
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2872
2908
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2909
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2873
2910
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2874
2911
  tokenApproval: t.LiteralC<"tokenApproval">;
2875
2912
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2951,6 +2988,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2951
2988
  customTx: t.LiteralC<"customTx">;
2952
2989
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2953
2990
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2991
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2954
2992
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2955
2993
  tokenApproval: t.LiteralC<"tokenApproval">;
2956
2994
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3014,6 +3052,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3014
3052
  customTx: t.LiteralC<"customTx">;
3015
3053
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3016
3054
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3055
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3017
3056
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3018
3057
  tokenApproval: t.LiteralC<"tokenApproval">;
3019
3058
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3077,6 +3116,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3077
3116
  customTx: t.LiteralC<"customTx">;
3078
3117
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3079
3118
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3119
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3080
3120
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3081
3121
  tokenApproval: t.LiteralC<"tokenApproval">;
3082
3122
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3148,6 +3188,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3148
3188
  customTx: t.LiteralC<"customTx">;
3149
3189
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3150
3190
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3191
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3151
3192
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3152
3193
  tokenApproval: t.LiteralC<"tokenApproval">;
3153
3194
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3243,6 +3284,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3243
3284
  customTx: t.LiteralC<"customTx">;
3244
3285
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3245
3286
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3287
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3246
3288
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3247
3289
  tokenApproval: t.LiteralC<"tokenApproval">;
3248
3290
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3310,6 +3352,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3310
3352
  customTx: t.LiteralC<"customTx">;
3311
3353
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3312
3354
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3355
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3313
3356
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3314
3357
  tokenApproval: t.LiteralC<"tokenApproval">;
3315
3358
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3391,6 +3434,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3391
3434
  customTx: t.LiteralC<"customTx">;
3392
3435
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3393
3436
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3437
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3394
3438
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3395
3439
  tokenApproval: t.LiteralC<"tokenApproval">;
3396
3440
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3472,6 +3516,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3472
3516
  customTx: t.LiteralC<"customTx">;
3473
3517
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3474
3518
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3519
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3475
3520
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3476
3521
  tokenApproval: t.LiteralC<"tokenApproval">;
3477
3522
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3551,6 +3596,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3551
3596
  customTx: t.LiteralC<"customTx">;
3552
3597
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3553
3598
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3599
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3554
3600
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3555
3601
  tokenApproval: t.LiteralC<"tokenApproval">;
3556
3602
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3607,6 +3653,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3607
3653
  customTx: t.LiteralC<"customTx">;
3608
3654
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3609
3655
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3656
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3610
3657
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3611
3658
  tokenApproval: t.LiteralC<"tokenApproval">;
3612
3659
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3671,6 +3718,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3671
3718
  customTx: t.LiteralC<"customTx">;
3672
3719
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3673
3720
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3721
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3674
3722
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3675
3723
  tokenApproval: t.LiteralC<"tokenApproval">;
3676
3724
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3781,6 +3829,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3781
3829
  customTx: t.LiteralC<"customTx">;
3782
3830
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3783
3831
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3832
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3784
3833
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3785
3834
  tokenApproval: t.LiteralC<"tokenApproval">;
3786
3835
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3834,6 +3883,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3834
3883
  customTx: t.LiteralC<"customTx">;
3835
3884
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3836
3885
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3886
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3837
3887
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3838
3888
  tokenApproval: t.LiteralC<"tokenApproval">;
3839
3889
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3891,6 +3941,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3891
3941
  customTx: t.LiteralC<"customTx">;
3892
3942
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3893
3943
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3944
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3894
3945
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3895
3946
  tokenApproval: t.LiteralC<"tokenApproval">;
3896
3947
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3941,6 +3992,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3941
3992
  customTx: t.LiteralC<"customTx">;
3942
3993
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3943
3994
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3995
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3944
3996
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3945
3997
  tokenApproval: t.LiteralC<"tokenApproval">;
3946
3998
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3992,6 +4044,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3992
4044
  customTx: t.LiteralC<"customTx">;
3993
4045
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3994
4046
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4047
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3995
4048
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3996
4049
  tokenApproval: t.LiteralC<"tokenApproval">;
3997
4050
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4058,6 +4111,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4058
4111
  customTx: t.LiteralC<"customTx">;
4059
4112
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4060
4113
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4114
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4061
4115
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4062
4116
  tokenApproval: t.LiteralC<"tokenApproval">;
4063
4117
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4141,6 +4195,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4141
4195
  customTx: t.LiteralC<"customTx">;
4142
4196
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4143
4197
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4198
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4144
4199
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4145
4200
  tokenApproval: t.LiteralC<"tokenApproval">;
4146
4201
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4199,6 +4254,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4199
4254
  customTx: t.LiteralC<"customTx">;
4200
4255
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4201
4256
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4257
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4202
4258
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4203
4259
  tokenApproval: t.LiteralC<"tokenApproval">;
4204
4260
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4295,6 +4351,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4295
4351
  customTx: t.LiteralC<"customTx">;
4296
4352
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4297
4353
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4354
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4298
4355
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4299
4356
  tokenApproval: t.LiteralC<"tokenApproval">;
4300
4357
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4421,6 +4478,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4421
4478
  customTx: t.LiteralC<"customTx">;
4422
4479
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4423
4480
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4481
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4424
4482
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4425
4483
  tokenApproval: t.LiteralC<"tokenApproval">;
4426
4484
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4578,6 +4636,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4578
4636
  customTx: t.LiteralC<"customTx">;
4579
4637
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4580
4638
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4639
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4581
4640
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4582
4641
  tokenApproval: t.LiteralC<"tokenApproval">;
4583
4642
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4625,6 +4684,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4625
4684
  customTx: t.LiteralC<"customTx">;
4626
4685
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4627
4686
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4687
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4628
4688
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4629
4689
  tokenApproval: t.LiteralC<"tokenApproval">;
4630
4690
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4667,6 +4727,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4667
4727
  customTx: t.LiteralC<"customTx">;
4668
4728
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4669
4729
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4730
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4670
4731
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4671
4732
  tokenApproval: t.LiteralC<"tokenApproval">;
4672
4733
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4717,6 +4778,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4717
4778
  customTx: t.LiteralC<"customTx">;
4718
4779
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4719
4780
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4781
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4720
4782
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4721
4783
  tokenApproval: t.LiteralC<"tokenApproval">;
4722
4784
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4779,6 +4841,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4779
4841
  customTx: t.LiteralC<"customTx">;
4780
4842
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4781
4843
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4844
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4782
4845
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4783
4846
  tokenApproval: t.LiteralC<"tokenApproval">;
4784
4847
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4826,6 +4889,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4826
4889
  customTx: t.LiteralC<"customTx">;
4827
4890
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4828
4891
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4892
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4829
4893
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4830
4894
  tokenApproval: t.LiteralC<"tokenApproval">;
4831
4895
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4905,6 +4969,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4905
4969
  customTx: t.LiteralC<"customTx">;
4906
4970
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4907
4971
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4972
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4908
4973
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4909
4974
  tokenApproval: t.LiteralC<"tokenApproval">;
4910
4975
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4952,6 +5017,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4952
5017
  customTx: t.LiteralC<"customTx">;
4953
5018
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4954
5019
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5020
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4955
5021
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4956
5022
  tokenApproval: t.LiteralC<"tokenApproval">;
4957
5023
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5034,6 +5100,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5034
5100
  customTx: t.LiteralC<"customTx">;
5035
5101
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5036
5102
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5103
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5037
5104
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5038
5105
  tokenApproval: t.LiteralC<"tokenApproval">;
5039
5106
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5098,6 +5165,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5098
5165
  customTx: t.LiteralC<"customTx">;
5099
5166
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5100
5167
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5168
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5101
5169
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5102
5170
  tokenApproval: t.LiteralC<"tokenApproval">;
5103
5171
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5144,6 +5212,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5144
5212
  customTx: t.LiteralC<"customTx">;
5145
5213
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5146
5214
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5215
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5147
5216
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5148
5217
  tokenApproval: t.LiteralC<"tokenApproval">;
5149
5218
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5209,6 +5278,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5209
5278
  customTx: t.LiteralC<"customTx">;
5210
5279
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5211
5280
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5281
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5212
5282
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5213
5283
  tokenApproval: t.LiteralC<"tokenApproval">;
5214
5284
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5276,6 +5346,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5276
5346
  customTx: t.LiteralC<"customTx">;
5277
5347
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5278
5348
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5349
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5279
5350
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5280
5351
  tokenApproval: t.LiteralC<"tokenApproval">;
5281
5352
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5330,6 +5401,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5330
5401
  customTx: t.LiteralC<"customTx">;
5331
5402
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5332
5403
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5404
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5333
5405
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5334
5406
  tokenApproval: t.LiteralC<"tokenApproval">;
5335
5407
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5395,6 +5467,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5395
5467
  customTx: t.LiteralC<"customTx">;
5396
5468
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5397
5469
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5470
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5398
5471
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5399
5472
  tokenApproval: t.LiteralC<"tokenApproval">;
5400
5473
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5500,6 +5573,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5500
5573
  customTx: t.LiteralC<"customTx">;
5501
5574
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5502
5575
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5576
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5503
5577
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5504
5578
  tokenApproval: t.LiteralC<"tokenApproval">;
5505
5579
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5552,6 +5626,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5552
5626
  customTx: t.LiteralC<"customTx">;
5553
5627
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5554
5628
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5629
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5555
5630
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5556
5631
  tokenApproval: t.LiteralC<"tokenApproval">;
5557
5632
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5633,6 +5708,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5633
5708
  customTx: t.LiteralC<"customTx">;
5634
5709
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5635
5710
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5711
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5636
5712
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5637
5713
  tokenApproval: t.LiteralC<"tokenApproval">;
5638
5714
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5683,6 +5759,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5683
5759
  customTx: t.LiteralC<"customTx">;
5684
5760
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5685
5761
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5762
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5686
5763
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5687
5764
  tokenApproval: t.LiteralC<"tokenApproval">;
5688
5765
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5737,6 +5814,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5737
5814
  customTx: t.LiteralC<"customTx">;
5738
5815
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5739
5816
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5817
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5740
5818
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5741
5819
  tokenApproval: t.LiteralC<"tokenApproval">;
5742
5820
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5785,6 +5863,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5785
5863
  customTx: t.LiteralC<"customTx">;
5786
5864
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5787
5865
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5866
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5788
5867
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5789
5868
  tokenApproval: t.LiteralC<"tokenApproval">;
5790
5869
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5833,6 +5912,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5833
5912
  customTx: t.LiteralC<"customTx">;
5834
5913
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5835
5914
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5915
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5836
5916
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5837
5917
  tokenApproval: t.LiteralC<"tokenApproval">;
5838
5918
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5881,6 +5961,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5881
5961
  customTx: t.LiteralC<"customTx">;
5882
5962
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5883
5963
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5964
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5884
5965
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5885
5966
  tokenApproval: t.LiteralC<"tokenApproval">;
5886
5967
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5925,6 +6006,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5925
6006
  customTx: t.LiteralC<"customTx">;
5926
6007
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5927
6008
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6009
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5928
6010
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5929
6011
  tokenApproval: t.LiteralC<"tokenApproval">;
5930
6012
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5971,6 +6053,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5971
6053
  customTx: t.LiteralC<"customTx">;
5972
6054
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5973
6055
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6056
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5974
6057
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5975
6058
  tokenApproval: t.LiteralC<"tokenApproval">;
5976
6059
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6024,6 +6107,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6024
6107
  customTx: t.LiteralC<"customTx">;
6025
6108
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6026
6109
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6110
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6027
6111
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6028
6112
  tokenApproval: t.LiteralC<"tokenApproval">;
6029
6113
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6077,6 +6161,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6077
6161
  customTx: t.LiteralC<"customTx">;
6078
6162
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6079
6163
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6164
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6080
6165
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6081
6166
  tokenApproval: t.LiteralC<"tokenApproval">;
6082
6167
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6125,6 +6210,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6125
6210
  customTx: t.LiteralC<"customTx">;
6126
6211
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6127
6212
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6213
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6128
6214
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6129
6215
  tokenApproval: t.LiteralC<"tokenApproval">;
6130
6216
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6169,6 +6255,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6169
6255
  customTx: t.LiteralC<"customTx">;
6170
6256
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6171
6257
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6258
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6172
6259
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6173
6260
  tokenApproval: t.LiteralC<"tokenApproval">;
6174
6261
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6235,6 +6322,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6235
6322
  customTx: t.LiteralC<"customTx">;
6236
6323
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6237
6324
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6325
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6238
6326
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6239
6327
  tokenApproval: t.LiteralC<"tokenApproval">;
6240
6328
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6309,6 +6397,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6309
6397
  customTx: t.LiteralC<"customTx">;
6310
6398
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6311
6399
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6400
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6312
6401
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6313
6402
  tokenApproval: t.LiteralC<"tokenApproval">;
6314
6403
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6393,6 +6482,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6393
6482
  customTx: t.LiteralC<"customTx">;
6394
6483
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6395
6484
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6485
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6396
6486
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6397
6487
  tokenApproval: t.LiteralC<"tokenApproval">;
6398
6488
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6449,6 +6539,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6449
6539
  customTx: t.LiteralC<"customTx">;
6450
6540
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6451
6541
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6542
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6452
6543
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6453
6544
  tokenApproval: t.LiteralC<"tokenApproval">;
6454
6545
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6515,6 +6606,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6515
6606
  customTx: t.LiteralC<"customTx">;
6516
6607
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6517
6608
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6609
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6518
6610
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6519
6611
  tokenApproval: t.LiteralC<"tokenApproval">;
6520
6612
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7001,6 +7093,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7001
7093
  customTx: t.LiteralC<"customTx">;
7002
7094
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7003
7095
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7096
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7004
7097
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7005
7098
  tokenApproval: t.LiteralC<"tokenApproval">;
7006
7099
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7082,6 +7175,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7082
7175
  customTx: t.LiteralC<"customTx">;
7083
7176
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7084
7177
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7178
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7085
7179
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7086
7180
  tokenApproval: t.LiteralC<"tokenApproval">;
7087
7181
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7132,6 +7226,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7132
7226
  customTx: t.LiteralC<"customTx">;
7133
7227
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7134
7228
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7229
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7135
7230
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7136
7231
  tokenApproval: t.LiteralC<"tokenApproval">;
7137
7232
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7189,6 +7284,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7189
7284
  customTx: t.LiteralC<"customTx">;
7190
7285
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7191
7286
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7287
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7192
7288
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7193
7289
  tokenApproval: t.LiteralC<"tokenApproval">;
7194
7290
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7245,6 +7341,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7245
7341
  customTx: t.LiteralC<"customTx">;
7246
7342
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7247
7343
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7344
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7248
7345
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7249
7346
  tokenApproval: t.LiteralC<"tokenApproval">;
7250
7347
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7293,6 +7390,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7293
7390
  customTx: t.LiteralC<"customTx">;
7294
7391
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7295
7392
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7393
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7296
7394
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7297
7395
  tokenApproval: t.LiteralC<"tokenApproval">;
7298
7396
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7354,6 +7452,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7354
7452
  customTx: t.LiteralC<"customTx">;
7355
7453
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7356
7454
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7455
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7357
7456
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7358
7457
  tokenApproval: t.LiteralC<"tokenApproval">;
7359
7458
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7435,6 +7534,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7435
7534
  customTx: t.LiteralC<"customTx">;
7436
7535
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7437
7536
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7537
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7438
7538
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7439
7539
  tokenApproval: t.LiteralC<"tokenApproval">;
7440
7540
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7515,6 +7615,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7515
7615
  customTx: t.LiteralC<"customTx">;
7516
7616
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7517
7617
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7618
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7518
7619
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7519
7620
  tokenApproval: t.LiteralC<"tokenApproval">;
7520
7621
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7595,6 +7696,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7595
7696
  customTx: t.LiteralC<"customTx">;
7596
7697
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7597
7698
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7699
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7598
7700
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7599
7701
  tokenApproval: t.LiteralC<"tokenApproval">;
7600
7702
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7655,6 +7757,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7655
7757
  customTx: t.LiteralC<"customTx">;
7656
7758
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7657
7759
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7760
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7658
7761
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7659
7762
  tokenApproval: t.LiteralC<"tokenApproval">;
7660
7763
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7702,6 +7805,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7702
7805
  customTx: t.LiteralC<"customTx">;
7703
7806
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7704
7807
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7808
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7705
7809
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7706
7810
  tokenApproval: t.LiteralC<"tokenApproval">;
7707
7811
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7749,6 +7853,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7749
7853
  customTx: t.LiteralC<"customTx">;
7750
7854
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7751
7855
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7856
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7752
7857
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7753
7858
  tokenApproval: t.LiteralC<"tokenApproval">;
7754
7859
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7803,6 +7908,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7803
7908
  customTx: t.LiteralC<"customTx">;
7804
7909
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7805
7910
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7911
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7806
7912
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7807
7913
  tokenApproval: t.LiteralC<"tokenApproval">;
7808
7914
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7856,6 +7962,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7856
7962
  customTx: t.LiteralC<"customTx">;
7857
7963
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7858
7964
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7965
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7859
7966
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7860
7967
  tokenApproval: t.LiteralC<"tokenApproval">;
7861
7968
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7913,6 +8020,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7913
8020
  customTx: t.LiteralC<"customTx">;
7914
8021
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7915
8022
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
8023
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7916
8024
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7917
8025
  tokenApproval: t.LiteralC<"tokenApproval">;
7918
8026
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7994,6 +8102,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7994
8102
  customTx: t.LiteralC<"customTx">;
7995
8103
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7996
8104
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
8105
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7997
8106
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7998
8107
  tokenApproval: t.LiteralC<"tokenApproval">;
7999
8108
  goUnstake: t.LiteralC<"goUnstake">;
@@ -8073,6 +8182,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
8073
8182
  customTx: t.LiteralC<"customTx">;
8074
8183
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
8075
8184
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
8185
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
8076
8186
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
8077
8187
  tokenApproval: t.LiteralC<"tokenApproval">;
8078
8188
  goUnstake: t.LiteralC<"goUnstake">;
@@ -8125,6 +8235,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
8125
8235
  customTx: t.LiteralC<"customTx">;
8126
8236
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
8127
8237
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
8238
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
8128
8239
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
8129
8240
  tokenApproval: t.LiteralC<"tokenApproval">;
8130
8241
  goUnstake: t.LiteralC<"goUnstake">;
@@ -8204,6 +8315,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
8204
8315
  customTx: t.LiteralC<"customTx">;
8205
8316
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
8206
8317
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
8318
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
8207
8319
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
8208
8320
  tokenApproval: t.LiteralC<"tokenApproval">;
8209
8321
  goUnstake: t.LiteralC<"goUnstake">;
@@ -8320,6 +8432,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
8320
8432
  customTx: t.LiteralC<"customTx">;
8321
8433
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
8322
8434
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
8435
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
8323
8436
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
8324
8437
  tokenApproval: t.LiteralC<"tokenApproval">;
8325
8438
  goUnstake: t.LiteralC<"goUnstake">;
@@ -8416,6 +8529,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
8416
8529
  customTx: t.LiteralC<"customTx">;
8417
8530
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
8418
8531
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
8532
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
8419
8533
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
8420
8534
  tokenApproval: t.LiteralC<"tokenApproval">;
8421
8535
  goUnstake: t.LiteralC<"goUnstake">;
@@ -8519,6 +8633,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
8519
8633
  customTx: t.LiteralC<"customTx">;
8520
8634
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
8521
8635
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
8636
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
8522
8637
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
8523
8638
  tokenApproval: t.LiteralC<"tokenApproval">;
8524
8639
  goUnstake: t.LiteralC<"goUnstake">;
@@ -8590,6 +8705,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
8590
8705
  customTx: t.LiteralC<"customTx">;
8591
8706
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
8592
8707
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
8708
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
8593
8709
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
8594
8710
  tokenApproval: t.LiteralC<"tokenApproval">;
8595
8711
  goUnstake: t.LiteralC<"goUnstake">;
@@ -8660,6 +8776,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
8660
8776
  customTx: t.LiteralC<"customTx">;
8661
8777
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
8662
8778
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
8779
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
8663
8780
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
8664
8781
  tokenApproval: t.LiteralC<"tokenApproval">;
8665
8782
  goUnstake: t.LiteralC<"goUnstake">;
@@ -8730,6 +8847,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
8730
8847
  customTx: t.LiteralC<"customTx">;
8731
8848
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
8732
8849
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
8850
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
8733
8851
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
8734
8852
  tokenApproval: t.LiteralC<"tokenApproval">;
8735
8853
  goUnstake: t.LiteralC<"goUnstake">;
@@ -8896,6 +9014,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
8896
9014
  customTx: t.LiteralC<"customTx">;
8897
9015
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
8898
9016
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9017
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
8899
9018
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
8900
9019
  tokenApproval: t.LiteralC<"tokenApproval">;
8901
9020
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9005,6 +9124,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9005
9124
  customTx: t.LiteralC<"customTx">;
9006
9125
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9007
9126
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9127
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9008
9128
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9009
9129
  tokenApproval: t.LiteralC<"tokenApproval">;
9010
9130
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9073,6 +9193,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9073
9193
  customTx: t.LiteralC<"customTx">;
9074
9194
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9075
9195
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9196
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9076
9197
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9077
9198
  tokenApproval: t.LiteralC<"tokenApproval">;
9078
9199
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9189,6 +9310,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9189
9310
  customTx: t.LiteralC<"customTx">;
9190
9311
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9191
9312
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9313
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9192
9314
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9193
9315
  tokenApproval: t.LiteralC<"tokenApproval">;
9194
9316
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9275,6 +9397,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9275
9397
  customTx: t.LiteralC<"customTx">;
9276
9398
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9277
9399
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9400
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9278
9401
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9279
9402
  tokenApproval: t.LiteralC<"tokenApproval">;
9280
9403
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9382,6 +9505,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9382
9505
  customTx: t.LiteralC<"customTx">;
9383
9506
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9384
9507
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9508
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9385
9509
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9386
9510
  tokenApproval: t.LiteralC<"tokenApproval">;
9387
9511
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9442,6 +9566,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9442
9566
  customTx: t.LiteralC<"customTx">;
9443
9567
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9444
9568
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9569
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9445
9570
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9446
9571
  tokenApproval: t.LiteralC<"tokenApproval">;
9447
9572
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9523,6 +9648,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9523
9648
  customTx: t.LiteralC<"customTx">;
9524
9649
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9525
9650
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9651
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9526
9652
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9527
9653
  tokenApproval: t.LiteralC<"tokenApproval">;
9528
9654
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9576,6 +9702,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9576
9702
  customTx: t.LiteralC<"customTx">;
9577
9703
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9578
9704
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9705
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9579
9706
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9580
9707
  tokenApproval: t.LiteralC<"tokenApproval">;
9581
9708
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9629,6 +9756,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9629
9756
  customTx: t.LiteralC<"customTx">;
9630
9757
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9631
9758
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9759
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9632
9760
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9633
9761
  tokenApproval: t.LiteralC<"tokenApproval">;
9634
9762
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9679,6 +9807,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9679
9807
  customTx: t.LiteralC<"customTx">;
9680
9808
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9681
9809
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9810
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9682
9811
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9683
9812
  tokenApproval: t.LiteralC<"tokenApproval">;
9684
9813
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9760,6 +9889,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9760
9889
  customTx: t.LiteralC<"customTx">;
9761
9890
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9762
9891
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9892
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9763
9893
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9764
9894
  tokenApproval: t.LiteralC<"tokenApproval">;
9765
9895
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9823,6 +9953,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9823
9953
  customTx: t.LiteralC<"customTx">;
9824
9954
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9825
9955
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9956
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9826
9957
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9827
9958
  tokenApproval: t.LiteralC<"tokenApproval">;
9828
9959
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9886,6 +10017,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9886
10017
  customTx: t.LiteralC<"customTx">;
9887
10018
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9888
10019
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10020
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9889
10021
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9890
10022
  tokenApproval: t.LiteralC<"tokenApproval">;
9891
10023
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9957,6 +10089,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9957
10089
  customTx: t.LiteralC<"customTx">;
9958
10090
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9959
10091
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10092
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9960
10093
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9961
10094
  tokenApproval: t.LiteralC<"tokenApproval">;
9962
10095
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10052,6 +10185,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10052
10185
  customTx: t.LiteralC<"customTx">;
10053
10186
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10054
10187
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10188
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10055
10189
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10056
10190
  tokenApproval: t.LiteralC<"tokenApproval">;
10057
10191
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10119,6 +10253,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10119
10253
  customTx: t.LiteralC<"customTx">;
10120
10254
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10121
10255
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10256
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10122
10257
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10123
10258
  tokenApproval: t.LiteralC<"tokenApproval">;
10124
10259
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10200,6 +10335,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10200
10335
  customTx: t.LiteralC<"customTx">;
10201
10336
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10202
10337
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10338
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10203
10339
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10204
10340
  tokenApproval: t.LiteralC<"tokenApproval">;
10205
10341
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10281,6 +10417,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10281
10417
  customTx: t.LiteralC<"customTx">;
10282
10418
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10283
10419
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10420
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10284
10421
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10285
10422
  tokenApproval: t.LiteralC<"tokenApproval">;
10286
10423
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10360,6 +10497,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10360
10497
  customTx: t.LiteralC<"customTx">;
10361
10498
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10362
10499
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10500
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10363
10501
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10364
10502
  tokenApproval: t.LiteralC<"tokenApproval">;
10365
10503
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10416,6 +10554,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10416
10554
  customTx: t.LiteralC<"customTx">;
10417
10555
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10418
10556
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10557
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10419
10558
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10420
10559
  tokenApproval: t.LiteralC<"tokenApproval">;
10421
10560
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10480,6 +10619,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10480
10619
  customTx: t.LiteralC<"customTx">;
10481
10620
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10482
10621
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10622
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10483
10623
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10484
10624
  tokenApproval: t.LiteralC<"tokenApproval">;
10485
10625
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10590,6 +10730,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10590
10730
  customTx: t.LiteralC<"customTx">;
10591
10731
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10592
10732
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10733
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10593
10734
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10594
10735
  tokenApproval: t.LiteralC<"tokenApproval">;
10595
10736
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10643,6 +10784,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10643
10784
  customTx: t.LiteralC<"customTx">;
10644
10785
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10645
10786
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10787
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10646
10788
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10647
10789
  tokenApproval: t.LiteralC<"tokenApproval">;
10648
10790
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10700,6 +10842,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10700
10842
  customTx: t.LiteralC<"customTx">;
10701
10843
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10702
10844
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10845
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10703
10846
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10704
10847
  tokenApproval: t.LiteralC<"tokenApproval">;
10705
10848
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10750,6 +10893,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10750
10893
  customTx: t.LiteralC<"customTx">;
10751
10894
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10752
10895
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10896
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10753
10897
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10754
10898
  tokenApproval: t.LiteralC<"tokenApproval">;
10755
10899
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10801,6 +10945,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10801
10945
  customTx: t.LiteralC<"customTx">;
10802
10946
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10803
10947
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10948
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10804
10949
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10805
10950
  tokenApproval: t.LiteralC<"tokenApproval">;
10806
10951
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10867,6 +11012,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10867
11012
  customTx: t.LiteralC<"customTx">;
10868
11013
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10869
11014
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11015
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10870
11016
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10871
11017
  tokenApproval: t.LiteralC<"tokenApproval">;
10872
11018
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10950,6 +11096,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10950
11096
  customTx: t.LiteralC<"customTx">;
10951
11097
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10952
11098
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11099
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10953
11100
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10954
11101
  tokenApproval: t.LiteralC<"tokenApproval">;
10955
11102
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11008,6 +11155,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11008
11155
  customTx: t.LiteralC<"customTx">;
11009
11156
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11010
11157
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11158
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11011
11159
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11012
11160
  tokenApproval: t.LiteralC<"tokenApproval">;
11013
11161
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11104,6 +11252,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11104
11252
  customTx: t.LiteralC<"customTx">;
11105
11253
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11106
11254
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11255
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11107
11256
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11108
11257
  tokenApproval: t.LiteralC<"tokenApproval">;
11109
11258
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11230,6 +11379,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11230
11379
  customTx: t.LiteralC<"customTx">;
11231
11380
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11232
11381
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11382
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11233
11383
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11234
11384
  tokenApproval: t.LiteralC<"tokenApproval">;
11235
11385
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11387,6 +11537,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11387
11537
  customTx: t.LiteralC<"customTx">;
11388
11538
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11389
11539
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11540
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11390
11541
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11391
11542
  tokenApproval: t.LiteralC<"tokenApproval">;
11392
11543
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11434,6 +11585,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11434
11585
  customTx: t.LiteralC<"customTx">;
11435
11586
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11436
11587
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11588
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11437
11589
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11438
11590
  tokenApproval: t.LiteralC<"tokenApproval">;
11439
11591
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11476,6 +11628,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11476
11628
  customTx: t.LiteralC<"customTx">;
11477
11629
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11478
11630
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11631
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11479
11632
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11480
11633
  tokenApproval: t.LiteralC<"tokenApproval">;
11481
11634
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11526,6 +11679,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11526
11679
  customTx: t.LiteralC<"customTx">;
11527
11680
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11528
11681
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11682
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11529
11683
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11530
11684
  tokenApproval: t.LiteralC<"tokenApproval">;
11531
11685
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11588,6 +11742,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11588
11742
  customTx: t.LiteralC<"customTx">;
11589
11743
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11590
11744
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11745
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11591
11746
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11592
11747
  tokenApproval: t.LiteralC<"tokenApproval">;
11593
11748
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11635,6 +11790,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11635
11790
  customTx: t.LiteralC<"customTx">;
11636
11791
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11637
11792
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11793
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11638
11794
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11639
11795
  tokenApproval: t.LiteralC<"tokenApproval">;
11640
11796
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11714,6 +11870,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11714
11870
  customTx: t.LiteralC<"customTx">;
11715
11871
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11716
11872
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11873
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11717
11874
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11718
11875
  tokenApproval: t.LiteralC<"tokenApproval">;
11719
11876
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11761,6 +11918,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11761
11918
  customTx: t.LiteralC<"customTx">;
11762
11919
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11763
11920
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11921
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11764
11922
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11765
11923
  tokenApproval: t.LiteralC<"tokenApproval">;
11766
11924
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11843,6 +12001,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11843
12001
  customTx: t.LiteralC<"customTx">;
11844
12002
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11845
12003
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12004
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11846
12005
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11847
12006
  tokenApproval: t.LiteralC<"tokenApproval">;
11848
12007
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11907,6 +12066,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11907
12066
  customTx: t.LiteralC<"customTx">;
11908
12067
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11909
12068
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12069
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11910
12070
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11911
12071
  tokenApproval: t.LiteralC<"tokenApproval">;
11912
12072
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11953,6 +12113,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11953
12113
  customTx: t.LiteralC<"customTx">;
11954
12114
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11955
12115
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12116
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11956
12117
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11957
12118
  tokenApproval: t.LiteralC<"tokenApproval">;
11958
12119
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12018,6 +12179,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12018
12179
  customTx: t.LiteralC<"customTx">;
12019
12180
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12020
12181
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12182
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12021
12183
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12022
12184
  tokenApproval: t.LiteralC<"tokenApproval">;
12023
12185
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12085,6 +12247,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12085
12247
  customTx: t.LiteralC<"customTx">;
12086
12248
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12087
12249
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12250
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12088
12251
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12089
12252
  tokenApproval: t.LiteralC<"tokenApproval">;
12090
12253
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12139,6 +12302,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12139
12302
  customTx: t.LiteralC<"customTx">;
12140
12303
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12141
12304
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12305
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12142
12306
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12143
12307
  tokenApproval: t.LiteralC<"tokenApproval">;
12144
12308
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12204,6 +12368,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12204
12368
  customTx: t.LiteralC<"customTx">;
12205
12369
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12206
12370
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12371
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12207
12372
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12208
12373
  tokenApproval: t.LiteralC<"tokenApproval">;
12209
12374
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12309,6 +12474,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12309
12474
  customTx: t.LiteralC<"customTx">;
12310
12475
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12311
12476
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12477
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12312
12478
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12313
12479
  tokenApproval: t.LiteralC<"tokenApproval">;
12314
12480
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12361,6 +12527,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12361
12527
  customTx: t.LiteralC<"customTx">;
12362
12528
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12363
12529
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12530
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12364
12531
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12365
12532
  tokenApproval: t.LiteralC<"tokenApproval">;
12366
12533
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12442,6 +12609,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12442
12609
  customTx: t.LiteralC<"customTx">;
12443
12610
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12444
12611
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12612
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12445
12613
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12446
12614
  tokenApproval: t.LiteralC<"tokenApproval">;
12447
12615
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12492,6 +12660,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12492
12660
  customTx: t.LiteralC<"customTx">;
12493
12661
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12494
12662
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12663
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12495
12664
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12496
12665
  tokenApproval: t.LiteralC<"tokenApproval">;
12497
12666
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12546,6 +12715,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12546
12715
  customTx: t.LiteralC<"customTx">;
12547
12716
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12548
12717
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12718
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12549
12719
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12550
12720
  tokenApproval: t.LiteralC<"tokenApproval">;
12551
12721
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12594,6 +12764,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12594
12764
  customTx: t.LiteralC<"customTx">;
12595
12765
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12596
12766
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12767
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12597
12768
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12598
12769
  tokenApproval: t.LiteralC<"tokenApproval">;
12599
12770
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12642,6 +12813,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12642
12813
  customTx: t.LiteralC<"customTx">;
12643
12814
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12644
12815
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12816
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12645
12817
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12646
12818
  tokenApproval: t.LiteralC<"tokenApproval">;
12647
12819
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12690,6 +12862,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12690
12862
  customTx: t.LiteralC<"customTx">;
12691
12863
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12692
12864
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12865
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12693
12866
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12694
12867
  tokenApproval: t.LiteralC<"tokenApproval">;
12695
12868
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12734,6 +12907,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12734
12907
  customTx: t.LiteralC<"customTx">;
12735
12908
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12736
12909
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12910
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12737
12911
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12738
12912
  tokenApproval: t.LiteralC<"tokenApproval">;
12739
12913
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12780,6 +12954,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12780
12954
  customTx: t.LiteralC<"customTx">;
12781
12955
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12782
12956
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12957
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12783
12958
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12784
12959
  tokenApproval: t.LiteralC<"tokenApproval">;
12785
12960
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12833,6 +13008,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12833
13008
  customTx: t.LiteralC<"customTx">;
12834
13009
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12835
13010
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
13011
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12836
13012
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12837
13013
  tokenApproval: t.LiteralC<"tokenApproval">;
12838
13014
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12886,6 +13062,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12886
13062
  customTx: t.LiteralC<"customTx">;
12887
13063
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12888
13064
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
13065
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12889
13066
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12890
13067
  tokenApproval: t.LiteralC<"tokenApproval">;
12891
13068
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12934,6 +13111,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12934
13111
  customTx: t.LiteralC<"customTx">;
12935
13112
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12936
13113
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
13114
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12937
13115
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12938
13116
  tokenApproval: t.LiteralC<"tokenApproval">;
12939
13117
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12978,6 +13156,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12978
13156
  customTx: t.LiteralC<"customTx">;
12979
13157
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12980
13158
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
13159
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12981
13160
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12982
13161
  tokenApproval: t.LiteralC<"tokenApproval">;
12983
13162
  goUnstake: t.LiteralC<"goUnstake">;
@@ -13044,6 +13223,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13044
13223
  customTx: t.LiteralC<"customTx">;
13045
13224
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
13046
13225
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
13226
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
13047
13227
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
13048
13228
  tokenApproval: t.LiteralC<"tokenApproval">;
13049
13229
  goUnstake: t.LiteralC<"goUnstake">;
@@ -13118,6 +13298,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13118
13298
  customTx: t.LiteralC<"customTx">;
13119
13299
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
13120
13300
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
13301
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
13121
13302
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
13122
13303
  tokenApproval: t.LiteralC<"tokenApproval">;
13123
13304
  goUnstake: t.LiteralC<"goUnstake">;
@@ -13202,6 +13383,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13202
13383
  customTx: t.LiteralC<"customTx">;
13203
13384
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
13204
13385
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
13386
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
13205
13387
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
13206
13388
  tokenApproval: t.LiteralC<"tokenApproval">;
13207
13389
  goUnstake: t.LiteralC<"goUnstake">;
@@ -13258,6 +13440,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13258
13440
  customTx: t.LiteralC<"customTx">;
13259
13441
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
13260
13442
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
13443
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
13261
13444
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
13262
13445
  tokenApproval: t.LiteralC<"tokenApproval">;
13263
13446
  goUnstake: t.LiteralC<"goUnstake">;
@@ -13324,6 +13507,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13324
13507
  customTx: t.LiteralC<"customTx">;
13325
13508
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
13326
13509
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
13510
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
13327
13511
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
13328
13512
  tokenApproval: t.LiteralC<"tokenApproval">;
13329
13513
  goUnstake: t.LiteralC<"goUnstake">;