@bitgo/public-types 4.18.3 → 4.20.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 (108) 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/icpPaymentIntent.d.ts +62 -0
  50. package/dist/src/schema/transactionRequest/intents/icpPaymentIntent.js +36 -0
  51. package/dist/src/schema/transactionRequest/intents/icpPaymentIntent.js.map +1 -0
  52. package/dist/src/schema/transactionRequest/intents/index.d.ts +1 -0
  53. package/dist/src/schema/transactionRequest/intents/index.js +1 -0
  54. package/dist/src/schema/transactionRequest/intents/index.js.map +1 -1
  55. package/dist/src/schema/transactionRequest/intents/intent.d.ts +130 -1
  56. package/dist/src/schema/transactionRequest/intents/intent.js +2 -0
  57. package/dist/src/schema/transactionRequest/intents/intent.js.map +1 -1
  58. package/dist/src/schema/transactionRequest/intents/intentType.d.ts +2 -0
  59. package/dist/src/schema/transactionRequest/intents/intentType.js +1 -0
  60. package/dist/src/schema/transactionRequest/intents/intentType.js.map +1 -1
  61. package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.d.ts +1 -0
  62. package/dist/src/schema/transactionRequest/intents/mmiSignMessageIntent.d.ts +1 -0
  63. package/dist/src/schema/transactionRequest/intents/mmiSignTransactionIntent.d.ts +1 -0
  64. package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +1 -0
  65. package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +1 -0
  66. package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +1 -0
  67. package/dist/src/schema/transactionRequest/intents/paymentIntent.d.ts +1 -0
  68. package/dist/src/schema/transactionRequest/intents/signMessageIntent.d.ts +1 -0
  69. package/dist/src/schema/transactionRequest/intents/solAuthorizeIntent.d.ts +1 -0
  70. package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +1 -0
  71. package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.d.ts +1 -0
  72. package/dist/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.d.ts +1 -0
  73. package/dist/src/schema/transactionRequest/intents/solDeactivateIntent.d.ts +1 -0
  74. package/dist/src/schema/transactionRequest/intents/solDelegateIntent.d.ts +1 -0
  75. package/dist/src/schema/transactionRequest/intents/solPaymentIntent.d.ts +1 -0
  76. package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +1 -0
  77. package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +1 -0
  78. package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +1 -0
  79. package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +1 -0
  80. package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +1 -0
  81. package/dist/src/schema/transactionRequest/intents/substrateBaseIntent.d.ts +1 -0
  82. package/dist/src/schema/transactionRequest/intents/substratePaymentIntent.d.ts +1 -0
  83. package/dist/src/schema/transactionRequest/intents/suiBuildOptions.d.ts +1 -0
  84. package/dist/src/schema/transactionRequest/intents/suiConsolidateIntent.d.ts +1 -0
  85. package/dist/src/schema/transactionRequest/intents/suiCustomTxIntent.d.ts +2 -0
  86. package/dist/src/schema/transactionRequest/intents/suiPaymentIntent.d.ts +2 -0
  87. package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +1 -0
  88. package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +1 -0
  89. package/dist/src/schema/transactionRequest/intents/taoStakeIntent.d.ts +2 -0
  90. package/dist/src/schema/transactionRequest/intents/taoStakingBaseIntent.d.ts +1 -0
  91. package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.d.ts +2 -0
  92. package/dist/src/schema/transactionRequest/intents/tonDelegateIntent.d.ts +1 -0
  93. package/dist/src/schema/transactionRequest/intents/tonPaymentIntent.d.ts +1 -0
  94. package/dist/src/schema/transactionRequest/intents/tonUndelegateIntent.d.ts +1 -0
  95. package/dist/src/schema/transactionRequest/intents/transferTokenIntent.d.ts +1 -0
  96. package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +1 -0
  97. package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +1 -0
  98. package/dist/src/schema/transactionRequest/intents/walletRecoveryIntent.d.ts +1 -0
  99. package/dist/src/schema/transactionRequest/intents/walrusStakingIntent.d.ts +1 -0
  100. package/dist/src/schema/transactionRequest/intents/walrusUndelegateIntent.d.ts +1 -0
  101. package/dist/src/schema/transactionRequest/intents/walrusWithdrawIntent.d.ts +1 -0
  102. package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +1 -0
  103. package/package.json +1 -1
  104. package/src/schema/transactionRequest/intents/feeAddressRecoveryIntent.ts +14 -0
  105. package/src/schema/transactionRequest/intents/icpPaymentIntent.ts +15 -0
  106. package/src/schema/transactionRequest/intents/index.ts +1 -0
  107. package/src/schema/transactionRequest/intents/intent.ts +2 -0
  108. 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]>;
@@ -2008,7 +2036,66 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2008
2036
  }, unknown>, t.UndefinedC]>;
2009
2037
  receiveAddress: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2010
2038
  senderAddressIndex: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
2011
- }>]>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
2039
+ }>]>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
2040
+ intentType: t.KeyofC<{
2041
+ payment: t.LiteralC<"payment">;
2042
+ transferToken: t.LiteralC<"transferToken">;
2043
+ consolidate: t.LiteralC<"consolidate">;
2044
+ consolidateToken: t.LiteralC<"consolidateToken">;
2045
+ fanout: t.LiteralC<"fanout">;
2046
+ stake: t.LiteralC<"stake">;
2047
+ unstake: t.LiteralC<"unstake">;
2048
+ delegate: t.LiteralC<"delegate">;
2049
+ undelegate: t.LiteralC<"undelegate">;
2050
+ switchValidator: t.LiteralC<"switchValidator">;
2051
+ claim: t.LiteralC<"claim">;
2052
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2053
+ pledge: t.LiteralC<"pledge">;
2054
+ voteDelegation: t.LiteralC<"voteDelegation">;
2055
+ vote: t.LiteralC<"vote">;
2056
+ createAccount: t.LiteralC<"createAccount">;
2057
+ updateAccount: t.LiteralC<"updateAccount">;
2058
+ addTrustLine: t.LiteralC<"addTrustLine">;
2059
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
2060
+ signMessage: t.LiteralC<"signMessage">;
2061
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
2062
+ enableToken: t.LiteralC<"enableToken">;
2063
+ authorize: t.LiteralC<"authorize">;
2064
+ acceleration: t.LiteralC<"acceleration">;
2065
+ fillNonce: t.LiteralC<"fillNonce">;
2066
+ walletRecovery: t.LiteralC<"walletRecovery">;
2067
+ contractCall: t.LiteralC<"contractCall">;
2068
+ deactivate: t.LiteralC<"deactivate">;
2069
+ customTx: t.LiteralC<"customTx">;
2070
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2071
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2072
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2073
+ }>;
2074
+ }>, t.PartialC<{
2075
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2076
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2077
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
2078
+ }>]>, t.TypeC<{
2079
+ intentType: t.LiteralC<"payment">;
2080
+ recipients: t.ArrayC<t.IntersectionC<[t.TypeC<{
2081
+ address: t.PartialC<{
2082
+ address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2083
+ option: t.UnionC<[t.Type<{
2084
+ [x: string]: unknown;
2085
+ }, {
2086
+ [x: string]: unknown;
2087
+ }, unknown>, t.UndefinedC]>;
2088
+ }>;
2089
+ amount: t.TypeC<{
2090
+ value: t.StringC;
2091
+ symbol: t.StringC;
2092
+ }>;
2093
+ }>, t.PartialC<{
2094
+ data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2095
+ }>]>>;
2096
+ }>]>, t.PartialC<{
2097
+ memo: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
2098
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
2012
2099
  intentType: t.KeyofC<{
2013
2100
  payment: t.LiteralC<"payment">;
2014
2101
  transferToken: t.LiteralC<"transferToken">;
@@ -2041,6 +2128,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2041
2128
  customTx: t.LiteralC<"customTx">;
2042
2129
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2043
2130
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2131
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2044
2132
  }>;
2045
2133
  }>, t.PartialC<{
2046
2134
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2090,6 +2178,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2090
2178
  customTx: t.LiteralC<"customTx">;
2091
2179
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2092
2180
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2181
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2093
2182
  }>;
2094
2183
  }>, t.PartialC<{
2095
2184
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2134,6 +2223,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2134
2223
  customTx: t.LiteralC<"customTx">;
2135
2224
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2136
2225
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2226
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2137
2227
  }>;
2138
2228
  }>, t.PartialC<{
2139
2229
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2192,6 +2282,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2192
2282
  customTx: t.LiteralC<"customTx">;
2193
2283
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2194
2284
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2285
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2195
2286
  }>;
2196
2287
  }>, t.PartialC<{
2197
2288
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2251,6 +2342,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2251
2342
  customTx: t.LiteralC<"customTx">;
2252
2343
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2253
2344
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2345
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2254
2346
  }>;
2255
2347
  }>, t.PartialC<{
2256
2348
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2310,6 +2402,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2310
2402
  customTx: t.LiteralC<"customTx">;
2311
2403
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2312
2404
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2405
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2313
2406
  }>;
2314
2407
  }>, t.PartialC<{
2315
2408
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2377,6 +2470,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2377
2470
  customTx: t.LiteralC<"customTx">;
2378
2471
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2379
2472
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2473
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2380
2474
  }>;
2381
2475
  }>, t.PartialC<{
2382
2476
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2429,6 +2523,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2429
2523
  customTx: t.LiteralC<"customTx">;
2430
2524
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2431
2525
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2526
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2432
2527
  }>;
2433
2528
  }>, t.PartialC<{
2434
2529
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2489,6 +2584,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2489
2584
  customTx: t.LiteralC<"customTx">;
2490
2585
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2491
2586
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2587
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2492
2588
  }>;
2493
2589
  }>, t.PartialC<{
2494
2590
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2571,6 +2667,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2571
2667
  customTx: t.LiteralC<"customTx">;
2572
2668
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2573
2669
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2670
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2574
2671
  }>;
2575
2672
  }>, t.PartialC<{
2576
2673
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2620,6 +2717,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2620
2717
  customTx: t.LiteralC<"customTx">;
2621
2718
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2622
2719
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2720
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2623
2721
  }>;
2624
2722
  }>, t.PartialC<{
2625
2723
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2666,6 +2764,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2666
2764
  customTx: t.LiteralC<"customTx">;
2667
2765
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2668
2766
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2767
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2669
2768
  }>;
2670
2769
  }>, t.PartialC<{
2671
2770
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2713,6 +2812,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2713
2812
  customTx: t.LiteralC<"customTx">;
2714
2813
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2715
2814
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2815
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2716
2816
  }>;
2717
2817
  }>, t.PartialC<{
2718
2818
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2773,6 +2873,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2773
2873
  customTx: t.LiteralC<"customTx">;
2774
2874
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2775
2875
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2876
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2776
2877
  }>;
2777
2878
  }>, t.PartialC<{
2778
2879
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2825,6 +2926,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2825
2926
  customTx: t.LiteralC<"customTx">;
2826
2927
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2827
2928
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2929
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2828
2930
  }>;
2829
2931
  }>, t.PartialC<{
2830
2932
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2924,6 +3026,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2924
3026
  customTx: t.LiteralC<"customTx">;
2925
3027
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2926
3028
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3029
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2927
3030
  }>;
2928
3031
  }>, t.PartialC<{
2929
3032
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3032,6 +3135,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3032
3135
  customTx: t.LiteralC<"customTx">;
3033
3136
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3034
3137
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3138
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3035
3139
  }>;
3036
3140
  }>, t.PartialC<{
3037
3141
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3075,6 +3179,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3075
3179
  customTx: t.LiteralC<"customTx">;
3076
3180
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3077
3181
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3182
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3078
3183
  }>;
3079
3184
  }>, t.PartialC<{
3080
3185
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3113,6 +3218,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3113
3218
  customTx: t.LiteralC<"customTx">;
3114
3219
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3115
3220
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3221
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3116
3222
  }>;
3117
3223
  }>, t.PartialC<{
3118
3224
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3159,6 +3265,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3159
3265
  customTx: t.LiteralC<"customTx">;
3160
3266
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3161
3267
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3268
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3162
3269
  }>;
3163
3270
  }>, t.PartialC<{
3164
3271
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3215,6 +3322,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3215
3322
  customTx: t.LiteralC<"customTx">;
3216
3323
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3217
3324
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3325
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3218
3326
  }>;
3219
3327
  }>, t.PartialC<{
3220
3328
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3258,6 +3366,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3258
3366
  customTx: t.LiteralC<"customTx">;
3259
3367
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3260
3368
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3369
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3261
3370
  }>;
3262
3371
  }>, t.PartialC<{
3263
3372
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3336,6 +3445,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3336
3445
  customTx: t.LiteralC<"customTx">;
3337
3446
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3338
3447
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3448
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3339
3449
  }>;
3340
3450
  }>, t.PartialC<{
3341
3451
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3396,6 +3506,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3396
3506
  customTx: t.LiteralC<"customTx">;
3397
3507
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3398
3508
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3509
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3399
3510
  }>;
3400
3511
  }>, t.PartialC<{
3401
3512
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3438,6 +3549,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3438
3549
  customTx: t.LiteralC<"customTx">;
3439
3550
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3440
3551
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3552
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3441
3553
  }>;
3442
3554
  }>, t.PartialC<{
3443
3555
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3499,6 +3611,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3499
3611
  customTx: t.LiteralC<"customTx">;
3500
3612
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3501
3613
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3614
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3502
3615
  }>;
3503
3616
  }>, t.PartialC<{
3504
3617
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3549,6 +3662,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3549
3662
  customTx: t.LiteralC<"customTx">;
3550
3663
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3551
3664
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3665
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3552
3666
  }>;
3553
3667
  }>, t.PartialC<{
3554
3668
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3646,6 +3760,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3646
3760
  customTx: t.LiteralC<"customTx">;
3647
3761
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3648
3762
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3763
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3649
3764
  }>;
3650
3765
  }>, t.PartialC<{
3651
3766
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3694,6 +3809,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3694
3809
  customTx: t.LiteralC<"customTx">;
3695
3810
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3696
3811
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3812
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3697
3813
  }>;
3698
3814
  }>, t.PartialC<{
3699
3815
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3752,6 +3868,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3752
3868
  customTx: t.LiteralC<"customTx">;
3753
3869
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3754
3870
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3871
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3755
3872
  }>;
3756
3873
  }>, t.PartialC<{
3757
3874
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3798,6 +3915,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3798
3915
  customTx: t.LiteralC<"customTx">;
3799
3916
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3800
3917
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3918
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3801
3919
  }>;
3802
3920
  }>, t.PartialC<{
3803
3921
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3838,6 +3956,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3838
3956
  customTx: t.LiteralC<"customTx">;
3839
3957
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3840
3958
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3959
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3841
3960
  }>;
3842
3961
  }>, t.PartialC<{
3843
3962
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3880,6 +3999,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3880
3999
  customTx: t.LiteralC<"customTx">;
3881
4000
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3882
4001
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4002
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3883
4003
  }>;
3884
4004
  }>, t.PartialC<{
3885
4005
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3929,6 +4049,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3929
4049
  customTx: t.LiteralC<"customTx">;
3930
4050
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3931
4051
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4052
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3932
4053
  }>;
3933
4054
  }>, t.PartialC<{
3934
4055
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3978,6 +4099,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3978
4099
  customTx: t.LiteralC<"customTx">;
3979
4100
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3980
4101
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4102
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3981
4103
  }>;
3982
4104
  }>, t.PartialC<{
3983
4105
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4022,6 +4144,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4022
4144
  customTx: t.LiteralC<"customTx">;
4023
4145
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4024
4146
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4147
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
4025
4148
  }>;
4026
4149
  }>, t.PartialC<{
4027
4150
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4062,6 +4185,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4062
4185
  customTx: t.LiteralC<"customTx">;
4063
4186
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4064
4187
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4188
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
4065
4189
  }>;
4066
4190
  }>, t.PartialC<{
4067
4191
  recipients: t.UnionC<[t.Type<({
@@ -4124,6 +4248,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4124
4248
  customTx: t.LiteralC<"customTx">;
4125
4249
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4126
4250
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4251
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
4127
4252
  }>;
4128
4253
  }>, t.PartialC<{
4129
4254
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4194,6 +4319,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4194
4319
  customTx: t.LiteralC<"customTx">;
4195
4320
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4196
4321
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4322
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
4197
4323
  }>;
4198
4324
  }>, t.PartialC<{
4199
4325
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4274,6 +4400,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4274
4400
  customTx: t.LiteralC<"customTx">;
4275
4401
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4276
4402
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4403
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
4277
4404
  }>;
4278
4405
  }>, t.PartialC<{
4279
4406
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4326,6 +4453,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4326
4453
  customTx: t.LiteralC<"customTx">;
4327
4454
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4328
4455
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4456
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
4329
4457
  }>;
4330
4458
  }>, t.PartialC<{
4331
4459
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4388,6 +4516,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4388
4516
  customTx: t.LiteralC<"customTx">;
4389
4517
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4390
4518
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4519
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
4391
4520
  }>;
4392
4521
  }>, t.PartialC<{
4393
4522
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -50,6 +50,7 @@ const ethAccelerationIntent_1 = require("./ethAccelerationIntent");
50
50
  const ethFillNonceIntent_1 = require("./ethFillNonceIntent");
51
51
  const ethPaymentIntent_1 = require("./ethPaymentIntent");
52
52
  const ethStakingIntent_1 = require("./ethStakingIntent");
53
+ const icpPaymentIntent_1 = require("./icpPaymentIntent");
53
54
  const lightningPaymentIntent_1 = require("./lightningPaymentIntent");
54
55
  const mmiSignMessageIntent_1 = require("./mmiSignMessageIntent");
55
56
  const nearStakeIntent_1 = require("./nearStakeIntent");
@@ -128,6 +129,7 @@ exports.TransactionIntent = t.union([
128
129
  ethPaymentIntent_1.EthPaymentIntent,
129
130
  ethStakingIntent_1.EthStakingIntent,
130
131
  ethTransferTokenIntent_1.EthTransferTokenIntent,
132
+ icpPaymentIntent_1.IcpPaymentIntent,
131
133
  lightningPaymentIntent_1.LightningPaymentIntent,
132
134
  mmiSignMessageIntent_1.MmiSignMessageIntent,
133
135
  mmiSignTransactionIntent_1.MmiSignTransactionIntent,
@@ -1 +1 @@
1
- {"version":3,"file":"intent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/intent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,iEAA8D;AAC9D,yDAAsD;AACtD,qDAAkD;AAClD,uEAAoE;AACpE,2DAAwD;AACxD,uDAAoD;AACpD,2DAAwD;AACxD,6DAA0D;AAC1D,2DAAwD;AACxD,+DAA4D;AAC5D,+EAA4E;AAC5E,+DAA4D;AAC5D,2DAAwD;AACxD,+EAA4E;AAC5E,+DAA4D;AAC5D,iEAA8D;AAC9D,qEAAkE;AAClE,yDAAsD;AACtD,yDAAsD;AACtD,6DAA0D;AAC1D,qEAAkE;AAClE,mEAAgE;AAChE,6DAA0D;AAC1D,yDAAsD;AACtD,yDAAsD;AACtD,qEAAkE;AAClE,iEAA8D;AAC9D,uDAAoD;AACpD,2DAAwD;AACxD,6DAA0D;AAC1D,6DAA0D;AAC1D,qDAAkD;AAClD,mGAAgG;AAChG,+DAA4D;AAC5D,2DAAwD;AACxD,yDAAsD;AACtD,qDAAkD;AAClD,yDAAsD;AACtD,2DAAwD;AACxD,yDAAsD;AACtD,6DAA0D;AAC1D,6EAA0E;AAC1E,qEAAkE;AAClE,qDAAkD;AAClD,yDAAsD;AACtD,2DAAwD;AACxD,yDAAsD;AACtD,+DAA4D;AAC5D,iEAA8D;AAC9D,iEAA8D;AAC9D,iEAA8D;AAC9D,6EAA0E;AAC1E,yDAAsD;AACtD,yDAAsD;AACtD,iEAA8D;AAC9D,yEAAsE;AACtE,iEAA8D;AAC9D,2EAAwE;AACxE,qEAAkE;AAClE,6CAA0C;AAC1C,iEAA8D;AAC9D,iGAA8F;AAC9F,+EAA4E;AAC5E,mEAAgE;AAChE,uEAAoE;AACpE,6DAA0D;AAC1D,6DAA0D;AAC1D,6DAA0D;AAC1D,+DAA4D;AAC5D,qEAAkE;AAClE,iEAA8D;AAEjD,QAAA,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC;IACvC,2CAAoB;IACpB,mCAAgB;IAChB,uDAA0B;IAC1B,+BAAc;IACd,mCAAgB;IAChB,iDAAuB;IACvB,qCAAiB;IACjB,iCAAe;IACf,qCAAiB;IACjB,uCAAkB;IAClB,qCAAiB;IACjB,yCAAmB;IACnB,yDAA2B;IAC3B,yCAAmB;IACnB,qCAAiB;IACjB,yDAA2B;IAC3B,yCAAmB;IACnB,2CAAoB;IACpB,2CAAoB;IACpB,+CAAsB;IACtB,mCAAgB;IAChB,mCAAgB;IAChB,uCAAkB;IAClB,+CAAsB;IACtB,6CAAqB;IACrB,2CAAoB;IACpB,qDAAyB;IACzB,uCAAkB;IAClB,mCAAgB;IAChB,mCAAgB;IAChB,+CAAsB;IACtB,+CAAsB;IACtB,2CAAoB;IACpB,mDAAwB;IACxB,iCAAe;IACf,qCAAiB;IACjB,uCAAkB;IAClB,uCAAkB;IAClB,+BAAc;IACd,2EAAoC;IACpC,2CAAoB;IACpB,6EAAqC;IACrC,yCAAmB;IACnB,qCAAiB;IACjB,mCAAgB;IAChB,+BAAc;IACd,mCAAgB;IAChB,uDAA0B;IAC1B,+CAAsB;IACtB,2CAAoB;IACpB,qCAAiB;IACjB,mCAAgB;IAChB,mCAAgB;IAChB,uCAAkB;IAClB,+BAAc;IACd,mCAAgB;IAChB,2CAAoB;IACpB,qCAAiB;IACjB,mCAAgB;IAChB,yCAAmB;IACnB,2CAAoB;IACpB,yDAA2B;IAC3B,6CAAqB;IACrB,iDAAuB;IACvB,uCAAkB;IAClB,uCAAkB;IAClB,uCAAkB;IAClB,yCAAmB;IACnB,+CAAsB;IACtB,2CAAoB;IAKpB,uBAAU;CACX,CAAC,CAAC"}
1
+ {"version":3,"file":"intent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/intent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,iEAA8D;AAC9D,yDAAsD;AACtD,qDAAkD;AAClD,uEAAoE;AACpE,2DAAwD;AACxD,uDAAoD;AACpD,2DAAwD;AACxD,6DAA0D;AAC1D,2DAAwD;AACxD,+DAA4D;AAC5D,+EAA4E;AAC5E,+DAA4D;AAC5D,2DAAwD;AACxD,+EAA4E;AAC5E,+DAA4D;AAC5D,iEAA8D;AAC9D,qEAAkE;AAClE,yDAAsD;AACtD,yDAAsD;AACtD,6DAA0D;AAC1D,qEAAkE;AAClE,mEAAgE;AAChE,6DAA0D;AAC1D,yDAAsD;AACtD,yDAAsD;AACtD,yDAAsD;AACtD,qEAAkE;AAClE,iEAA8D;AAC9D,uDAAoD;AACpD,2DAAwD;AACxD,6DAA0D;AAC1D,6DAA0D;AAC1D,qDAAkD;AAClD,mGAAgG;AAChG,+DAA4D;AAC5D,2DAAwD;AACxD,yDAAsD;AACtD,qDAAkD;AAClD,yDAAsD;AACtD,2DAAwD;AACxD,yDAAsD;AACtD,6DAA0D;AAC1D,6EAA0E;AAC1E,qEAAkE;AAClE,qDAAkD;AAClD,yDAAsD;AACtD,2DAAwD;AACxD,yDAAsD;AACtD,+DAA4D;AAC5D,iEAA8D;AAC9D,iEAA8D;AAC9D,iEAA8D;AAC9D,6EAA0E;AAC1E,yDAAsD;AACtD,yDAAsD;AACtD,iEAA8D;AAC9D,yEAAsE;AACtE,iEAA8D;AAC9D,2EAAwE;AACxE,qEAAkE;AAClE,6CAA0C;AAC1C,iEAA8D;AAC9D,iGAA8F;AAC9F,+EAA4E;AAC5E,mEAAgE;AAChE,uEAAoE;AACpE,6DAA0D;AAC1D,6DAA0D;AAC1D,6DAA0D;AAC1D,+DAA4D;AAC5D,qEAAkE;AAClE,iEAA8D;AAEjD,QAAA,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC;IACvC,2CAAoB;IACpB,mCAAgB;IAChB,uDAA0B;IAC1B,+BAAc;IACd,mCAAgB;IAChB,iDAAuB;IACvB,qCAAiB;IACjB,iCAAe;IACf,qCAAiB;IACjB,uCAAkB;IAClB,qCAAiB;IACjB,yCAAmB;IACnB,yDAA2B;IAC3B,yCAAmB;IACnB,qCAAiB;IACjB,yDAA2B;IAC3B,yCAAmB;IACnB,2CAAoB;IACpB,2CAAoB;IACpB,+CAAsB;IACtB,mCAAgB;IAChB,mCAAgB;IAChB,uCAAkB;IAClB,+CAAsB;IACtB,6CAAqB;IACrB,2CAAoB;IACpB,qDAAyB;IACzB,uCAAkB;IAClB,mCAAgB;IAChB,mCAAgB;IAChB,+CAAsB;IACtB,mCAAgB;IAChB,+CAAsB;IACtB,2CAAoB;IACpB,mDAAwB;IACxB,iCAAe;IACf,qCAAiB;IACjB,uCAAkB;IAClB,uCAAkB;IAClB,+BAAc;IACd,2EAAoC;IACpC,2CAAoB;IACpB,6EAAqC;IACrC,yCAAmB;IACnB,qCAAiB;IACjB,mCAAgB;IAChB,+BAAc;IACd,mCAAgB;IAChB,uDAA0B;IAC1B,+CAAsB;IACtB,2CAAoB;IACpB,qCAAiB;IACjB,mCAAgB;IAChB,mCAAgB;IAChB,uCAAkB;IAClB,+BAAc;IACd,mCAAgB;IAChB,2CAAoB;IACpB,qCAAiB;IACjB,mCAAgB;IAChB,yCAAmB;IACnB,2CAAoB;IACpB,yDAA2B;IAC3B,6CAAqB;IACrB,iDAAuB;IACvB,uCAAkB;IAClB,uCAAkB;IAClB,uCAAkB;IAClB,yCAAmB;IACnB,+CAAsB;IACtB,2CAAoB;IAKpB,uBAAU;CACX,CAAC,CAAC"}
@@ -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>;