@bitgo/public-types 5.89.0 → 5.91.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/dist/src/schema/webhook/webhookType.d.ts +4 -2
- package/dist/src/schema/webhook/webhookType.js +2 -0
- package/dist/src/schema/webhook/webhookType.js.map +1 -1
- 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
- package/src/schema/webhook/webhookType.ts +6 -0
|
@@ -301,6 +301,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
301
301
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
302
302
|
}>]>, t.TypeC<{
|
|
303
303
|
stakingRequestId: t.StringC;
|
|
304
|
+
}>, t.PartialC<{
|
|
305
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
304
306
|
}>]>, t.TypeC<{
|
|
305
307
|
amount: t.TypeC<{
|
|
306
308
|
value: t.StringC;
|
|
@@ -368,6 +370,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
368
370
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
369
371
|
}>]>, t.TypeC<{
|
|
370
372
|
stakingRequestId: t.StringC;
|
|
373
|
+
}>, t.PartialC<{
|
|
374
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
371
375
|
}>]>, t.TypeC<{
|
|
372
376
|
intentType: t.LiteralC<"stake">;
|
|
373
377
|
}>]>, t.TypeC<{
|
|
@@ -441,6 +445,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
441
445
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
442
446
|
}>]>, t.TypeC<{
|
|
443
447
|
stakingRequestId: t.StringC;
|
|
448
|
+
}>, t.PartialC<{
|
|
449
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
444
450
|
}>]>, t.TypeC<{
|
|
445
451
|
intentType: t.LiteralC<"unstake">;
|
|
446
452
|
}>]>, t.TypeC<{
|
|
@@ -513,6 +519,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
513
519
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
514
520
|
}>]>, t.TypeC<{
|
|
515
521
|
stakingRequestId: t.StringC;
|
|
522
|
+
}>, t.PartialC<{
|
|
523
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
516
524
|
}>]>, t.TypeC<{
|
|
517
525
|
intentType: t.LiteralC<"voteDelegation">;
|
|
518
526
|
}>]>, t.TypeC<{
|
|
@@ -736,6 +744,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
736
744
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
737
745
|
}>]>, t.TypeC<{
|
|
738
746
|
stakingRequestId: t.StringC;
|
|
747
|
+
}>, t.PartialC<{
|
|
748
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
739
749
|
}>]>, t.TypeC<{
|
|
740
750
|
intentType: t.LiteralC<"stake">;
|
|
741
751
|
}>]>, t.TypeC<{
|
|
@@ -833,6 +843,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
833
843
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
834
844
|
}>]>, t.TypeC<{
|
|
835
845
|
stakingRequestId: t.StringC;
|
|
846
|
+
}>, t.PartialC<{
|
|
847
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
836
848
|
}>]>, t.TypeC<{
|
|
837
849
|
intentType: t.LiteralC<"unstake">;
|
|
838
850
|
}>]>, t.TypeC<{
|
|
@@ -930,6 +942,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
930
942
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
931
943
|
}>]>, t.TypeC<{
|
|
932
944
|
stakingRequestId: t.StringC;
|
|
945
|
+
}>, t.PartialC<{
|
|
946
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
933
947
|
}>]>, t.TypeC<{
|
|
934
948
|
intentType: t.LiteralC<"claim">;
|
|
935
949
|
}>, t.PartialC<{
|
|
@@ -1007,6 +1021,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1007
1021
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
1008
1022
|
}>]>, t.TypeC<{
|
|
1009
1023
|
stakingRequestId: t.StringC;
|
|
1024
|
+
}>, t.PartialC<{
|
|
1025
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
1010
1026
|
}>]>, t.TypeC<{
|
|
1011
1027
|
intentType: t.LiteralC<"createBtcDelegation">;
|
|
1012
1028
|
createBtcDelegationBytes: t.StringC;
|
|
@@ -1070,6 +1086,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1070
1086
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
1071
1087
|
}>]>, t.TypeC<{
|
|
1072
1088
|
stakingRequestId: t.StringC;
|
|
1089
|
+
}>, t.PartialC<{
|
|
1090
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
1073
1091
|
}>]>, t.TypeC<{
|
|
1074
1092
|
intentType: t.LiteralC<"stakeClaimRewards">;
|
|
1075
1093
|
type: t.StringC;
|
|
@@ -1133,6 +1151,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1133
1151
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
1134
1152
|
}>]>, t.TypeC<{
|
|
1135
1153
|
stakingRequestId: t.StringC;
|
|
1154
|
+
}>, t.PartialC<{
|
|
1155
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
1136
1156
|
}>]>, t.TypeC<{
|
|
1137
1157
|
amount: t.TypeC<{
|
|
1138
1158
|
value: t.StringC;
|
|
@@ -1204,6 +1224,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1204
1224
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
1205
1225
|
}>]>, t.TypeC<{
|
|
1206
1226
|
stakingRequestId: t.StringC;
|
|
1227
|
+
}>, t.PartialC<{
|
|
1228
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
1207
1229
|
}>]>, t.TypeC<{
|
|
1208
1230
|
amount: t.TypeC<{
|
|
1209
1231
|
value: t.StringC;
|
|
@@ -1274,6 +1296,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1274
1296
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
1275
1297
|
}>]>, t.TypeC<{
|
|
1276
1298
|
stakingRequestId: t.StringC;
|
|
1299
|
+
}>, t.PartialC<{
|
|
1300
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
1277
1301
|
}>]>, t.TypeC<{
|
|
1278
1302
|
intentType: t.LiteralC<"claim">;
|
|
1279
1303
|
}>, t.PartialC<{
|
|
@@ -1772,6 +1796,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1772
1796
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
1773
1797
|
}>]>, t.TypeC<{
|
|
1774
1798
|
stakingRequestId: t.StringC;
|
|
1799
|
+
}>, t.PartialC<{
|
|
1800
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
1775
1801
|
}>]>, t.TypeC<{
|
|
1776
1802
|
amount: t.TypeC<{
|
|
1777
1803
|
value: t.StringC;
|
|
@@ -1868,6 +1894,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1868
1894
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
1869
1895
|
}>]>, t.TypeC<{
|
|
1870
1896
|
stakingRequestId: t.StringC;
|
|
1897
|
+
}>, t.PartialC<{
|
|
1898
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
1871
1899
|
}>]>, t.TypeC<{
|
|
1872
1900
|
amount: t.TypeC<{
|
|
1873
1901
|
value: t.StringC;
|
|
@@ -1937,6 +1965,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1937
1965
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
1938
1966
|
}>]>, t.TypeC<{
|
|
1939
1967
|
stakingRequestId: t.StringC;
|
|
1968
|
+
}>, t.PartialC<{
|
|
1969
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
1940
1970
|
}>]>, t.TypeC<{
|
|
1941
1971
|
amount: t.TypeC<{
|
|
1942
1972
|
value: t.StringC;
|
|
@@ -2033,6 +2063,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2033
2063
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
2034
2064
|
}>]>, t.TypeC<{
|
|
2035
2065
|
stakingRequestId: t.StringC;
|
|
2066
|
+
}>, t.PartialC<{
|
|
2067
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
2036
2068
|
}>]>, t.TypeC<{
|
|
2037
2069
|
intentType: t.LiteralC<"claim">;
|
|
2038
2070
|
}>, t.PartialC<{
|
|
@@ -2505,6 +2537,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2505
2537
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
2506
2538
|
}>]>, t.TypeC<{
|
|
2507
2539
|
stakingRequestId: t.StringC;
|
|
2540
|
+
}>, t.PartialC<{
|
|
2541
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
2508
2542
|
}>]>, t.TypeC<{
|
|
2509
2543
|
intentType: t.LiteralC<"stake">;
|
|
2510
2544
|
}>]>, t.IntersectionC<[t.PartialC<{
|
|
@@ -2593,6 +2627,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2593
2627
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
2594
2628
|
}>]>, t.TypeC<{
|
|
2595
2629
|
stakingRequestId: t.StringC;
|
|
2630
|
+
}>, t.PartialC<{
|
|
2631
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
2596
2632
|
}>]>, t.TypeC<{
|
|
2597
2633
|
intentType: t.LiteralC<"unstake">;
|
|
2598
2634
|
}>]>, t.IntersectionC<[t.PartialC<{
|
|
@@ -2680,6 +2716,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2680
2716
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
2681
2717
|
}>]>, t.TypeC<{
|
|
2682
2718
|
stakingRequestId: t.StringC;
|
|
2719
|
+
}>, t.PartialC<{
|
|
2720
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
2683
2721
|
}>]>, t.TypeC<{
|
|
2684
2722
|
intentType: t.LiteralC<"claim">;
|
|
2685
2723
|
}>, t.PartialC<{
|
|
@@ -3278,6 +3316,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3278
3316
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
3279
3317
|
}>]>, t.TypeC<{
|
|
3280
3318
|
stakingRequestId: t.StringC;
|
|
3319
|
+
}>, t.PartialC<{
|
|
3320
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
3281
3321
|
}>]>, t.TypeC<{
|
|
3282
3322
|
intentType: t.LiteralC<"stake">;
|
|
3283
3323
|
}>]>, t.IntersectionC<[t.PartialC<{
|
|
@@ -3826,6 +3866,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3826
3866
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
3827
3867
|
}>]>, t.TypeC<{
|
|
3828
3868
|
stakingRequestId: t.StringC;
|
|
3869
|
+
}>, t.PartialC<{
|
|
3870
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
3829
3871
|
}>]>, t.TypeC<{
|
|
3830
3872
|
intentType: t.LiteralC<"pledge">;
|
|
3831
3873
|
commitmentParams: t.IntersectionC<[t.TypeC<{
|
|
@@ -3896,6 +3938,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3896
3938
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
3897
3939
|
}>]>, t.TypeC<{
|
|
3898
3940
|
stakingRequestId: t.StringC;
|
|
3941
|
+
}>, t.PartialC<{
|
|
3942
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
3899
3943
|
}>]>, t.TypeC<{
|
|
3900
3944
|
intentType: t.LiteralC<"stake">;
|
|
3901
3945
|
}>]>, t.TypeC<{
|
|
@@ -4251,6 +4295,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4251
4295
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
4252
4296
|
}>]>, t.TypeC<{
|
|
4253
4297
|
stakingRequestId: t.StringC;
|
|
4298
|
+
}>, t.PartialC<{
|
|
4299
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
4254
4300
|
}>]>, t.TypeC<{
|
|
4255
4301
|
intentType: t.LiteralC<"stake">;
|
|
4256
4302
|
}>]>, t.TypeC<{
|
|
@@ -4330,6 +4376,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4330
4376
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
4331
4377
|
}>]>, t.TypeC<{
|
|
4332
4378
|
stakingRequestId: t.StringC;
|
|
4379
|
+
}>, t.PartialC<{
|
|
4380
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
4333
4381
|
}>]>, t.TypeC<{
|
|
4334
4382
|
intentType: t.LiteralC<"unstake">;
|
|
4335
4383
|
}>]>, t.TypeC<{
|
|
@@ -4409,6 +4457,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4409
4457
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
4410
4458
|
}>]>, t.TypeC<{
|
|
4411
4459
|
stakingRequestId: t.StringC;
|
|
4460
|
+
}>, t.PartialC<{
|
|
4461
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
4412
4462
|
}>]>, t.TypeC<{
|
|
4413
4463
|
intentType: t.LiteralC<"claim">;
|
|
4414
4464
|
}>, t.PartialC<{
|
|
@@ -4690,6 +4740,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4690
4740
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
4691
4741
|
}>]>, t.TypeC<{
|
|
4692
4742
|
stakingRequestId: t.StringC;
|
|
4743
|
+
}>, t.PartialC<{
|
|
4744
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
4693
4745
|
}>]>, t.IntersectionC<[t.PartialC<{
|
|
4694
4746
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
4695
4747
|
}>, t.PartialC<{
|
|
@@ -4787,6 +4839,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4787
4839
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
4788
4840
|
}>]>, t.TypeC<{
|
|
4789
4841
|
stakingRequestId: t.StringC;
|
|
4842
|
+
}>, t.PartialC<{
|
|
4843
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
4790
4844
|
}>]>, t.IntersectionC<[t.PartialC<{
|
|
4791
4845
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
4792
4846
|
}>, t.PartialC<{
|
|
@@ -4884,6 +4938,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4884
4938
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
4885
4939
|
}>]>, t.TypeC<{
|
|
4886
4940
|
stakingRequestId: t.StringC;
|
|
4941
|
+
}>, t.PartialC<{
|
|
4942
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
4887
4943
|
}>]>, t.IntersectionC<[t.PartialC<{
|
|
4888
4944
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
4889
4945
|
}>, t.PartialC<{
|
|
@@ -5051,6 +5107,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5051
5107
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
5052
5108
|
}>]>, t.TypeC<{
|
|
5053
5109
|
stakingRequestId: t.StringC;
|
|
5110
|
+
}>, t.PartialC<{
|
|
5111
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
5054
5112
|
}>]>, t.TypeC<{
|
|
5055
5113
|
intentType: t.LiteralC<"claim">;
|
|
5056
5114
|
}>, t.PartialC<{
|
|
@@ -5699,6 +5757,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5699
5757
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
5700
5758
|
}>]>, t.TypeC<{
|
|
5701
5759
|
stakingRequestId: t.StringC;
|
|
5760
|
+
}>, t.PartialC<{
|
|
5761
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
5702
5762
|
}>]>, t.TypeC<{
|
|
5703
5763
|
intentType: t.LiteralC<"stake">;
|
|
5704
5764
|
}>]>, t.IntersectionC<[t.PartialC<{
|
|
@@ -5774,6 +5834,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5774
5834
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
5775
5835
|
}>]>, t.TypeC<{
|
|
5776
5836
|
stakingRequestId: t.StringC;
|
|
5837
|
+
}>, t.PartialC<{
|
|
5838
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
5777
5839
|
}>]>, t.TypeC<{
|
|
5778
5840
|
intentType: t.LiteralC<"unstake">;
|
|
5779
5841
|
}>]>, t.IntersectionC<[t.PartialC<{
|
|
@@ -6659,6 +6721,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6659
6721
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
6660
6722
|
}>]>, t.TypeC<{
|
|
6661
6723
|
stakingRequestId: t.StringC;
|
|
6724
|
+
}>, t.PartialC<{
|
|
6725
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
6662
6726
|
}>]>, t.TypeC<{
|
|
6663
6727
|
intentType: t.LiteralC<"stake">;
|
|
6664
6728
|
}>]>, t.PartialC<{
|
|
@@ -6757,6 +6821,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6757
6821
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
6758
6822
|
}>]>, t.TypeC<{
|
|
6759
6823
|
stakingRequestId: t.StringC;
|
|
6824
|
+
}>, t.PartialC<{
|
|
6825
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
6760
6826
|
}>]>, t.TypeC<{
|
|
6761
6827
|
intentType: t.LiteralC<"claim">;
|
|
6762
6828
|
}>, t.PartialC<{
|
|
@@ -6837,6 +6903,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6837
6903
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
6838
6904
|
}>]>, t.TypeC<{
|
|
6839
6905
|
stakingRequestId: t.StringC;
|
|
6906
|
+
}>, t.PartialC<{
|
|
6907
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
6840
6908
|
}>]>, t.TypeC<{
|
|
6841
6909
|
intentType: t.LiteralC<"stake">;
|
|
6842
6910
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
@@ -6899,6 +6967,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6899
6967
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
6900
6968
|
}>]>, t.TypeC<{
|
|
6901
6969
|
stakingRequestId: t.StringC;
|
|
6970
|
+
}>, t.PartialC<{
|
|
6971
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
6902
6972
|
}>]>, t.IntersectionC<[t.PartialC<{
|
|
6903
6973
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
6904
6974
|
}>, t.PartialC<{
|
|
@@ -6980,6 +7050,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6980
7050
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
6981
7051
|
}>]>, t.TypeC<{
|
|
6982
7052
|
stakingRequestId: t.StringC;
|
|
7053
|
+
}>, t.PartialC<{
|
|
7054
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
6983
7055
|
}>]>, t.IntersectionC<[t.PartialC<{
|
|
6984
7056
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
6985
7057
|
}>, t.PartialC<{
|
|
@@ -7063,6 +7135,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7063
7135
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
7064
7136
|
}>]>, t.TypeC<{
|
|
7065
7137
|
stakingRequestId: t.StringC;
|
|
7138
|
+
}>, t.PartialC<{
|
|
7139
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
7066
7140
|
}>]>, t.IntersectionC<[t.PartialC<{
|
|
7067
7141
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
7068
7142
|
}>, t.PartialC<{
|
|
@@ -7147,6 +7221,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7147
7221
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
7148
7222
|
}>]>, t.TypeC<{
|
|
7149
7223
|
stakingRequestId: t.StringC;
|
|
7224
|
+
}>, t.PartialC<{
|
|
7225
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
7150
7226
|
}>]>, t.TypeC<{
|
|
7151
7227
|
intentType: t.LiteralC<"claim">;
|
|
7152
7228
|
}>, t.PartialC<{
|
|
@@ -7217,6 +7293,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7217
7293
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
7218
7294
|
}>]>, t.TypeC<{
|
|
7219
7295
|
stakingRequestId: t.StringC;
|
|
7296
|
+
}>, t.PartialC<{
|
|
7297
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
7220
7298
|
}>]>, t.IntersectionC<[t.PartialC<{
|
|
7221
7299
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
7222
7300
|
}>, t.PartialC<{
|
|
@@ -8042,6 +8120,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8042
8120
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
8043
8121
|
}>]>, t.TypeC<{
|
|
8044
8122
|
stakingRequestId: t.StringC;
|
|
8123
|
+
}>, t.PartialC<{
|
|
8124
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
8045
8125
|
}>]>, t.TypeC<{
|
|
8046
8126
|
intentType: t.LiteralC<"stake">;
|
|
8047
8127
|
}>]>, t.TypeC<{
|
|
@@ -8112,6 +8192,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8112
8192
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
8113
8193
|
}>]>, t.TypeC<{
|
|
8114
8194
|
stakingRequestId: t.StringC;
|
|
8195
|
+
}>, t.PartialC<{
|
|
8196
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
8115
8197
|
}>]>, t.TypeC<{
|
|
8116
8198
|
intentType: t.LiteralC<"delegate">;
|
|
8117
8199
|
}>]>, t.TypeC<{
|
|
@@ -8178,6 +8260,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8178
8260
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
8179
8261
|
}>]>, t.TypeC<{
|
|
8180
8262
|
stakingRequestId: t.StringC;
|
|
8263
|
+
}>, t.PartialC<{
|
|
8264
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
8181
8265
|
}>]>, t.TypeC<{
|
|
8182
8266
|
intentType: t.LiteralC<"undelegate">;
|
|
8183
8267
|
}>]>, t.TypeC<{
|
|
@@ -8243,6 +8327,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8243
8327
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
8244
8328
|
}>]>, t.TypeC<{
|
|
8245
8329
|
stakingRequestId: t.StringC;
|
|
8330
|
+
}>, t.PartialC<{
|
|
8331
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
8246
8332
|
}>]>, t.TypeC<{
|
|
8247
8333
|
intentType: t.LiteralC<"unstake">;
|
|
8248
8334
|
}>]>, t.TypeC<{
|
|
@@ -8308,6 +8394,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8308
8394
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
8309
8395
|
}>]>, t.TypeC<{
|
|
8310
8396
|
stakingRequestId: t.StringC;
|
|
8397
|
+
}>, t.PartialC<{
|
|
8398
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
8311
8399
|
}>]>, t.TypeC<{
|
|
8312
8400
|
amount: t.TypeC<{
|
|
8313
8401
|
value: t.StringC;
|
|
@@ -8378,6 +8466,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8378
8466
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
8379
8467
|
}>]>, t.TypeC<{
|
|
8380
8468
|
stakingRequestId: t.StringC;
|
|
8469
|
+
}>, t.PartialC<{
|
|
8470
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
8381
8471
|
}>]>, t.TypeC<{
|
|
8382
8472
|
intentType: t.LiteralC<"validatorRegistration">;
|
|
8383
8473
|
}>]>, t.TypeC<{
|
|
@@ -8449,6 +8539,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8449
8539
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
8450
8540
|
}>]>, t.TypeC<{
|
|
8451
8541
|
stakingRequestId: t.StringC;
|
|
8542
|
+
}>, t.PartialC<{
|
|
8543
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
8452
8544
|
}>]>, t.TypeC<{
|
|
8453
8545
|
amount: t.TypeC<{
|
|
8454
8546
|
value: t.StringC;
|
|
@@ -8518,6 +8610,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8518
8610
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
8519
8611
|
}>]>, t.TypeC<{
|
|
8520
8612
|
stakingRequestId: t.StringC;
|
|
8613
|
+
}>, t.PartialC<{
|
|
8614
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
8521
8615
|
}>]>, t.TypeC<{
|
|
8522
8616
|
amount: t.TypeC<{
|
|
8523
8617
|
value: t.StringC;
|
|
@@ -8587,6 +8681,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8587
8681
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
8588
8682
|
}>]>, t.TypeC<{
|
|
8589
8683
|
stakingRequestId: t.StringC;
|
|
8684
|
+
}>, t.PartialC<{
|
|
8685
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
8590
8686
|
}>]>, t.TypeC<{
|
|
8591
8687
|
intentType: t.LiteralC<"signalExit">;
|
|
8592
8688
|
validatorAddress: import("io-ts-types").NonEmptyStringC;
|
|
@@ -8651,6 +8747,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8651
8747
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
8652
8748
|
}>]>, t.TypeC<{
|
|
8653
8749
|
stakingRequestId: t.StringC;
|
|
8750
|
+
}>, t.PartialC<{
|
|
8751
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
8654
8752
|
}>]>, t.TypeC<{
|
|
8655
8753
|
intentType: t.LiteralC<"withdrawStake">;
|
|
8656
8754
|
validatorAddress: import("io-ts-types").NonEmptyStringC;
|
|
@@ -8775,6 +8873,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8775
8873
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
8776
8874
|
}>]>, t.TypeC<{
|
|
8777
8875
|
stakingRequestId: t.StringC;
|
|
8876
|
+
}>, t.PartialC<{
|
|
8877
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
8778
8878
|
}>]>, t.TypeC<{
|
|
8779
8879
|
calldata: t.StringC;
|
|
8780
8880
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
@@ -8837,6 +8937,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8837
8937
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
8838
8938
|
}>]>, t.TypeC<{
|
|
8839
8939
|
stakingRequestId: t.StringC;
|
|
8940
|
+
}>, t.PartialC<{
|
|
8941
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
8840
8942
|
}>]>, t.TypeC<{
|
|
8841
8943
|
calldata: t.StringC;
|
|
8842
8944
|
}>]>, t.TypeC<{
|
|
@@ -8907,6 +9009,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8907
9009
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
8908
9010
|
}>]>, t.TypeC<{
|
|
8909
9011
|
stakingRequestId: t.StringC;
|
|
9012
|
+
}>, t.PartialC<{
|
|
9013
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
8910
9014
|
}>]>, t.TypeC<{
|
|
8911
9015
|
calldata: t.StringC;
|
|
8912
9016
|
}>]>, t.TypeC<{
|
|
@@ -8977,6 +9081,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
8977
9081
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
8978
9082
|
}>]>, t.TypeC<{
|
|
8979
9083
|
stakingRequestId: t.StringC;
|
|
9084
|
+
}>, t.PartialC<{
|
|
9085
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
8980
9086
|
}>]>, t.TypeC<{
|
|
8981
9087
|
calldata: t.StringC;
|
|
8982
9088
|
}>]>, t.TypeC<{
|
|
@@ -9041,6 +9147,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9041
9147
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
9042
9148
|
}>]>, t.TypeC<{
|
|
9043
9149
|
stakingRequestId: t.StringC;
|
|
9150
|
+
}>, t.PartialC<{
|
|
9151
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
9044
9152
|
}>]>, t.TypeC<{
|
|
9045
9153
|
intentType: t.KeyofC<{
|
|
9046
9154
|
payment: t.LiteralC<"payment">;
|
|
@@ -9183,6 +9291,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9183
9291
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
9184
9292
|
}>]>, t.TypeC<{
|
|
9185
9293
|
stakingRequestId: t.StringC;
|
|
9294
|
+
}>, t.PartialC<{
|
|
9295
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
9186
9296
|
}>]>, t.TypeC<{
|
|
9187
9297
|
intentType: t.LiteralC<"delegate">;
|
|
9188
9298
|
}>, t.PartialC<{
|
|
@@ -9273,6 +9383,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9273
9383
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
9274
9384
|
}>]>, t.TypeC<{
|
|
9275
9385
|
stakingRequestId: t.StringC;
|
|
9386
|
+
}>, t.PartialC<{
|
|
9387
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
9276
9388
|
}>]>, t.TypeC<{
|
|
9277
9389
|
intentType: t.LiteralC<"stake">;
|
|
9278
9390
|
}>]>, t.PartialC<{
|
|
@@ -9373,6 +9485,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9373
9485
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
9374
9486
|
}>]>, t.TypeC<{
|
|
9375
9487
|
stakingRequestId: t.StringC;
|
|
9488
|
+
}>, t.PartialC<{
|
|
9489
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
9376
9490
|
}>]>, t.TypeC<{
|
|
9377
9491
|
intentType: t.LiteralC<"undelegate">;
|
|
9378
9492
|
stakedSuiObjectId: t.StringC;
|
|
@@ -9445,6 +9559,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9445
9559
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
9446
9560
|
}>]>, t.TypeC<{
|
|
9447
9561
|
stakingRequestId: t.StringC;
|
|
9562
|
+
}>, t.PartialC<{
|
|
9563
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
9448
9564
|
}>]>, t.TypeC<{
|
|
9449
9565
|
intentType: t.LiteralC<"claim">;
|
|
9450
9566
|
}>, t.PartialC<{
|
|
@@ -9527,6 +9643,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9527
9643
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
9528
9644
|
}>]>, t.TypeC<{
|
|
9529
9645
|
stakingRequestId: t.StringC;
|
|
9646
|
+
}>, t.PartialC<{
|
|
9647
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
9530
9648
|
}>]>, t.TypeC<{
|
|
9531
9649
|
intentType: t.LiteralC<"contractCall">;
|
|
9532
9650
|
ipfsHash: import("io-ts-types").NonEmptyStringC;
|
|
@@ -9591,6 +9709,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9591
9709
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
9592
9710
|
}>]>, t.TypeC<{
|
|
9593
9711
|
stakingRequestId: t.StringC;
|
|
9712
|
+
}>, t.PartialC<{
|
|
9713
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
9594
9714
|
}>]>, t.TypeC<{
|
|
9595
9715
|
intentType: t.LiteralC<"validatorRegistration">;
|
|
9596
9716
|
}>]>, t.TypeC<{
|
|
@@ -9661,6 +9781,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9661
9781
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
9662
9782
|
}>]>, t.TypeC<{
|
|
9663
9783
|
stakingRequestId: t.StringC;
|
|
9784
|
+
}>, t.PartialC<{
|
|
9785
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
9664
9786
|
}>]>, t.TypeC<{
|
|
9665
9787
|
intentType: t.LiteralC<"undelegate">;
|
|
9666
9788
|
candidateAddress: import("io-ts-types").NonEmptyStringC;
|
|
@@ -9725,6 +9847,8 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
9725
9847
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
9726
9848
|
}>]>, t.TypeC<{
|
|
9727
9849
|
stakingRequestId: t.StringC;
|
|
9850
|
+
}>, t.PartialC<{
|
|
9851
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
9728
9852
|
}>]>, t.TypeC<{
|
|
9729
9853
|
amount: t.TypeC<{
|
|
9730
9854
|
value: t.StringC;
|
|
@@ -10379,6 +10503,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
10379
10503
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
10380
10504
|
}>]>, t.TypeC<{
|
|
10381
10505
|
stakingRequestId: t.StringC;
|
|
10506
|
+
}>, t.PartialC<{
|
|
10507
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
10382
10508
|
}>]>, t.TypeC<{
|
|
10383
10509
|
amount: t.TypeC<{
|
|
10384
10510
|
value: t.StringC;
|
|
@@ -10446,6 +10572,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
10446
10572
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
10447
10573
|
}>]>, t.TypeC<{
|
|
10448
10574
|
stakingRequestId: t.StringC;
|
|
10575
|
+
}>, t.PartialC<{
|
|
10576
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
10449
10577
|
}>]>, t.TypeC<{
|
|
10450
10578
|
intentType: t.LiteralC<"stake">;
|
|
10451
10579
|
}>]>, t.TypeC<{
|
|
@@ -10519,6 +10647,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
10519
10647
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
10520
10648
|
}>]>, t.TypeC<{
|
|
10521
10649
|
stakingRequestId: t.StringC;
|
|
10650
|
+
}>, t.PartialC<{
|
|
10651
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
10522
10652
|
}>]>, t.TypeC<{
|
|
10523
10653
|
intentType: t.LiteralC<"unstake">;
|
|
10524
10654
|
}>]>, t.TypeC<{
|
|
@@ -10591,6 +10721,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
10591
10721
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
10592
10722
|
}>]>, t.TypeC<{
|
|
10593
10723
|
stakingRequestId: t.StringC;
|
|
10724
|
+
}>, t.PartialC<{
|
|
10725
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
10594
10726
|
}>]>, t.TypeC<{
|
|
10595
10727
|
intentType: t.LiteralC<"voteDelegation">;
|
|
10596
10728
|
}>]>, t.TypeC<{
|
|
@@ -10814,6 +10946,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
10814
10946
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
10815
10947
|
}>]>, t.TypeC<{
|
|
10816
10948
|
stakingRequestId: t.StringC;
|
|
10949
|
+
}>, t.PartialC<{
|
|
10950
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
10817
10951
|
}>]>, t.TypeC<{
|
|
10818
10952
|
intentType: t.LiteralC<"stake">;
|
|
10819
10953
|
}>]>, t.TypeC<{
|
|
@@ -10911,6 +11045,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
10911
11045
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
10912
11046
|
}>]>, t.TypeC<{
|
|
10913
11047
|
stakingRequestId: t.StringC;
|
|
11048
|
+
}>, t.PartialC<{
|
|
11049
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
10914
11050
|
}>]>, t.TypeC<{
|
|
10915
11051
|
intentType: t.LiteralC<"unstake">;
|
|
10916
11052
|
}>]>, t.TypeC<{
|
|
@@ -11008,6 +11144,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
11008
11144
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
11009
11145
|
}>]>, t.TypeC<{
|
|
11010
11146
|
stakingRequestId: t.StringC;
|
|
11147
|
+
}>, t.PartialC<{
|
|
11148
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
11011
11149
|
}>]>, t.TypeC<{
|
|
11012
11150
|
intentType: t.LiteralC<"claim">;
|
|
11013
11151
|
}>, t.PartialC<{
|
|
@@ -11085,6 +11223,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
11085
11223
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
11086
11224
|
}>]>, t.TypeC<{
|
|
11087
11225
|
stakingRequestId: t.StringC;
|
|
11226
|
+
}>, t.PartialC<{
|
|
11227
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
11088
11228
|
}>]>, t.TypeC<{
|
|
11089
11229
|
intentType: t.LiteralC<"createBtcDelegation">;
|
|
11090
11230
|
createBtcDelegationBytes: t.StringC;
|
|
@@ -11148,6 +11288,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
11148
11288
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
11149
11289
|
}>]>, t.TypeC<{
|
|
11150
11290
|
stakingRequestId: t.StringC;
|
|
11291
|
+
}>, t.PartialC<{
|
|
11292
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
11151
11293
|
}>]>, t.TypeC<{
|
|
11152
11294
|
intentType: t.LiteralC<"stakeClaimRewards">;
|
|
11153
11295
|
type: t.StringC;
|
|
@@ -11211,6 +11353,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
11211
11353
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
11212
11354
|
}>]>, t.TypeC<{
|
|
11213
11355
|
stakingRequestId: t.StringC;
|
|
11356
|
+
}>, t.PartialC<{
|
|
11357
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
11214
11358
|
}>]>, t.TypeC<{
|
|
11215
11359
|
amount: t.TypeC<{
|
|
11216
11360
|
value: t.StringC;
|
|
@@ -11282,6 +11426,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
11282
11426
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
11283
11427
|
}>]>, t.TypeC<{
|
|
11284
11428
|
stakingRequestId: t.StringC;
|
|
11429
|
+
}>, t.PartialC<{
|
|
11430
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
11285
11431
|
}>]>, t.TypeC<{
|
|
11286
11432
|
amount: t.TypeC<{
|
|
11287
11433
|
value: t.StringC;
|
|
@@ -11352,6 +11498,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
11352
11498
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
11353
11499
|
}>]>, t.TypeC<{
|
|
11354
11500
|
stakingRequestId: t.StringC;
|
|
11501
|
+
}>, t.PartialC<{
|
|
11502
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
11355
11503
|
}>]>, t.TypeC<{
|
|
11356
11504
|
intentType: t.LiteralC<"claim">;
|
|
11357
11505
|
}>, t.PartialC<{
|
|
@@ -11850,6 +11998,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
11850
11998
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
11851
11999
|
}>]>, t.TypeC<{
|
|
11852
12000
|
stakingRequestId: t.StringC;
|
|
12001
|
+
}>, t.PartialC<{
|
|
12002
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
11853
12003
|
}>]>, t.TypeC<{
|
|
11854
12004
|
amount: t.TypeC<{
|
|
11855
12005
|
value: t.StringC;
|
|
@@ -11946,6 +12096,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
11946
12096
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
11947
12097
|
}>]>, t.TypeC<{
|
|
11948
12098
|
stakingRequestId: t.StringC;
|
|
12099
|
+
}>, t.PartialC<{
|
|
12100
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
11949
12101
|
}>]>, t.TypeC<{
|
|
11950
12102
|
amount: t.TypeC<{
|
|
11951
12103
|
value: t.StringC;
|
|
@@ -12015,6 +12167,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
12015
12167
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
12016
12168
|
}>]>, t.TypeC<{
|
|
12017
12169
|
stakingRequestId: t.StringC;
|
|
12170
|
+
}>, t.PartialC<{
|
|
12171
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
12018
12172
|
}>]>, t.TypeC<{
|
|
12019
12173
|
amount: t.TypeC<{
|
|
12020
12174
|
value: t.StringC;
|
|
@@ -12111,6 +12265,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
12111
12265
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
12112
12266
|
}>]>, t.TypeC<{
|
|
12113
12267
|
stakingRequestId: t.StringC;
|
|
12268
|
+
}>, t.PartialC<{
|
|
12269
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
12114
12270
|
}>]>, t.TypeC<{
|
|
12115
12271
|
intentType: t.LiteralC<"claim">;
|
|
12116
12272
|
}>, t.PartialC<{
|
|
@@ -12583,6 +12739,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
12583
12739
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
12584
12740
|
}>]>, t.TypeC<{
|
|
12585
12741
|
stakingRequestId: t.StringC;
|
|
12742
|
+
}>, t.PartialC<{
|
|
12743
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
12586
12744
|
}>]>, t.TypeC<{
|
|
12587
12745
|
intentType: t.LiteralC<"stake">;
|
|
12588
12746
|
}>]>, t.IntersectionC<[t.PartialC<{
|
|
@@ -12671,6 +12829,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
12671
12829
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
12672
12830
|
}>]>, t.TypeC<{
|
|
12673
12831
|
stakingRequestId: t.StringC;
|
|
12832
|
+
}>, t.PartialC<{
|
|
12833
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
12674
12834
|
}>]>, t.TypeC<{
|
|
12675
12835
|
intentType: t.LiteralC<"unstake">;
|
|
12676
12836
|
}>]>, t.IntersectionC<[t.PartialC<{
|
|
@@ -12758,6 +12918,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
12758
12918
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
12759
12919
|
}>]>, t.TypeC<{
|
|
12760
12920
|
stakingRequestId: t.StringC;
|
|
12921
|
+
}>, t.PartialC<{
|
|
12922
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
12761
12923
|
}>]>, t.TypeC<{
|
|
12762
12924
|
intentType: t.LiteralC<"claim">;
|
|
12763
12925
|
}>, t.PartialC<{
|
|
@@ -13356,6 +13518,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13356
13518
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
13357
13519
|
}>]>, t.TypeC<{
|
|
13358
13520
|
stakingRequestId: t.StringC;
|
|
13521
|
+
}>, t.PartialC<{
|
|
13522
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
13359
13523
|
}>]>, t.TypeC<{
|
|
13360
13524
|
intentType: t.LiteralC<"stake">;
|
|
13361
13525
|
}>]>, t.IntersectionC<[t.PartialC<{
|
|
@@ -13904,6 +14068,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13904
14068
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
13905
14069
|
}>]>, t.TypeC<{
|
|
13906
14070
|
stakingRequestId: t.StringC;
|
|
14071
|
+
}>, t.PartialC<{
|
|
14072
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
13907
14073
|
}>]>, t.TypeC<{
|
|
13908
14074
|
intentType: t.LiteralC<"pledge">;
|
|
13909
14075
|
commitmentParams: t.IntersectionC<[t.TypeC<{
|
|
@@ -13974,6 +14140,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13974
14140
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
13975
14141
|
}>]>, t.TypeC<{
|
|
13976
14142
|
stakingRequestId: t.StringC;
|
|
14143
|
+
}>, t.PartialC<{
|
|
14144
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
13977
14145
|
}>]>, t.TypeC<{
|
|
13978
14146
|
intentType: t.LiteralC<"stake">;
|
|
13979
14147
|
}>]>, t.TypeC<{
|
|
@@ -14329,6 +14497,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14329
14497
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
14330
14498
|
}>]>, t.TypeC<{
|
|
14331
14499
|
stakingRequestId: t.StringC;
|
|
14500
|
+
}>, t.PartialC<{
|
|
14501
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
14332
14502
|
}>]>, t.TypeC<{
|
|
14333
14503
|
intentType: t.LiteralC<"stake">;
|
|
14334
14504
|
}>]>, t.TypeC<{
|
|
@@ -14408,6 +14578,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14408
14578
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
14409
14579
|
}>]>, t.TypeC<{
|
|
14410
14580
|
stakingRequestId: t.StringC;
|
|
14581
|
+
}>, t.PartialC<{
|
|
14582
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
14411
14583
|
}>]>, t.TypeC<{
|
|
14412
14584
|
intentType: t.LiteralC<"unstake">;
|
|
14413
14585
|
}>]>, t.TypeC<{
|
|
@@ -14487,6 +14659,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14487
14659
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
14488
14660
|
}>]>, t.TypeC<{
|
|
14489
14661
|
stakingRequestId: t.StringC;
|
|
14662
|
+
}>, t.PartialC<{
|
|
14663
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
14490
14664
|
}>]>, t.TypeC<{
|
|
14491
14665
|
intentType: t.LiteralC<"claim">;
|
|
14492
14666
|
}>, t.PartialC<{
|
|
@@ -14768,6 +14942,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14768
14942
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
14769
14943
|
}>]>, t.TypeC<{
|
|
14770
14944
|
stakingRequestId: t.StringC;
|
|
14945
|
+
}>, t.PartialC<{
|
|
14946
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
14771
14947
|
}>]>, t.IntersectionC<[t.PartialC<{
|
|
14772
14948
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
14773
14949
|
}>, t.PartialC<{
|
|
@@ -14865,6 +15041,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14865
15041
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
14866
15042
|
}>]>, t.TypeC<{
|
|
14867
15043
|
stakingRequestId: t.StringC;
|
|
15044
|
+
}>, t.PartialC<{
|
|
15045
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
14868
15046
|
}>]>, t.IntersectionC<[t.PartialC<{
|
|
14869
15047
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
14870
15048
|
}>, t.PartialC<{
|
|
@@ -14962,6 +15140,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14962
15140
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
14963
15141
|
}>]>, t.TypeC<{
|
|
14964
15142
|
stakingRequestId: t.StringC;
|
|
15143
|
+
}>, t.PartialC<{
|
|
15144
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
14965
15145
|
}>]>, t.IntersectionC<[t.PartialC<{
|
|
14966
15146
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
14967
15147
|
}>, t.PartialC<{
|
|
@@ -15129,6 +15309,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15129
15309
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
15130
15310
|
}>]>, t.TypeC<{
|
|
15131
15311
|
stakingRequestId: t.StringC;
|
|
15312
|
+
}>, t.PartialC<{
|
|
15313
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
15132
15314
|
}>]>, t.TypeC<{
|
|
15133
15315
|
intentType: t.LiteralC<"claim">;
|
|
15134
15316
|
}>, t.PartialC<{
|
|
@@ -15777,6 +15959,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15777
15959
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
15778
15960
|
}>]>, t.TypeC<{
|
|
15779
15961
|
stakingRequestId: t.StringC;
|
|
15962
|
+
}>, t.PartialC<{
|
|
15963
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
15780
15964
|
}>]>, t.TypeC<{
|
|
15781
15965
|
intentType: t.LiteralC<"stake">;
|
|
15782
15966
|
}>]>, t.IntersectionC<[t.PartialC<{
|
|
@@ -15852,6 +16036,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
15852
16036
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
15853
16037
|
}>]>, t.TypeC<{
|
|
15854
16038
|
stakingRequestId: t.StringC;
|
|
16039
|
+
}>, t.PartialC<{
|
|
16040
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
15855
16041
|
}>]>, t.TypeC<{
|
|
15856
16042
|
intentType: t.LiteralC<"unstake">;
|
|
15857
16043
|
}>]>, t.IntersectionC<[t.PartialC<{
|
|
@@ -16737,6 +16923,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16737
16923
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
16738
16924
|
}>]>, t.TypeC<{
|
|
16739
16925
|
stakingRequestId: t.StringC;
|
|
16926
|
+
}>, t.PartialC<{
|
|
16927
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
16740
16928
|
}>]>, t.TypeC<{
|
|
16741
16929
|
intentType: t.LiteralC<"stake">;
|
|
16742
16930
|
}>]>, t.PartialC<{
|
|
@@ -16835,6 +17023,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16835
17023
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
16836
17024
|
}>]>, t.TypeC<{
|
|
16837
17025
|
stakingRequestId: t.StringC;
|
|
17026
|
+
}>, t.PartialC<{
|
|
17027
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
16838
17028
|
}>]>, t.TypeC<{
|
|
16839
17029
|
intentType: t.LiteralC<"claim">;
|
|
16840
17030
|
}>, t.PartialC<{
|
|
@@ -16915,6 +17105,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16915
17105
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
16916
17106
|
}>]>, t.TypeC<{
|
|
16917
17107
|
stakingRequestId: t.StringC;
|
|
17108
|
+
}>, t.PartialC<{
|
|
17109
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
16918
17110
|
}>]>, t.TypeC<{
|
|
16919
17111
|
intentType: t.LiteralC<"stake">;
|
|
16920
17112
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
@@ -16977,6 +17169,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
16977
17169
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
16978
17170
|
}>]>, t.TypeC<{
|
|
16979
17171
|
stakingRequestId: t.StringC;
|
|
17172
|
+
}>, t.PartialC<{
|
|
17173
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
16980
17174
|
}>]>, t.IntersectionC<[t.PartialC<{
|
|
16981
17175
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
16982
17176
|
}>, t.PartialC<{
|
|
@@ -17058,6 +17252,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17058
17252
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
17059
17253
|
}>]>, t.TypeC<{
|
|
17060
17254
|
stakingRequestId: t.StringC;
|
|
17255
|
+
}>, t.PartialC<{
|
|
17256
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
17061
17257
|
}>]>, t.IntersectionC<[t.PartialC<{
|
|
17062
17258
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
17063
17259
|
}>, t.PartialC<{
|
|
@@ -17141,6 +17337,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17141
17337
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
17142
17338
|
}>]>, t.TypeC<{
|
|
17143
17339
|
stakingRequestId: t.StringC;
|
|
17340
|
+
}>, t.PartialC<{
|
|
17341
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
17144
17342
|
}>]>, t.IntersectionC<[t.PartialC<{
|
|
17145
17343
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
17146
17344
|
}>, t.PartialC<{
|
|
@@ -17225,6 +17423,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17225
17423
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
17226
17424
|
}>]>, t.TypeC<{
|
|
17227
17425
|
stakingRequestId: t.StringC;
|
|
17426
|
+
}>, t.PartialC<{
|
|
17427
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
17228
17428
|
}>]>, t.TypeC<{
|
|
17229
17429
|
intentType: t.LiteralC<"claim">;
|
|
17230
17430
|
}>, t.PartialC<{
|
|
@@ -17295,6 +17495,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
17295
17495
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
17296
17496
|
}>]>, t.TypeC<{
|
|
17297
17497
|
stakingRequestId: t.StringC;
|
|
17498
|
+
}>, t.PartialC<{
|
|
17499
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
17298
17500
|
}>]>, t.IntersectionC<[t.PartialC<{
|
|
17299
17501
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
17300
17502
|
}>, t.PartialC<{
|
|
@@ -18120,6 +18322,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18120
18322
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
18121
18323
|
}>]>, t.TypeC<{
|
|
18122
18324
|
stakingRequestId: t.StringC;
|
|
18325
|
+
}>, t.PartialC<{
|
|
18326
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
18123
18327
|
}>]>, t.TypeC<{
|
|
18124
18328
|
intentType: t.LiteralC<"stake">;
|
|
18125
18329
|
}>]>, t.TypeC<{
|
|
@@ -18190,6 +18394,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18190
18394
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
18191
18395
|
}>]>, t.TypeC<{
|
|
18192
18396
|
stakingRequestId: t.StringC;
|
|
18397
|
+
}>, t.PartialC<{
|
|
18398
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
18193
18399
|
}>]>, t.TypeC<{
|
|
18194
18400
|
intentType: t.LiteralC<"delegate">;
|
|
18195
18401
|
}>]>, t.TypeC<{
|
|
@@ -18256,6 +18462,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18256
18462
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
18257
18463
|
}>]>, t.TypeC<{
|
|
18258
18464
|
stakingRequestId: t.StringC;
|
|
18465
|
+
}>, t.PartialC<{
|
|
18466
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
18259
18467
|
}>]>, t.TypeC<{
|
|
18260
18468
|
intentType: t.LiteralC<"undelegate">;
|
|
18261
18469
|
}>]>, t.TypeC<{
|
|
@@ -18321,6 +18529,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18321
18529
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
18322
18530
|
}>]>, t.TypeC<{
|
|
18323
18531
|
stakingRequestId: t.StringC;
|
|
18532
|
+
}>, t.PartialC<{
|
|
18533
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
18324
18534
|
}>]>, t.TypeC<{
|
|
18325
18535
|
intentType: t.LiteralC<"unstake">;
|
|
18326
18536
|
}>]>, t.TypeC<{
|
|
@@ -18386,6 +18596,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18386
18596
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
18387
18597
|
}>]>, t.TypeC<{
|
|
18388
18598
|
stakingRequestId: t.StringC;
|
|
18599
|
+
}>, t.PartialC<{
|
|
18600
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
18389
18601
|
}>]>, t.TypeC<{
|
|
18390
18602
|
amount: t.TypeC<{
|
|
18391
18603
|
value: t.StringC;
|
|
@@ -18456,6 +18668,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18456
18668
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
18457
18669
|
}>]>, t.TypeC<{
|
|
18458
18670
|
stakingRequestId: t.StringC;
|
|
18671
|
+
}>, t.PartialC<{
|
|
18672
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
18459
18673
|
}>]>, t.TypeC<{
|
|
18460
18674
|
intentType: t.LiteralC<"validatorRegistration">;
|
|
18461
18675
|
}>]>, t.TypeC<{
|
|
@@ -18527,6 +18741,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18527
18741
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
18528
18742
|
}>]>, t.TypeC<{
|
|
18529
18743
|
stakingRequestId: t.StringC;
|
|
18744
|
+
}>, t.PartialC<{
|
|
18745
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
18530
18746
|
}>]>, t.TypeC<{
|
|
18531
18747
|
amount: t.TypeC<{
|
|
18532
18748
|
value: t.StringC;
|
|
@@ -18596,6 +18812,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18596
18812
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
18597
18813
|
}>]>, t.TypeC<{
|
|
18598
18814
|
stakingRequestId: t.StringC;
|
|
18815
|
+
}>, t.PartialC<{
|
|
18816
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
18599
18817
|
}>]>, t.TypeC<{
|
|
18600
18818
|
amount: t.TypeC<{
|
|
18601
18819
|
value: t.StringC;
|
|
@@ -18665,6 +18883,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18665
18883
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
18666
18884
|
}>]>, t.TypeC<{
|
|
18667
18885
|
stakingRequestId: t.StringC;
|
|
18886
|
+
}>, t.PartialC<{
|
|
18887
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
18668
18888
|
}>]>, t.TypeC<{
|
|
18669
18889
|
intentType: t.LiteralC<"signalExit">;
|
|
18670
18890
|
validatorAddress: import("io-ts-types").NonEmptyStringC;
|
|
@@ -18729,6 +18949,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18729
18949
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
18730
18950
|
}>]>, t.TypeC<{
|
|
18731
18951
|
stakingRequestId: t.StringC;
|
|
18952
|
+
}>, t.PartialC<{
|
|
18953
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
18732
18954
|
}>]>, t.TypeC<{
|
|
18733
18955
|
intentType: t.LiteralC<"withdrawStake">;
|
|
18734
18956
|
validatorAddress: import("io-ts-types").NonEmptyStringC;
|
|
@@ -18853,6 +19075,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18853
19075
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
18854
19076
|
}>]>, t.TypeC<{
|
|
18855
19077
|
stakingRequestId: t.StringC;
|
|
19078
|
+
}>, t.PartialC<{
|
|
19079
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
18856
19080
|
}>]>, t.TypeC<{
|
|
18857
19081
|
calldata: t.StringC;
|
|
18858
19082
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
@@ -18915,6 +19139,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18915
19139
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
18916
19140
|
}>]>, t.TypeC<{
|
|
18917
19141
|
stakingRequestId: t.StringC;
|
|
19142
|
+
}>, t.PartialC<{
|
|
19143
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
18918
19144
|
}>]>, t.TypeC<{
|
|
18919
19145
|
calldata: t.StringC;
|
|
18920
19146
|
}>]>, t.TypeC<{
|
|
@@ -18985,6 +19211,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18985
19211
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
18986
19212
|
}>]>, t.TypeC<{
|
|
18987
19213
|
stakingRequestId: t.StringC;
|
|
19214
|
+
}>, t.PartialC<{
|
|
19215
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
18988
19216
|
}>]>, t.TypeC<{
|
|
18989
19217
|
calldata: t.StringC;
|
|
18990
19218
|
}>]>, t.TypeC<{
|
|
@@ -19055,6 +19283,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19055
19283
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
19056
19284
|
}>]>, t.TypeC<{
|
|
19057
19285
|
stakingRequestId: t.StringC;
|
|
19286
|
+
}>, t.PartialC<{
|
|
19287
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
19058
19288
|
}>]>, t.TypeC<{
|
|
19059
19289
|
calldata: t.StringC;
|
|
19060
19290
|
}>]>, t.TypeC<{
|
|
@@ -19119,6 +19349,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19119
19349
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
19120
19350
|
}>]>, t.TypeC<{
|
|
19121
19351
|
stakingRequestId: t.StringC;
|
|
19352
|
+
}>, t.PartialC<{
|
|
19353
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
19122
19354
|
}>]>, t.TypeC<{
|
|
19123
19355
|
intentType: t.KeyofC<{
|
|
19124
19356
|
payment: t.LiteralC<"payment">;
|
|
@@ -19261,6 +19493,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19261
19493
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
19262
19494
|
}>]>, t.TypeC<{
|
|
19263
19495
|
stakingRequestId: t.StringC;
|
|
19496
|
+
}>, t.PartialC<{
|
|
19497
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
19264
19498
|
}>]>, t.TypeC<{
|
|
19265
19499
|
intentType: t.LiteralC<"delegate">;
|
|
19266
19500
|
}>, t.PartialC<{
|
|
@@ -19351,6 +19585,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19351
19585
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
19352
19586
|
}>]>, t.TypeC<{
|
|
19353
19587
|
stakingRequestId: t.StringC;
|
|
19588
|
+
}>, t.PartialC<{
|
|
19589
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
19354
19590
|
}>]>, t.TypeC<{
|
|
19355
19591
|
intentType: t.LiteralC<"stake">;
|
|
19356
19592
|
}>]>, t.PartialC<{
|
|
@@ -19451,6 +19687,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19451
19687
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
19452
19688
|
}>]>, t.TypeC<{
|
|
19453
19689
|
stakingRequestId: t.StringC;
|
|
19690
|
+
}>, t.PartialC<{
|
|
19691
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
19454
19692
|
}>]>, t.TypeC<{
|
|
19455
19693
|
intentType: t.LiteralC<"undelegate">;
|
|
19456
19694
|
stakedSuiObjectId: t.StringC;
|
|
@@ -19523,6 +19761,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19523
19761
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
19524
19762
|
}>]>, t.TypeC<{
|
|
19525
19763
|
stakingRequestId: t.StringC;
|
|
19764
|
+
}>, t.PartialC<{
|
|
19765
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
19526
19766
|
}>]>, t.TypeC<{
|
|
19527
19767
|
intentType: t.LiteralC<"claim">;
|
|
19528
19768
|
}>, t.PartialC<{
|
|
@@ -19605,6 +19845,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19605
19845
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
19606
19846
|
}>]>, t.TypeC<{
|
|
19607
19847
|
stakingRequestId: t.StringC;
|
|
19848
|
+
}>, t.PartialC<{
|
|
19849
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
19608
19850
|
}>]>, t.TypeC<{
|
|
19609
19851
|
intentType: t.LiteralC<"contractCall">;
|
|
19610
19852
|
ipfsHash: import("io-ts-types").NonEmptyStringC;
|
|
@@ -19669,6 +19911,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19669
19911
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
19670
19912
|
}>]>, t.TypeC<{
|
|
19671
19913
|
stakingRequestId: t.StringC;
|
|
19914
|
+
}>, t.PartialC<{
|
|
19915
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
19672
19916
|
}>]>, t.TypeC<{
|
|
19673
19917
|
intentType: t.LiteralC<"validatorRegistration">;
|
|
19674
19918
|
}>]>, t.TypeC<{
|
|
@@ -19739,6 +19983,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19739
19983
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
19740
19984
|
}>]>, t.TypeC<{
|
|
19741
19985
|
stakingRequestId: t.StringC;
|
|
19986
|
+
}>, t.PartialC<{
|
|
19987
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
19742
19988
|
}>]>, t.TypeC<{
|
|
19743
19989
|
intentType: t.LiteralC<"undelegate">;
|
|
19744
19990
|
candidateAddress: import("io-ts-types").NonEmptyStringC;
|
|
@@ -19803,6 +20049,8 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
19803
20049
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
19804
20050
|
}>]>, t.TypeC<{
|
|
19805
20051
|
stakingRequestId: t.StringC;
|
|
20052
|
+
}>, t.PartialC<{
|
|
20053
|
+
source: t.KeyofC<typeof import(".").StakingRequestSourceEnum>;
|
|
19806
20054
|
}>]>, t.TypeC<{
|
|
19807
20055
|
amount: t.TypeC<{
|
|
19808
20056
|
value: t.StringC;
|