@bitgo/public-types 5.30.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 (120) hide show
  1. package/dist/src/schema/lightning/payment.d.ts +4 -2
  2. package/dist/src/schema/lightning/payment.js +9 -4
  3. package/dist/src/schema/lightning/payment.js.map +1 -1
  4. package/dist/src/schema/transactionRequest/intents/accelerationIntent.d.ts +1 -0
  5. package/dist/src/schema/transactionRequest/intents/accountBaseCreateAccountIntent.d.ts +1 -0
  6. package/dist/src/schema/transactionRequest/intents/accountBaseUpdateAccountIntent.d.ts +1 -0
  7. package/dist/src/schema/transactionRequest/intents/adaPaymentIntent.d.ts +1 -0
  8. package/dist/src/schema/transactionRequest/intents/adaPledgeIntent.d.ts +1 -0
  9. package/dist/src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.d.ts +1 -0
  10. package/dist/src/schema/transactionRequest/intents/adaStakeIntent.d.ts +1 -0
  11. package/dist/src/schema/transactionRequest/intents/adaUnstakeIntent.d.ts +1 -0
  12. package/dist/src/schema/transactionRequest/intents/adaVoteDelegationIntent.d.ts +1 -0
  13. package/dist/src/schema/transactionRequest/intents/aptCustomTxIntent.d.ts +1 -0
  14. package/dist/src/schema/transactionRequest/intents/atomPaymentIntent.d.ts +1 -0
  15. package/dist/src/schema/transactionRequest/intents/atomStakeIntent.d.ts +1 -0
  16. package/dist/src/schema/transactionRequest/intents/atomUnstakeIntent.d.ts +1 -0
  17. package/dist/src/schema/transactionRequest/intents/atomWithdrawIntent.d.ts +1 -0
  18. package/dist/src/schema/transactionRequest/intents/babyCreateBtcDelegationIntent.d.ts +1 -0
  19. package/dist/src/schema/transactionRequest/intents/babyWithdrawRewardIntent.d.ts +1 -0
  20. package/dist/src/schema/transactionRequest/intents/baseGoStakeIntent.d.ts +1 -0
  21. package/dist/src/schema/transactionRequest/intents/baseIntent.d.ts +2 -0
  22. package/dist/src/schema/transactionRequest/intents/baseStakeIntent.d.ts +1 -0
  23. package/dist/src/schema/transactionRequest/intents/baseStakeIntentWithCalldata.d.ts +1 -0
  24. package/dist/src/schema/transactionRequest/intents/beraDelegateIntent.d.ts +1 -0
  25. package/dist/src/schema/transactionRequest/intents/bscDelegateIntent.d.ts +1 -0
  26. package/dist/src/schema/transactionRequest/intents/bscStakeClaimRewardsIntent.d.ts +1 -0
  27. package/dist/src/schema/transactionRequest/intents/bscUndelegateIntent.d.ts +1 -0
  28. package/dist/src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.d.ts +1 -0
  29. package/dist/src/schema/transactionRequest/intents/consolidateTokenIntent.d.ts +1 -0
  30. package/dist/src/schema/transactionRequest/intents/coredaoClaimIntent.d.ts +1 -0
  31. package/dist/src/schema/transactionRequest/intents/coredaoDelegateIntent.d.ts +1 -0
  32. package/dist/src/schema/transactionRequest/intents/coredaoUndelegateIntent.d.ts +1 -0
  33. package/dist/src/schema/transactionRequest/intents/cosmosPaymentIntent.d.ts +1 -0
  34. package/dist/src/schema/transactionRequest/intents/cosmosStakeIntent.d.ts +1 -0
  35. package/dist/src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.d.ts +1 -0
  36. package/dist/src/schema/transactionRequest/intents/cosmosUnstakeIntent.d.ts +1 -0
  37. package/dist/src/schema/transactionRequest/intents/cosmosWithdrawIntent.d.ts +1 -0
  38. package/dist/src/schema/transactionRequest/intents/dotBaseIntent.d.ts +1 -0
  39. package/dist/src/schema/transactionRequest/intents/dotCreateAccountIntent.d.ts +1 -0
  40. package/dist/src/schema/transactionRequest/intents/dotPaymentIntent.d.ts +1 -0
  41. package/dist/src/schema/transactionRequest/intents/dotStakingIntent.d.ts +1 -0
  42. package/dist/src/schema/transactionRequest/intents/dotUnstakingIntent.d.ts +1 -0
  43. package/dist/src/schema/transactionRequest/intents/dotWithdrawStakeIntent.d.ts +1 -0
  44. package/dist/src/schema/transactionRequest/intents/enableTokenIntent.d.ts +1 -0
  45. package/dist/src/schema/transactionRequest/intents/ethAccelerationIntent.d.ts +1 -0
  46. package/dist/src/schema/transactionRequest/intents/ethConsolidateTokenIntent.d.ts +1 -0
  47. package/dist/src/schema/transactionRequest/intents/ethFillNonceIntent.d.ts +1 -0
  48. package/dist/src/schema/transactionRequest/intents/ethLikeStakeIntent.d.ts +2 -0
  49. package/dist/src/schema/transactionRequest/intents/ethPaymentIntent.d.ts +1 -0
  50. package/dist/src/schema/transactionRequest/intents/ethStakingIntent.d.ts +1 -0
  51. package/dist/src/schema/transactionRequest/intents/ethTransferTokenIntent.d.ts +1 -0
  52. package/dist/src/schema/transactionRequest/intents/feeAddressTransferIntent.d.ts +1 -0
  53. package/dist/src/schema/transactionRequest/intents/fillNonceIntent.d.ts +1 -0
  54. package/dist/src/schema/transactionRequest/intents/goUnstakeIntent.d.ts +1 -0
  55. package/dist/src/schema/transactionRequest/intents/icpPaymentIntent.d.ts +1 -0
  56. package/dist/src/schema/transactionRequest/intents/intent.d.ts +96 -2
  57. package/dist/src/schema/transactionRequest/intents/intentType.d.ts +2 -0
  58. package/dist/src/schema/transactionRequest/intents/intentType.js +1 -0
  59. package/dist/src/schema/transactionRequest/intents/intentType.js.map +1 -1
  60. package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.d.ts +6 -2
  61. package/dist/src/schema/transactionRequest/intents/mmiSignMessageIntent.d.ts +1 -0
  62. package/dist/src/schema/transactionRequest/intents/mmiSignTransactionIntent.d.ts +1 -0
  63. package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +1 -0
  64. package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +1 -0
  65. package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +1 -0
  66. package/dist/src/schema/transactionRequest/intents/paymentIntent.d.ts +1 -0
  67. package/dist/src/schema/transactionRequest/intents/polyxBaseIntent.d.ts +1 -0
  68. package/dist/src/schema/transactionRequest/intents/polyxCreateAccountIntent.d.ts +1 -0
  69. package/dist/src/schema/transactionRequest/intents/polyxPreApproveAssetIntent.d.ts +1 -0
  70. package/dist/src/schema/transactionRequest/intents/polyxStakeIntent.d.ts +1 -0
  71. package/dist/src/schema/transactionRequest/intents/polyxUnstakeIntent.d.ts +1 -0
  72. package/dist/src/schema/transactionRequest/intents/polyxWithdrawIntent.d.ts +1 -0
  73. package/dist/src/schema/transactionRequest/intents/signMessageIntent.d.ts +1 -0
  74. package/dist/src/schema/transactionRequest/intents/solAuthorizeIntent.d.ts +1 -0
  75. package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +1 -0
  76. package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.d.ts +1 -0
  77. package/dist/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.d.ts +1 -0
  78. package/dist/src/schema/transactionRequest/intents/solCustomTxIntent.d.ts +1 -0
  79. package/dist/src/schema/transactionRequest/intents/solDeactivateIntent.d.ts +1 -0
  80. package/dist/src/schema/transactionRequest/intents/solDelegateIntent.d.ts +1 -0
  81. package/dist/src/schema/transactionRequest/intents/solGoUnstakeIntent.d.ts +1 -0
  82. package/dist/src/schema/transactionRequest/intents/solPaymentIntent.d.ts +1 -0
  83. package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +2 -0
  84. package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +2 -0
  85. package/dist/src/schema/transactionRequest/intents/solVersionedCustomTxIntent.d.ts +1 -0
  86. package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +1 -0
  87. package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +1 -0
  88. package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +1 -0
  89. package/dist/src/schema/transactionRequest/intents/substrateBaseIntent.d.ts +1 -0
  90. package/dist/src/schema/transactionRequest/intents/substratePaymentIntent.d.ts +1 -0
  91. package/dist/src/schema/transactionRequest/intents/suiBuildOptions.d.ts +1 -0
  92. package/dist/src/schema/transactionRequest/intents/suiConsolidateIntent.d.ts +1 -0
  93. package/dist/src/schema/transactionRequest/intents/suiCustomTxIntent.d.ts +2 -0
  94. package/dist/src/schema/transactionRequest/intents/suiGoUnstakeIntent.d.ts +2 -0
  95. package/dist/src/schema/transactionRequest/intents/suiPaymentIntent.d.ts +2 -0
  96. package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +1 -0
  97. package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +1 -0
  98. package/dist/src/schema/transactionRequest/intents/taoStakeIntent.d.ts +2 -0
  99. package/dist/src/schema/transactionRequest/intents/taoStakingBaseIntent.d.ts +1 -0
  100. package/dist/src/schema/transactionRequest/intents/taoSwitchValidatorIntent.d.ts +1 -0
  101. package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.d.ts +2 -0
  102. package/dist/src/schema/transactionRequest/intents/tokenApprovalIntent.d.ts +1 -0
  103. package/dist/src/schema/transactionRequest/intents/tonDelegateIntent.d.ts +1 -0
  104. package/dist/src/schema/transactionRequest/intents/tonPaymentIntent.d.ts +1 -0
  105. package/dist/src/schema/transactionRequest/intents/tonUndelegateIntent.d.ts +1 -0
  106. package/dist/src/schema/transactionRequest/intents/transferTokenIntent.d.ts +1 -0
  107. package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +1 -0
  108. package/dist/src/schema/transactionRequest/intents/vetStakeClaimRewardsIntent.d.ts +1 -0
  109. package/dist/src/schema/transactionRequest/intents/vetStakingIntent.d.ts +1 -0
  110. package/dist/src/schema/transactionRequest/intents/vetUnstakingIntent.d.ts +2 -0
  111. package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +1 -0
  112. package/dist/src/schema/transactionRequest/intents/walletRecoveryIntent.d.ts +1 -0
  113. package/dist/src/schema/transactionRequest/intents/walrusStakingIntent.d.ts +1 -0
  114. package/dist/src/schema/transactionRequest/intents/walrusUndelegateIntent.d.ts +1 -0
  115. package/dist/src/schema/transactionRequest/intents/walrusWithdrawIntent.d.ts +1 -0
  116. package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +1 -0
  117. package/dist/src/schema/transactionRequest/transactionRequest.d.ts +192 -4
  118. package/package.json +1 -1
  119. package/src/schema/lightning/payment.ts +9 -4
  120. 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">;
@@ -2778,13 +2813,15 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2778
2813
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
2779
2814
  }>]>, t.TypeC<{
2780
2815
  intentType: t.LiteralC<"payment">;
2781
- onchainRequest: t.TypeC<{
2816
+ onchainRequest: t.IntersectionC<[t.TypeC<{
2782
2817
  recipients: t.ArrayC<t.TypeC<{
2783
2818
  amountSat: import("io-ts-types").BigIntFromStringC;
2784
2819
  address: t.StringC;
2785
2820
  }>>;
2821
+ }>, t.PartialC<{
2786
2822
  satsPerVbyte: import("io-ts-types").BigIntFromStringC;
2787
- }>;
2823
+ numBlocks: t.NumberC;
2824
+ }>]>;
2788
2825
  }>]>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
2789
2826
  intentType: t.KeyofC<{
2790
2827
  payment: t.LiteralC<"payment">;
@@ -2818,6 +2855,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2818
2855
  customTx: t.LiteralC<"customTx">;
2819
2856
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2820
2857
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2858
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2821
2859
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2822
2860
  tokenApproval: t.LiteralC<"tokenApproval">;
2823
2861
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2868,6 +2906,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2868
2906
  customTx: t.LiteralC<"customTx">;
2869
2907
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2870
2908
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2909
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2871
2910
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2872
2911
  tokenApproval: t.LiteralC<"tokenApproval">;
2873
2912
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2949,6 +2988,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2949
2988
  customTx: t.LiteralC<"customTx">;
2950
2989
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2951
2990
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2991
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2952
2992
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2953
2993
  tokenApproval: t.LiteralC<"tokenApproval">;
2954
2994
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3012,6 +3052,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3012
3052
  customTx: t.LiteralC<"customTx">;
3013
3053
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3014
3054
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3055
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3015
3056
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3016
3057
  tokenApproval: t.LiteralC<"tokenApproval">;
3017
3058
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3075,6 +3116,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3075
3116
  customTx: t.LiteralC<"customTx">;
3076
3117
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3077
3118
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3119
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3078
3120
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3079
3121
  tokenApproval: t.LiteralC<"tokenApproval">;
3080
3122
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3146,6 +3188,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3146
3188
  customTx: t.LiteralC<"customTx">;
3147
3189
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3148
3190
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3191
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3149
3192
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3150
3193
  tokenApproval: t.LiteralC<"tokenApproval">;
3151
3194
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3241,6 +3284,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3241
3284
  customTx: t.LiteralC<"customTx">;
3242
3285
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3243
3286
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3287
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3244
3288
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3245
3289
  tokenApproval: t.LiteralC<"tokenApproval">;
3246
3290
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3308,6 +3352,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3308
3352
  customTx: t.LiteralC<"customTx">;
3309
3353
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3310
3354
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3355
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3311
3356
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3312
3357
  tokenApproval: t.LiteralC<"tokenApproval">;
3313
3358
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3389,6 +3434,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3389
3434
  customTx: t.LiteralC<"customTx">;
3390
3435
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3391
3436
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3437
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3392
3438
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3393
3439
  tokenApproval: t.LiteralC<"tokenApproval">;
3394
3440
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3470,6 +3516,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3470
3516
  customTx: t.LiteralC<"customTx">;
3471
3517
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3472
3518
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3519
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3473
3520
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3474
3521
  tokenApproval: t.LiteralC<"tokenApproval">;
3475
3522
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3549,6 +3596,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3549
3596
  customTx: t.LiteralC<"customTx">;
3550
3597
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3551
3598
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3599
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3552
3600
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3553
3601
  tokenApproval: t.LiteralC<"tokenApproval">;
3554
3602
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3605,6 +3653,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3605
3653
  customTx: t.LiteralC<"customTx">;
3606
3654
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3607
3655
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3656
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3608
3657
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3609
3658
  tokenApproval: t.LiteralC<"tokenApproval">;
3610
3659
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3669,6 +3718,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3669
3718
  customTx: t.LiteralC<"customTx">;
3670
3719
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3671
3720
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3721
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3672
3722
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3673
3723
  tokenApproval: t.LiteralC<"tokenApproval">;
3674
3724
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3779,6 +3829,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3779
3829
  customTx: t.LiteralC<"customTx">;
3780
3830
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3781
3831
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3832
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3782
3833
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3783
3834
  tokenApproval: t.LiteralC<"tokenApproval">;
3784
3835
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3832,6 +3883,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3832
3883
  customTx: t.LiteralC<"customTx">;
3833
3884
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3834
3885
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3886
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3835
3887
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3836
3888
  tokenApproval: t.LiteralC<"tokenApproval">;
3837
3889
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3889,6 +3941,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3889
3941
  customTx: t.LiteralC<"customTx">;
3890
3942
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3891
3943
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3944
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3892
3945
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3893
3946
  tokenApproval: t.LiteralC<"tokenApproval">;
3894
3947
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3939,6 +3992,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3939
3992
  customTx: t.LiteralC<"customTx">;
3940
3993
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3941
3994
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3995
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3942
3996
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3943
3997
  tokenApproval: t.LiteralC<"tokenApproval">;
3944
3998
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3990,6 +4044,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3990
4044
  customTx: t.LiteralC<"customTx">;
3991
4045
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3992
4046
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4047
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3993
4048
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3994
4049
  tokenApproval: t.LiteralC<"tokenApproval">;
3995
4050
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4056,6 +4111,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4056
4111
  customTx: t.LiteralC<"customTx">;
4057
4112
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4058
4113
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4114
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4059
4115
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4060
4116
  tokenApproval: t.LiteralC<"tokenApproval">;
4061
4117
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4139,6 +4195,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4139
4195
  customTx: t.LiteralC<"customTx">;
4140
4196
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4141
4197
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4198
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4142
4199
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4143
4200
  tokenApproval: t.LiteralC<"tokenApproval">;
4144
4201
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4197,6 +4254,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4197
4254
  customTx: t.LiteralC<"customTx">;
4198
4255
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4199
4256
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4257
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4200
4258
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4201
4259
  tokenApproval: t.LiteralC<"tokenApproval">;
4202
4260
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4293,6 +4351,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4293
4351
  customTx: t.LiteralC<"customTx">;
4294
4352
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4295
4353
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4354
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4296
4355
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4297
4356
  tokenApproval: t.LiteralC<"tokenApproval">;
4298
4357
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4419,6 +4478,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4419
4478
  customTx: t.LiteralC<"customTx">;
4420
4479
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4421
4480
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4481
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4422
4482
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4423
4483
  tokenApproval: t.LiteralC<"tokenApproval">;
4424
4484
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4576,6 +4636,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4576
4636
  customTx: t.LiteralC<"customTx">;
4577
4637
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4578
4638
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4639
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4579
4640
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4580
4641
  tokenApproval: t.LiteralC<"tokenApproval">;
4581
4642
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4623,6 +4684,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4623
4684
  customTx: t.LiteralC<"customTx">;
4624
4685
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4625
4686
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4687
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4626
4688
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4627
4689
  tokenApproval: t.LiteralC<"tokenApproval">;
4628
4690
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4665,6 +4727,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4665
4727
  customTx: t.LiteralC<"customTx">;
4666
4728
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4667
4729
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4730
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4668
4731
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4669
4732
  tokenApproval: t.LiteralC<"tokenApproval">;
4670
4733
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4715,6 +4778,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4715
4778
  customTx: t.LiteralC<"customTx">;
4716
4779
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4717
4780
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4781
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4718
4782
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4719
4783
  tokenApproval: t.LiteralC<"tokenApproval">;
4720
4784
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4777,6 +4841,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4777
4841
  customTx: t.LiteralC<"customTx">;
4778
4842
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4779
4843
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4844
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4780
4845
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4781
4846
  tokenApproval: t.LiteralC<"tokenApproval">;
4782
4847
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4824,6 +4889,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4824
4889
  customTx: t.LiteralC<"customTx">;
4825
4890
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4826
4891
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4892
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4827
4893
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4828
4894
  tokenApproval: t.LiteralC<"tokenApproval">;
4829
4895
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4903,6 +4969,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4903
4969
  customTx: t.LiteralC<"customTx">;
4904
4970
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4905
4971
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4972
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4906
4973
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4907
4974
  tokenApproval: t.LiteralC<"tokenApproval">;
4908
4975
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4950,6 +5017,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4950
5017
  customTx: t.LiteralC<"customTx">;
4951
5018
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4952
5019
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5020
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4953
5021
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4954
5022
  tokenApproval: t.LiteralC<"tokenApproval">;
4955
5023
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5032,6 +5100,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5032
5100
  customTx: t.LiteralC<"customTx">;
5033
5101
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5034
5102
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5103
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5035
5104
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5036
5105
  tokenApproval: t.LiteralC<"tokenApproval">;
5037
5106
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5096,6 +5165,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5096
5165
  customTx: t.LiteralC<"customTx">;
5097
5166
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5098
5167
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5168
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5099
5169
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5100
5170
  tokenApproval: t.LiteralC<"tokenApproval">;
5101
5171
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5142,6 +5212,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5142
5212
  customTx: t.LiteralC<"customTx">;
5143
5213
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5144
5214
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5215
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5145
5216
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5146
5217
  tokenApproval: t.LiteralC<"tokenApproval">;
5147
5218
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5207,6 +5278,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5207
5278
  customTx: t.LiteralC<"customTx">;
5208
5279
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5209
5280
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5281
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5210
5282
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5211
5283
  tokenApproval: t.LiteralC<"tokenApproval">;
5212
5284
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5274,6 +5346,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5274
5346
  customTx: t.LiteralC<"customTx">;
5275
5347
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5276
5348
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5349
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5277
5350
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5278
5351
  tokenApproval: t.LiteralC<"tokenApproval">;
5279
5352
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5328,6 +5401,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5328
5401
  customTx: t.LiteralC<"customTx">;
5329
5402
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5330
5403
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5404
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5331
5405
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5332
5406
  tokenApproval: t.LiteralC<"tokenApproval">;
5333
5407
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5393,6 +5467,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5393
5467
  customTx: t.LiteralC<"customTx">;
5394
5468
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5395
5469
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5470
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5396
5471
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5397
5472
  tokenApproval: t.LiteralC<"tokenApproval">;
5398
5473
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5498,6 +5573,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5498
5573
  customTx: t.LiteralC<"customTx">;
5499
5574
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5500
5575
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5576
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5501
5577
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5502
5578
  tokenApproval: t.LiteralC<"tokenApproval">;
5503
5579
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5550,6 +5626,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5550
5626
  customTx: t.LiteralC<"customTx">;
5551
5627
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5552
5628
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5629
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5553
5630
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5554
5631
  tokenApproval: t.LiteralC<"tokenApproval">;
5555
5632
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5631,6 +5708,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5631
5708
  customTx: t.LiteralC<"customTx">;
5632
5709
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5633
5710
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5711
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5634
5712
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5635
5713
  tokenApproval: t.LiteralC<"tokenApproval">;
5636
5714
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5681,6 +5759,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5681
5759
  customTx: t.LiteralC<"customTx">;
5682
5760
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5683
5761
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5762
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5684
5763
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5685
5764
  tokenApproval: t.LiteralC<"tokenApproval">;
5686
5765
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5735,6 +5814,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5735
5814
  customTx: t.LiteralC<"customTx">;
5736
5815
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5737
5816
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5817
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5738
5818
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5739
5819
  tokenApproval: t.LiteralC<"tokenApproval">;
5740
5820
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5783,6 +5863,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5783
5863
  customTx: t.LiteralC<"customTx">;
5784
5864
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5785
5865
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5866
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5786
5867
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5787
5868
  tokenApproval: t.LiteralC<"tokenApproval">;
5788
5869
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5831,6 +5912,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5831
5912
  customTx: t.LiteralC<"customTx">;
5832
5913
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5833
5914
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5915
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5834
5916
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5835
5917
  tokenApproval: t.LiteralC<"tokenApproval">;
5836
5918
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5879,6 +5961,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5879
5961
  customTx: t.LiteralC<"customTx">;
5880
5962
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5881
5963
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5964
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5882
5965
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5883
5966
  tokenApproval: t.LiteralC<"tokenApproval">;
5884
5967
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5923,6 +6006,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5923
6006
  customTx: t.LiteralC<"customTx">;
5924
6007
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5925
6008
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6009
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5926
6010
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5927
6011
  tokenApproval: t.LiteralC<"tokenApproval">;
5928
6012
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5969,6 +6053,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5969
6053
  customTx: t.LiteralC<"customTx">;
5970
6054
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5971
6055
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6056
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5972
6057
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5973
6058
  tokenApproval: t.LiteralC<"tokenApproval">;
5974
6059
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6022,6 +6107,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6022
6107
  customTx: t.LiteralC<"customTx">;
6023
6108
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6024
6109
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6110
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6025
6111
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6026
6112
  tokenApproval: t.LiteralC<"tokenApproval">;
6027
6113
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6075,6 +6161,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6075
6161
  customTx: t.LiteralC<"customTx">;
6076
6162
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6077
6163
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6164
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6078
6165
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6079
6166
  tokenApproval: t.LiteralC<"tokenApproval">;
6080
6167
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6123,6 +6210,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6123
6210
  customTx: t.LiteralC<"customTx">;
6124
6211
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6125
6212
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6213
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6126
6214
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6127
6215
  tokenApproval: t.LiteralC<"tokenApproval">;
6128
6216
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6167,6 +6255,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6167
6255
  customTx: t.LiteralC<"customTx">;
6168
6256
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6169
6257
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6258
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6170
6259
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6171
6260
  tokenApproval: t.LiteralC<"tokenApproval">;
6172
6261
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6233,6 +6322,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6233
6322
  customTx: t.LiteralC<"customTx">;
6234
6323
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6235
6324
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6325
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6236
6326
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6237
6327
  tokenApproval: t.LiteralC<"tokenApproval">;
6238
6328
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6307,6 +6397,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6307
6397
  customTx: t.LiteralC<"customTx">;
6308
6398
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6309
6399
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6400
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6310
6401
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6311
6402
  tokenApproval: t.LiteralC<"tokenApproval">;
6312
6403
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6391,6 +6482,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6391
6482
  customTx: t.LiteralC<"customTx">;
6392
6483
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6393
6484
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6485
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6394
6486
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6395
6487
  tokenApproval: t.LiteralC<"tokenApproval">;
6396
6488
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6447,6 +6539,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6447
6539
  customTx: t.LiteralC<"customTx">;
6448
6540
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6449
6541
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6542
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6450
6543
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6451
6544
  tokenApproval: t.LiteralC<"tokenApproval">;
6452
6545
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6513,6 +6606,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6513
6606
  customTx: t.LiteralC<"customTx">;
6514
6607
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6515
6608
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6609
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6516
6610
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6517
6611
  tokenApproval: t.LiteralC<"tokenApproval">;
6518
6612
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6999,6 +7093,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
6999
7093
  customTx: t.LiteralC<"customTx">;
7000
7094
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7001
7095
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7096
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7002
7097
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7003
7098
  tokenApproval: t.LiteralC<"tokenApproval">;
7004
7099
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7080,6 +7175,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7080
7175
  customTx: t.LiteralC<"customTx">;
7081
7176
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7082
7177
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7178
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7083
7179
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7084
7180
  tokenApproval: t.LiteralC<"tokenApproval">;
7085
7181
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7130,6 +7226,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7130
7226
  customTx: t.LiteralC<"customTx">;
7131
7227
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7132
7228
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7229
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7133
7230
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7134
7231
  tokenApproval: t.LiteralC<"tokenApproval">;
7135
7232
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7187,6 +7284,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7187
7284
  customTx: t.LiteralC<"customTx">;
7188
7285
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7189
7286
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7287
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7190
7288
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7191
7289
  tokenApproval: t.LiteralC<"tokenApproval">;
7192
7290
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7243,6 +7341,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7243
7341
  customTx: t.LiteralC<"customTx">;
7244
7342
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7245
7343
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7344
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7246
7345
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7247
7346
  tokenApproval: t.LiteralC<"tokenApproval">;
7248
7347
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7291,6 +7390,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7291
7390
  customTx: t.LiteralC<"customTx">;
7292
7391
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7293
7392
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7393
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7294
7394
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7295
7395
  tokenApproval: t.LiteralC<"tokenApproval">;
7296
7396
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7352,6 +7452,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7352
7452
  customTx: t.LiteralC<"customTx">;
7353
7453
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7354
7454
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7455
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7355
7456
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7356
7457
  tokenApproval: t.LiteralC<"tokenApproval">;
7357
7458
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7433,6 +7534,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7433
7534
  customTx: t.LiteralC<"customTx">;
7434
7535
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7435
7536
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7537
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7436
7538
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7437
7539
  tokenApproval: t.LiteralC<"tokenApproval">;
7438
7540
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7513,6 +7615,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7513
7615
  customTx: t.LiteralC<"customTx">;
7514
7616
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7515
7617
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7618
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7516
7619
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7517
7620
  tokenApproval: t.LiteralC<"tokenApproval">;
7518
7621
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7593,6 +7696,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7593
7696
  customTx: t.LiteralC<"customTx">;
7594
7697
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7595
7698
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7699
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7596
7700
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7597
7701
  tokenApproval: t.LiteralC<"tokenApproval">;
7598
7702
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7653,6 +7757,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7653
7757
  customTx: t.LiteralC<"customTx">;
7654
7758
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7655
7759
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7760
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7656
7761
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7657
7762
  tokenApproval: t.LiteralC<"tokenApproval">;
7658
7763
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7700,6 +7805,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7700
7805
  customTx: t.LiteralC<"customTx">;
7701
7806
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7702
7807
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7808
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7703
7809
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7704
7810
  tokenApproval: t.LiteralC<"tokenApproval">;
7705
7811
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7747,6 +7853,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7747
7853
  customTx: t.LiteralC<"customTx">;
7748
7854
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7749
7855
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7856
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7750
7857
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7751
7858
  tokenApproval: t.LiteralC<"tokenApproval">;
7752
7859
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7801,6 +7908,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7801
7908
  customTx: t.LiteralC<"customTx">;
7802
7909
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7803
7910
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7911
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7804
7912
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7805
7913
  tokenApproval: t.LiteralC<"tokenApproval">;
7806
7914
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7854,6 +7962,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7854
7962
  customTx: t.LiteralC<"customTx">;
7855
7963
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7856
7964
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
7965
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7857
7966
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7858
7967
  tokenApproval: t.LiteralC<"tokenApproval">;
7859
7968
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7911,6 +8020,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7911
8020
  customTx: t.LiteralC<"customTx">;
7912
8021
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7913
8022
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
8023
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7914
8024
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7915
8025
  tokenApproval: t.LiteralC<"tokenApproval">;
7916
8026
  goUnstake: t.LiteralC<"goUnstake">;
@@ -7992,6 +8102,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
7992
8102
  customTx: t.LiteralC<"customTx">;
7993
8103
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
7994
8104
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
8105
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
7995
8106
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
7996
8107
  tokenApproval: t.LiteralC<"tokenApproval">;
7997
8108
  goUnstake: t.LiteralC<"goUnstake">;
@@ -8071,6 +8182,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
8071
8182
  customTx: t.LiteralC<"customTx">;
8072
8183
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
8073
8184
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
8185
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
8074
8186
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
8075
8187
  tokenApproval: t.LiteralC<"tokenApproval">;
8076
8188
  goUnstake: t.LiteralC<"goUnstake">;
@@ -8123,6 +8235,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
8123
8235
  customTx: t.LiteralC<"customTx">;
8124
8236
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
8125
8237
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
8238
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
8126
8239
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
8127
8240
  tokenApproval: t.LiteralC<"tokenApproval">;
8128
8241
  goUnstake: t.LiteralC<"goUnstake">;
@@ -8202,6 +8315,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
8202
8315
  customTx: t.LiteralC<"customTx">;
8203
8316
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
8204
8317
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
8318
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
8205
8319
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
8206
8320
  tokenApproval: t.LiteralC<"tokenApproval">;
8207
8321
  goUnstake: t.LiteralC<"goUnstake">;
@@ -8318,6 +8432,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
8318
8432
  customTx: t.LiteralC<"customTx">;
8319
8433
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
8320
8434
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
8435
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
8321
8436
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
8322
8437
  tokenApproval: t.LiteralC<"tokenApproval">;
8323
8438
  goUnstake: t.LiteralC<"goUnstake">;
@@ -8414,6 +8529,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
8414
8529
  customTx: t.LiteralC<"customTx">;
8415
8530
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
8416
8531
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
8532
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
8417
8533
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
8418
8534
  tokenApproval: t.LiteralC<"tokenApproval">;
8419
8535
  goUnstake: t.LiteralC<"goUnstake">;
@@ -8517,6 +8633,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
8517
8633
  customTx: t.LiteralC<"customTx">;
8518
8634
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
8519
8635
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
8636
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
8520
8637
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
8521
8638
  tokenApproval: t.LiteralC<"tokenApproval">;
8522
8639
  goUnstake: t.LiteralC<"goUnstake">;
@@ -8588,6 +8705,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
8588
8705
  customTx: t.LiteralC<"customTx">;
8589
8706
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
8590
8707
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
8708
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
8591
8709
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
8592
8710
  tokenApproval: t.LiteralC<"tokenApproval">;
8593
8711
  goUnstake: t.LiteralC<"goUnstake">;
@@ -8658,6 +8776,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
8658
8776
  customTx: t.LiteralC<"customTx">;
8659
8777
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
8660
8778
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
8779
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
8661
8780
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
8662
8781
  tokenApproval: t.LiteralC<"tokenApproval">;
8663
8782
  goUnstake: t.LiteralC<"goUnstake">;
@@ -8728,6 +8847,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
8728
8847
  customTx: t.LiteralC<"customTx">;
8729
8848
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
8730
8849
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
8850
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
8731
8851
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
8732
8852
  tokenApproval: t.LiteralC<"tokenApproval">;
8733
8853
  goUnstake: t.LiteralC<"goUnstake">;
@@ -8894,6 +9014,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
8894
9014
  customTx: t.LiteralC<"customTx">;
8895
9015
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
8896
9016
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9017
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
8897
9018
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
8898
9019
  tokenApproval: t.LiteralC<"tokenApproval">;
8899
9020
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9003,6 +9124,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9003
9124
  customTx: t.LiteralC<"customTx">;
9004
9125
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9005
9126
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9127
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9006
9128
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9007
9129
  tokenApproval: t.LiteralC<"tokenApproval">;
9008
9130
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9071,6 +9193,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9071
9193
  customTx: t.LiteralC<"customTx">;
9072
9194
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9073
9195
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9196
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9074
9197
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9075
9198
  tokenApproval: t.LiteralC<"tokenApproval">;
9076
9199
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9187,6 +9310,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9187
9310
  customTx: t.LiteralC<"customTx">;
9188
9311
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9189
9312
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9313
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9190
9314
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9191
9315
  tokenApproval: t.LiteralC<"tokenApproval">;
9192
9316
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9273,6 +9397,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9273
9397
  customTx: t.LiteralC<"customTx">;
9274
9398
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9275
9399
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9400
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9276
9401
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9277
9402
  tokenApproval: t.LiteralC<"tokenApproval">;
9278
9403
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9380,6 +9505,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9380
9505
  customTx: t.LiteralC<"customTx">;
9381
9506
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9382
9507
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9508
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9383
9509
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9384
9510
  tokenApproval: t.LiteralC<"tokenApproval">;
9385
9511
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9440,6 +9566,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9440
9566
  customTx: t.LiteralC<"customTx">;
9441
9567
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9442
9568
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9569
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9443
9570
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9444
9571
  tokenApproval: t.LiteralC<"tokenApproval">;
9445
9572
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9521,6 +9648,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9521
9648
  customTx: t.LiteralC<"customTx">;
9522
9649
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9523
9650
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9651
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9524
9652
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9525
9653
  tokenApproval: t.LiteralC<"tokenApproval">;
9526
9654
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9574,6 +9702,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9574
9702
  customTx: t.LiteralC<"customTx">;
9575
9703
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9576
9704
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9705
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9577
9706
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9578
9707
  tokenApproval: t.LiteralC<"tokenApproval">;
9579
9708
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9585,13 +9714,15 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9585
9714
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
9586
9715
  }>]>, t.TypeC<{
9587
9716
  intentType: t.LiteralC<"payment">;
9588
- onchainRequest: t.TypeC<{
9717
+ onchainRequest: t.IntersectionC<[t.TypeC<{
9589
9718
  recipients: t.ArrayC<t.TypeC<{
9590
9719
  amountSat: import("io-ts-types").BigIntFromStringC;
9591
9720
  address: t.StringC;
9592
9721
  }>>;
9722
+ }>, t.PartialC<{
9593
9723
  satsPerVbyte: import("io-ts-types").BigIntFromStringC;
9594
- }>;
9724
+ numBlocks: t.NumberC;
9725
+ }>]>;
9595
9726
  }>]>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
9596
9727
  intentType: t.KeyofC<{
9597
9728
  payment: t.LiteralC<"payment">;
@@ -9625,6 +9756,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9625
9756
  customTx: t.LiteralC<"customTx">;
9626
9757
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9627
9758
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9759
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9628
9760
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9629
9761
  tokenApproval: t.LiteralC<"tokenApproval">;
9630
9762
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9675,6 +9807,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9675
9807
  customTx: t.LiteralC<"customTx">;
9676
9808
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9677
9809
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9810
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9678
9811
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9679
9812
  tokenApproval: t.LiteralC<"tokenApproval">;
9680
9813
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9756,6 +9889,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9756
9889
  customTx: t.LiteralC<"customTx">;
9757
9890
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9758
9891
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9892
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9759
9893
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9760
9894
  tokenApproval: t.LiteralC<"tokenApproval">;
9761
9895
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9819,6 +9953,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9819
9953
  customTx: t.LiteralC<"customTx">;
9820
9954
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9821
9955
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
9956
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9822
9957
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9823
9958
  tokenApproval: t.LiteralC<"tokenApproval">;
9824
9959
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9882,6 +10017,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9882
10017
  customTx: t.LiteralC<"customTx">;
9883
10018
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9884
10019
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10020
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9885
10021
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9886
10022
  tokenApproval: t.LiteralC<"tokenApproval">;
9887
10023
  goUnstake: t.LiteralC<"goUnstake">;
@@ -9953,6 +10089,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
9953
10089
  customTx: t.LiteralC<"customTx">;
9954
10090
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
9955
10091
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10092
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
9956
10093
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
9957
10094
  tokenApproval: t.LiteralC<"tokenApproval">;
9958
10095
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10048,6 +10185,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10048
10185
  customTx: t.LiteralC<"customTx">;
10049
10186
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10050
10187
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10188
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10051
10189
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10052
10190
  tokenApproval: t.LiteralC<"tokenApproval">;
10053
10191
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10115,6 +10253,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10115
10253
  customTx: t.LiteralC<"customTx">;
10116
10254
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10117
10255
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10256
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10118
10257
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10119
10258
  tokenApproval: t.LiteralC<"tokenApproval">;
10120
10259
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10196,6 +10335,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10196
10335
  customTx: t.LiteralC<"customTx">;
10197
10336
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10198
10337
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10338
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10199
10339
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10200
10340
  tokenApproval: t.LiteralC<"tokenApproval">;
10201
10341
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10277,6 +10417,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10277
10417
  customTx: t.LiteralC<"customTx">;
10278
10418
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10279
10419
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10420
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10280
10421
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10281
10422
  tokenApproval: t.LiteralC<"tokenApproval">;
10282
10423
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10356,6 +10497,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10356
10497
  customTx: t.LiteralC<"customTx">;
10357
10498
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10358
10499
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10500
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10359
10501
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10360
10502
  tokenApproval: t.LiteralC<"tokenApproval">;
10361
10503
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10412,6 +10554,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10412
10554
  customTx: t.LiteralC<"customTx">;
10413
10555
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10414
10556
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10557
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10415
10558
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10416
10559
  tokenApproval: t.LiteralC<"tokenApproval">;
10417
10560
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10476,6 +10619,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10476
10619
  customTx: t.LiteralC<"customTx">;
10477
10620
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10478
10621
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10622
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10479
10623
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10480
10624
  tokenApproval: t.LiteralC<"tokenApproval">;
10481
10625
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10586,6 +10730,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10586
10730
  customTx: t.LiteralC<"customTx">;
10587
10731
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10588
10732
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10733
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10589
10734
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10590
10735
  tokenApproval: t.LiteralC<"tokenApproval">;
10591
10736
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10639,6 +10784,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10639
10784
  customTx: t.LiteralC<"customTx">;
10640
10785
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10641
10786
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10787
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10642
10788
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10643
10789
  tokenApproval: t.LiteralC<"tokenApproval">;
10644
10790
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10696,6 +10842,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10696
10842
  customTx: t.LiteralC<"customTx">;
10697
10843
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10698
10844
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10845
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10699
10846
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10700
10847
  tokenApproval: t.LiteralC<"tokenApproval">;
10701
10848
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10746,6 +10893,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10746
10893
  customTx: t.LiteralC<"customTx">;
10747
10894
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10748
10895
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10896
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10749
10897
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10750
10898
  tokenApproval: t.LiteralC<"tokenApproval">;
10751
10899
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10797,6 +10945,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10797
10945
  customTx: t.LiteralC<"customTx">;
10798
10946
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10799
10947
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
10948
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10800
10949
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10801
10950
  tokenApproval: t.LiteralC<"tokenApproval">;
10802
10951
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10863,6 +11012,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10863
11012
  customTx: t.LiteralC<"customTx">;
10864
11013
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10865
11014
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11015
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10866
11016
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10867
11017
  tokenApproval: t.LiteralC<"tokenApproval">;
10868
11018
  goUnstake: t.LiteralC<"goUnstake">;
@@ -10946,6 +11096,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
10946
11096
  customTx: t.LiteralC<"customTx">;
10947
11097
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
10948
11098
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11099
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
10949
11100
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
10950
11101
  tokenApproval: t.LiteralC<"tokenApproval">;
10951
11102
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11004,6 +11155,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11004
11155
  customTx: t.LiteralC<"customTx">;
11005
11156
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11006
11157
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11158
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11007
11159
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11008
11160
  tokenApproval: t.LiteralC<"tokenApproval">;
11009
11161
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11100,6 +11252,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11100
11252
  customTx: t.LiteralC<"customTx">;
11101
11253
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11102
11254
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11255
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11103
11256
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11104
11257
  tokenApproval: t.LiteralC<"tokenApproval">;
11105
11258
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11226,6 +11379,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11226
11379
  customTx: t.LiteralC<"customTx">;
11227
11380
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11228
11381
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11382
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11229
11383
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11230
11384
  tokenApproval: t.LiteralC<"tokenApproval">;
11231
11385
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11383,6 +11537,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11383
11537
  customTx: t.LiteralC<"customTx">;
11384
11538
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11385
11539
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11540
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11386
11541
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11387
11542
  tokenApproval: t.LiteralC<"tokenApproval">;
11388
11543
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11430,6 +11585,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11430
11585
  customTx: t.LiteralC<"customTx">;
11431
11586
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11432
11587
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11588
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11433
11589
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11434
11590
  tokenApproval: t.LiteralC<"tokenApproval">;
11435
11591
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11472,6 +11628,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11472
11628
  customTx: t.LiteralC<"customTx">;
11473
11629
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11474
11630
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11631
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11475
11632
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11476
11633
  tokenApproval: t.LiteralC<"tokenApproval">;
11477
11634
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11522,6 +11679,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11522
11679
  customTx: t.LiteralC<"customTx">;
11523
11680
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11524
11681
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11682
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11525
11683
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11526
11684
  tokenApproval: t.LiteralC<"tokenApproval">;
11527
11685
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11584,6 +11742,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11584
11742
  customTx: t.LiteralC<"customTx">;
11585
11743
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11586
11744
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11745
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11587
11746
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11588
11747
  tokenApproval: t.LiteralC<"tokenApproval">;
11589
11748
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11631,6 +11790,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11631
11790
  customTx: t.LiteralC<"customTx">;
11632
11791
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11633
11792
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11793
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11634
11794
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11635
11795
  tokenApproval: t.LiteralC<"tokenApproval">;
11636
11796
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11710,6 +11870,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11710
11870
  customTx: t.LiteralC<"customTx">;
11711
11871
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11712
11872
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11873
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11713
11874
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11714
11875
  tokenApproval: t.LiteralC<"tokenApproval">;
11715
11876
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11757,6 +11918,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11757
11918
  customTx: t.LiteralC<"customTx">;
11758
11919
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11759
11920
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
11921
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11760
11922
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11761
11923
  tokenApproval: t.LiteralC<"tokenApproval">;
11762
11924
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11839,6 +12001,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11839
12001
  customTx: t.LiteralC<"customTx">;
11840
12002
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11841
12003
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12004
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11842
12005
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11843
12006
  tokenApproval: t.LiteralC<"tokenApproval">;
11844
12007
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11903,6 +12066,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11903
12066
  customTx: t.LiteralC<"customTx">;
11904
12067
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11905
12068
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12069
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11906
12070
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11907
12071
  tokenApproval: t.LiteralC<"tokenApproval">;
11908
12072
  goUnstake: t.LiteralC<"goUnstake">;
@@ -11949,6 +12113,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
11949
12113
  customTx: t.LiteralC<"customTx">;
11950
12114
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
11951
12115
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12116
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
11952
12117
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
11953
12118
  tokenApproval: t.LiteralC<"tokenApproval">;
11954
12119
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12014,6 +12179,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12014
12179
  customTx: t.LiteralC<"customTx">;
12015
12180
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12016
12181
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12182
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12017
12183
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12018
12184
  tokenApproval: t.LiteralC<"tokenApproval">;
12019
12185
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12081,6 +12247,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12081
12247
  customTx: t.LiteralC<"customTx">;
12082
12248
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12083
12249
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12250
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12084
12251
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12085
12252
  tokenApproval: t.LiteralC<"tokenApproval">;
12086
12253
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12135,6 +12302,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12135
12302
  customTx: t.LiteralC<"customTx">;
12136
12303
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12137
12304
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12305
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12138
12306
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12139
12307
  tokenApproval: t.LiteralC<"tokenApproval">;
12140
12308
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12200,6 +12368,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12200
12368
  customTx: t.LiteralC<"customTx">;
12201
12369
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12202
12370
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12371
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12203
12372
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12204
12373
  tokenApproval: t.LiteralC<"tokenApproval">;
12205
12374
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12305,6 +12474,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12305
12474
  customTx: t.LiteralC<"customTx">;
12306
12475
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12307
12476
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12477
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12308
12478
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12309
12479
  tokenApproval: t.LiteralC<"tokenApproval">;
12310
12480
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12357,6 +12527,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12357
12527
  customTx: t.LiteralC<"customTx">;
12358
12528
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12359
12529
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12530
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12360
12531
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12361
12532
  tokenApproval: t.LiteralC<"tokenApproval">;
12362
12533
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12438,6 +12609,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12438
12609
  customTx: t.LiteralC<"customTx">;
12439
12610
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12440
12611
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12612
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12441
12613
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12442
12614
  tokenApproval: t.LiteralC<"tokenApproval">;
12443
12615
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12488,6 +12660,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12488
12660
  customTx: t.LiteralC<"customTx">;
12489
12661
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12490
12662
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12663
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12491
12664
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12492
12665
  tokenApproval: t.LiteralC<"tokenApproval">;
12493
12666
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12542,6 +12715,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12542
12715
  customTx: t.LiteralC<"customTx">;
12543
12716
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12544
12717
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12718
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12545
12719
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12546
12720
  tokenApproval: t.LiteralC<"tokenApproval">;
12547
12721
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12590,6 +12764,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12590
12764
  customTx: t.LiteralC<"customTx">;
12591
12765
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12592
12766
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12767
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12593
12768
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12594
12769
  tokenApproval: t.LiteralC<"tokenApproval">;
12595
12770
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12638,6 +12813,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12638
12813
  customTx: t.LiteralC<"customTx">;
12639
12814
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12640
12815
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12816
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12641
12817
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12642
12818
  tokenApproval: t.LiteralC<"tokenApproval">;
12643
12819
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12686,6 +12862,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12686
12862
  customTx: t.LiteralC<"customTx">;
12687
12863
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12688
12864
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12865
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12689
12866
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12690
12867
  tokenApproval: t.LiteralC<"tokenApproval">;
12691
12868
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12730,6 +12907,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12730
12907
  customTx: t.LiteralC<"customTx">;
12731
12908
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12732
12909
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12910
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12733
12911
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12734
12912
  tokenApproval: t.LiteralC<"tokenApproval">;
12735
12913
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12776,6 +12954,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12776
12954
  customTx: t.LiteralC<"customTx">;
12777
12955
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12778
12956
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
12957
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12779
12958
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12780
12959
  tokenApproval: t.LiteralC<"tokenApproval">;
12781
12960
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12829,6 +13008,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12829
13008
  customTx: t.LiteralC<"customTx">;
12830
13009
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12831
13010
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
13011
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12832
13012
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12833
13013
  tokenApproval: t.LiteralC<"tokenApproval">;
12834
13014
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12882,6 +13062,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12882
13062
  customTx: t.LiteralC<"customTx">;
12883
13063
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12884
13064
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
13065
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12885
13066
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12886
13067
  tokenApproval: t.LiteralC<"tokenApproval">;
12887
13068
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12930,6 +13111,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12930
13111
  customTx: t.LiteralC<"customTx">;
12931
13112
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12932
13113
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
13114
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12933
13115
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12934
13116
  tokenApproval: t.LiteralC<"tokenApproval">;
12935
13117
  goUnstake: t.LiteralC<"goUnstake">;
@@ -12974,6 +13156,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12974
13156
  customTx: t.LiteralC<"customTx">;
12975
13157
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
12976
13158
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
13159
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
12977
13160
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
12978
13161
  tokenApproval: t.LiteralC<"tokenApproval">;
12979
13162
  goUnstake: t.LiteralC<"goUnstake">;
@@ -13040,6 +13223,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13040
13223
  customTx: t.LiteralC<"customTx">;
13041
13224
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
13042
13225
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
13226
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
13043
13227
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
13044
13228
  tokenApproval: t.LiteralC<"tokenApproval">;
13045
13229
  goUnstake: t.LiteralC<"goUnstake">;
@@ -13114,6 +13298,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13114
13298
  customTx: t.LiteralC<"customTx">;
13115
13299
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
13116
13300
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
13301
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
13117
13302
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
13118
13303
  tokenApproval: t.LiteralC<"tokenApproval">;
13119
13304
  goUnstake: t.LiteralC<"goUnstake">;
@@ -13198,6 +13383,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13198
13383
  customTx: t.LiteralC<"customTx">;
13199
13384
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
13200
13385
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
13386
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
13201
13387
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
13202
13388
  tokenApproval: t.LiteralC<"tokenApproval">;
13203
13389
  goUnstake: t.LiteralC<"goUnstake">;
@@ -13254,6 +13440,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13254
13440
  customTx: t.LiteralC<"customTx">;
13255
13441
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
13256
13442
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
13443
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
13257
13444
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
13258
13445
  tokenApproval: t.LiteralC<"tokenApproval">;
13259
13446
  goUnstake: t.LiteralC<"goUnstake">;
@@ -13320,6 +13507,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13320
13507
  customTx: t.LiteralC<"customTx">;
13321
13508
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
13322
13509
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
13510
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
13323
13511
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
13324
13512
  tokenApproval: t.LiteralC<"tokenApproval">;
13325
13513
  goUnstake: t.LiteralC<"goUnstake">;