@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.
- package/dist/src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/adaStakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/adaUnstakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/adaVoteDelegationIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/aptStakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/aptUnstakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/aptWithdrawStakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/atomStakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/atomUnstakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/atomWithdrawIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/babyCreateBtcDelegationIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/babyWithdrawRewardIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/baseStakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/baseStakeIntent.js +4 -0
- package/dist/src/schema/transactionRequest/intents/baseStakeIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/baseStakeIntentWithCalldata.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/beraDelegateIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/bscDelegateIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/bscStakeClaimRewardsIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/bscUndelegateIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/coredaoClaimIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/coredaoDelegateIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/coredaoUndelegateIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/cosmosStakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/cosmosUnstakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/cosmosWithdrawIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/delegateIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/dotStakingIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/dotUnstakingIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/dotWithdrawStakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/ethLikeStakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/ethStakingIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/index.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/index.js +1 -0
- package/dist/src/schema/transactionRequest/intents/index.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/intent.d.ts +124 -0
- package/dist/src/schema/transactionRequest/intents/irysPledgeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/irysStakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/polyxBaseIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/polyxStakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/polyxUnstakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/polyxWithdrawIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +4 -0
- package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +4 -0
- package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/stakingRequestSource.d.ts +8 -0
- package/dist/src/schema/transactionRequest/intents/stakingRequestSource.js +35 -0
- package/dist/src/schema/transactionRequest/intents/stakingRequestSource.js.map +1 -0
- package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/taoStakeIntent.d.ts +4 -0
- package/dist/src/schema/transactionRequest/intents/taoStakingBaseIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/taoSwitchValidatorIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/taoTransferStakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.d.ts +4 -0
- package/dist/src/schema/transactionRequest/intents/undelegateIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/validatorRegistrationIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/vetDecreaseStakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/vetDelegateIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/vetIncreaseStakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/vetSignalExitIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/vetStakeClaimRewardsIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/vetStakingIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/vetUnstakingIntent.d.ts +4 -0
- package/dist/src/schema/transactionRequest/intents/vetValidatorRegistrationIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/vetWithdrawStakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/walrusStakingIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/walrusUndelegateIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/walrusWithdrawIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/xdcStakingIntent.d.ts +4 -0
- package/dist/src/schema/transactionRequest/intents/xdcUnstakingIntent.d.ts +4 -0
- package/dist/src/schema/transactionRequest/transactionRequest.d.ts +248 -0
- package/package.json +1 -1
- package/src/schema/transactionRequest/intents/baseStakeIntent.ts +4 -0
- package/src/schema/transactionRequest/intents/index.ts +1 -0
- package/src/schema/transactionRequest/intents/stakingRequestSource.ts +15 -0
|
@@ -59,6 +59,8 @@ export declare const AdaStakeClaimRewardsIntent: 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 AdaStakeIntent: 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.TypeC<{
|
|
@@ -59,6 +59,8 @@ export declare const AdaUnstakeIntent: 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.TypeC<{
|
|
@@ -59,6 +59,8 @@ export declare const AdaVoteDelegationIntent: 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<"voteDelegation">;
|
|
64
66
|
}>]>, t.TypeC<{
|
|
@@ -59,6 +59,8 @@ export declare const AptStakeIntent: 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.TypeC<{
|
|
@@ -59,6 +59,8 @@ export declare const AptUnstakeIntent: 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.TypeC<{
|
|
@@ -59,6 +59,8 @@ export declare const AptWithdrawStakeIntent: 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<"claim">;
|
|
64
66
|
}>, t.PartialC<{
|
|
@@ -59,6 +59,8 @@ export declare const AtomStakeIntent: 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 AtomUnstakeIntent: 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 AtomWithdrawIntent: 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 BabyCreateBtcDelegationIntent: t.IntersectionC<[t.Intersect
|
|
|
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<"createBtcDelegation">;
|
|
64
66
|
createBtcDelegationBytes: t.StringC;
|
|
@@ -59,6 +59,8 @@ export declare const BabyWithdrawRewardIntent: 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<"stakeClaimRewards">;
|
|
64
66
|
type: t.StringC;
|
|
@@ -59,5 +59,7 @@ export declare const BaseStakeIntent: t.IntersectionC<[t.IntersectionC<[t.TypeC<
|
|
|
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
|
}>]>;
|
|
63
65
|
export type BaseStakeIntent = t.TypeOf<typeof BaseStakeIntent>;
|
|
@@ -26,10 +26,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
26
26
|
exports.BaseStakeIntent = void 0;
|
|
27
27
|
const t = __importStar(require("io-ts"));
|
|
28
28
|
const baseIntent_1 = require("./baseIntent");
|
|
29
|
+
const stakingRequestSource_1 = require("./stakingRequestSource");
|
|
29
30
|
exports.BaseStakeIntent = t.intersection([
|
|
30
31
|
baseIntent_1.BaseIntent,
|
|
31
32
|
t.type({
|
|
32
33
|
stakingRequestId: t.string,
|
|
33
34
|
}),
|
|
35
|
+
t.partial({
|
|
36
|
+
source: stakingRequestSource_1.StakingRequestSource,
|
|
37
|
+
}),
|
|
34
38
|
]);
|
|
35
39
|
//# sourceMappingURL=baseStakeIntent.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"baseStakeIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/baseStakeIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6CAA0C;
|
|
1
|
+
{"version":3,"file":"baseStakeIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/baseStakeIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6CAA0C;AAC1C,iEAA8D;AAEjD,QAAA,eAAe,GAAG,CAAC,CAAC,YAAY,CAAC;IAC5C,uBAAU;IACV,CAAC,CAAC,IAAI,CAAC;QACL,gBAAgB,EAAE,CAAC,CAAC,MAAM;KAC3B,CAAC;IACF,CAAC,CAAC,OAAO,CAAC;QACR,MAAM,EAAE,2CAAoB;KAC7B,CAAC;CACH,CAAC,CAAC"}
|
|
@@ -59,6 +59,8 @@ export declare const BaseStakeIntentWithCalldata: 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
|
calldata: t.StringC;
|
|
64
66
|
}>]>;
|
|
@@ -59,6 +59,8 @@ export declare const BeraDelegateIntent: 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<"delegate">;
|
|
64
66
|
}>, t.PartialC<{
|
|
@@ -59,6 +59,8 @@ export declare const BscDelegateIntent: 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
|
amount: t.TypeC<{
|
|
64
66
|
value: t.StringC;
|
|
@@ -59,6 +59,8 @@ export declare const BscStakeClaimRewardsIntent: 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 BscUnDelegateIntent: 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
|
amount: t.TypeC<{
|
|
64
66
|
value: t.StringC;
|
|
@@ -59,6 +59,8 @@ export declare const BscWithdrawUndelegateIntent: 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<"claim">;
|
|
64
66
|
}>, t.PartialC<{
|
|
@@ -59,6 +59,8 @@ export declare const CoreDaoClaimIntent: 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
|
calldata: t.StringC;
|
|
64
66
|
}>]>, t.TypeC<{
|
|
@@ -59,6 +59,8 @@ export declare const CoreDaoDelegateIntent: 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
|
calldata: t.StringC;
|
|
64
66
|
}>]>, t.TypeC<{
|
|
@@ -59,6 +59,8 @@ export declare const CoreDaoUndelegateIntent: 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
|
calldata: t.StringC;
|
|
64
66
|
}>]>, t.TypeC<{
|
|
@@ -59,6 +59,8 @@ export declare const CosmosStakeIntent: 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
|
amount: t.TypeC<{
|
|
64
66
|
value: t.StringC;
|
|
@@ -59,6 +59,8 @@ export declare const CosmosSwitchValidatorIntent: 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
|
amount: t.TypeC<{
|
|
64
66
|
value: t.StringC;
|
|
@@ -59,6 +59,8 @@ export declare const CosmosUnstakeIntent: 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
|
amount: t.TypeC<{
|
|
64
66
|
value: t.StringC;
|
|
@@ -59,6 +59,8 @@ export declare const CosmosWithdrawIntent: 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 DelegateIntent: 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<"delegate">;
|
|
64
66
|
}>]>;
|
|
@@ -59,6 +59,8 @@ export declare const DotStakingIntent: 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.IntersectionC<[t.PartialC<{
|
|
@@ -59,6 +59,8 @@ export declare const DotUnstakingIntent: 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<"unstake">;
|
|
64
66
|
}>]>, t.IntersectionC<[t.PartialC<{
|
|
@@ -59,6 +59,8 @@ export declare const DotWithdrawStakeIntent: 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<"claim">;
|
|
64
66
|
}>, t.PartialC<{
|
|
@@ -59,6 +59,8 @@ export declare const EthLikeStakeIntent: 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.KeyofC<{
|
|
64
66
|
payment: t.LiteralC<"payment">;
|
|
@@ -59,6 +59,8 @@ export declare const EthStakingIntent: 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.IntersectionC<[t.PartialC<{
|
|
@@ -126,6 +126,7 @@ export * from "./solVersionedCustomTxIntent";
|
|
|
126
126
|
export * from "./stakeClaimRewardsIntent";
|
|
127
127
|
export * from "./stakeIntent";
|
|
128
128
|
export * from "./stakeSwitchValidatorIntent";
|
|
129
|
+
export * from "./stakingRequestSource";
|
|
129
130
|
export * from "./substrateAccountBaseBuildOptions";
|
|
130
131
|
export * from "./substrateBaseIntent";
|
|
131
132
|
export * from "./substrateConsolidateIntent";
|
|
@@ -142,6 +142,7 @@ __exportStar(require("./solVersionedCustomTxIntent"), exports);
|
|
|
142
142
|
__exportStar(require("./stakeClaimRewardsIntent"), exports);
|
|
143
143
|
__exportStar(require("./stakeIntent"), exports);
|
|
144
144
|
__exportStar(require("./stakeSwitchValidatorIntent"), exports);
|
|
145
|
+
__exportStar(require("./stakingRequestSource"), exports);
|
|
145
146
|
__exportStar(require("./substrateAccountBaseBuildOptions"), exports);
|
|
146
147
|
__exportStar(require("./substrateBaseIntent"), exports);
|
|
147
148
|
__exportStar(require("./substrateConsolidateIntent"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/index.ts"],"names":[],"mappings":"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"}
|