@bitgo/public-types 4.18.1 → 4.18.3

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 (96) 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/fillNonceIntent.d.ts +1 -0
  46. package/dist/src/schema/transactionRequest/intents/intent.d.ts +79 -1
  47. package/dist/src/schema/transactionRequest/intents/intentType.d.ts +2 -0
  48. package/dist/src/schema/transactionRequest/intents/intentType.js +1 -0
  49. package/dist/src/schema/transactionRequest/intents/intentType.js.map +1 -1
  50. package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.d.ts +1 -0
  51. package/dist/src/schema/transactionRequest/intents/mmiSignMessageIntent.d.ts +1 -0
  52. package/dist/src/schema/transactionRequest/intents/mmiSignTransactionIntent.d.ts +1 -0
  53. package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +1 -0
  54. package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +1 -0
  55. package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +1 -0
  56. package/dist/src/schema/transactionRequest/intents/paymentIntent.d.ts +1 -0
  57. package/dist/src/schema/transactionRequest/intents/signMessageIntent.d.ts +1 -0
  58. package/dist/src/schema/transactionRequest/intents/solAuthorizeIntent.d.ts +1 -0
  59. package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +1 -0
  60. package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.d.ts +1 -0
  61. package/dist/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.d.ts +1 -0
  62. package/dist/src/schema/transactionRequest/intents/solDeactivateIntent.d.ts +1 -0
  63. package/dist/src/schema/transactionRequest/intents/solDelegateIntent.d.ts +1 -0
  64. package/dist/src/schema/transactionRequest/intents/solPaymentIntent.d.ts +1 -0
  65. package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +1 -0
  66. package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +1 -0
  67. package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +1 -0
  68. package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +1 -0
  69. package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +1 -0
  70. package/dist/src/schema/transactionRequest/intents/substrateBaseIntent.d.ts +1 -0
  71. package/dist/src/schema/transactionRequest/intents/substratePaymentIntent.d.ts +1 -0
  72. package/dist/src/schema/transactionRequest/intents/suiBuildOptions.d.ts +1 -0
  73. package/dist/src/schema/transactionRequest/intents/suiConsolidateIntent.d.ts +1 -0
  74. package/dist/src/schema/transactionRequest/intents/suiCustomTxIntent.d.ts +2 -0
  75. package/dist/src/schema/transactionRequest/intents/suiPaymentIntent.d.ts +2 -0
  76. package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +1 -0
  77. package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +1 -0
  78. package/dist/src/schema/transactionRequest/intents/taoStakeIntent.d.ts +2 -0
  79. package/dist/src/schema/transactionRequest/intents/taoStakingBaseIntent.d.ts +1 -0
  80. package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.d.ts +11 -1
  81. package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.js +2 -2
  82. package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.js.map +1 -1
  83. package/dist/src/schema/transactionRequest/intents/tonDelegateIntent.d.ts +1 -0
  84. package/dist/src/schema/transactionRequest/intents/tonPaymentIntent.d.ts +1 -0
  85. package/dist/src/schema/transactionRequest/intents/tonUndelegateIntent.d.ts +1 -0
  86. package/dist/src/schema/transactionRequest/intents/transferTokenIntent.d.ts +1 -0
  87. package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +1 -0
  88. package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +1 -0
  89. package/dist/src/schema/transactionRequest/intents/walletRecoveryIntent.d.ts +1 -0
  90. package/dist/src/schema/transactionRequest/intents/walrusStakingIntent.d.ts +1 -0
  91. package/dist/src/schema/transactionRequest/intents/walrusUndelegateIntent.d.ts +1 -0
  92. package/dist/src/schema/transactionRequest/intents/walrusWithdrawIntent.d.ts +1 -0
  93. package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +1 -0
  94. package/package.json +1 -1
  95. package/src/schema/transactionRequest/intents/intentType.ts +1 -0
  96. package/src/schema/transactionRequest/intents/taoUnstakeIntent.ts +2 -2
@@ -69,6 +69,7 @@ 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">;
72
73
  }>;
73
74
  }>, t.PartialC<{
74
75
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -126,6 +127,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
126
127
  deactivate: t.LiteralC<"deactivate">;
127
128
  customTx: t.LiteralC<"customTx">;
128
129
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
130
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
129
131
  }>;
130
132
  }>, t.PartialC<{
131
133
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -171,6 +173,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
171
173
  deactivate: t.LiteralC<"deactivate">;
172
174
  customTx: t.LiteralC<"customTx">;
173
175
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
176
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
174
177
  }>;
175
178
  }>, t.PartialC<{
176
179
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -223,6 +226,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
223
226
  deactivate: t.LiteralC<"deactivate">;
224
227
  customTx: t.LiteralC<"customTx">;
225
228
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
229
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
226
230
  }>;
227
231
  }>, t.PartialC<{
228
232
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -274,6 +278,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
274
278
  deactivate: t.LiteralC<"deactivate">;
275
279
  customTx: t.LiteralC<"customTx">;
276
280
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
281
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
277
282
  }>;
278
283
  }>, t.PartialC<{
279
284
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -317,6 +322,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
317
322
  deactivate: t.LiteralC<"deactivate">;
318
323
  customTx: t.LiteralC<"customTx">;
319
324
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
325
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
320
326
  }>;
321
327
  }>, t.PartialC<{
322
328
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -374,6 +380,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
374
380
  deactivate: t.LiteralC<"deactivate">;
375
381
  customTx: t.LiteralC<"customTx">;
376
382
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
383
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
377
384
  }>;
378
385
  }>, t.PartialC<{
379
386
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -449,6 +456,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
449
456
  deactivate: t.LiteralC<"deactivate">;
450
457
  customTx: t.LiteralC<"customTx">;
451
458
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
459
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
452
460
  }>;
453
461
  }>, t.PartialC<{
454
462
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -524,6 +532,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
524
532
  deactivate: t.LiteralC<"deactivate">;
525
533
  customTx: t.LiteralC<"customTx">;
526
534
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
535
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
527
536
  }>;
528
537
  }>, t.PartialC<{
529
538
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -579,6 +588,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
579
588
  deactivate: t.LiteralC<"deactivate">;
580
589
  customTx: t.LiteralC<"customTx">;
581
590
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
591
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
582
592
  }>;
583
593
  }>, t.PartialC<{
584
594
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -628,6 +638,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
628
638
  deactivate: t.LiteralC<"deactivate">;
629
639
  customTx: t.LiteralC<"customTx">;
630
640
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
641
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
631
642
  }>;
632
643
  }>, t.PartialC<{
633
644
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -676,6 +687,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
676
687
  deactivate: t.LiteralC<"deactivate">;
677
688
  customTx: t.LiteralC<"customTx">;
678
689
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
690
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
679
691
  }>;
680
692
  }>, t.PartialC<{
681
693
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -728,6 +740,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
728
740
  deactivate: t.LiteralC<"deactivate">;
729
741
  customTx: t.LiteralC<"customTx">;
730
742
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
743
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
731
744
  }>;
732
745
  }>, t.PartialC<{
733
746
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -785,6 +798,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
785
798
  deactivate: t.LiteralC<"deactivate">;
786
799
  customTx: t.LiteralC<"customTx">;
787
800
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
801
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
788
802
  }>;
789
803
  }>, t.PartialC<{
790
804
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -859,6 +873,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
859
873
  deactivate: t.LiteralC<"deactivate">;
860
874
  customTx: t.LiteralC<"customTx">;
861
875
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
876
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
862
877
  }>;
863
878
  }>, t.PartialC<{
864
879
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -906,6 +921,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
906
921
  deactivate: t.LiteralC<"deactivate">;
907
922
  customTx: t.LiteralC<"customTx">;
908
923
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
924
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
909
925
  }>;
910
926
  }>, t.PartialC<{
911
927
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -980,6 +996,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
980
996
  deactivate: t.LiteralC<"deactivate">;
981
997
  customTx: t.LiteralC<"customTx">;
982
998
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
999
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
983
1000
  }>;
984
1001
  }>, t.PartialC<{
985
1002
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1067,6 +1084,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1067
1084
  deactivate: t.LiteralC<"deactivate">;
1068
1085
  customTx: t.LiteralC<"customTx">;
1069
1086
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1087
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1070
1088
  }>;
1071
1089
  }>, t.PartialC<{
1072
1090
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1158,6 +1176,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1158
1176
  deactivate: t.LiteralC<"deactivate">;
1159
1177
  customTx: t.LiteralC<"customTx">;
1160
1178
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1179
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1161
1180
  }>;
1162
1181
  }>, t.PartialC<{
1163
1182
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1237,6 +1256,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1237
1256
  deactivate: t.LiteralC<"deactivate">;
1238
1257
  customTx: t.LiteralC<"customTx">;
1239
1258
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1259
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1240
1260
  }>;
1241
1261
  }>, t.PartialC<{
1242
1262
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1303,6 +1323,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1303
1323
  deactivate: t.LiteralC<"deactivate">;
1304
1324
  customTx: t.LiteralC<"customTx">;
1305
1325
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1326
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1306
1327
  }>;
1307
1328
  }>, t.PartialC<{
1308
1329
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1368,6 +1389,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1368
1389
  deactivate: t.LiteralC<"deactivate">;
1369
1390
  customTx: t.LiteralC<"customTx">;
1370
1391
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1392
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1371
1393
  }>;
1372
1394
  }>, t.PartialC<{
1373
1395
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1433,6 +1455,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1433
1455
  deactivate: t.LiteralC<"deactivate">;
1434
1456
  customTx: t.LiteralC<"customTx">;
1435
1457
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1458
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1436
1459
  }>;
1437
1460
  }>, t.PartialC<{
1438
1461
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1570,6 +1593,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1570
1593
  deactivate: t.LiteralC<"deactivate">;
1571
1594
  customTx: t.LiteralC<"customTx">;
1572
1595
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1596
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1573
1597
  }>;
1574
1598
  }>, t.PartialC<{
1575
1599
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1674,6 +1698,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1674
1698
  deactivate: t.LiteralC<"deactivate">;
1675
1699
  customTx: t.LiteralC<"customTx">;
1676
1700
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1701
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1677
1702
  }>;
1678
1703
  }>, t.PartialC<{
1679
1704
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1737,6 +1762,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1737
1762
  deactivate: t.LiteralC<"deactivate">;
1738
1763
  customTx: t.LiteralC<"customTx">;
1739
1764
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1765
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1740
1766
  }>;
1741
1767
  }>, t.PartialC<{
1742
1768
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1829,6 +1855,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1829
1855
  deactivate: t.LiteralC<"deactivate">;
1830
1856
  customTx: t.LiteralC<"customTx">;
1831
1857
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1858
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1832
1859
  }>;
1833
1860
  }>, t.PartialC<{
1834
1861
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1910,6 +1937,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1910
1937
  deactivate: t.LiteralC<"deactivate">;
1911
1938
  customTx: t.LiteralC<"customTx">;
1912
1939
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1940
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1913
1941
  }>;
1914
1942
  }>, t.PartialC<{
1915
1943
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2012,6 +2040,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2012
2040
  deactivate: t.LiteralC<"deactivate">;
2013
2041
  customTx: t.LiteralC<"customTx">;
2014
2042
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2043
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2015
2044
  }>;
2016
2045
  }>, t.PartialC<{
2017
2046
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2060,6 +2089,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2060
2089
  deactivate: t.LiteralC<"deactivate">;
2061
2090
  customTx: t.LiteralC<"customTx">;
2062
2091
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2092
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2063
2093
  }>;
2064
2094
  }>, t.PartialC<{
2065
2095
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2103,6 +2133,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2103
2133
  deactivate: t.LiteralC<"deactivate">;
2104
2134
  customTx: t.LiteralC<"customTx">;
2105
2135
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2136
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2106
2137
  }>;
2107
2138
  }>, t.PartialC<{
2108
2139
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2160,6 +2191,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2160
2191
  deactivate: t.LiteralC<"deactivate">;
2161
2192
  customTx: t.LiteralC<"customTx">;
2162
2193
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2194
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2163
2195
  }>;
2164
2196
  }>, t.PartialC<{
2165
2197
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2218,6 +2250,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2218
2250
  deactivate: t.LiteralC<"deactivate">;
2219
2251
  customTx: t.LiteralC<"customTx">;
2220
2252
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2253
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2221
2254
  }>;
2222
2255
  }>, t.PartialC<{
2223
2256
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2276,6 +2309,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2276
2309
  deactivate: t.LiteralC<"deactivate">;
2277
2310
  customTx: t.LiteralC<"customTx">;
2278
2311
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2312
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2279
2313
  }>;
2280
2314
  }>, t.PartialC<{
2281
2315
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2342,6 +2376,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2342
2376
  deactivate: t.LiteralC<"deactivate">;
2343
2377
  customTx: t.LiteralC<"customTx">;
2344
2378
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2379
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2345
2380
  }>;
2346
2381
  }>, t.PartialC<{
2347
2382
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2393,6 +2428,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2393
2428
  deactivate: t.LiteralC<"deactivate">;
2394
2429
  customTx: t.LiteralC<"customTx">;
2395
2430
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2431
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2396
2432
  }>;
2397
2433
  }>, t.PartialC<{
2398
2434
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2452,6 +2488,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2452
2488
  deactivate: t.LiteralC<"deactivate">;
2453
2489
  customTx: t.LiteralC<"customTx">;
2454
2490
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2491
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2455
2492
  }>;
2456
2493
  }>, t.PartialC<{
2457
2494
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2533,6 +2570,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2533
2570
  deactivate: t.LiteralC<"deactivate">;
2534
2571
  customTx: t.LiteralC<"customTx">;
2535
2572
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2573
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2536
2574
  }>;
2537
2575
  }>, t.PartialC<{
2538
2576
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2581,6 +2619,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2581
2619
  deactivate: t.LiteralC<"deactivate">;
2582
2620
  customTx: t.LiteralC<"customTx">;
2583
2621
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2622
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2584
2623
  }>;
2585
2624
  }>, t.PartialC<{
2586
2625
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2626,6 +2665,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2626
2665
  deactivate: t.LiteralC<"deactivate">;
2627
2666
  customTx: t.LiteralC<"customTx">;
2628
2667
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2668
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2629
2669
  }>;
2630
2670
  }>, t.PartialC<{
2631
2671
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2672,6 +2712,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2672
2712
  deactivate: t.LiteralC<"deactivate">;
2673
2713
  customTx: t.LiteralC<"customTx">;
2674
2714
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2715
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2675
2716
  }>;
2676
2717
  }>, t.PartialC<{
2677
2718
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2731,6 +2772,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2731
2772
  deactivate: t.LiteralC<"deactivate">;
2732
2773
  customTx: t.LiteralC<"customTx">;
2733
2774
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2775
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2734
2776
  }>;
2735
2777
  }>, t.PartialC<{
2736
2778
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2782,6 +2824,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2782
2824
  deactivate: t.LiteralC<"deactivate">;
2783
2825
  customTx: t.LiteralC<"customTx">;
2784
2826
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2827
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2785
2828
  }>;
2786
2829
  }>, t.PartialC<{
2787
2830
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2880,6 +2923,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2880
2923
  deactivate: t.LiteralC<"deactivate">;
2881
2924
  customTx: t.LiteralC<"customTx">;
2882
2925
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2926
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2883
2927
  }>;
2884
2928
  }>, t.PartialC<{
2885
2929
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2987,6 +3031,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2987
3031
  deactivate: t.LiteralC<"deactivate">;
2988
3032
  customTx: t.LiteralC<"customTx">;
2989
3033
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3034
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2990
3035
  }>;
2991
3036
  }>, t.PartialC<{
2992
3037
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3029,6 +3074,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3029
3074
  deactivate: t.LiteralC<"deactivate">;
3030
3075
  customTx: t.LiteralC<"customTx">;
3031
3076
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3077
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3032
3078
  }>;
3033
3079
  }>, t.PartialC<{
3034
3080
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3066,6 +3112,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3066
3112
  deactivate: t.LiteralC<"deactivate">;
3067
3113
  customTx: t.LiteralC<"customTx">;
3068
3114
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3115
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3069
3116
  }>;
3070
3117
  }>, t.PartialC<{
3071
3118
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3111,6 +3158,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3111
3158
  deactivate: t.LiteralC<"deactivate">;
3112
3159
  customTx: t.LiteralC<"customTx">;
3113
3160
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3161
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3114
3162
  }>;
3115
3163
  }>, t.PartialC<{
3116
3164
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3166,6 +3214,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3166
3214
  deactivate: t.LiteralC<"deactivate">;
3167
3215
  customTx: t.LiteralC<"customTx">;
3168
3216
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3217
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3169
3218
  }>;
3170
3219
  }>, t.PartialC<{
3171
3220
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3208,6 +3257,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3208
3257
  deactivate: t.LiteralC<"deactivate">;
3209
3258
  customTx: t.LiteralC<"customTx">;
3210
3259
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3260
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3211
3261
  }>;
3212
3262
  }>, t.PartialC<{
3213
3263
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3285,6 +3335,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3285
3335
  deactivate: t.LiteralC<"deactivate">;
3286
3336
  customTx: t.LiteralC<"customTx">;
3287
3337
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3338
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3288
3339
  }>;
3289
3340
  }>, t.PartialC<{
3290
3341
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3344,6 +3395,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3344
3395
  deactivate: t.LiteralC<"deactivate">;
3345
3396
  customTx: t.LiteralC<"customTx">;
3346
3397
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3398
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3347
3399
  }>;
3348
3400
  }>, t.PartialC<{
3349
3401
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3385,6 +3437,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3385
3437
  deactivate: t.LiteralC<"deactivate">;
3386
3438
  customTx: t.LiteralC<"customTx">;
3387
3439
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3440
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3388
3441
  }>;
3389
3442
  }>, t.PartialC<{
3390
3443
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3445,6 +3498,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3445
3498
  deactivate: t.LiteralC<"deactivate">;
3446
3499
  customTx: t.LiteralC<"customTx">;
3447
3500
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3501
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3448
3502
  }>;
3449
3503
  }>, t.PartialC<{
3450
3504
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3453,7 +3507,15 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3453
3507
  }>]>, t.TypeC<{
3454
3508
  stakingRequestId: t.StringC;
3455
3509
  }>]>, t.TypeC<{
3456
- intentType: t.LiteralC<"unstake">;
3510
+ intentType: t.LiteralC<"claim">;
3511
+ }>, t.PartialC<{
3512
+ amount: t.UnionC<[t.Type<{
3513
+ value: string;
3514
+ symbol: string;
3515
+ }, {
3516
+ value: string;
3517
+ symbol: string;
3518
+ }, unknown>, t.UndefinedC]>;
3457
3519
  }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
3458
3520
  intentType: t.KeyofC<{
3459
3521
  payment: t.LiteralC<"payment">;
@@ -3486,6 +3548,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3486
3548
  deactivate: t.LiteralC<"deactivate">;
3487
3549
  customTx: t.LiteralC<"customTx">;
3488
3550
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3551
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3489
3552
  }>;
3490
3553
  }>, t.PartialC<{
3491
3554
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3582,6 +3645,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3582
3645
  deactivate: t.LiteralC<"deactivate">;
3583
3646
  customTx: t.LiteralC<"customTx">;
3584
3647
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3648
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3585
3649
  }>;
3586
3650
  }>, t.PartialC<{
3587
3651
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3629,6 +3693,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3629
3693
  deactivate: t.LiteralC<"deactivate">;
3630
3694
  customTx: t.LiteralC<"customTx">;
3631
3695
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3696
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3632
3697
  }>;
3633
3698
  }>, t.PartialC<{
3634
3699
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3686,6 +3751,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3686
3751
  deactivate: t.LiteralC<"deactivate">;
3687
3752
  customTx: t.LiteralC<"customTx">;
3688
3753
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3754
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3689
3755
  }>;
3690
3756
  }>, t.PartialC<{
3691
3757
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3731,6 +3797,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3731
3797
  deactivate: t.LiteralC<"deactivate">;
3732
3798
  customTx: t.LiteralC<"customTx">;
3733
3799
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3800
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3734
3801
  }>;
3735
3802
  }>, t.PartialC<{
3736
3803
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3770,6 +3837,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3770
3837
  deactivate: t.LiteralC<"deactivate">;
3771
3838
  customTx: t.LiteralC<"customTx">;
3772
3839
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3840
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3773
3841
  }>;
3774
3842
  }>, t.PartialC<{
3775
3843
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3811,6 +3879,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3811
3879
  deactivate: t.LiteralC<"deactivate">;
3812
3880
  customTx: t.LiteralC<"customTx">;
3813
3881
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3882
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3814
3883
  }>;
3815
3884
  }>, t.PartialC<{
3816
3885
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3859,6 +3928,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3859
3928
  deactivate: t.LiteralC<"deactivate">;
3860
3929
  customTx: t.LiteralC<"customTx">;
3861
3930
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3931
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3862
3932
  }>;
3863
3933
  }>, t.PartialC<{
3864
3934
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3907,6 +3977,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3907
3977
  deactivate: t.LiteralC<"deactivate">;
3908
3978
  customTx: t.LiteralC<"customTx">;
3909
3979
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3980
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3910
3981
  }>;
3911
3982
  }>, t.PartialC<{
3912
3983
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3950,6 +4021,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3950
4021
  deactivate: t.LiteralC<"deactivate">;
3951
4022
  customTx: t.LiteralC<"customTx">;
3952
4023
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4024
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3953
4025
  }>;
3954
4026
  }>, t.PartialC<{
3955
4027
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3989,6 +4061,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3989
4061
  deactivate: t.LiteralC<"deactivate">;
3990
4062
  customTx: t.LiteralC<"customTx">;
3991
4063
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4064
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3992
4065
  }>;
3993
4066
  }>, t.PartialC<{
3994
4067
  recipients: t.UnionC<[t.Type<({
@@ -4050,6 +4123,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4050
4123
  deactivate: t.LiteralC<"deactivate">;
4051
4124
  customTx: t.LiteralC<"customTx">;
4052
4125
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4126
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4053
4127
  }>;
4054
4128
  }>, t.PartialC<{
4055
4129
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4119,6 +4193,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4119
4193
  deactivate: t.LiteralC<"deactivate">;
4120
4194
  customTx: t.LiteralC<"customTx">;
4121
4195
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4196
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4122
4197
  }>;
4123
4198
  }>, t.PartialC<{
4124
4199
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4198,6 +4273,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4198
4273
  deactivate: t.LiteralC<"deactivate">;
4199
4274
  customTx: t.LiteralC<"customTx">;
4200
4275
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4276
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4201
4277
  }>;
4202
4278
  }>, t.PartialC<{
4203
4279
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4249,6 +4325,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4249
4325
  deactivate: t.LiteralC<"deactivate">;
4250
4326
  customTx: t.LiteralC<"customTx">;
4251
4327
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4328
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4252
4329
  }>;
4253
4330
  }>, t.PartialC<{
4254
4331
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4310,6 +4387,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4310
4387
  deactivate: t.LiteralC<"deactivate">;
4311
4388
  customTx: t.LiteralC<"customTx">;
4312
4389
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4390
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4313
4391
  }>;
4314
4392
  }>, t.PartialC<{
4315
4393
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -30,6 +30,7 @@ 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">;
33
34
  };
34
35
  export declare const IntentType: t.KeyofC<{
35
36
  payment: t.LiteralC<"payment">;
@@ -62,5 +63,6 @@ export declare const IntentType: t.KeyofC<{
62
63
  deactivate: t.LiteralC<"deactivate">;
63
64
  customTx: t.LiteralC<"customTx">;
64
65
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
66
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
65
67
  }>;
66
68
  export type IntentType = t.TypeOf<typeof IntentType>;
@@ -56,6 +56,7 @@ 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"),
59
60
  };
60
61
  exports.IntentType = t.keyof(exports.intentTypes);
61
62
  //# 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;CAClD,CAAC;AAEW,QAAA,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,mBAAW,CAAC,CAAC"}
@@ -31,6 +31,7 @@ export declare const LightningPaymentIntent: t.IntersectionC<[t.IntersectionC<[t
31
31
  deactivate: t.LiteralC<"deactivate">;
32
32
  customTx: t.LiteralC<"customTx">;
33
33
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
34
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
34
35
  }>;
35
36
  }>, t.PartialC<{
36
37
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -31,6 +31,7 @@ export declare const MmiSignMessageIntent: t.IntersectionC<[t.IntersectionC<[t.I
31
31
  deactivate: t.LiteralC<"deactivate">;
32
32
  customTx: t.LiteralC<"customTx">;
33
33
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
34
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
34
35
  }>;
35
36
  }>, t.PartialC<{
36
37
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -31,6 +31,7 @@ export declare const MmiSignTransactionIntent: t.IntersectionC<[t.IntersectionC<
31
31
  deactivate: t.LiteralC<"deactivate">;
32
32
  customTx: t.LiteralC<"customTx">;
33
33
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
34
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
34
35
  }>;
35
36
  }>, t.PartialC<{
36
37
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -31,6 +31,7 @@ export declare const NearStakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inters
31
31
  deactivate: t.LiteralC<"deactivate">;
32
32
  customTx: t.LiteralC<"customTx">;
33
33
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
34
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
34
35
  }>;
35
36
  }>, t.PartialC<{
36
37
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -31,6 +31,7 @@ export declare const NearUnstakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inte
31
31
  deactivate: t.LiteralC<"deactivate">;
32
32
  customTx: t.LiteralC<"customTx">;
33
33
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
34
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
34
35
  }>;
35
36
  }>, t.PartialC<{
36
37
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -31,6 +31,7 @@ export declare const NearWithdrawIntent: t.IntersectionC<[t.IntersectionC<[t.Int
31
31
  deactivate: t.LiteralC<"deactivate">;
32
32
  customTx: t.LiteralC<"customTx">;
33
33
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
34
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
34
35
  }>;
35
36
  }>, t.PartialC<{
36
37
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;