@bitgo/public-types 4.18.2 → 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 (93) 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 +70 -0
  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 +2 -0
  81. package/dist/src/schema/transactionRequest/intents/tonDelegateIntent.d.ts +1 -0
  82. package/dist/src/schema/transactionRequest/intents/tonPaymentIntent.d.ts +1 -0
  83. package/dist/src/schema/transactionRequest/intents/tonUndelegateIntent.d.ts +1 -0
  84. package/dist/src/schema/transactionRequest/intents/transferTokenIntent.d.ts +1 -0
  85. package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +1 -0
  86. package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +1 -0
  87. package/dist/src/schema/transactionRequest/intents/walletRecoveryIntent.d.ts +1 -0
  88. package/dist/src/schema/transactionRequest/intents/walrusStakingIntent.d.ts +1 -0
  89. package/dist/src/schema/transactionRequest/intents/walrusUndelegateIntent.d.ts +1 -0
  90. package/dist/src/schema/transactionRequest/intents/walrusWithdrawIntent.d.ts +1 -0
  91. package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +1 -0
  92. package/package.json +1 -1
  93. package/src/schema/transactionRequest/intents/intentType.ts +1 -0
@@ -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]>;
@@ -3494,6 +3548,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3494
3548
  deactivate: t.LiteralC<"deactivate">;
3495
3549
  customTx: t.LiteralC<"customTx">;
3496
3550
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3551
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3497
3552
  }>;
3498
3553
  }>, t.PartialC<{
3499
3554
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3590,6 +3645,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3590
3645
  deactivate: t.LiteralC<"deactivate">;
3591
3646
  customTx: t.LiteralC<"customTx">;
3592
3647
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3648
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3593
3649
  }>;
3594
3650
  }>, t.PartialC<{
3595
3651
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3637,6 +3693,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3637
3693
  deactivate: t.LiteralC<"deactivate">;
3638
3694
  customTx: t.LiteralC<"customTx">;
3639
3695
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3696
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3640
3697
  }>;
3641
3698
  }>, t.PartialC<{
3642
3699
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3694,6 +3751,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3694
3751
  deactivate: t.LiteralC<"deactivate">;
3695
3752
  customTx: t.LiteralC<"customTx">;
3696
3753
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3754
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3697
3755
  }>;
3698
3756
  }>, t.PartialC<{
3699
3757
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3739,6 +3797,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3739
3797
  deactivate: t.LiteralC<"deactivate">;
3740
3798
  customTx: t.LiteralC<"customTx">;
3741
3799
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3800
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3742
3801
  }>;
3743
3802
  }>, t.PartialC<{
3744
3803
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3778,6 +3837,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3778
3837
  deactivate: t.LiteralC<"deactivate">;
3779
3838
  customTx: t.LiteralC<"customTx">;
3780
3839
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3840
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3781
3841
  }>;
3782
3842
  }>, t.PartialC<{
3783
3843
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3819,6 +3879,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3819
3879
  deactivate: t.LiteralC<"deactivate">;
3820
3880
  customTx: t.LiteralC<"customTx">;
3821
3881
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3882
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3822
3883
  }>;
3823
3884
  }>, t.PartialC<{
3824
3885
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3867,6 +3928,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3867
3928
  deactivate: t.LiteralC<"deactivate">;
3868
3929
  customTx: t.LiteralC<"customTx">;
3869
3930
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3931
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3870
3932
  }>;
3871
3933
  }>, t.PartialC<{
3872
3934
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3915,6 +3977,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3915
3977
  deactivate: t.LiteralC<"deactivate">;
3916
3978
  customTx: t.LiteralC<"customTx">;
3917
3979
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3980
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3918
3981
  }>;
3919
3982
  }>, t.PartialC<{
3920
3983
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3958,6 +4021,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3958
4021
  deactivate: t.LiteralC<"deactivate">;
3959
4022
  customTx: t.LiteralC<"customTx">;
3960
4023
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4024
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3961
4025
  }>;
3962
4026
  }>, t.PartialC<{
3963
4027
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3997,6 +4061,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3997
4061
  deactivate: t.LiteralC<"deactivate">;
3998
4062
  customTx: t.LiteralC<"customTx">;
3999
4063
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4064
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4000
4065
  }>;
4001
4066
  }>, t.PartialC<{
4002
4067
  recipients: t.UnionC<[t.Type<({
@@ -4058,6 +4123,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4058
4123
  deactivate: t.LiteralC<"deactivate">;
4059
4124
  customTx: t.LiteralC<"customTx">;
4060
4125
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4126
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4061
4127
  }>;
4062
4128
  }>, t.PartialC<{
4063
4129
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4127,6 +4193,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4127
4193
  deactivate: t.LiteralC<"deactivate">;
4128
4194
  customTx: t.LiteralC<"customTx">;
4129
4195
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4196
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4130
4197
  }>;
4131
4198
  }>, t.PartialC<{
4132
4199
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4206,6 +4273,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4206
4273
  deactivate: t.LiteralC<"deactivate">;
4207
4274
  customTx: t.LiteralC<"customTx">;
4208
4275
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4276
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4209
4277
  }>;
4210
4278
  }>, t.PartialC<{
4211
4279
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4257,6 +4325,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4257
4325
  deactivate: t.LiteralC<"deactivate">;
4258
4326
  customTx: t.LiteralC<"customTx">;
4259
4327
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4328
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4260
4329
  }>;
4261
4330
  }>, t.PartialC<{
4262
4331
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4318,6 +4387,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4318
4387
  deactivate: t.LiteralC<"deactivate">;
4319
4388
  customTx: t.LiteralC<"customTx">;
4320
4389
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4390
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4321
4391
  }>;
4322
4392
  }>, t.PartialC<{
4323
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]>;
@@ -31,6 +31,7 @@ export declare const PaymentIntent: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
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 SignMessageIntent: t.IntersectionC<[t.IntersectionC<[t.Type
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]>;