@bitgo/public-types 5.88.0 → 5.90.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/dist/src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.d.ts +2 -0
  2. package/dist/src/schema/transactionRequest/intents/adaStakeIntent.d.ts +2 -0
  3. package/dist/src/schema/transactionRequest/intents/adaUnstakeIntent.d.ts +2 -0
  4. package/dist/src/schema/transactionRequest/intents/adaVoteDelegationIntent.d.ts +2 -0
  5. package/dist/src/schema/transactionRequest/intents/aptStakeIntent.d.ts +2 -0
  6. package/dist/src/schema/transactionRequest/intents/aptUnstakeIntent.d.ts +2 -0
  7. package/dist/src/schema/transactionRequest/intents/aptWithdrawStakeIntent.d.ts +2 -0
  8. package/dist/src/schema/transactionRequest/intents/atomStakeIntent.d.ts +2 -0
  9. package/dist/src/schema/transactionRequest/intents/atomUnstakeIntent.d.ts +2 -0
  10. package/dist/src/schema/transactionRequest/intents/atomWithdrawIntent.d.ts +2 -0
  11. package/dist/src/schema/transactionRequest/intents/babyCreateBtcDelegationIntent.d.ts +2 -0
  12. package/dist/src/schema/transactionRequest/intents/babyWithdrawRewardIntent.d.ts +2 -0
  13. package/dist/src/schema/transactionRequest/intents/baseStakeIntent.d.ts +2 -0
  14. package/dist/src/schema/transactionRequest/intents/baseStakeIntent.js +4 -0
  15. package/dist/src/schema/transactionRequest/intents/baseStakeIntent.js.map +1 -1
  16. package/dist/src/schema/transactionRequest/intents/baseStakeIntentWithCalldata.d.ts +2 -0
  17. package/dist/src/schema/transactionRequest/intents/beraDelegateIntent.d.ts +2 -0
  18. package/dist/src/schema/transactionRequest/intents/bscDelegateIntent.d.ts +2 -0
  19. package/dist/src/schema/transactionRequest/intents/bscStakeClaimRewardsIntent.d.ts +2 -0
  20. package/dist/src/schema/transactionRequest/intents/bscUndelegateIntent.d.ts +2 -0
  21. package/dist/src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.d.ts +2 -0
  22. package/dist/src/schema/transactionRequest/intents/coredaoClaimIntent.d.ts +2 -0
  23. package/dist/src/schema/transactionRequest/intents/coredaoDelegateIntent.d.ts +2 -0
  24. package/dist/src/schema/transactionRequest/intents/coredaoUndelegateIntent.d.ts +2 -0
  25. package/dist/src/schema/transactionRequest/intents/cosmosStakeIntent.d.ts +2 -0
  26. package/dist/src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.d.ts +2 -0
  27. package/dist/src/schema/transactionRequest/intents/cosmosUnstakeIntent.d.ts +2 -0
  28. package/dist/src/schema/transactionRequest/intents/cosmosWithdrawIntent.d.ts +2 -0
  29. package/dist/src/schema/transactionRequest/intents/delegateIntent.d.ts +2 -0
  30. package/dist/src/schema/transactionRequest/intents/dotStakingIntent.d.ts +2 -0
  31. package/dist/src/schema/transactionRequest/intents/dotUnstakingIntent.d.ts +2 -0
  32. package/dist/src/schema/transactionRequest/intents/dotWithdrawStakeIntent.d.ts +2 -0
  33. package/dist/src/schema/transactionRequest/intents/ethLikeStakeIntent.d.ts +2 -0
  34. package/dist/src/schema/transactionRequest/intents/ethStakingIntent.d.ts +2 -0
  35. package/dist/src/schema/transactionRequest/intents/index.d.ts +1 -0
  36. package/dist/src/schema/transactionRequest/intents/index.js +1 -0
  37. package/dist/src/schema/transactionRequest/intents/index.js.map +1 -1
  38. package/dist/src/schema/transactionRequest/intents/intent.d.ts +124 -0
  39. package/dist/src/schema/transactionRequest/intents/irysPledgeIntent.d.ts +2 -0
  40. package/dist/src/schema/transactionRequest/intents/irysStakeIntent.d.ts +2 -0
  41. package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +2 -0
  42. package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +2 -0
  43. package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +2 -0
  44. package/dist/src/schema/transactionRequest/intents/polyxBaseIntent.d.ts +2 -0
  45. package/dist/src/schema/transactionRequest/intents/polyxStakeIntent.d.ts +2 -0
  46. package/dist/src/schema/transactionRequest/intents/polyxUnstakeIntent.d.ts +2 -0
  47. package/dist/src/schema/transactionRequest/intents/polyxWithdrawIntent.d.ts +2 -0
  48. package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +2 -0
  49. package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +4 -0
  50. package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +4 -0
  51. package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +2 -0
  52. package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +2 -0
  53. package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +2 -0
  54. package/dist/src/schema/transactionRequest/intents/stakingRequestSource.d.ts +8 -0
  55. package/dist/src/schema/transactionRequest/intents/stakingRequestSource.js +35 -0
  56. package/dist/src/schema/transactionRequest/intents/stakingRequestSource.js.map +1 -0
  57. package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +2 -0
  58. package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +2 -0
  59. package/dist/src/schema/transactionRequest/intents/taoStakeIntent.d.ts +4 -0
  60. package/dist/src/schema/transactionRequest/intents/taoStakingBaseIntent.d.ts +2 -0
  61. package/dist/src/schema/transactionRequest/intents/taoSwitchValidatorIntent.d.ts +2 -0
  62. package/dist/src/schema/transactionRequest/intents/taoTransferStakeIntent.d.ts +2 -0
  63. package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.d.ts +4 -0
  64. package/dist/src/schema/transactionRequest/intents/undelegateIntent.d.ts +2 -0
  65. package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +2 -0
  66. package/dist/src/schema/transactionRequest/intents/validatorRegistrationIntent.d.ts +2 -0
  67. package/dist/src/schema/transactionRequest/intents/vetDecreaseStakeIntent.d.ts +2 -0
  68. package/dist/src/schema/transactionRequest/intents/vetDelegateIntent.d.ts +2 -0
  69. package/dist/src/schema/transactionRequest/intents/vetIncreaseStakeIntent.d.ts +2 -0
  70. package/dist/src/schema/transactionRequest/intents/vetSignalExitIntent.d.ts +2 -0
  71. package/dist/src/schema/transactionRequest/intents/vetStakeClaimRewardsIntent.d.ts +2 -0
  72. package/dist/src/schema/transactionRequest/intents/vetStakingIntent.d.ts +2 -0
  73. package/dist/src/schema/transactionRequest/intents/vetUnstakingIntent.d.ts +4 -0
  74. package/dist/src/schema/transactionRequest/intents/vetValidatorRegistrationIntent.d.ts +2 -0
  75. package/dist/src/schema/transactionRequest/intents/vetWithdrawStakeIntent.d.ts +2 -0
  76. package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +2 -0
  77. package/dist/src/schema/transactionRequest/intents/walrusStakingIntent.d.ts +2 -0
  78. package/dist/src/schema/transactionRequest/intents/walrusUndelegateIntent.d.ts +2 -0
  79. package/dist/src/schema/transactionRequest/intents/walrusWithdrawIntent.d.ts +2 -0
  80. package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +2 -0
  81. package/dist/src/schema/transactionRequest/intents/xdcStakingIntent.d.ts +4 -0
  82. package/dist/src/schema/transactionRequest/intents/xdcUnstakingIntent.d.ts +4 -0
  83. package/dist/src/schema/transactionRequest/transactionRequest.d.ts +248 -0
  84. package/dist/src/schema/webhook/webhookType.d.ts +4 -2
  85. package/dist/src/schema/webhook/webhookType.js +2 -0
  86. package/dist/src/schema/webhook/webhookType.js.map +1 -1
  87. package/package.json +1 -1
  88. package/src/schema/transactionRequest/intents/baseStakeIntent.ts +4 -0
  89. package/src/schema/transactionRequest/intents/index.ts +1 -0
  90. package/src/schema/transactionRequest/intents/stakingRequestSource.ts +15 -0
  91. package/src/schema/webhook/webhookType.ts +6 -0
@@ -203,6 +203,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
203
203
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
204
204
  }>]>, t.TypeC<{
205
205
  stakingRequestId: t.StringC;
206
+ }>, t.PartialC<{
207
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
206
208
  }>]>, t.TypeC<{
207
209
  amount: t.TypeC<{
208
210
  value: t.StringC;
@@ -270,6 +272,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
270
272
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
271
273
  }>]>, t.TypeC<{
272
274
  stakingRequestId: t.StringC;
275
+ }>, t.PartialC<{
276
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
273
277
  }>]>, t.TypeC<{
274
278
  intentType: t.LiteralC<"stake">;
275
279
  }>]>, t.TypeC<{
@@ -343,6 +347,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
343
347
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
344
348
  }>]>, t.TypeC<{
345
349
  stakingRequestId: t.StringC;
350
+ }>, t.PartialC<{
351
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
346
352
  }>]>, t.TypeC<{
347
353
  intentType: t.LiteralC<"unstake">;
348
354
  }>]>, t.TypeC<{
@@ -415,6 +421,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
415
421
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
416
422
  }>]>, t.TypeC<{
417
423
  stakingRequestId: t.StringC;
424
+ }>, t.PartialC<{
425
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
418
426
  }>]>, t.TypeC<{
419
427
  intentType: t.LiteralC<"voteDelegation">;
420
428
  }>]>, t.TypeC<{
@@ -638,6 +646,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
638
646
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
639
647
  }>]>, t.TypeC<{
640
648
  stakingRequestId: t.StringC;
649
+ }>, t.PartialC<{
650
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
641
651
  }>]>, t.TypeC<{
642
652
  intentType: t.LiteralC<"stake">;
643
653
  }>]>, t.TypeC<{
@@ -735,6 +745,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
735
745
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
736
746
  }>]>, t.TypeC<{
737
747
  stakingRequestId: t.StringC;
748
+ }>, t.PartialC<{
749
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
738
750
  }>]>, t.TypeC<{
739
751
  intentType: t.LiteralC<"unstake">;
740
752
  }>]>, t.TypeC<{
@@ -832,6 +844,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
832
844
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
833
845
  }>]>, t.TypeC<{
834
846
  stakingRequestId: t.StringC;
847
+ }>, t.PartialC<{
848
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
835
849
  }>]>, t.TypeC<{
836
850
  intentType: t.LiteralC<"claim">;
837
851
  }>, t.PartialC<{
@@ -909,6 +923,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
909
923
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
910
924
  }>]>, t.TypeC<{
911
925
  stakingRequestId: t.StringC;
926
+ }>, t.PartialC<{
927
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
912
928
  }>]>, t.TypeC<{
913
929
  intentType: t.LiteralC<"createBtcDelegation">;
914
930
  createBtcDelegationBytes: t.StringC;
@@ -972,6 +988,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
972
988
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
973
989
  }>]>, t.TypeC<{
974
990
  stakingRequestId: t.StringC;
991
+ }>, t.PartialC<{
992
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
975
993
  }>]>, t.TypeC<{
976
994
  intentType: t.LiteralC<"stakeClaimRewards">;
977
995
  type: t.StringC;
@@ -1035,6 +1053,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1035
1053
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
1036
1054
  }>]>, t.TypeC<{
1037
1055
  stakingRequestId: t.StringC;
1056
+ }>, t.PartialC<{
1057
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
1038
1058
  }>]>, t.TypeC<{
1039
1059
  amount: t.TypeC<{
1040
1060
  value: t.StringC;
@@ -1106,6 +1126,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1106
1126
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
1107
1127
  }>]>, t.TypeC<{
1108
1128
  stakingRequestId: t.StringC;
1129
+ }>, t.PartialC<{
1130
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
1109
1131
  }>]>, t.TypeC<{
1110
1132
  amount: t.TypeC<{
1111
1133
  value: t.StringC;
@@ -1176,6 +1198,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1176
1198
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
1177
1199
  }>]>, t.TypeC<{
1178
1200
  stakingRequestId: t.StringC;
1201
+ }>, t.PartialC<{
1202
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
1179
1203
  }>]>, t.TypeC<{
1180
1204
  intentType: t.LiteralC<"claim">;
1181
1205
  }>, t.PartialC<{
@@ -1674,6 +1698,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1674
1698
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
1675
1699
  }>]>, t.TypeC<{
1676
1700
  stakingRequestId: t.StringC;
1701
+ }>, t.PartialC<{
1702
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
1677
1703
  }>]>, t.TypeC<{
1678
1704
  amount: t.TypeC<{
1679
1705
  value: t.StringC;
@@ -1770,6 +1796,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1770
1796
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
1771
1797
  }>]>, t.TypeC<{
1772
1798
  stakingRequestId: t.StringC;
1799
+ }>, t.PartialC<{
1800
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
1773
1801
  }>]>, t.TypeC<{
1774
1802
  amount: t.TypeC<{
1775
1803
  value: t.StringC;
@@ -1839,6 +1867,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1839
1867
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
1840
1868
  }>]>, t.TypeC<{
1841
1869
  stakingRequestId: t.StringC;
1870
+ }>, t.PartialC<{
1871
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
1842
1872
  }>]>, t.TypeC<{
1843
1873
  amount: t.TypeC<{
1844
1874
  value: t.StringC;
@@ -1935,6 +1965,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1935
1965
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
1936
1966
  }>]>, t.TypeC<{
1937
1967
  stakingRequestId: t.StringC;
1968
+ }>, t.PartialC<{
1969
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
1938
1970
  }>]>, t.TypeC<{
1939
1971
  intentType: t.LiteralC<"claim">;
1940
1972
  }>, t.PartialC<{
@@ -2407,6 +2439,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2407
2439
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
2408
2440
  }>]>, t.TypeC<{
2409
2441
  stakingRequestId: t.StringC;
2442
+ }>, t.PartialC<{
2443
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
2410
2444
  }>]>, t.TypeC<{
2411
2445
  intentType: t.LiteralC<"stake">;
2412
2446
  }>]>, t.IntersectionC<[t.PartialC<{
@@ -2495,6 +2529,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2495
2529
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
2496
2530
  }>]>, t.TypeC<{
2497
2531
  stakingRequestId: t.StringC;
2532
+ }>, t.PartialC<{
2533
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
2498
2534
  }>]>, t.TypeC<{
2499
2535
  intentType: t.LiteralC<"unstake">;
2500
2536
  }>]>, t.IntersectionC<[t.PartialC<{
@@ -2582,6 +2618,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2582
2618
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
2583
2619
  }>]>, t.TypeC<{
2584
2620
  stakingRequestId: t.StringC;
2621
+ }>, t.PartialC<{
2622
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
2585
2623
  }>]>, t.TypeC<{
2586
2624
  intentType: t.LiteralC<"claim">;
2587
2625
  }>, t.PartialC<{
@@ -3180,6 +3218,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3180
3218
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
3181
3219
  }>]>, t.TypeC<{
3182
3220
  stakingRequestId: t.StringC;
3221
+ }>, t.PartialC<{
3222
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
3183
3223
  }>]>, t.TypeC<{
3184
3224
  intentType: t.LiteralC<"stake">;
3185
3225
  }>]>, t.IntersectionC<[t.PartialC<{
@@ -3728,6 +3768,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3728
3768
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
3729
3769
  }>]>, t.TypeC<{
3730
3770
  stakingRequestId: t.StringC;
3771
+ }>, t.PartialC<{
3772
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
3731
3773
  }>]>, t.TypeC<{
3732
3774
  intentType: t.LiteralC<"pledge">;
3733
3775
  commitmentParams: t.IntersectionC<[t.TypeC<{
@@ -3798,6 +3840,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3798
3840
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
3799
3841
  }>]>, t.TypeC<{
3800
3842
  stakingRequestId: t.StringC;
3843
+ }>, t.PartialC<{
3844
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
3801
3845
  }>]>, t.TypeC<{
3802
3846
  intentType: t.LiteralC<"stake">;
3803
3847
  }>]>, t.TypeC<{
@@ -4153,6 +4197,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4153
4197
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
4154
4198
  }>]>, t.TypeC<{
4155
4199
  stakingRequestId: t.StringC;
4200
+ }>, t.PartialC<{
4201
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
4156
4202
  }>]>, t.TypeC<{
4157
4203
  intentType: t.LiteralC<"stake">;
4158
4204
  }>]>, t.TypeC<{
@@ -4232,6 +4278,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4232
4278
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
4233
4279
  }>]>, t.TypeC<{
4234
4280
  stakingRequestId: t.StringC;
4281
+ }>, t.PartialC<{
4282
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
4235
4283
  }>]>, t.TypeC<{
4236
4284
  intentType: t.LiteralC<"unstake">;
4237
4285
  }>]>, t.TypeC<{
@@ -4311,6 +4359,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4311
4359
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
4312
4360
  }>]>, t.TypeC<{
4313
4361
  stakingRequestId: t.StringC;
4362
+ }>, t.PartialC<{
4363
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
4314
4364
  }>]>, t.TypeC<{
4315
4365
  intentType: t.LiteralC<"claim">;
4316
4366
  }>, t.PartialC<{
@@ -4592,6 +4642,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4592
4642
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
4593
4643
  }>]>, t.TypeC<{
4594
4644
  stakingRequestId: t.StringC;
4645
+ }>, t.PartialC<{
4646
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
4595
4647
  }>]>, t.IntersectionC<[t.PartialC<{
4596
4648
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
4597
4649
  }>, t.PartialC<{
@@ -4689,6 +4741,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4689
4741
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
4690
4742
  }>]>, t.TypeC<{
4691
4743
  stakingRequestId: t.StringC;
4744
+ }>, t.PartialC<{
4745
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
4692
4746
  }>]>, t.IntersectionC<[t.PartialC<{
4693
4747
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
4694
4748
  }>, t.PartialC<{
@@ -4786,6 +4840,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4786
4840
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
4787
4841
  }>]>, t.TypeC<{
4788
4842
  stakingRequestId: t.StringC;
4843
+ }>, t.PartialC<{
4844
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
4789
4845
  }>]>, t.IntersectionC<[t.PartialC<{
4790
4846
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
4791
4847
  }>, t.PartialC<{
@@ -4953,6 +5009,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4953
5009
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
4954
5010
  }>]>, t.TypeC<{
4955
5011
  stakingRequestId: t.StringC;
5012
+ }>, t.PartialC<{
5013
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
4956
5014
  }>]>, t.TypeC<{
4957
5015
  intentType: t.LiteralC<"claim">;
4958
5016
  }>, t.PartialC<{
@@ -5601,6 +5659,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5601
5659
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
5602
5660
  }>]>, t.TypeC<{
5603
5661
  stakingRequestId: t.StringC;
5662
+ }>, t.PartialC<{
5663
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
5604
5664
  }>]>, t.TypeC<{
5605
5665
  intentType: t.LiteralC<"stake">;
5606
5666
  }>]>, t.IntersectionC<[t.PartialC<{
@@ -5676,6 +5736,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5676
5736
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
5677
5737
  }>]>, t.TypeC<{
5678
5738
  stakingRequestId: t.StringC;
5739
+ }>, t.PartialC<{
5740
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
5679
5741
  }>]>, t.TypeC<{
5680
5742
  intentType: t.LiteralC<"unstake">;
5681
5743
  }>]>, t.IntersectionC<[t.PartialC<{
@@ -6561,6 +6623,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6561
6623
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
6562
6624
  }>]>, t.TypeC<{
6563
6625
  stakingRequestId: t.StringC;
6626
+ }>, t.PartialC<{
6627
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
6564
6628
  }>]>, t.TypeC<{
6565
6629
  intentType: t.LiteralC<"stake">;
6566
6630
  }>]>, t.PartialC<{
@@ -6659,6 +6723,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6659
6723
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
6660
6724
  }>]>, t.TypeC<{
6661
6725
  stakingRequestId: t.StringC;
6726
+ }>, t.PartialC<{
6727
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
6662
6728
  }>]>, t.TypeC<{
6663
6729
  intentType: t.LiteralC<"claim">;
6664
6730
  }>, t.PartialC<{
@@ -6739,6 +6805,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6739
6805
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
6740
6806
  }>]>, t.TypeC<{
6741
6807
  stakingRequestId: t.StringC;
6808
+ }>, t.PartialC<{
6809
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
6742
6810
  }>]>, t.TypeC<{
6743
6811
  intentType: t.LiteralC<"stake">;
6744
6812
  }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
@@ -6801,6 +6869,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6801
6869
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
6802
6870
  }>]>, t.TypeC<{
6803
6871
  stakingRequestId: t.StringC;
6872
+ }>, t.PartialC<{
6873
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
6804
6874
  }>]>, t.IntersectionC<[t.PartialC<{
6805
6875
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
6806
6876
  }>, t.PartialC<{
@@ -6882,6 +6952,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6882
6952
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
6883
6953
  }>]>, t.TypeC<{
6884
6954
  stakingRequestId: t.StringC;
6955
+ }>, t.PartialC<{
6956
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
6885
6957
  }>]>, t.IntersectionC<[t.PartialC<{
6886
6958
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
6887
6959
  }>, t.PartialC<{
@@ -6965,6 +7037,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6965
7037
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
6966
7038
  }>]>, t.TypeC<{
6967
7039
  stakingRequestId: t.StringC;
7040
+ }>, t.PartialC<{
7041
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
6968
7042
  }>]>, t.IntersectionC<[t.PartialC<{
6969
7043
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
6970
7044
  }>, t.PartialC<{
@@ -7049,6 +7123,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7049
7123
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
7050
7124
  }>]>, t.TypeC<{
7051
7125
  stakingRequestId: t.StringC;
7126
+ }>, t.PartialC<{
7127
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
7052
7128
  }>]>, t.TypeC<{
7053
7129
  intentType: t.LiteralC<"claim">;
7054
7130
  }>, t.PartialC<{
@@ -7119,6 +7195,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7119
7195
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
7120
7196
  }>]>, t.TypeC<{
7121
7197
  stakingRequestId: t.StringC;
7198
+ }>, t.PartialC<{
7199
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
7122
7200
  }>]>, t.IntersectionC<[t.PartialC<{
7123
7201
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
7124
7202
  }>, t.PartialC<{
@@ -7944,6 +8022,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7944
8022
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
7945
8023
  }>]>, t.TypeC<{
7946
8024
  stakingRequestId: t.StringC;
8025
+ }>, t.PartialC<{
8026
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
7947
8027
  }>]>, t.TypeC<{
7948
8028
  intentType: t.LiteralC<"stake">;
7949
8029
  }>]>, t.TypeC<{
@@ -8014,6 +8094,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8014
8094
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
8015
8095
  }>]>, t.TypeC<{
8016
8096
  stakingRequestId: t.StringC;
8097
+ }>, t.PartialC<{
8098
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
8017
8099
  }>]>, t.TypeC<{
8018
8100
  intentType: t.LiteralC<"delegate">;
8019
8101
  }>]>, t.TypeC<{
@@ -8080,6 +8162,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8080
8162
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
8081
8163
  }>]>, t.TypeC<{
8082
8164
  stakingRequestId: t.StringC;
8165
+ }>, t.PartialC<{
8166
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
8083
8167
  }>]>, t.TypeC<{
8084
8168
  intentType: t.LiteralC<"undelegate">;
8085
8169
  }>]>, t.TypeC<{
@@ -8145,6 +8229,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8145
8229
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
8146
8230
  }>]>, t.TypeC<{
8147
8231
  stakingRequestId: t.StringC;
8232
+ }>, t.PartialC<{
8233
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
8148
8234
  }>]>, t.TypeC<{
8149
8235
  intentType: t.LiteralC<"unstake">;
8150
8236
  }>]>, t.TypeC<{
@@ -8210,6 +8296,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8210
8296
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
8211
8297
  }>]>, t.TypeC<{
8212
8298
  stakingRequestId: t.StringC;
8299
+ }>, t.PartialC<{
8300
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
8213
8301
  }>]>, t.TypeC<{
8214
8302
  amount: t.TypeC<{
8215
8303
  value: t.StringC;
@@ -8280,6 +8368,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8280
8368
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
8281
8369
  }>]>, t.TypeC<{
8282
8370
  stakingRequestId: t.StringC;
8371
+ }>, t.PartialC<{
8372
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
8283
8373
  }>]>, t.TypeC<{
8284
8374
  intentType: t.LiteralC<"validatorRegistration">;
8285
8375
  }>]>, t.TypeC<{
@@ -8351,6 +8441,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8351
8441
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
8352
8442
  }>]>, t.TypeC<{
8353
8443
  stakingRequestId: t.StringC;
8444
+ }>, t.PartialC<{
8445
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
8354
8446
  }>]>, t.TypeC<{
8355
8447
  amount: t.TypeC<{
8356
8448
  value: t.StringC;
@@ -8420,6 +8512,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8420
8512
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
8421
8513
  }>]>, t.TypeC<{
8422
8514
  stakingRequestId: t.StringC;
8515
+ }>, t.PartialC<{
8516
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
8423
8517
  }>]>, t.TypeC<{
8424
8518
  amount: t.TypeC<{
8425
8519
  value: t.StringC;
@@ -8489,6 +8583,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8489
8583
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
8490
8584
  }>]>, t.TypeC<{
8491
8585
  stakingRequestId: t.StringC;
8586
+ }>, t.PartialC<{
8587
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
8492
8588
  }>]>, t.TypeC<{
8493
8589
  intentType: t.LiteralC<"signalExit">;
8494
8590
  validatorAddress: import("io-ts-types").NonEmptyStringC;
@@ -8553,6 +8649,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8553
8649
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
8554
8650
  }>]>, t.TypeC<{
8555
8651
  stakingRequestId: t.StringC;
8652
+ }>, t.PartialC<{
8653
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
8556
8654
  }>]>, t.TypeC<{
8557
8655
  intentType: t.LiteralC<"withdrawStake">;
8558
8656
  validatorAddress: import("io-ts-types").NonEmptyStringC;
@@ -8677,6 +8775,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8677
8775
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
8678
8776
  }>]>, t.TypeC<{
8679
8777
  stakingRequestId: t.StringC;
8778
+ }>, t.PartialC<{
8779
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
8680
8780
  }>]>, t.TypeC<{
8681
8781
  calldata: t.StringC;
8682
8782
  }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
@@ -8739,6 +8839,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8739
8839
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
8740
8840
  }>]>, t.TypeC<{
8741
8841
  stakingRequestId: t.StringC;
8842
+ }>, t.PartialC<{
8843
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
8742
8844
  }>]>, t.TypeC<{
8743
8845
  calldata: t.StringC;
8744
8846
  }>]>, t.TypeC<{
@@ -8809,6 +8911,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8809
8911
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
8810
8912
  }>]>, t.TypeC<{
8811
8913
  stakingRequestId: t.StringC;
8914
+ }>, t.PartialC<{
8915
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
8812
8916
  }>]>, t.TypeC<{
8813
8917
  calldata: t.StringC;
8814
8918
  }>]>, t.TypeC<{
@@ -8879,6 +8983,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8879
8983
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
8880
8984
  }>]>, t.TypeC<{
8881
8985
  stakingRequestId: t.StringC;
8986
+ }>, t.PartialC<{
8987
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
8882
8988
  }>]>, t.TypeC<{
8883
8989
  calldata: t.StringC;
8884
8990
  }>]>, t.TypeC<{
@@ -8943,6 +9049,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8943
9049
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
8944
9050
  }>]>, t.TypeC<{
8945
9051
  stakingRequestId: t.StringC;
9052
+ }>, t.PartialC<{
9053
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
8946
9054
  }>]>, t.TypeC<{
8947
9055
  intentType: t.KeyofC<{
8948
9056
  payment: t.LiteralC<"payment">;
@@ -9085,6 +9193,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9085
9193
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
9086
9194
  }>]>, t.TypeC<{
9087
9195
  stakingRequestId: t.StringC;
9196
+ }>, t.PartialC<{
9197
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
9088
9198
  }>]>, t.TypeC<{
9089
9199
  intentType: t.LiteralC<"delegate">;
9090
9200
  }>, t.PartialC<{
@@ -9175,6 +9285,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9175
9285
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
9176
9286
  }>]>, t.TypeC<{
9177
9287
  stakingRequestId: t.StringC;
9288
+ }>, t.PartialC<{
9289
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
9178
9290
  }>]>, t.TypeC<{
9179
9291
  intentType: t.LiteralC<"stake">;
9180
9292
  }>]>, t.PartialC<{
@@ -9275,6 +9387,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9275
9387
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
9276
9388
  }>]>, t.TypeC<{
9277
9389
  stakingRequestId: t.StringC;
9390
+ }>, t.PartialC<{
9391
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
9278
9392
  }>]>, t.TypeC<{
9279
9393
  intentType: t.LiteralC<"undelegate">;
9280
9394
  stakedSuiObjectId: t.StringC;
@@ -9347,6 +9461,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9347
9461
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
9348
9462
  }>]>, t.TypeC<{
9349
9463
  stakingRequestId: t.StringC;
9464
+ }>, t.PartialC<{
9465
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
9350
9466
  }>]>, t.TypeC<{
9351
9467
  intentType: t.LiteralC<"claim">;
9352
9468
  }>, t.PartialC<{
@@ -9429,6 +9545,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9429
9545
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
9430
9546
  }>]>, t.TypeC<{
9431
9547
  stakingRequestId: t.StringC;
9548
+ }>, t.PartialC<{
9549
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
9432
9550
  }>]>, t.TypeC<{
9433
9551
  intentType: t.LiteralC<"contractCall">;
9434
9552
  ipfsHash: import("io-ts-types").NonEmptyStringC;
@@ -9493,6 +9611,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9493
9611
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
9494
9612
  }>]>, t.TypeC<{
9495
9613
  stakingRequestId: t.StringC;
9614
+ }>, t.PartialC<{
9615
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
9496
9616
  }>]>, t.TypeC<{
9497
9617
  intentType: t.LiteralC<"validatorRegistration">;
9498
9618
  }>]>, t.TypeC<{
@@ -9563,6 +9683,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9563
9683
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
9564
9684
  }>]>, t.TypeC<{
9565
9685
  stakingRequestId: t.StringC;
9686
+ }>, t.PartialC<{
9687
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
9566
9688
  }>]>, t.TypeC<{
9567
9689
  intentType: t.LiteralC<"undelegate">;
9568
9690
  candidateAddress: import("io-ts-types").NonEmptyStringC;
@@ -9627,6 +9749,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9627
9749
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
9628
9750
  }>]>, t.TypeC<{
9629
9751
  stakingRequestId: t.StringC;
9752
+ }>, t.PartialC<{
9753
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
9630
9754
  }>]>, t.TypeC<{
9631
9755
  amount: t.TypeC<{
9632
9756
  value: t.StringC;
@@ -68,6 +68,8 @@ export declare const IrysPledgeIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
68
68
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
69
69
  }>]>, t.TypeC<{
70
70
  stakingRequestId: t.StringC;
71
+ }>, t.PartialC<{
72
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
71
73
  }>]>, t.TypeC<{
72
74
  intentType: t.LiteralC<"pledge">;
73
75
  commitmentParams: t.IntersectionC<[t.TypeC<{
@@ -66,6 +66,8 @@ export declare const IrysStakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inters
66
66
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
67
67
  }>]>, t.TypeC<{
68
68
  stakingRequestId: t.StringC;
69
+ }>, t.PartialC<{
70
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
69
71
  }>]>, t.TypeC<{
70
72
  intentType: t.LiteralC<"stake">;
71
73
  }>]>, t.TypeC<{
@@ -59,6 +59,8 @@ export declare const NearStakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inters
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  intentType: t.LiteralC<"stake">;
64
66
  }>]>, t.TypeC<{
@@ -59,6 +59,8 @@ export declare const NearUnstakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inte
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  intentType: t.LiteralC<"unstake">;
64
66
  }>]>, t.TypeC<{
@@ -59,6 +59,8 @@ export declare const NearWithdrawIntent: t.IntersectionC<[t.IntersectionC<[t.Int
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  intentType: t.LiteralC<"claim">;
64
66
  }>, t.PartialC<{
@@ -59,6 +59,8 @@ export declare const PolyxBaseIntent: t.IntersectionC<[t.IntersectionC<[t.Inters
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.IntersectionC<[t.PartialC<{
63
65
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
64
66
  }>, t.PartialC<{
@@ -59,6 +59,8 @@ export declare const PolyxStakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.IntersectionC<[t.PartialC<{
63
65
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
64
66
  }>, t.PartialC<{
@@ -59,6 +59,8 @@ export declare const PolyxUnstakeIntent: t.IntersectionC<[t.IntersectionC<[t.Int
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.IntersectionC<[t.PartialC<{
63
65
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
64
66
  }>, t.PartialC<{
@@ -59,6 +59,8 @@ export declare const PolyxWithdrawIntent: t.IntersectionC<[t.IntersectionC<[t.In
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.IntersectionC<[t.PartialC<{
63
65
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
64
66
  }>, t.PartialC<{
@@ -59,6 +59,8 @@ export declare const SolClaimIntent: t.IntersectionC<[t.IntersectionC<[t.Interse
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  intentType: t.LiteralC<"claim">;
64
66
  }>, t.PartialC<{
@@ -59,6 +59,8 @@ export declare const SolStakeIntent: t.IntersectionC<[t.IntersectionC<[t.Interse
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  intentType: t.LiteralC<"stake">;
64
66
  }>]>, t.IntersectionC<[t.PartialC<{
@@ -136,6 +138,8 @@ export declare const SolJitoStakeIntent: t.IntersectionC<[t.IntersectionC<[t.Int
136
138
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
137
139
  }>]>, t.TypeC<{
138
140
  stakingRequestId: t.StringC;
141
+ }>, t.PartialC<{
142
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
139
143
  }>]>, t.TypeC<{
140
144
  intentType: t.LiteralC<"stake">;
141
145
  }>]>, t.IntersectionC<[t.PartialC<{