@bitgo/public-types 4.18.2 → 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 +2 -0
  2. package/dist/src/schema/transactionRequest/intents/accountBaseCreateAccountIntent.d.ts +2 -0
  3. package/dist/src/schema/transactionRequest/intents/accountBaseUpdateAccountIntent.d.ts +2 -0
  4. package/dist/src/schema/transactionRequest/intents/adaPaymentIntent.d.ts +2 -0
  5. package/dist/src/schema/transactionRequest/intents/adaPledgeIntent.d.ts +2 -0
  6. package/dist/src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.d.ts +2 -0
  7. package/dist/src/schema/transactionRequest/intents/adaStakeIntent.d.ts +2 -0
  8. package/dist/src/schema/transactionRequest/intents/adaUnstakeIntent.d.ts +2 -0
  9. package/dist/src/schema/transactionRequest/intents/adaVoteDelegationIntent.d.ts +2 -0
  10. package/dist/src/schema/transactionRequest/intents/atomPaymentIntent.d.ts +2 -0
  11. package/dist/src/schema/transactionRequest/intents/atomStakeIntent.d.ts +2 -0
  12. package/dist/src/schema/transactionRequest/intents/atomUnstakeIntent.d.ts +2 -0
  13. package/dist/src/schema/transactionRequest/intents/atomWithdrawIntent.d.ts +2 -0
  14. package/dist/src/schema/transactionRequest/intents/baseIntent.d.ts +4 -0
  15. package/dist/src/schema/transactionRequest/intents/baseStakeIntent.d.ts +2 -0
  16. package/dist/src/schema/transactionRequest/intents/baseStakeIntentWithCalldata.d.ts +2 -0
  17. package/dist/src/schema/transactionRequest/intents/beraDelegateIntent.d.ts +2 -0
  18. package/dist/src/schema/transactionRequest/intents/bscDelegateIntent.d.ts +2 -0
  19. package/dist/src/schema/transactionRequest/intents/bscStakeClaimRewardsIntent.d.ts +2 -0
  20. package/dist/src/schema/transactionRequest/intents/bscUndelegateIntent.d.ts +2 -0
  21. package/dist/src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.d.ts +2 -0
  22. package/dist/src/schema/transactionRequest/intents/consolidateTokenIntent.d.ts +2 -0
  23. package/dist/src/schema/transactionRequest/intents/coredaoClaimIntent.d.ts +2 -0
  24. package/dist/src/schema/transactionRequest/intents/coredaoDelegateIntent.d.ts +2 -0
  25. package/dist/src/schema/transactionRequest/intents/coredaoUndelegateIntent.d.ts +2 -0
  26. package/dist/src/schema/transactionRequest/intents/cosmosPaymentIntent.d.ts +2 -0
  27. package/dist/src/schema/transactionRequest/intents/cosmosStakeIntent.d.ts +2 -0
  28. package/dist/src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.d.ts +2 -0
  29. package/dist/src/schema/transactionRequest/intents/cosmosUnstakeIntent.d.ts +2 -0
  30. package/dist/src/schema/transactionRequest/intents/cosmosWithdrawIntent.d.ts +2 -0
  31. package/dist/src/schema/transactionRequest/intents/dotBaseIntent.d.ts +2 -0
  32. package/dist/src/schema/transactionRequest/intents/dotCreateAccountIntent.d.ts +2 -0
  33. package/dist/src/schema/transactionRequest/intents/dotPaymentIntent.d.ts +2 -0
  34. package/dist/src/schema/transactionRequest/intents/dotStakingIntent.d.ts +2 -0
  35. package/dist/src/schema/transactionRequest/intents/dotUnstakingIntent.d.ts +2 -0
  36. package/dist/src/schema/transactionRequest/intents/dotWithdrawStakeIntent.d.ts +2 -0
  37. package/dist/src/schema/transactionRequest/intents/enableTokenIntent.d.ts +2 -0
  38. package/dist/src/schema/transactionRequest/intents/ethAccelerationIntent.d.ts +2 -0
  39. package/dist/src/schema/transactionRequest/intents/ethConsolidateTokenIntent.d.ts +2 -0
  40. package/dist/src/schema/transactionRequest/intents/ethFillNonceIntent.d.ts +2 -0
  41. package/dist/src/schema/transactionRequest/intents/ethLikeStakeIntent.d.ts +4 -0
  42. package/dist/src/schema/transactionRequest/intents/ethPaymentIntent.d.ts +2 -0
  43. package/dist/src/schema/transactionRequest/intents/ethStakingIntent.d.ts +2 -0
  44. package/dist/src/schema/transactionRequest/intents/ethTransferTokenIntent.d.ts +2 -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 +2 -0
  49. package/dist/src/schema/transactionRequest/intents/intent.d.ts +140 -0
  50. package/dist/src/schema/transactionRequest/intents/intentType.d.ts +4 -0
  51. package/dist/src/schema/transactionRequest/intents/intentType.js +2 -0
  52. package/dist/src/schema/transactionRequest/intents/intentType.js.map +1 -1
  53. package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.d.ts +2 -0
  54. package/dist/src/schema/transactionRequest/intents/mmiSignMessageIntent.d.ts +2 -0
  55. package/dist/src/schema/transactionRequest/intents/mmiSignTransactionIntent.d.ts +2 -0
  56. package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +2 -0
  57. package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +2 -0
  58. package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +2 -0
  59. package/dist/src/schema/transactionRequest/intents/paymentIntent.d.ts +2 -0
  60. package/dist/src/schema/transactionRequest/intents/signMessageIntent.d.ts +2 -0
  61. package/dist/src/schema/transactionRequest/intents/solAuthorizeIntent.d.ts +2 -0
  62. package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +2 -0
  63. package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.d.ts +2 -0
  64. package/dist/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.d.ts +2 -0
  65. package/dist/src/schema/transactionRequest/intents/solDeactivateIntent.d.ts +2 -0
  66. package/dist/src/schema/transactionRequest/intents/solDelegateIntent.d.ts +2 -0
  67. package/dist/src/schema/transactionRequest/intents/solPaymentIntent.d.ts +2 -0
  68. package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +2 -0
  69. package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +2 -0
  70. package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +2 -0
  71. package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +2 -0
  72. package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +2 -0
  73. package/dist/src/schema/transactionRequest/intents/substrateBaseIntent.d.ts +2 -0
  74. package/dist/src/schema/transactionRequest/intents/substratePaymentIntent.d.ts +2 -0
  75. package/dist/src/schema/transactionRequest/intents/suiBuildOptions.d.ts +2 -0
  76. package/dist/src/schema/transactionRequest/intents/suiConsolidateIntent.d.ts +2 -0
  77. package/dist/src/schema/transactionRequest/intents/suiCustomTxIntent.d.ts +4 -0
  78. package/dist/src/schema/transactionRequest/intents/suiPaymentIntent.d.ts +4 -0
  79. package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +2 -0
  80. package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +2 -0
  81. package/dist/src/schema/transactionRequest/intents/taoStakeIntent.d.ts +4 -0
  82. package/dist/src/schema/transactionRequest/intents/taoStakingBaseIntent.d.ts +2 -0
  83. package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.d.ts +4 -0
  84. package/dist/src/schema/transactionRequest/intents/tonDelegateIntent.d.ts +2 -0
  85. package/dist/src/schema/transactionRequest/intents/tonPaymentIntent.d.ts +2 -0
  86. package/dist/src/schema/transactionRequest/intents/tonUndelegateIntent.d.ts +2 -0
  87. package/dist/src/schema/transactionRequest/intents/transferTokenIntent.d.ts +2 -0
  88. package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +2 -0
  89. package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +2 -0
  90. package/dist/src/schema/transactionRequest/intents/walletRecoveryIntent.d.ts +2 -0
  91. package/dist/src/schema/transactionRequest/intents/walrusStakingIntent.d.ts +2 -0
  92. package/dist/src/schema/transactionRequest/intents/walrusUndelegateIntent.d.ts +2 -0
  93. package/dist/src/schema/transactionRequest/intents/walrusWithdrawIntent.d.ts +2 -0
  94. package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +2 -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 +2 -0
@@ -69,6 +69,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
69
69
  deactivate: t.LiteralC<"deactivate">;
70
70
  customTx: t.LiteralC<"customTx">;
71
71
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
72
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
73
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
72
74
  }>;
73
75
  }>, t.PartialC<{
74
76
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -126,6 +128,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
126
128
  deactivate: t.LiteralC<"deactivate">;
127
129
  customTx: t.LiteralC<"customTx">;
128
130
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
131
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
132
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
129
133
  }>;
130
134
  }>, t.PartialC<{
131
135
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -171,6 +175,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
171
175
  deactivate: t.LiteralC<"deactivate">;
172
176
  customTx: t.LiteralC<"customTx">;
173
177
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
178
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
179
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
174
180
  }>;
175
181
  }>, t.PartialC<{
176
182
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -223,6 +229,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
223
229
  deactivate: t.LiteralC<"deactivate">;
224
230
  customTx: t.LiteralC<"customTx">;
225
231
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
232
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
233
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
226
234
  }>;
227
235
  }>, t.PartialC<{
228
236
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -274,6 +282,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
274
282
  deactivate: t.LiteralC<"deactivate">;
275
283
  customTx: t.LiteralC<"customTx">;
276
284
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
285
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
286
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
277
287
  }>;
278
288
  }>, t.PartialC<{
279
289
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -317,6 +327,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
317
327
  deactivate: t.LiteralC<"deactivate">;
318
328
  customTx: t.LiteralC<"customTx">;
319
329
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
330
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
331
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
320
332
  }>;
321
333
  }>, t.PartialC<{
322
334
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -374,6 +386,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
374
386
  deactivate: t.LiteralC<"deactivate">;
375
387
  customTx: t.LiteralC<"customTx">;
376
388
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
389
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
390
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
377
391
  }>;
378
392
  }>, t.PartialC<{
379
393
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -449,6 +463,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
449
463
  deactivate: t.LiteralC<"deactivate">;
450
464
  customTx: t.LiteralC<"customTx">;
451
465
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
466
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
467
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
452
468
  }>;
453
469
  }>, t.PartialC<{
454
470
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -524,6 +540,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
524
540
  deactivate: t.LiteralC<"deactivate">;
525
541
  customTx: t.LiteralC<"customTx">;
526
542
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
543
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
544
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
527
545
  }>;
528
546
  }>, t.PartialC<{
529
547
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -579,6 +597,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
579
597
  deactivate: t.LiteralC<"deactivate">;
580
598
  customTx: t.LiteralC<"customTx">;
581
599
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
600
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
601
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
582
602
  }>;
583
603
  }>, t.PartialC<{
584
604
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -628,6 +648,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
628
648
  deactivate: t.LiteralC<"deactivate">;
629
649
  customTx: t.LiteralC<"customTx">;
630
650
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
651
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
652
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
631
653
  }>;
632
654
  }>, t.PartialC<{
633
655
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -676,6 +698,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
676
698
  deactivate: t.LiteralC<"deactivate">;
677
699
  customTx: t.LiteralC<"customTx">;
678
700
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
701
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
702
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
679
703
  }>;
680
704
  }>, t.PartialC<{
681
705
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -728,6 +752,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
728
752
  deactivate: t.LiteralC<"deactivate">;
729
753
  customTx: t.LiteralC<"customTx">;
730
754
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
755
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
756
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
731
757
  }>;
732
758
  }>, t.PartialC<{
733
759
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -785,6 +811,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
785
811
  deactivate: t.LiteralC<"deactivate">;
786
812
  customTx: t.LiteralC<"customTx">;
787
813
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
814
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
815
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
788
816
  }>;
789
817
  }>, t.PartialC<{
790
818
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -859,6 +887,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
859
887
  deactivate: t.LiteralC<"deactivate">;
860
888
  customTx: t.LiteralC<"customTx">;
861
889
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
890
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
891
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
862
892
  }>;
863
893
  }>, t.PartialC<{
864
894
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -906,6 +936,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
906
936
  deactivate: t.LiteralC<"deactivate">;
907
937
  customTx: t.LiteralC<"customTx">;
908
938
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
939
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
940
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
909
941
  }>;
910
942
  }>, t.PartialC<{
911
943
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -980,6 +1012,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
980
1012
  deactivate: t.LiteralC<"deactivate">;
981
1013
  customTx: t.LiteralC<"customTx">;
982
1014
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1015
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1016
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
983
1017
  }>;
984
1018
  }>, t.PartialC<{
985
1019
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1067,6 +1101,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1067
1101
  deactivate: t.LiteralC<"deactivate">;
1068
1102
  customTx: t.LiteralC<"customTx">;
1069
1103
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1104
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1105
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
1070
1106
  }>;
1071
1107
  }>, t.PartialC<{
1072
1108
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1158,6 +1194,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1158
1194
  deactivate: t.LiteralC<"deactivate">;
1159
1195
  customTx: t.LiteralC<"customTx">;
1160
1196
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1197
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1198
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
1161
1199
  }>;
1162
1200
  }>, t.PartialC<{
1163
1201
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1237,6 +1275,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1237
1275
  deactivate: t.LiteralC<"deactivate">;
1238
1276
  customTx: t.LiteralC<"customTx">;
1239
1277
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1278
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1279
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
1240
1280
  }>;
1241
1281
  }>, t.PartialC<{
1242
1282
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1303,6 +1343,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1303
1343
  deactivate: t.LiteralC<"deactivate">;
1304
1344
  customTx: t.LiteralC<"customTx">;
1305
1345
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1346
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1347
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
1306
1348
  }>;
1307
1349
  }>, t.PartialC<{
1308
1350
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1368,6 +1410,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1368
1410
  deactivate: t.LiteralC<"deactivate">;
1369
1411
  customTx: t.LiteralC<"customTx">;
1370
1412
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1413
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1414
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
1371
1415
  }>;
1372
1416
  }>, t.PartialC<{
1373
1417
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1433,6 +1477,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1433
1477
  deactivate: t.LiteralC<"deactivate">;
1434
1478
  customTx: t.LiteralC<"customTx">;
1435
1479
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1480
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1481
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
1436
1482
  }>;
1437
1483
  }>, t.PartialC<{
1438
1484
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1570,6 +1616,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1570
1616
  deactivate: t.LiteralC<"deactivate">;
1571
1617
  customTx: t.LiteralC<"customTx">;
1572
1618
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1619
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1620
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
1573
1621
  }>;
1574
1622
  }>, t.PartialC<{
1575
1623
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1674,6 +1722,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1674
1722
  deactivate: t.LiteralC<"deactivate">;
1675
1723
  customTx: t.LiteralC<"customTx">;
1676
1724
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1725
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1726
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
1677
1727
  }>;
1678
1728
  }>, t.PartialC<{
1679
1729
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1737,6 +1787,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1737
1787
  deactivate: t.LiteralC<"deactivate">;
1738
1788
  customTx: t.LiteralC<"customTx">;
1739
1789
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1790
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1791
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
1740
1792
  }>;
1741
1793
  }>, t.PartialC<{
1742
1794
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1829,6 +1881,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1829
1881
  deactivate: t.LiteralC<"deactivate">;
1830
1882
  customTx: t.LiteralC<"customTx">;
1831
1883
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1884
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1885
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
1832
1886
  }>;
1833
1887
  }>, t.PartialC<{
1834
1888
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1910,6 +1964,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1910
1964
  deactivate: t.LiteralC<"deactivate">;
1911
1965
  customTx: t.LiteralC<"customTx">;
1912
1966
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1967
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1968
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
1913
1969
  }>;
1914
1970
  }>, t.PartialC<{
1915
1971
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2012,6 +2068,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2012
2068
  deactivate: t.LiteralC<"deactivate">;
2013
2069
  customTx: t.LiteralC<"customTx">;
2014
2070
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2071
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2072
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2015
2073
  }>;
2016
2074
  }>, t.PartialC<{
2017
2075
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2060,6 +2118,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2060
2118
  deactivate: t.LiteralC<"deactivate">;
2061
2119
  customTx: t.LiteralC<"customTx">;
2062
2120
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2121
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2122
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2063
2123
  }>;
2064
2124
  }>, t.PartialC<{
2065
2125
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2103,6 +2163,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2103
2163
  deactivate: t.LiteralC<"deactivate">;
2104
2164
  customTx: t.LiteralC<"customTx">;
2105
2165
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2166
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2167
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2106
2168
  }>;
2107
2169
  }>, t.PartialC<{
2108
2170
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2160,6 +2222,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2160
2222
  deactivate: t.LiteralC<"deactivate">;
2161
2223
  customTx: t.LiteralC<"customTx">;
2162
2224
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2225
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2226
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2163
2227
  }>;
2164
2228
  }>, t.PartialC<{
2165
2229
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2218,6 +2282,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2218
2282
  deactivate: t.LiteralC<"deactivate">;
2219
2283
  customTx: t.LiteralC<"customTx">;
2220
2284
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2285
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2286
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2221
2287
  }>;
2222
2288
  }>, t.PartialC<{
2223
2289
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2276,6 +2342,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2276
2342
  deactivate: t.LiteralC<"deactivate">;
2277
2343
  customTx: t.LiteralC<"customTx">;
2278
2344
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2345
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2346
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2279
2347
  }>;
2280
2348
  }>, t.PartialC<{
2281
2349
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2342,6 +2410,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2342
2410
  deactivate: t.LiteralC<"deactivate">;
2343
2411
  customTx: t.LiteralC<"customTx">;
2344
2412
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2413
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2414
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2345
2415
  }>;
2346
2416
  }>, t.PartialC<{
2347
2417
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2393,6 +2463,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2393
2463
  deactivate: t.LiteralC<"deactivate">;
2394
2464
  customTx: t.LiteralC<"customTx">;
2395
2465
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2466
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2467
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2396
2468
  }>;
2397
2469
  }>, t.PartialC<{
2398
2470
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2452,6 +2524,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2452
2524
  deactivate: t.LiteralC<"deactivate">;
2453
2525
  customTx: t.LiteralC<"customTx">;
2454
2526
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2527
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2528
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2455
2529
  }>;
2456
2530
  }>, t.PartialC<{
2457
2531
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2533,6 +2607,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2533
2607
  deactivate: t.LiteralC<"deactivate">;
2534
2608
  customTx: t.LiteralC<"customTx">;
2535
2609
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2610
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2611
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2536
2612
  }>;
2537
2613
  }>, t.PartialC<{
2538
2614
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2581,6 +2657,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2581
2657
  deactivate: t.LiteralC<"deactivate">;
2582
2658
  customTx: t.LiteralC<"customTx">;
2583
2659
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2660
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2661
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2584
2662
  }>;
2585
2663
  }>, t.PartialC<{
2586
2664
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2626,6 +2704,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2626
2704
  deactivate: t.LiteralC<"deactivate">;
2627
2705
  customTx: t.LiteralC<"customTx">;
2628
2706
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2707
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2708
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2629
2709
  }>;
2630
2710
  }>, t.PartialC<{
2631
2711
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2672,6 +2752,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2672
2752
  deactivate: t.LiteralC<"deactivate">;
2673
2753
  customTx: t.LiteralC<"customTx">;
2674
2754
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2755
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2756
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2675
2757
  }>;
2676
2758
  }>, t.PartialC<{
2677
2759
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2731,6 +2813,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2731
2813
  deactivate: t.LiteralC<"deactivate">;
2732
2814
  customTx: t.LiteralC<"customTx">;
2733
2815
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2816
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2817
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2734
2818
  }>;
2735
2819
  }>, t.PartialC<{
2736
2820
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2782,6 +2866,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2782
2866
  deactivate: t.LiteralC<"deactivate">;
2783
2867
  customTx: t.LiteralC<"customTx">;
2784
2868
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2869
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2870
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2785
2871
  }>;
2786
2872
  }>, t.PartialC<{
2787
2873
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2880,6 +2966,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2880
2966
  deactivate: t.LiteralC<"deactivate">;
2881
2967
  customTx: t.LiteralC<"customTx">;
2882
2968
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2969
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2970
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2883
2971
  }>;
2884
2972
  }>, t.PartialC<{
2885
2973
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2987,6 +3075,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2987
3075
  deactivate: t.LiteralC<"deactivate">;
2988
3076
  customTx: t.LiteralC<"customTx">;
2989
3077
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3078
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3079
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
2990
3080
  }>;
2991
3081
  }>, t.PartialC<{
2992
3082
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3029,6 +3119,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3029
3119
  deactivate: t.LiteralC<"deactivate">;
3030
3120
  customTx: t.LiteralC<"customTx">;
3031
3121
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3122
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3123
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3032
3124
  }>;
3033
3125
  }>, t.PartialC<{
3034
3126
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3066,6 +3158,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3066
3158
  deactivate: t.LiteralC<"deactivate">;
3067
3159
  customTx: t.LiteralC<"customTx">;
3068
3160
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3161
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3162
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3069
3163
  }>;
3070
3164
  }>, t.PartialC<{
3071
3165
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3111,6 +3205,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3111
3205
  deactivate: t.LiteralC<"deactivate">;
3112
3206
  customTx: t.LiteralC<"customTx">;
3113
3207
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3208
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3209
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3114
3210
  }>;
3115
3211
  }>, t.PartialC<{
3116
3212
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3166,6 +3262,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3166
3262
  deactivate: t.LiteralC<"deactivate">;
3167
3263
  customTx: t.LiteralC<"customTx">;
3168
3264
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3265
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3266
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3169
3267
  }>;
3170
3268
  }>, t.PartialC<{
3171
3269
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3208,6 +3306,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3208
3306
  deactivate: t.LiteralC<"deactivate">;
3209
3307
  customTx: t.LiteralC<"customTx">;
3210
3308
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3309
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3310
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3211
3311
  }>;
3212
3312
  }>, t.PartialC<{
3213
3313
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3285,6 +3385,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3285
3385
  deactivate: t.LiteralC<"deactivate">;
3286
3386
  customTx: t.LiteralC<"customTx">;
3287
3387
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3388
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3389
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3288
3390
  }>;
3289
3391
  }>, t.PartialC<{
3290
3392
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3344,6 +3446,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3344
3446
  deactivate: t.LiteralC<"deactivate">;
3345
3447
  customTx: t.LiteralC<"customTx">;
3346
3448
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3449
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3450
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3347
3451
  }>;
3348
3452
  }>, t.PartialC<{
3349
3453
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3385,6 +3489,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3385
3489
  deactivate: t.LiteralC<"deactivate">;
3386
3490
  customTx: t.LiteralC<"customTx">;
3387
3491
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3492
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3493
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3388
3494
  }>;
3389
3495
  }>, t.PartialC<{
3390
3496
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3445,6 +3551,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3445
3551
  deactivate: t.LiteralC<"deactivate">;
3446
3552
  customTx: t.LiteralC<"customTx">;
3447
3553
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3554
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3555
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3448
3556
  }>;
3449
3557
  }>, t.PartialC<{
3450
3558
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3494,6 +3602,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3494
3602
  deactivate: t.LiteralC<"deactivate">;
3495
3603
  customTx: t.LiteralC<"customTx">;
3496
3604
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3605
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3606
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3497
3607
  }>;
3498
3608
  }>, t.PartialC<{
3499
3609
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3590,6 +3700,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3590
3700
  deactivate: t.LiteralC<"deactivate">;
3591
3701
  customTx: t.LiteralC<"customTx">;
3592
3702
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3703
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3704
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3593
3705
  }>;
3594
3706
  }>, t.PartialC<{
3595
3707
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3637,6 +3749,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3637
3749
  deactivate: t.LiteralC<"deactivate">;
3638
3750
  customTx: t.LiteralC<"customTx">;
3639
3751
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3752
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3753
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3640
3754
  }>;
3641
3755
  }>, t.PartialC<{
3642
3756
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3694,6 +3808,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3694
3808
  deactivate: t.LiteralC<"deactivate">;
3695
3809
  customTx: t.LiteralC<"customTx">;
3696
3810
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
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]>;
@@ -3739,6 +3855,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3739
3855
  deactivate: t.LiteralC<"deactivate">;
3740
3856
  customTx: t.LiteralC<"customTx">;
3741
3857
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3858
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3859
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3742
3860
  }>;
3743
3861
  }>, t.PartialC<{
3744
3862
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3778,6 +3896,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3778
3896
  deactivate: t.LiteralC<"deactivate">;
3779
3897
  customTx: t.LiteralC<"customTx">;
3780
3898
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3899
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3900
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3781
3901
  }>;
3782
3902
  }>, t.PartialC<{
3783
3903
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3819,6 +3939,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3819
3939
  deactivate: t.LiteralC<"deactivate">;
3820
3940
  customTx: t.LiteralC<"customTx">;
3821
3941
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3942
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3943
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3822
3944
  }>;
3823
3945
  }>, t.PartialC<{
3824
3946
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3867,6 +3989,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3867
3989
  deactivate: t.LiteralC<"deactivate">;
3868
3990
  customTx: t.LiteralC<"customTx">;
3869
3991
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3992
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3993
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3870
3994
  }>;
3871
3995
  }>, t.PartialC<{
3872
3996
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3915,6 +4039,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3915
4039
  deactivate: t.LiteralC<"deactivate">;
3916
4040
  customTx: t.LiteralC<"customTx">;
3917
4041
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4042
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4043
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3918
4044
  }>;
3919
4045
  }>, t.PartialC<{
3920
4046
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3958,6 +4084,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3958
4084
  deactivate: t.LiteralC<"deactivate">;
3959
4085
  customTx: t.LiteralC<"customTx">;
3960
4086
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4087
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4088
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
3961
4089
  }>;
3962
4090
  }>, t.PartialC<{
3963
4091
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3997,6 +4125,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3997
4125
  deactivate: t.LiteralC<"deactivate">;
3998
4126
  customTx: t.LiteralC<"customTx">;
3999
4127
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4128
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4129
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
4000
4130
  }>;
4001
4131
  }>, t.PartialC<{
4002
4132
  recipients: t.UnionC<[t.Type<({
@@ -4058,6 +4188,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4058
4188
  deactivate: t.LiteralC<"deactivate">;
4059
4189
  customTx: t.LiteralC<"customTx">;
4060
4190
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4191
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4192
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
4061
4193
  }>;
4062
4194
  }>, t.PartialC<{
4063
4195
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4127,6 +4259,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4127
4259
  deactivate: t.LiteralC<"deactivate">;
4128
4260
  customTx: t.LiteralC<"customTx">;
4129
4261
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4262
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4263
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
4130
4264
  }>;
4131
4265
  }>, t.PartialC<{
4132
4266
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4206,6 +4340,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4206
4340
  deactivate: t.LiteralC<"deactivate">;
4207
4341
  customTx: t.LiteralC<"customTx">;
4208
4342
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4343
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4344
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
4209
4345
  }>;
4210
4346
  }>, t.PartialC<{
4211
4347
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4257,6 +4393,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4257
4393
  deactivate: t.LiteralC<"deactivate">;
4258
4394
  customTx: t.LiteralC<"customTx">;
4259
4395
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4396
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4397
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
4260
4398
  }>;
4261
4399
  }>, t.PartialC<{
4262
4400
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4318,6 +4456,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4318
4456
  deactivate: t.LiteralC<"deactivate">;
4319
4457
  customTx: t.LiteralC<"customTx">;
4320
4458
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4459
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4460
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
4321
4461
  }>;
4322
4462
  }>, t.PartialC<{
4323
4463
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -30,6 +30,8 @@ export declare const intentTypes: {
30
30
  deactivate: t.LiteralC<"deactivate">;
31
31
  customTx: t.LiteralC<"customTx">;
32
32
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
33
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
34
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
33
35
  };
34
36
  export declare const IntentType: t.KeyofC<{
35
37
  payment: t.LiteralC<"payment">;
@@ -62,5 +64,7 @@ export declare const IntentType: t.KeyofC<{
62
64
  deactivate: t.LiteralC<"deactivate">;
63
65
  customTx: t.LiteralC<"customTx">;
64
66
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
67
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
68
+ feeAddressRecovery: t.LiteralC<"feeAddressRecovery">;
65
69
  }>;
66
70
  export type IntentType = t.TypeOf<typeof IntentType>;
@@ -56,6 +56,8 @@ exports.intentTypes = {
56
56
  deactivate: t.literal("deactivate"),
57
57
  customTx: t.literal("customTx"),
58
58
  closeAssociatedTokenAccount: t.literal("closeAssociatedTokenAccount"),
59
+ stakeWithCallData: t.literal("stakeWithCallData"),
60
+ feeAddressRecovery: t.literal("feeAddressRecovery"),
59
61
  };
60
62
  exports.IntentType = t.keyof(exports.intentTypes);
61
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;CACtE,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"}