@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
@@ -94,6 +94,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
94
94
  customTx: t.LiteralC<"customTx">;
95
95
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
96
96
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
97
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
97
98
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
98
99
  tokenApproval: t.LiteralC<"tokenApproval">;
99
100
  goUnstake: t.LiteralC<"goUnstake">;
@@ -175,6 +176,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
175
176
  customTx: t.LiteralC<"customTx">;
176
177
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
177
178
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
179
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
178
180
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
179
181
  tokenApproval: t.LiteralC<"tokenApproval">;
180
182
  goUnstake: t.LiteralC<"goUnstake">;
@@ -225,6 +227,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
225
227
  customTx: t.LiteralC<"customTx">;
226
228
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
227
229
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
230
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
228
231
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
229
232
  tokenApproval: t.LiteralC<"tokenApproval">;
230
233
  goUnstake: t.LiteralC<"goUnstake">;
@@ -282,6 +285,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
282
285
  customTx: t.LiteralC<"customTx">;
283
286
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
284
287
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
288
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
285
289
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
286
290
  tokenApproval: t.LiteralC<"tokenApproval">;
287
291
  goUnstake: t.LiteralC<"goUnstake">;
@@ -338,6 +342,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
338
342
  customTx: t.LiteralC<"customTx">;
339
343
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
340
344
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
345
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
341
346
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
342
347
  tokenApproval: t.LiteralC<"tokenApproval">;
343
348
  goUnstake: t.LiteralC<"goUnstake">;
@@ -386,6 +391,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
386
391
  customTx: t.LiteralC<"customTx">;
387
392
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
388
393
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
394
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
389
395
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
390
396
  tokenApproval: t.LiteralC<"tokenApproval">;
391
397
  goUnstake: t.LiteralC<"goUnstake">;
@@ -447,6 +453,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
447
453
  customTx: t.LiteralC<"customTx">;
448
454
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
449
455
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
456
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
450
457
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
451
458
  tokenApproval: t.LiteralC<"tokenApproval">;
452
459
  goUnstake: t.LiteralC<"goUnstake">;
@@ -528,6 +535,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
528
535
  customTx: t.LiteralC<"customTx">;
529
536
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
530
537
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
538
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
531
539
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
532
540
  tokenApproval: t.LiteralC<"tokenApproval">;
533
541
  goUnstake: t.LiteralC<"goUnstake">;
@@ -608,6 +616,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
608
616
  customTx: t.LiteralC<"customTx">;
609
617
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
610
618
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
619
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
611
620
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
612
621
  tokenApproval: t.LiteralC<"tokenApproval">;
613
622
  goUnstake: t.LiteralC<"goUnstake">;
@@ -688,6 +697,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
688
697
  customTx: t.LiteralC<"customTx">;
689
698
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
690
699
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
700
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
691
701
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
692
702
  tokenApproval: t.LiteralC<"tokenApproval">;
693
703
  goUnstake: t.LiteralC<"goUnstake">;
@@ -748,6 +758,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
748
758
  customTx: t.LiteralC<"customTx">;
749
759
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
750
760
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
761
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
751
762
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
752
763
  tokenApproval: t.LiteralC<"tokenApproval">;
753
764
  goUnstake: t.LiteralC<"goUnstake">;
@@ -795,6 +806,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
795
806
  customTx: t.LiteralC<"customTx">;
796
807
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
797
808
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
809
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
798
810
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
799
811
  tokenApproval: t.LiteralC<"tokenApproval">;
800
812
  goUnstake: t.LiteralC<"goUnstake">;
@@ -842,6 +854,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
842
854
  customTx: t.LiteralC<"customTx">;
843
855
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
844
856
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
857
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
845
858
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
846
859
  tokenApproval: t.LiteralC<"tokenApproval">;
847
860
  goUnstake: t.LiteralC<"goUnstake">;
@@ -896,6 +909,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
896
909
  customTx: t.LiteralC<"customTx">;
897
910
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
898
911
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
912
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
899
913
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
900
914
  tokenApproval: t.LiteralC<"tokenApproval">;
901
915
  goUnstake: t.LiteralC<"goUnstake">;
@@ -949,6 +963,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
949
963
  customTx: t.LiteralC<"customTx">;
950
964
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
951
965
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
966
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
952
967
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
953
968
  tokenApproval: t.LiteralC<"tokenApproval">;
954
969
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1006,6 +1021,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1006
1021
  customTx: t.LiteralC<"customTx">;
1007
1022
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1008
1023
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1024
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1009
1025
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1010
1026
  tokenApproval: t.LiteralC<"tokenApproval">;
1011
1027
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1087,6 +1103,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1087
1103
  customTx: t.LiteralC<"customTx">;
1088
1104
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1089
1105
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1106
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1090
1107
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1091
1108
  tokenApproval: t.LiteralC<"tokenApproval">;
1092
1109
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1166,6 +1183,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1166
1183
  customTx: t.LiteralC<"customTx">;
1167
1184
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1168
1185
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1186
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1169
1187
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1170
1188
  tokenApproval: t.LiteralC<"tokenApproval">;
1171
1189
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1218,6 +1236,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1218
1236
  customTx: t.LiteralC<"customTx">;
1219
1237
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1220
1238
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1239
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1221
1240
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1222
1241
  tokenApproval: t.LiteralC<"tokenApproval">;
1223
1242
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1297,6 +1316,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1297
1316
  customTx: t.LiteralC<"customTx">;
1298
1317
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1299
1318
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1319
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1300
1320
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1301
1321
  tokenApproval: t.LiteralC<"tokenApproval">;
1302
1322
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1413,6 +1433,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1413
1433
  customTx: t.LiteralC<"customTx">;
1414
1434
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1415
1435
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1436
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1416
1437
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1417
1438
  tokenApproval: t.LiteralC<"tokenApproval">;
1418
1439
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1509,6 +1530,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1509
1530
  customTx: t.LiteralC<"customTx">;
1510
1531
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1511
1532
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1533
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1512
1534
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1513
1535
  tokenApproval: t.LiteralC<"tokenApproval">;
1514
1536
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1612,6 +1634,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1612
1634
  customTx: t.LiteralC<"customTx">;
1613
1635
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1614
1636
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1637
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1615
1638
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1616
1639
  tokenApproval: t.LiteralC<"tokenApproval">;
1617
1640
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1683,6 +1706,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1683
1706
  customTx: t.LiteralC<"customTx">;
1684
1707
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1685
1708
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1709
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1686
1710
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1687
1711
  tokenApproval: t.LiteralC<"tokenApproval">;
1688
1712
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1753,6 +1777,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1753
1777
  customTx: t.LiteralC<"customTx">;
1754
1778
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1755
1779
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1780
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1756
1781
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1757
1782
  tokenApproval: t.LiteralC<"tokenApproval">;
1758
1783
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1823,6 +1848,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1823
1848
  customTx: t.LiteralC<"customTx">;
1824
1849
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1825
1850
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1851
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1826
1852
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1827
1853
  tokenApproval: t.LiteralC<"tokenApproval">;
1828
1854
  goUnstake: t.LiteralC<"goUnstake">;
@@ -1989,6 +2015,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1989
2015
  customTx: t.LiteralC<"customTx">;
1990
2016
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1991
2017
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2018
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
1992
2019
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1993
2020
  tokenApproval: t.LiteralC<"tokenApproval">;
1994
2021
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2098,6 +2125,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2098
2125
  customTx: t.LiteralC<"customTx">;
2099
2126
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2100
2127
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2128
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2101
2129
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2102
2130
  tokenApproval: t.LiteralC<"tokenApproval">;
2103
2131
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2166,6 +2194,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2166
2194
  customTx: t.LiteralC<"customTx">;
2167
2195
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2168
2196
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2197
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2169
2198
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2170
2199
  tokenApproval: t.LiteralC<"tokenApproval">;
2171
2200
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2282,6 +2311,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2282
2311
  customTx: t.LiteralC<"customTx">;
2283
2312
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2284
2313
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2314
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2285
2315
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2286
2316
  tokenApproval: t.LiteralC<"tokenApproval">;
2287
2317
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2368,6 +2398,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2368
2398
  customTx: t.LiteralC<"customTx">;
2369
2399
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2370
2400
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2401
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2371
2402
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2372
2403
  tokenApproval: t.LiteralC<"tokenApproval">;
2373
2404
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2475,6 +2506,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2475
2506
  customTx: t.LiteralC<"customTx">;
2476
2507
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2477
2508
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2509
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2478
2510
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2479
2511
  tokenApproval: t.LiteralC<"tokenApproval">;
2480
2512
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2535,6 +2567,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2535
2567
  customTx: t.LiteralC<"customTx">;
2536
2568
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2537
2569
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2570
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2538
2571
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2539
2572
  tokenApproval: t.LiteralC<"tokenApproval">;
2540
2573
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2616,6 +2649,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2616
2649
  customTx: t.LiteralC<"customTx">;
2617
2650
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2618
2651
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2652
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2619
2653
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2620
2654
  tokenApproval: t.LiteralC<"tokenApproval">;
2621
2655
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2669,6 +2703,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2669
2703
  customTx: t.LiteralC<"customTx">;
2670
2704
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2671
2705
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2706
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2672
2707
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2673
2708
  tokenApproval: t.LiteralC<"tokenApproval">;
2674
2709
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2680,13 +2715,15 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2680
2715
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
2681
2716
  }>]>, t.TypeC<{
2682
2717
  intentType: t.LiteralC<"payment">;
2683
- onchainRequest: t.TypeC<{
2718
+ onchainRequest: t.IntersectionC<[t.TypeC<{
2684
2719
  recipients: t.ArrayC<t.TypeC<{
2685
2720
  amountSat: import("io-ts-types").BigIntFromStringC;
2686
2721
  address: t.StringC;
2687
2722
  }>>;
2723
+ }>, t.PartialC<{
2688
2724
  satsPerVbyte: import("io-ts-types").BigIntFromStringC;
2689
- }>;
2725
+ numBlocks: t.NumberC;
2726
+ }>]>;
2690
2727
  }>]>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
2691
2728
  intentType: t.KeyofC<{
2692
2729
  payment: t.LiteralC<"payment">;
@@ -2720,6 +2757,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2720
2757
  customTx: t.LiteralC<"customTx">;
2721
2758
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2722
2759
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2760
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2723
2761
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2724
2762
  tokenApproval: t.LiteralC<"tokenApproval">;
2725
2763
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2770,6 +2808,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2770
2808
  customTx: t.LiteralC<"customTx">;
2771
2809
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2772
2810
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2811
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2773
2812
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2774
2813
  tokenApproval: t.LiteralC<"tokenApproval">;
2775
2814
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2851,6 +2890,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2851
2890
  customTx: t.LiteralC<"customTx">;
2852
2891
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2853
2892
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2893
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2854
2894
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2855
2895
  tokenApproval: t.LiteralC<"tokenApproval">;
2856
2896
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2914,6 +2954,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2914
2954
  customTx: t.LiteralC<"customTx">;
2915
2955
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2916
2956
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2957
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2917
2958
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2918
2959
  tokenApproval: t.LiteralC<"tokenApproval">;
2919
2960
  goUnstake: t.LiteralC<"goUnstake">;
@@ -2977,6 +3018,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2977
3018
  customTx: t.LiteralC<"customTx">;
2978
3019
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2979
3020
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3021
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
2980
3022
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2981
3023
  tokenApproval: t.LiteralC<"tokenApproval">;
2982
3024
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3048,6 +3090,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3048
3090
  customTx: t.LiteralC<"customTx">;
3049
3091
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3050
3092
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3093
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3051
3094
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3052
3095
  tokenApproval: t.LiteralC<"tokenApproval">;
3053
3096
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3143,6 +3186,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3143
3186
  customTx: t.LiteralC<"customTx">;
3144
3187
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3145
3188
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3189
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3146
3190
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3147
3191
  tokenApproval: t.LiteralC<"tokenApproval">;
3148
3192
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3210,6 +3254,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3210
3254
  customTx: t.LiteralC<"customTx">;
3211
3255
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3212
3256
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3257
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3213
3258
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3214
3259
  tokenApproval: t.LiteralC<"tokenApproval">;
3215
3260
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3291,6 +3336,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3291
3336
  customTx: t.LiteralC<"customTx">;
3292
3337
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3293
3338
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3339
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3294
3340
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3295
3341
  tokenApproval: t.LiteralC<"tokenApproval">;
3296
3342
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3372,6 +3418,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3372
3418
  customTx: t.LiteralC<"customTx">;
3373
3419
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3374
3420
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3421
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3375
3422
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3376
3423
  tokenApproval: t.LiteralC<"tokenApproval">;
3377
3424
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3451,6 +3498,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3451
3498
  customTx: t.LiteralC<"customTx">;
3452
3499
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3453
3500
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3501
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3454
3502
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3455
3503
  tokenApproval: t.LiteralC<"tokenApproval">;
3456
3504
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3507,6 +3555,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3507
3555
  customTx: t.LiteralC<"customTx">;
3508
3556
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3509
3557
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3558
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3510
3559
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3511
3560
  tokenApproval: t.LiteralC<"tokenApproval">;
3512
3561
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3571,6 +3620,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3571
3620
  customTx: t.LiteralC<"customTx">;
3572
3621
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3573
3622
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3623
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3574
3624
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3575
3625
  tokenApproval: t.LiteralC<"tokenApproval">;
3576
3626
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3681,6 +3731,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3681
3731
  customTx: t.LiteralC<"customTx">;
3682
3732
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3683
3733
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3734
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3684
3735
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3685
3736
  tokenApproval: t.LiteralC<"tokenApproval">;
3686
3737
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3734,6 +3785,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3734
3785
  customTx: t.LiteralC<"customTx">;
3735
3786
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3736
3787
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3788
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3737
3789
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3738
3790
  tokenApproval: t.LiteralC<"tokenApproval">;
3739
3791
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3791,6 +3843,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3791
3843
  customTx: t.LiteralC<"customTx">;
3792
3844
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3793
3845
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3846
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3794
3847
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3795
3848
  tokenApproval: t.LiteralC<"tokenApproval">;
3796
3849
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3841,6 +3894,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3841
3894
  customTx: t.LiteralC<"customTx">;
3842
3895
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3843
3896
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3897
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3844
3898
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3845
3899
  tokenApproval: t.LiteralC<"tokenApproval">;
3846
3900
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3892,6 +3946,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3892
3946
  customTx: t.LiteralC<"customTx">;
3893
3947
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3894
3948
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3949
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3895
3950
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3896
3951
  tokenApproval: t.LiteralC<"tokenApproval">;
3897
3952
  goUnstake: t.LiteralC<"goUnstake">;
@@ -3958,6 +4013,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3958
4013
  customTx: t.LiteralC<"customTx">;
3959
4014
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3960
4015
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4016
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
3961
4017
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3962
4018
  tokenApproval: t.LiteralC<"tokenApproval">;
3963
4019
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4041,6 +4097,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4041
4097
  customTx: t.LiteralC<"customTx">;
4042
4098
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4043
4099
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4100
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4044
4101
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4045
4102
  tokenApproval: t.LiteralC<"tokenApproval">;
4046
4103
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4099,6 +4156,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4099
4156
  customTx: t.LiteralC<"customTx">;
4100
4157
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4101
4158
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4159
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4102
4160
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4103
4161
  tokenApproval: t.LiteralC<"tokenApproval">;
4104
4162
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4195,6 +4253,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4195
4253
  customTx: t.LiteralC<"customTx">;
4196
4254
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4197
4255
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4256
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4198
4257
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4199
4258
  tokenApproval: t.LiteralC<"tokenApproval">;
4200
4259
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4321,6 +4380,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4321
4380
  customTx: t.LiteralC<"customTx">;
4322
4381
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4323
4382
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4383
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4324
4384
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4325
4385
  tokenApproval: t.LiteralC<"tokenApproval">;
4326
4386
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4478,6 +4538,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4478
4538
  customTx: t.LiteralC<"customTx">;
4479
4539
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4480
4540
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4541
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4481
4542
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4482
4543
  tokenApproval: t.LiteralC<"tokenApproval">;
4483
4544
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4525,6 +4586,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4525
4586
  customTx: t.LiteralC<"customTx">;
4526
4587
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4527
4588
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4589
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4528
4590
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4529
4591
  tokenApproval: t.LiteralC<"tokenApproval">;
4530
4592
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4567,6 +4629,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4567
4629
  customTx: t.LiteralC<"customTx">;
4568
4630
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4569
4631
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4632
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4570
4633
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4571
4634
  tokenApproval: t.LiteralC<"tokenApproval">;
4572
4635
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4617,6 +4680,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4617
4680
  customTx: t.LiteralC<"customTx">;
4618
4681
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4619
4682
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4683
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4620
4684
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4621
4685
  tokenApproval: t.LiteralC<"tokenApproval">;
4622
4686
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4679,6 +4743,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4679
4743
  customTx: t.LiteralC<"customTx">;
4680
4744
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4681
4745
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4746
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4682
4747
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4683
4748
  tokenApproval: t.LiteralC<"tokenApproval">;
4684
4749
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4726,6 +4791,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4726
4791
  customTx: t.LiteralC<"customTx">;
4727
4792
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4728
4793
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4794
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4729
4795
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4730
4796
  tokenApproval: t.LiteralC<"tokenApproval">;
4731
4797
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4805,6 +4871,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4805
4871
  customTx: t.LiteralC<"customTx">;
4806
4872
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4807
4873
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4874
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4808
4875
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4809
4876
  tokenApproval: t.LiteralC<"tokenApproval">;
4810
4877
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4852,6 +4919,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4852
4919
  customTx: t.LiteralC<"customTx">;
4853
4920
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4854
4921
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4922
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4855
4923
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4856
4924
  tokenApproval: t.LiteralC<"tokenApproval">;
4857
4925
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4934,6 +5002,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4934
5002
  customTx: t.LiteralC<"customTx">;
4935
5003
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4936
5004
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5005
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
4937
5006
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4938
5007
  tokenApproval: t.LiteralC<"tokenApproval">;
4939
5008
  goUnstake: t.LiteralC<"goUnstake">;
@@ -4998,6 +5067,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4998
5067
  customTx: t.LiteralC<"customTx">;
4999
5068
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5000
5069
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5070
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5001
5071
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5002
5072
  tokenApproval: t.LiteralC<"tokenApproval">;
5003
5073
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5044,6 +5114,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5044
5114
  customTx: t.LiteralC<"customTx">;
5045
5115
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5046
5116
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5117
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5047
5118
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5048
5119
  tokenApproval: t.LiteralC<"tokenApproval">;
5049
5120
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5109,6 +5180,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5109
5180
  customTx: t.LiteralC<"customTx">;
5110
5181
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5111
5182
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5183
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5112
5184
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5113
5185
  tokenApproval: t.LiteralC<"tokenApproval">;
5114
5186
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5176,6 +5248,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5176
5248
  customTx: t.LiteralC<"customTx">;
5177
5249
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5178
5250
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5251
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5179
5252
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5180
5253
  tokenApproval: t.LiteralC<"tokenApproval">;
5181
5254
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5230,6 +5303,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5230
5303
  customTx: t.LiteralC<"customTx">;
5231
5304
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5232
5305
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5306
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5233
5307
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5234
5308
  tokenApproval: t.LiteralC<"tokenApproval">;
5235
5309
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5295,6 +5369,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5295
5369
  customTx: t.LiteralC<"customTx">;
5296
5370
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5297
5371
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5372
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5298
5373
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5299
5374
  tokenApproval: t.LiteralC<"tokenApproval">;
5300
5375
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5400,6 +5475,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5400
5475
  customTx: t.LiteralC<"customTx">;
5401
5476
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5402
5477
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5478
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5403
5479
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5404
5480
  tokenApproval: t.LiteralC<"tokenApproval">;
5405
5481
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5452,6 +5528,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5452
5528
  customTx: t.LiteralC<"customTx">;
5453
5529
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5454
5530
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5531
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5455
5532
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5456
5533
  tokenApproval: t.LiteralC<"tokenApproval">;
5457
5534
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5533,6 +5610,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5533
5610
  customTx: t.LiteralC<"customTx">;
5534
5611
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5535
5612
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5613
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5536
5614
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5537
5615
  tokenApproval: t.LiteralC<"tokenApproval">;
5538
5616
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5583,6 +5661,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5583
5661
  customTx: t.LiteralC<"customTx">;
5584
5662
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5585
5663
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5664
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5586
5665
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5587
5666
  tokenApproval: t.LiteralC<"tokenApproval">;
5588
5667
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5637,6 +5716,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5637
5716
  customTx: t.LiteralC<"customTx">;
5638
5717
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5639
5718
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5719
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5640
5720
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5641
5721
  tokenApproval: t.LiteralC<"tokenApproval">;
5642
5722
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5685,6 +5765,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5685
5765
  customTx: t.LiteralC<"customTx">;
5686
5766
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5687
5767
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5768
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5688
5769
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5689
5770
  tokenApproval: t.LiteralC<"tokenApproval">;
5690
5771
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5733,6 +5814,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5733
5814
  customTx: t.LiteralC<"customTx">;
5734
5815
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5735
5816
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5817
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5736
5818
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5737
5819
  tokenApproval: t.LiteralC<"tokenApproval">;
5738
5820
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5781,6 +5863,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5781
5863
  customTx: t.LiteralC<"customTx">;
5782
5864
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5783
5865
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5866
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5784
5867
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5785
5868
  tokenApproval: t.LiteralC<"tokenApproval">;
5786
5869
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5825,6 +5908,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5825
5908
  customTx: t.LiteralC<"customTx">;
5826
5909
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5827
5910
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5911
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5828
5912
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5829
5913
  tokenApproval: t.LiteralC<"tokenApproval">;
5830
5914
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5871,6 +5955,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5871
5955
  customTx: t.LiteralC<"customTx">;
5872
5956
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5873
5957
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
5958
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5874
5959
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5875
5960
  tokenApproval: t.LiteralC<"tokenApproval">;
5876
5961
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5924,6 +6009,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5924
6009
  customTx: t.LiteralC<"customTx">;
5925
6010
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5926
6011
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6012
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5927
6013
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5928
6014
  tokenApproval: t.LiteralC<"tokenApproval">;
5929
6015
  goUnstake: t.LiteralC<"goUnstake">;
@@ -5977,6 +6063,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5977
6063
  customTx: t.LiteralC<"customTx">;
5978
6064
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
5979
6065
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6066
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
5980
6067
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5981
6068
  tokenApproval: t.LiteralC<"tokenApproval">;
5982
6069
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6025,6 +6112,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6025
6112
  customTx: t.LiteralC<"customTx">;
6026
6113
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6027
6114
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6115
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6028
6116
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6029
6117
  tokenApproval: t.LiteralC<"tokenApproval">;
6030
6118
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6069,6 +6157,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6069
6157
  customTx: t.LiteralC<"customTx">;
6070
6158
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6071
6159
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6160
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6072
6161
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6073
6162
  tokenApproval: t.LiteralC<"tokenApproval">;
6074
6163
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6135,6 +6224,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6135
6224
  customTx: t.LiteralC<"customTx">;
6136
6225
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6137
6226
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6227
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6138
6228
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6139
6229
  tokenApproval: t.LiteralC<"tokenApproval">;
6140
6230
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6209,6 +6299,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6209
6299
  customTx: t.LiteralC<"customTx">;
6210
6300
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6211
6301
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6302
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6212
6303
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6213
6304
  tokenApproval: t.LiteralC<"tokenApproval">;
6214
6305
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6293,6 +6384,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6293
6384
  customTx: t.LiteralC<"customTx">;
6294
6385
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6295
6386
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6387
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6296
6388
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6297
6389
  tokenApproval: t.LiteralC<"tokenApproval">;
6298
6390
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6349,6 +6441,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6349
6441
  customTx: t.LiteralC<"customTx">;
6350
6442
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6351
6443
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6444
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6352
6445
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6353
6446
  tokenApproval: t.LiteralC<"tokenApproval">;
6354
6447
  goUnstake: t.LiteralC<"goUnstake">;
@@ -6415,6 +6508,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6415
6508
  customTx: t.LiteralC<"customTx">;
6416
6509
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
6417
6510
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
6511
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
6418
6512
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
6419
6513
  tokenApproval: t.LiteralC<"tokenApproval">;
6420
6514
  goUnstake: t.LiteralC<"goUnstake">;