@bitgo/public-types 4.18.3 → 4.19.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 (97) hide show
  1. package/dist/src/schema/transactionRequest/intents/accelerationIntent.d.ts +1 -0
  2. package/dist/src/schema/transactionRequest/intents/accountBaseCreateAccountIntent.d.ts +1 -0
  3. package/dist/src/schema/transactionRequest/intents/accountBaseUpdateAccountIntent.d.ts +1 -0
  4. package/dist/src/schema/transactionRequest/intents/adaPaymentIntent.d.ts +1 -0
  5. package/dist/src/schema/transactionRequest/intents/adaPledgeIntent.d.ts +1 -0
  6. package/dist/src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.d.ts +1 -0
  7. package/dist/src/schema/transactionRequest/intents/adaStakeIntent.d.ts +1 -0
  8. package/dist/src/schema/transactionRequest/intents/adaUnstakeIntent.d.ts +1 -0
  9. package/dist/src/schema/transactionRequest/intents/adaVoteDelegationIntent.d.ts +1 -0
  10. package/dist/src/schema/transactionRequest/intents/atomPaymentIntent.d.ts +1 -0
  11. package/dist/src/schema/transactionRequest/intents/atomStakeIntent.d.ts +1 -0
  12. package/dist/src/schema/transactionRequest/intents/atomUnstakeIntent.d.ts +1 -0
  13. package/dist/src/schema/transactionRequest/intents/atomWithdrawIntent.d.ts +1 -0
  14. package/dist/src/schema/transactionRequest/intents/baseIntent.d.ts +2 -0
  15. package/dist/src/schema/transactionRequest/intents/baseStakeIntent.d.ts +1 -0
  16. package/dist/src/schema/transactionRequest/intents/baseStakeIntentWithCalldata.d.ts +1 -0
  17. package/dist/src/schema/transactionRequest/intents/beraDelegateIntent.d.ts +1 -0
  18. package/dist/src/schema/transactionRequest/intents/bscDelegateIntent.d.ts +1 -0
  19. package/dist/src/schema/transactionRequest/intents/bscStakeClaimRewardsIntent.d.ts +1 -0
  20. package/dist/src/schema/transactionRequest/intents/bscUndelegateIntent.d.ts +1 -0
  21. package/dist/src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.d.ts +1 -0
  22. package/dist/src/schema/transactionRequest/intents/consolidateTokenIntent.d.ts +1 -0
  23. package/dist/src/schema/transactionRequest/intents/coredaoClaimIntent.d.ts +1 -0
  24. package/dist/src/schema/transactionRequest/intents/coredaoDelegateIntent.d.ts +1 -0
  25. package/dist/src/schema/transactionRequest/intents/coredaoUndelegateIntent.d.ts +1 -0
  26. package/dist/src/schema/transactionRequest/intents/cosmosPaymentIntent.d.ts +1 -0
  27. package/dist/src/schema/transactionRequest/intents/cosmosStakeIntent.d.ts +1 -0
  28. package/dist/src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.d.ts +1 -0
  29. package/dist/src/schema/transactionRequest/intents/cosmosUnstakeIntent.d.ts +1 -0
  30. package/dist/src/schema/transactionRequest/intents/cosmosWithdrawIntent.d.ts +1 -0
  31. package/dist/src/schema/transactionRequest/intents/dotBaseIntent.d.ts +1 -0
  32. package/dist/src/schema/transactionRequest/intents/dotCreateAccountIntent.d.ts +1 -0
  33. package/dist/src/schema/transactionRequest/intents/dotPaymentIntent.d.ts +1 -0
  34. package/dist/src/schema/transactionRequest/intents/dotStakingIntent.d.ts +1 -0
  35. package/dist/src/schema/transactionRequest/intents/dotUnstakingIntent.d.ts +1 -0
  36. package/dist/src/schema/transactionRequest/intents/dotWithdrawStakeIntent.d.ts +1 -0
  37. package/dist/src/schema/transactionRequest/intents/enableTokenIntent.d.ts +1 -0
  38. package/dist/src/schema/transactionRequest/intents/ethAccelerationIntent.d.ts +1 -0
  39. package/dist/src/schema/transactionRequest/intents/ethConsolidateTokenIntent.d.ts +1 -0
  40. package/dist/src/schema/transactionRequest/intents/ethFillNonceIntent.d.ts +1 -0
  41. package/dist/src/schema/transactionRequest/intents/ethLikeStakeIntent.d.ts +2 -0
  42. package/dist/src/schema/transactionRequest/intents/ethPaymentIntent.d.ts +1 -0
  43. package/dist/src/schema/transactionRequest/intents/ethStakingIntent.d.ts +1 -0
  44. package/dist/src/schema/transactionRequest/intents/ethTransferTokenIntent.d.ts +1 -0
  45. package/dist/src/schema/transactionRequest/intents/feeAddressRecoveryIntent.d.ts +60 -0
  46. package/dist/src/schema/transactionRequest/intents/feeAddressRecoveryIntent.js +38 -0
  47. package/dist/src/schema/transactionRequest/intents/feeAddressRecoveryIntent.js.map +1 -0
  48. package/dist/src/schema/transactionRequest/intents/fillNonceIntent.d.ts +1 -0
  49. package/dist/src/schema/transactionRequest/intents/intent.d.ts +70 -0
  50. package/dist/src/schema/transactionRequest/intents/intentType.d.ts +2 -0
  51. package/dist/src/schema/transactionRequest/intents/intentType.js +1 -0
  52. package/dist/src/schema/transactionRequest/intents/intentType.js.map +1 -1
  53. package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.d.ts +1 -0
  54. package/dist/src/schema/transactionRequest/intents/mmiSignMessageIntent.d.ts +1 -0
  55. package/dist/src/schema/transactionRequest/intents/mmiSignTransactionIntent.d.ts +1 -0
  56. package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +1 -0
  57. package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +1 -0
  58. package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +1 -0
  59. package/dist/src/schema/transactionRequest/intents/paymentIntent.d.ts +1 -0
  60. package/dist/src/schema/transactionRequest/intents/signMessageIntent.d.ts +1 -0
  61. package/dist/src/schema/transactionRequest/intents/solAuthorizeIntent.d.ts +1 -0
  62. package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +1 -0
  63. package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.d.ts +1 -0
  64. package/dist/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.d.ts +1 -0
  65. package/dist/src/schema/transactionRequest/intents/solDeactivateIntent.d.ts +1 -0
  66. package/dist/src/schema/transactionRequest/intents/solDelegateIntent.d.ts +1 -0
  67. package/dist/src/schema/transactionRequest/intents/solPaymentIntent.d.ts +1 -0
  68. package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +1 -0
  69. package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +1 -0
  70. package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +1 -0
  71. package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +1 -0
  72. package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +1 -0
  73. package/dist/src/schema/transactionRequest/intents/substrateBaseIntent.d.ts +1 -0
  74. package/dist/src/schema/transactionRequest/intents/substratePaymentIntent.d.ts +1 -0
  75. package/dist/src/schema/transactionRequest/intents/suiBuildOptions.d.ts +1 -0
  76. package/dist/src/schema/transactionRequest/intents/suiConsolidateIntent.d.ts +1 -0
  77. package/dist/src/schema/transactionRequest/intents/suiCustomTxIntent.d.ts +2 -0
  78. package/dist/src/schema/transactionRequest/intents/suiPaymentIntent.d.ts +2 -0
  79. package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +1 -0
  80. package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +1 -0
  81. package/dist/src/schema/transactionRequest/intents/taoStakeIntent.d.ts +2 -0
  82. package/dist/src/schema/transactionRequest/intents/taoStakingBaseIntent.d.ts +1 -0
  83. package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.d.ts +2 -0
  84. package/dist/src/schema/transactionRequest/intents/tonDelegateIntent.d.ts +1 -0
  85. package/dist/src/schema/transactionRequest/intents/tonPaymentIntent.d.ts +1 -0
  86. package/dist/src/schema/transactionRequest/intents/tonUndelegateIntent.d.ts +1 -0
  87. package/dist/src/schema/transactionRequest/intents/transferTokenIntent.d.ts +1 -0
  88. package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +1 -0
  89. package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +1 -0
  90. package/dist/src/schema/transactionRequest/intents/walletRecoveryIntent.d.ts +1 -0
  91. package/dist/src/schema/transactionRequest/intents/walrusStakingIntent.d.ts +1 -0
  92. package/dist/src/schema/transactionRequest/intents/walrusUndelegateIntent.d.ts +1 -0
  93. package/dist/src/schema/transactionRequest/intents/walrusWithdrawIntent.d.ts +1 -0
  94. package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +1 -0
  95. package/package.json +1 -1
  96. package/src/schema/transactionRequest/intents/feeAddressRecoveryIntent.ts +14 -0
  97. package/src/schema/transactionRequest/intents/intentType.ts +1 -0
@@ -70,6 +70,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
70
70
  customTx: t.LiteralC<"customTx">;
71
71
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
72
72
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
73
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
73
74
  }>;
74
75
  }>, t.PartialC<{
75
76
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -128,6 +129,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
128
129
  customTx: t.LiteralC<"customTx">;
129
130
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
130
131
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
132
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
131
133
  }>;
132
134
  }>, t.PartialC<{
133
135
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -174,6 +176,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
174
176
  customTx: t.LiteralC<"customTx">;
175
177
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
176
178
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
179
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
177
180
  }>;
178
181
  }>, t.PartialC<{
179
182
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -227,6 +230,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
227
230
  customTx: t.LiteralC<"customTx">;
228
231
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
229
232
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
233
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
230
234
  }>;
231
235
  }>, t.PartialC<{
232
236
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -279,6 +283,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
279
283
  customTx: t.LiteralC<"customTx">;
280
284
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
281
285
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
286
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
282
287
  }>;
283
288
  }>, t.PartialC<{
284
289
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -323,6 +328,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
323
328
  customTx: t.LiteralC<"customTx">;
324
329
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
325
330
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
331
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
326
332
  }>;
327
333
  }>, t.PartialC<{
328
334
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -381,6 +387,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
381
387
  customTx: t.LiteralC<"customTx">;
382
388
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
383
389
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
390
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
384
391
  }>;
385
392
  }>, t.PartialC<{
386
393
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -457,6 +464,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
457
464
  customTx: t.LiteralC<"customTx">;
458
465
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
459
466
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
467
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
460
468
  }>;
461
469
  }>, t.PartialC<{
462
470
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -533,6 +541,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
533
541
  customTx: t.LiteralC<"customTx">;
534
542
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
535
543
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
544
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
536
545
  }>;
537
546
  }>, t.PartialC<{
538
547
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -589,6 +598,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
589
598
  customTx: t.LiteralC<"customTx">;
590
599
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
591
600
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
601
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
592
602
  }>;
593
603
  }>, t.PartialC<{
594
604
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -639,6 +649,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
639
649
  customTx: t.LiteralC<"customTx">;
640
650
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
641
651
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
652
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
642
653
  }>;
643
654
  }>, t.PartialC<{
644
655
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -688,6 +699,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
688
699
  customTx: t.LiteralC<"customTx">;
689
700
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
690
701
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
702
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
691
703
  }>;
692
704
  }>, t.PartialC<{
693
705
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -741,6 +753,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
741
753
  customTx: t.LiteralC<"customTx">;
742
754
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
743
755
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
756
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
744
757
  }>;
745
758
  }>, t.PartialC<{
746
759
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -799,6 +812,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
799
812
  customTx: t.LiteralC<"customTx">;
800
813
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
801
814
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
815
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
802
816
  }>;
803
817
  }>, t.PartialC<{
804
818
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -874,6 +888,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
874
888
  customTx: t.LiteralC<"customTx">;
875
889
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
876
890
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
891
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
877
892
  }>;
878
893
  }>, t.PartialC<{
879
894
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -922,6 +937,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
922
937
  customTx: t.LiteralC<"customTx">;
923
938
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
924
939
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
940
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
925
941
  }>;
926
942
  }>, t.PartialC<{
927
943
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -997,6 +1013,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
997
1013
  customTx: t.LiteralC<"customTx">;
998
1014
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
999
1015
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1016
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
1000
1017
  }>;
1001
1018
  }>, t.PartialC<{
1002
1019
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1085,6 +1102,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1085
1102
  customTx: t.LiteralC<"customTx">;
1086
1103
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1087
1104
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1105
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
1088
1106
  }>;
1089
1107
  }>, t.PartialC<{
1090
1108
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1177,6 +1195,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1177
1195
  customTx: t.LiteralC<"customTx">;
1178
1196
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1179
1197
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1198
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
1180
1199
  }>;
1181
1200
  }>, t.PartialC<{
1182
1201
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1257,6 +1276,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1257
1276
  customTx: t.LiteralC<"customTx">;
1258
1277
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1259
1278
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1279
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
1260
1280
  }>;
1261
1281
  }>, t.PartialC<{
1262
1282
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1324,6 +1344,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1324
1344
  customTx: t.LiteralC<"customTx">;
1325
1345
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1326
1346
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1347
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
1327
1348
  }>;
1328
1349
  }>, t.PartialC<{
1329
1350
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1390,6 +1411,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1390
1411
  customTx: t.LiteralC<"customTx">;
1391
1412
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1392
1413
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1414
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
1393
1415
  }>;
1394
1416
  }>, t.PartialC<{
1395
1417
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1456,6 +1478,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1456
1478
  customTx: t.LiteralC<"customTx">;
1457
1479
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1458
1480
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1481
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
1459
1482
  }>;
1460
1483
  }>, t.PartialC<{
1461
1484
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1594,6 +1617,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1594
1617
  customTx: t.LiteralC<"customTx">;
1595
1618
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1596
1619
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1620
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
1597
1621
  }>;
1598
1622
  }>, t.PartialC<{
1599
1623
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1699,6 +1723,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1699
1723
  customTx: t.LiteralC<"customTx">;
1700
1724
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1701
1725
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1726
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
1702
1727
  }>;
1703
1728
  }>, t.PartialC<{
1704
1729
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1763,6 +1788,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1763
1788
  customTx: t.LiteralC<"customTx">;
1764
1789
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1765
1790
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1791
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
1766
1792
  }>;
1767
1793
  }>, t.PartialC<{
1768
1794
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1856,6 +1882,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1856
1882
  customTx: t.LiteralC<"customTx">;
1857
1883
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1858
1884
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1885
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
1859
1886
  }>;
1860
1887
  }>, t.PartialC<{
1861
1888
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1938,6 +1965,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1938
1965
  customTx: t.LiteralC<"customTx">;
1939
1966
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1940
1967
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1968
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
1941
1969
  }>;
1942
1970
  }>, t.PartialC<{
1943
1971
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2041,6 +2069,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2041
2069
  customTx: t.LiteralC<"customTx">;
2042
2070
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2043
2071
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2072
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2044
2073
  }>;
2045
2074
  }>, t.PartialC<{
2046
2075
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2090,6 +2119,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2090
2119
  customTx: t.LiteralC<"customTx">;
2091
2120
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2092
2121
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2122
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2093
2123
  }>;
2094
2124
  }>, t.PartialC<{
2095
2125
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2134,6 +2164,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2134
2164
  customTx: t.LiteralC<"customTx">;
2135
2165
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2136
2166
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2167
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2137
2168
  }>;
2138
2169
  }>, t.PartialC<{
2139
2170
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2192,6 +2223,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2192
2223
  customTx: t.LiteralC<"customTx">;
2193
2224
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2194
2225
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2226
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2195
2227
  }>;
2196
2228
  }>, t.PartialC<{
2197
2229
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2251,6 +2283,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2251
2283
  customTx: t.LiteralC<"customTx">;
2252
2284
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2253
2285
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2286
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2254
2287
  }>;
2255
2288
  }>, t.PartialC<{
2256
2289
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2310,6 +2343,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2310
2343
  customTx: t.LiteralC<"customTx">;
2311
2344
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2312
2345
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2346
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2313
2347
  }>;
2314
2348
  }>, t.PartialC<{
2315
2349
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2377,6 +2411,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2377
2411
  customTx: t.LiteralC<"customTx">;
2378
2412
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2379
2413
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2414
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2380
2415
  }>;
2381
2416
  }>, t.PartialC<{
2382
2417
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2429,6 +2464,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2429
2464
  customTx: t.LiteralC<"customTx">;
2430
2465
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2431
2466
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2467
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2432
2468
  }>;
2433
2469
  }>, t.PartialC<{
2434
2470
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2489,6 +2525,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2489
2525
  customTx: t.LiteralC<"customTx">;
2490
2526
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2491
2527
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2528
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2492
2529
  }>;
2493
2530
  }>, t.PartialC<{
2494
2531
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2571,6 +2608,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2571
2608
  customTx: t.LiteralC<"customTx">;
2572
2609
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2573
2610
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2611
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2574
2612
  }>;
2575
2613
  }>, t.PartialC<{
2576
2614
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2620,6 +2658,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2620
2658
  customTx: t.LiteralC<"customTx">;
2621
2659
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2622
2660
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2661
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2623
2662
  }>;
2624
2663
  }>, t.PartialC<{
2625
2664
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2666,6 +2705,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2666
2705
  customTx: t.LiteralC<"customTx">;
2667
2706
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2668
2707
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2708
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2669
2709
  }>;
2670
2710
  }>, t.PartialC<{
2671
2711
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2713,6 +2753,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2713
2753
  customTx: t.LiteralC<"customTx">;
2714
2754
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2715
2755
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2756
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2716
2757
  }>;
2717
2758
  }>, t.PartialC<{
2718
2759
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2773,6 +2814,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2773
2814
  customTx: t.LiteralC<"customTx">;
2774
2815
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2775
2816
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2817
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2776
2818
  }>;
2777
2819
  }>, t.PartialC<{
2778
2820
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2825,6 +2867,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2825
2867
  customTx: t.LiteralC<"customTx">;
2826
2868
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2827
2869
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2870
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2828
2871
  }>;
2829
2872
  }>, t.PartialC<{
2830
2873
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2924,6 +2967,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2924
2967
  customTx: t.LiteralC<"customTx">;
2925
2968
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2926
2969
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2970
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2927
2971
  }>;
2928
2972
  }>, t.PartialC<{
2929
2973
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3032,6 +3076,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3032
3076
  customTx: t.LiteralC<"customTx">;
3033
3077
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3034
3078
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3079
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3035
3080
  }>;
3036
3081
  }>, t.PartialC<{
3037
3082
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3075,6 +3120,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3075
3120
  customTx: t.LiteralC<"customTx">;
3076
3121
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3077
3122
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3123
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3078
3124
  }>;
3079
3125
  }>, t.PartialC<{
3080
3126
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3113,6 +3159,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3113
3159
  customTx: t.LiteralC<"customTx">;
3114
3160
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3115
3161
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3162
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3116
3163
  }>;
3117
3164
  }>, t.PartialC<{
3118
3165
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3159,6 +3206,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3159
3206
  customTx: t.LiteralC<"customTx">;
3160
3207
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3161
3208
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3209
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3162
3210
  }>;
3163
3211
  }>, t.PartialC<{
3164
3212
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3215,6 +3263,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3215
3263
  customTx: t.LiteralC<"customTx">;
3216
3264
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3217
3265
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3266
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3218
3267
  }>;
3219
3268
  }>, t.PartialC<{
3220
3269
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3258,6 +3307,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3258
3307
  customTx: t.LiteralC<"customTx">;
3259
3308
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3260
3309
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3310
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3261
3311
  }>;
3262
3312
  }>, t.PartialC<{
3263
3313
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3336,6 +3386,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3336
3386
  customTx: t.LiteralC<"customTx">;
3337
3387
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3338
3388
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3389
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3339
3390
  }>;
3340
3391
  }>, t.PartialC<{
3341
3392
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3396,6 +3447,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3396
3447
  customTx: t.LiteralC<"customTx">;
3397
3448
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3398
3449
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3450
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3399
3451
  }>;
3400
3452
  }>, t.PartialC<{
3401
3453
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3438,6 +3490,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3438
3490
  customTx: t.LiteralC<"customTx">;
3439
3491
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3440
3492
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3493
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3441
3494
  }>;
3442
3495
  }>, t.PartialC<{
3443
3496
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3499,6 +3552,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3499
3552
  customTx: t.LiteralC<"customTx">;
3500
3553
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3501
3554
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3555
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3502
3556
  }>;
3503
3557
  }>, t.PartialC<{
3504
3558
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3549,6 +3603,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3549
3603
  customTx: t.LiteralC<"customTx">;
3550
3604
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3551
3605
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3606
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3552
3607
  }>;
3553
3608
  }>, t.PartialC<{
3554
3609
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3646,6 +3701,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3646
3701
  customTx: t.LiteralC<"customTx">;
3647
3702
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3648
3703
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3704
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3649
3705
  }>;
3650
3706
  }>, t.PartialC<{
3651
3707
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3694,6 +3750,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3694
3750
  customTx: t.LiteralC<"customTx">;
3695
3751
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3696
3752
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3753
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3697
3754
  }>;
3698
3755
  }>, t.PartialC<{
3699
3756
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3752,6 +3809,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3752
3809
  customTx: t.LiteralC<"customTx">;
3753
3810
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3754
3811
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3812
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3755
3813
  }>;
3756
3814
  }>, t.PartialC<{
3757
3815
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3798,6 +3856,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3798
3856
  customTx: t.LiteralC<"customTx">;
3799
3857
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3800
3858
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3859
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3801
3860
  }>;
3802
3861
  }>, t.PartialC<{
3803
3862
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3838,6 +3897,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3838
3897
  customTx: t.LiteralC<"customTx">;
3839
3898
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3840
3899
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3900
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3841
3901
  }>;
3842
3902
  }>, t.PartialC<{
3843
3903
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3880,6 +3940,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3880
3940
  customTx: t.LiteralC<"customTx">;
3881
3941
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3882
3942
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3943
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3883
3944
  }>;
3884
3945
  }>, t.PartialC<{
3885
3946
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3929,6 +3990,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3929
3990
  customTx: t.LiteralC<"customTx">;
3930
3991
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3931
3992
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3993
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3932
3994
  }>;
3933
3995
  }>, t.PartialC<{
3934
3996
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3978,6 +4040,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3978
4040
  customTx: t.LiteralC<"customTx">;
3979
4041
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3980
4042
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4043
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3981
4044
  }>;
3982
4045
  }>, t.PartialC<{
3983
4046
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4022,6 +4085,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4022
4085
  customTx: t.LiteralC<"customTx">;
4023
4086
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4024
4087
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4088
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
4025
4089
  }>;
4026
4090
  }>, t.PartialC<{
4027
4091
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4062,6 +4126,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4062
4126
  customTx: t.LiteralC<"customTx">;
4063
4127
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4064
4128
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4129
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
4065
4130
  }>;
4066
4131
  }>, t.PartialC<{
4067
4132
  recipients: t.UnionC<[t.Type<({
@@ -4124,6 +4189,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4124
4189
  customTx: t.LiteralC<"customTx">;
4125
4190
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4126
4191
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4192
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
4127
4193
  }>;
4128
4194
  }>, t.PartialC<{
4129
4195
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4194,6 +4260,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4194
4260
  customTx: t.LiteralC<"customTx">;
4195
4261
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4196
4262
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4263
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
4197
4264
  }>;
4198
4265
  }>, t.PartialC<{
4199
4266
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4274,6 +4341,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4274
4341
  customTx: t.LiteralC<"customTx">;
4275
4342
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4276
4343
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4344
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
4277
4345
  }>;
4278
4346
  }>, t.PartialC<{
4279
4347
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4326,6 +4394,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4326
4394
  customTx: t.LiteralC<"customTx">;
4327
4395
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4328
4396
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4397
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
4329
4398
  }>;
4330
4399
  }>, t.PartialC<{
4331
4400
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4388,6 +4457,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4388
4457
  customTx: t.LiteralC<"customTx">;
4389
4458
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4390
4459
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4460
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
4391
4461
  }>;
4392
4462
  }>, t.PartialC<{
4393
4463
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -31,6 +31,7 @@ export declare const intentTypes: {
31
31
  customTx: t.LiteralC<"customTx">;
32
32
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
33
33
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
34
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
34
35
  };
35
36
  export declare const IntentType: t.KeyofC<{
36
37
  payment: t.LiteralC<"payment">;
@@ -64,5 +65,6 @@ export declare const IntentType: t.KeyofC<{
64
65
  customTx: t.LiteralC<"customTx">;
65
66
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
66
67
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
68
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
67
69
  }>;
68
70
  export type IntentType = t.TypeOf<typeof IntentType>;
@@ -57,6 +57,7 @@ exports.intentTypes = {
57
57
  customTx: t.literal("customTx"),
58
58
  closeAssociatedTokenAccount: t.literal("closeAssociatedTokenAccount"),
59
59
  stakeWithCallData: t.literal("stakeWithCallData"),
60
+ feeAddressRecovery: t.literal("feeAddressRecovery"),
60
61
  };
61
62
  exports.IntentType = t.keyof(exports.intentTypes);
62
63
  //# sourceMappingURL=intentType.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"intentType.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/intentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAEd,QAAA,WAAW,GAAG;IACzB,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC;IAC7B,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC;IACzC,WAAW,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACrC,gBAAgB,EAAE,CAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;IAC/C,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;IAC3B,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IACzB,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC;IAC7B,QAAQ,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IAC/B,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,CAAC;IACnC,eAAe,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAAC;IAC7C,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IACzB,iBAAiB,EAAE,CAAC,CAAC,OAAO,CAAC,mBAAmB,CAAC;IACjD,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;IAC3B,cAAc,EAAE,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAAC;IAC3C,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC;IACvB,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC;IACzC,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC;IACzC,YAAY,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IACvC,eAAe,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAAC;IAC7C,WAAW,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACrC,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAAC,yBAAyB,CAAC;IAC7D,WAAW,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACrC,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IACjC,YAAY,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IACvC,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IACjC,cAAc,EAAE,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAAC;IAC3C,YAAY,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IACvC,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,CAAC;IACnC,QAAQ,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IAC/B,2BAA2B,EAAE,CAAC,CAAC,OAAO,CAAC,6BAA6B,CAAC;IACrE,iBAAiB,EAAE,CAAC,CAAC,OAAO,CAAC,mBAAmB,CAAC;CAClD,CAAC;AAEW,QAAA,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,mBAAW,CAAC,CAAC"}
1
+ {"version":3,"file":"intentType.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/intentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAEd,QAAA,WAAW,GAAG;IACzB,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC;IAC7B,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC;IACzC,WAAW,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACrC,gBAAgB,EAAE,CAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;IAC/C,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;IAC3B,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IACzB,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC;IAC7B,QAAQ,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IAC/B,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,CAAC;IACnC,eAAe,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAAC;IAC7C,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IACzB,iBAAiB,EAAE,CAAC,CAAC,OAAO,CAAC,mBAAmB,CAAC;IACjD,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;IAC3B,cAAc,EAAE,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAAC;IAC3C,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC;IACvB,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC;IACzC,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC;IACzC,YAAY,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IACvC,eAAe,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAAC;IAC7C,WAAW,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACrC,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAAC,yBAAyB,CAAC;IAC7D,WAAW,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACrC,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IACjC,YAAY,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IACvC,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IACjC,cAAc,EAAE,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAAC;IAC3C,YAAY,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IACvC,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,CAAC;IACnC,QAAQ,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IAC/B,2BAA2B,EAAE,CAAC,CAAC,OAAO,CAAC,6BAA6B,CAAC;IACrE,iBAAiB,EAAE,CAAC,CAAC,OAAO,CAAC,mBAAmB,CAAC;IACjD,kBAAkB,EAAE,CAAC,CAAC,OAAO,CAAC,oBAAoB,CAAC;CACpD,CAAC;AAEW,QAAA,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,mBAAW,CAAC,CAAC"}
@@ -32,6 +32,7 @@ export declare const LightningPaymentIntent: t.IntersectionC<[t.IntersectionC<[t
32
32
  customTx: t.LiteralC<"customTx">;
33
33
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
34
34
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
35
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
35
36
  }>;
36
37
  }>, t.PartialC<{
37
38
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -32,6 +32,7 @@ export declare const MmiSignMessageIntent: t.IntersectionC<[t.IntersectionC<[t.I
32
32
  customTx: t.LiteralC<"customTx">;
33
33
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
34
34
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
35
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
35
36
  }>;
36
37
  }>, t.PartialC<{
37
38
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -32,6 +32,7 @@ export declare const MmiSignTransactionIntent: t.IntersectionC<[t.IntersectionC<
32
32
  customTx: t.LiteralC<"customTx">;
33
33
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
34
34
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
35
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
35
36
  }>;
36
37
  }>, t.PartialC<{
37
38
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -32,6 +32,7 @@ export declare const NearStakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inters
32
32
  customTx: t.LiteralC<"customTx">;
33
33
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
34
34
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
35
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
35
36
  }>;
36
37
  }>, t.PartialC<{
37
38
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -32,6 +32,7 @@ export declare const NearUnstakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inte
32
32
  customTx: t.LiteralC<"customTx">;
33
33
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
34
34
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
35
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
35
36
  }>;
36
37
  }>, t.PartialC<{
37
38
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -32,6 +32,7 @@ export declare const NearWithdrawIntent: t.IntersectionC<[t.IntersectionC<[t.Int
32
32
  customTx: t.LiteralC<"customTx">;
33
33
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
34
34
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
35
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
35
36
  }>;
36
37
  }>, t.PartialC<{
37
38
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -32,6 +32,7 @@ export declare const PaymentIntent: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
32
32
  customTx: t.LiteralC<"customTx">;
33
33
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
34
34
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
35
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
35
36
  }>;
36
37
  }>, t.PartialC<{
37
38
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -32,6 +32,7 @@ export declare const SignMessageIntent: t.IntersectionC<[t.IntersectionC<[t.Type
32
32
  customTx: t.LiteralC<"customTx">;
33
33
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
34
34
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
35
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
35
36
  }>;
36
37
  }>, t.PartialC<{
37
38
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;