@bitgo/public-types 5.89.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 (87) 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/package.json +1 -1
  85. package/src/schema/transactionRequest/intents/baseStakeIntent.ts +4 -0
  86. package/src/schema/transactionRequest/intents/index.ts +1 -0
  87. package/src/schema/transactionRequest/intents/stakingRequestSource.ts +15 -0
@@ -59,6 +59,8 @@ export declare const SolUnstakeIntent: 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.TypeC<{
63
65
  intentType: t.LiteralC<"unstake">;
64
66
  }>]>, t.IntersectionC<[t.PartialC<{
@@ -173,6 +175,8 @@ export declare const SolJitoUnstakeIntent: t.IntersectionC<[t.IntersectionC<[t.I
173
175
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
174
176
  }>]>, t.TypeC<{
175
177
  stakingRequestId: t.StringC;
178
+ }>, t.PartialC<{
179
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
176
180
  }>]>, t.TypeC<{
177
181
  intentType: t.LiteralC<"unstake">;
178
182
  }>]>, t.IntersectionC<[t.PartialC<{
@@ -59,6 +59,8 @@ export declare const StakeClaimRewardsIntent: t.IntersectionC<[t.IntersectionC<[
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
  amount: t.TypeC<{
64
66
  value: t.StringC;
@@ -59,6 +59,8 @@ export declare const StakeIntent: t.IntersectionC<[t.IntersectionC<[t.Intersecti
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
  }>]>;
@@ -59,6 +59,8 @@ export declare const StakeSwitchValidatorIntent: t.IntersectionC<[t.Intersection
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
  amount: t.TypeC<{
64
66
  value: t.StringC;
@@ -0,0 +1,8 @@
1
+ import * as t from "io-ts";
2
+ export declare enum StakingRequestSourceEnum {
3
+ MANUAL = "MANUAL",
4
+ AUTO_STAKE = "AUTO_STAKE",
5
+ EXTERNAL = "EXTERNAL"
6
+ }
7
+ export declare const StakingRequestSource: t.KeyofC<typeof StakingRequestSourceEnum>;
8
+ export type StakingRequestSource = t.TypeOf<typeof StakingRequestSource>;
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.StakingRequestSource = exports.StakingRequestSourceEnum = void 0;
27
+ const t = __importStar(require("io-ts"));
28
+ var StakingRequestSourceEnum;
29
+ (function (StakingRequestSourceEnum) {
30
+ StakingRequestSourceEnum["MANUAL"] = "MANUAL";
31
+ StakingRequestSourceEnum["AUTO_STAKE"] = "AUTO_STAKE";
32
+ StakingRequestSourceEnum["EXTERNAL"] = "EXTERNAL";
33
+ })(StakingRequestSourceEnum || (exports.StakingRequestSourceEnum = StakingRequestSourceEnum = {}));
34
+ exports.StakingRequestSource = t.keyof(StakingRequestSourceEnum);
35
+ //# sourceMappingURL=stakingRequestSource.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stakingRequestSource.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/stakingRequestSource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAM3B,IAAY,wBAIX;AAJD,WAAY,wBAAwB;IAClC,6CAAiB,CAAA;IACjB,qDAAyB,CAAA;IACzB,iDAAqB,CAAA;AACvB,CAAC,EAJW,wBAAwB,wCAAxB,wBAAwB,QAInC;AAEY,QAAA,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,CAAC"}
@@ -59,6 +59,8 @@ export declare const SuiStakingIntent: 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.TypeC<{
63
65
  intentType: t.LiteralC<"stake">;
64
66
  }>]>, t.PartialC<{
@@ -59,6 +59,8 @@ export declare const SuiUnstakingIntent: 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 TaoStakeIntent: 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.IntersectionC<[t.IntersectionC<[t.TypeC<{
@@ -121,6 +123,8 @@ export declare const TaoStakeIntent: t.IntersectionC<[t.IntersectionC<[t.Interse
121
123
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
122
124
  }>]>, t.TypeC<{
123
125
  stakingRequestId: t.StringC;
126
+ }>, t.PartialC<{
127
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
124
128
  }>]>, t.IntersectionC<[t.PartialC<{
125
129
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
126
130
  }>, t.PartialC<{
@@ -59,6 +59,8 @@ export declare const TaoStakingBaseIntent: t.IntersectionC<[t.IntersectionC<[t.I
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 TaoSwitchValidatorIntent: t.IntersectionC<[t.IntersectionC<
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 TaoTransferStakeIntent: t.IntersectionC<[t.IntersectionC<[t
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 TaoUnstakeIntent: 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.TypeC<{
63
65
  intentType: t.LiteralC<"claim">;
64
66
  }>, t.PartialC<{
@@ -129,6 +131,8 @@ export declare const TaoUnstakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
129
131
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
130
132
  }>]>, t.TypeC<{
131
133
  stakingRequestId: t.StringC;
134
+ }>, t.PartialC<{
135
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
132
136
  }>]>, t.IntersectionC<[t.PartialC<{
133
137
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
134
138
  }>, t.PartialC<{
@@ -59,6 +59,8 @@ export declare const UndelegateIntent: 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.TypeC<{
63
65
  intentType: t.LiteralC<"undelegate">;
64
66
  }>]>;
@@ -59,6 +59,8 @@ export declare const UnstakeIntent: t.IntersectionC<[t.IntersectionC<[t.Intersec
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
  }>]>;
@@ -59,6 +59,8 @@ export declare const ValidatorRegistrationIntent: t.IntersectionC<[t.Intersectio
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<"validatorRegistration">;
64
66
  }>]>;
@@ -59,6 +59,8 @@ export declare const VetDecreaseStakeIntent: t.IntersectionC<[t.IntersectionC<[t
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
  amount: t.TypeC<{
64
66
  value: t.StringC;
@@ -59,6 +59,8 @@ export declare const VetDelegateIntent: 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<"delegate">;
64
66
  }>]>, t.TypeC<{
@@ -59,6 +59,8 @@ export declare const VetIncreaseStakeIntent: t.IntersectionC<[t.IntersectionC<[t
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
  amount: t.TypeC<{
64
66
  value: t.StringC;
@@ -59,6 +59,8 @@ export declare const VetSignalExitIntent: 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.TypeC<{
63
65
  intentType: t.LiteralC<"signalExit">;
64
66
  validatorAddress: import("io-ts-types").NonEmptyStringC;
@@ -59,6 +59,8 @@ export declare const VetStakeClaimRewardsIntent: t.IntersectionC<[t.Intersection
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
  amount: t.TypeC<{
64
66
  value: t.StringC;
@@ -59,6 +59,8 @@ export declare const VetStakingIntent: 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.TypeC<{
63
65
  intentType: t.LiteralC<"stake">;
64
66
  }>]>, t.TypeC<{
@@ -59,6 +59,8 @@ export declare const VetExitDelegationIntent: t.IntersectionC<[t.IntersectionC<[
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<"undelegate">;
64
66
  }>]>, t.TypeC<{
@@ -126,6 +128,8 @@ export declare const VetBurnNFTIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
126
128
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
127
129
  }>]>, t.TypeC<{
128
130
  stakingRequestId: t.StringC;
131
+ }>, t.PartialC<{
132
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
129
133
  }>]>, t.TypeC<{
130
134
  intentType: t.LiteralC<"unstake">;
131
135
  }>]>, t.TypeC<{
@@ -59,6 +59,8 @@ export declare const VetValidatorRegistrationIntent: t.IntersectionC<[t.Intersec
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<"validatorRegistration">;
64
66
  }>]>, t.TypeC<{
@@ -59,6 +59,8 @@ export declare const VetWithdrawStakeIntent: t.IntersectionC<[t.IntersectionC<[t
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<"withdrawStake">;
64
66
  validatorAddress: import("io-ts-types").NonEmptyStringC;
@@ -59,6 +59,8 @@ export declare const VoteDelegationIntent: t.IntersectionC<[t.IntersectionC<[t.I
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<"voteDelegation">;
64
66
  }>]>;
@@ -59,6 +59,8 @@ export declare const WalrusStakingIntent: 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.TypeC<{
63
65
  intentType: t.LiteralC<"stake">;
64
66
  }>]>, t.PartialC<{
@@ -59,6 +59,8 @@ export declare const WalrusUndelegateIntent: t.IntersectionC<[t.IntersectionC<[t
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<"undelegate">;
64
66
  stakedSuiObjectId: t.StringC;
@@ -59,6 +59,8 @@ export declare const WalrusWithdrawIntent: t.IntersectionC<[t.IntersectionC<[t.I
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 WithdrawIntent: 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 XdcUploadKycIntent: 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<"contractCall">;
64
66
  ipfsHash: import("io-ts-types").NonEmptyStringC;
@@ -125,6 +127,8 @@ export declare const XdcProposeIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
125
127
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
126
128
  }>]>, t.TypeC<{
127
129
  stakingRequestId: t.StringC;
130
+ }>, t.PartialC<{
131
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
128
132
  }>]>, t.TypeC<{
129
133
  intentType: t.LiteralC<"validatorRegistration">;
130
134
  }>]>, t.TypeC<{
@@ -59,6 +59,8 @@ export declare const XdcResignIntent: 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<"undelegate">;
64
66
  candidateAddress: import("io-ts-types").NonEmptyStringC;
@@ -125,6 +127,8 @@ export declare const XdcWithdrawIntent: t.IntersectionC<[t.IntersectionC<[t.Inte
125
127
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
126
128
  }>]>, t.TypeC<{
127
129
  stakingRequestId: t.StringC;
130
+ }>, t.PartialC<{
131
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
128
132
  }>]>, t.TypeC<{
129
133
  amount: t.TypeC<{
130
134
  value: t.StringC;