@argent/x-shared 1.44.2 → 1.44.4
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/index.cjs +1 -1
- package/dist/index.js +24 -24
- package/dist/src/features/simulation/activity/schema.cjs +1 -1
- package/dist/src/features/simulation/activity/schema.d.ts +78 -78
- package/dist/src/features/simulation/activity/schema.js +10 -10
- package/dist/src/features/swap/services/implementation.cjs +1 -1
- package/dist/src/features/swap/services/implementation.js +11 -11
- package/dist/src/staking/schema.cjs +1 -1
- package/dist/src/staking/schema.d.ts +19 -19
- package/dist/src/staking/schema.js +4 -4
- package/dist/src/tokens/service/implementation.d.ts +5 -5
- package/dist/src/tokens/service/types/backend.model.cjs +1 -1
- package/dist/src/tokens/service/types/backend.model.d.ts +200 -200
- package/dist/src/tokens/service/types/backend.model.js +7 -7
- package/package.json +1 -1
|
@@ -461,7 +461,7 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
|
|
|
461
461
|
currencyAmount: number;
|
|
462
462
|
} | null | undefined;
|
|
463
463
|
}>;
|
|
464
|
-
|
|
464
|
+
stakerInfo: z.ZodObject<{
|
|
465
465
|
name: z.ZodOptional<z.ZodString>;
|
|
466
466
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
467
467
|
address: z.ZodString;
|
|
@@ -476,7 +476,7 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
|
|
|
476
476
|
}>;
|
|
477
477
|
}, "strip", z.ZodTypeAny, {
|
|
478
478
|
type: "staking";
|
|
479
|
-
|
|
479
|
+
stakerInfo: {
|
|
480
480
|
address: string;
|
|
481
481
|
name?: string | undefined;
|
|
482
482
|
iconUrl?: string | undefined;
|
|
@@ -494,7 +494,7 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
|
|
|
494
494
|
counterparty: `0x${string}`;
|
|
495
495
|
}, {
|
|
496
496
|
type: "staking";
|
|
497
|
-
|
|
497
|
+
stakerInfo: {
|
|
498
498
|
address: string;
|
|
499
499
|
name?: string | undefined;
|
|
500
500
|
iconUrl?: string | undefined;
|
|
@@ -909,7 +909,7 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
|
|
|
909
909
|
currencyAmount: number;
|
|
910
910
|
} | null | undefined;
|
|
911
911
|
}>;
|
|
912
|
-
|
|
912
|
+
stakerInfo: z.ZodObject<{
|
|
913
913
|
name: z.ZodOptional<z.ZodString>;
|
|
914
914
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
915
915
|
address: z.ZodString;
|
|
@@ -924,7 +924,7 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
|
|
|
924
924
|
}>;
|
|
925
925
|
}, "strip", z.ZodTypeAny, {
|
|
926
926
|
type: "staking";
|
|
927
|
-
|
|
927
|
+
stakerInfo: {
|
|
928
928
|
address: string;
|
|
929
929
|
name?: string | undefined;
|
|
930
930
|
iconUrl?: string | undefined;
|
|
@@ -942,7 +942,7 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
|
|
|
942
942
|
counterparty: `0x${string}`;
|
|
943
943
|
}, {
|
|
944
944
|
type: "staking";
|
|
945
|
-
|
|
945
|
+
stakerInfo: {
|
|
946
946
|
address: string;
|
|
947
947
|
name?: string | undefined;
|
|
948
948
|
iconUrl?: string | undefined;
|
|
@@ -1037,7 +1037,7 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
|
|
|
1037
1037
|
} | null | undefined;
|
|
1038
1038
|
} | {
|
|
1039
1039
|
type: "staking";
|
|
1040
|
-
|
|
1040
|
+
stakerInfo: {
|
|
1041
1041
|
address: string;
|
|
1042
1042
|
name?: string | undefined;
|
|
1043
1043
|
iconUrl?: string | undefined;
|
|
@@ -1132,7 +1132,7 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
|
|
|
1132
1132
|
} | null | undefined;
|
|
1133
1133
|
} | {
|
|
1134
1134
|
type: "staking";
|
|
1135
|
-
|
|
1135
|
+
stakerInfo: {
|
|
1136
1136
|
address: string;
|
|
1137
1137
|
name?: string | undefined;
|
|
1138
1138
|
iconUrl?: string | undefined;
|
|
@@ -1230,7 +1230,7 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
|
|
|
1230
1230
|
} | null | undefined;
|
|
1231
1231
|
} | {
|
|
1232
1232
|
type: "staking";
|
|
1233
|
-
|
|
1233
|
+
stakerInfo: {
|
|
1234
1234
|
address: string;
|
|
1235
1235
|
name?: string | undefined;
|
|
1236
1236
|
iconUrl?: string | undefined;
|
|
@@ -1328,7 +1328,7 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
|
|
|
1328
1328
|
} | null | undefined;
|
|
1329
1329
|
} | {
|
|
1330
1330
|
type: "staking";
|
|
1331
|
-
|
|
1331
|
+
stakerInfo: {
|
|
1332
1332
|
address: string;
|
|
1333
1333
|
name?: string | undefined;
|
|
1334
1334
|
iconUrl?: string | undefined;
|
|
@@ -2093,7 +2093,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2093
2093
|
currencyAmount: number;
|
|
2094
2094
|
} | null | undefined;
|
|
2095
2095
|
}>;
|
|
2096
|
-
|
|
2096
|
+
stakerInfo: z.ZodObject<{
|
|
2097
2097
|
name: z.ZodOptional<z.ZodString>;
|
|
2098
2098
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
2099
2099
|
address: z.ZodString;
|
|
@@ -2108,7 +2108,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2108
2108
|
}>;
|
|
2109
2109
|
}, "strip", z.ZodTypeAny, {
|
|
2110
2110
|
type: "staking";
|
|
2111
|
-
|
|
2111
|
+
stakerInfo: {
|
|
2112
2112
|
address: string;
|
|
2113
2113
|
name?: string | undefined;
|
|
2114
2114
|
iconUrl?: string | undefined;
|
|
@@ -2126,7 +2126,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2126
2126
|
counterparty: `0x${string}`;
|
|
2127
2127
|
}, {
|
|
2128
2128
|
type: "staking";
|
|
2129
|
-
|
|
2129
|
+
stakerInfo: {
|
|
2130
2130
|
address: string;
|
|
2131
2131
|
name?: string | undefined;
|
|
2132
2132
|
iconUrl?: string | undefined;
|
|
@@ -2541,7 +2541,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2541
2541
|
currencyAmount: number;
|
|
2542
2542
|
} | null | undefined;
|
|
2543
2543
|
}>;
|
|
2544
|
-
|
|
2544
|
+
stakerInfo: z.ZodObject<{
|
|
2545
2545
|
name: z.ZodOptional<z.ZodString>;
|
|
2546
2546
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
2547
2547
|
address: z.ZodString;
|
|
@@ -2556,7 +2556,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2556
2556
|
}>;
|
|
2557
2557
|
}, "strip", z.ZodTypeAny, {
|
|
2558
2558
|
type: "staking";
|
|
2559
|
-
|
|
2559
|
+
stakerInfo: {
|
|
2560
2560
|
address: string;
|
|
2561
2561
|
name?: string | undefined;
|
|
2562
2562
|
iconUrl?: string | undefined;
|
|
@@ -2574,7 +2574,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2574
2574
|
counterparty: `0x${string}`;
|
|
2575
2575
|
}, {
|
|
2576
2576
|
type: "staking";
|
|
2577
|
-
|
|
2577
|
+
stakerInfo: {
|
|
2578
2578
|
address: string;
|
|
2579
2579
|
name?: string | undefined;
|
|
2580
2580
|
iconUrl?: string | undefined;
|
|
@@ -2669,7 +2669,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2669
2669
|
} | null | undefined;
|
|
2670
2670
|
} | {
|
|
2671
2671
|
type: "staking";
|
|
2672
|
-
|
|
2672
|
+
stakerInfo: {
|
|
2673
2673
|
address: string;
|
|
2674
2674
|
name?: string | undefined;
|
|
2675
2675
|
iconUrl?: string | undefined;
|
|
@@ -2764,7 +2764,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2764
2764
|
} | null | undefined;
|
|
2765
2765
|
} | {
|
|
2766
2766
|
type: "staking";
|
|
2767
|
-
|
|
2767
|
+
stakerInfo: {
|
|
2768
2768
|
address: string;
|
|
2769
2769
|
name?: string | undefined;
|
|
2770
2770
|
iconUrl?: string | undefined;
|
|
@@ -2862,7 +2862,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2862
2862
|
} | null | undefined;
|
|
2863
2863
|
} | {
|
|
2864
2864
|
type: "staking";
|
|
2865
|
-
|
|
2865
|
+
stakerInfo: {
|
|
2866
2866
|
address: string;
|
|
2867
2867
|
name?: string | undefined;
|
|
2868
2868
|
iconUrl?: string | undefined;
|
|
@@ -2960,7 +2960,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2960
2960
|
} | null | undefined;
|
|
2961
2961
|
} | {
|
|
2962
2962
|
type: "staking";
|
|
2963
|
-
|
|
2963
|
+
stakerInfo: {
|
|
2964
2964
|
address: string;
|
|
2965
2965
|
name?: string | undefined;
|
|
2966
2966
|
iconUrl?: string | undefined;
|
|
@@ -3870,7 +3870,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3870
3870
|
} | null | undefined;
|
|
3871
3871
|
} | {
|
|
3872
3872
|
type: "staking";
|
|
3873
|
-
|
|
3873
|
+
stakerInfo: {
|
|
3874
3874
|
address: string;
|
|
3875
3875
|
name?: string | undefined;
|
|
3876
3876
|
iconUrl?: string | undefined;
|
|
@@ -3966,7 +3966,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3966
3966
|
} | null | undefined;
|
|
3967
3967
|
} | {
|
|
3968
3968
|
type: "staking";
|
|
3969
|
-
|
|
3969
|
+
stakerInfo: {
|
|
3970
3970
|
address: string;
|
|
3971
3971
|
name?: string | undefined;
|
|
3972
3972
|
iconUrl?: string | undefined;
|
|
@@ -4268,7 +4268,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
4268
4268
|
} | null | undefined;
|
|
4269
4269
|
} | {
|
|
4270
4270
|
type: "staking";
|
|
4271
|
-
|
|
4271
|
+
stakerInfo: {
|
|
4272
4272
|
address: string;
|
|
4273
4273
|
name?: string | undefined;
|
|
4274
4274
|
iconUrl?: string | undefined;
|
|
@@ -4364,7 +4364,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
4364
4364
|
} | null | undefined;
|
|
4365
4365
|
} | {
|
|
4366
4366
|
type: "staking";
|
|
4367
|
-
|
|
4367
|
+
stakerInfo: {
|
|
4368
4368
|
address: string;
|
|
4369
4369
|
name?: string | undefined;
|
|
4370
4370
|
iconUrl?: string | undefined;
|
|
@@ -4594,7 +4594,7 @@ export declare const nativeActivityMetaSchema: z.ZodObject<{
|
|
|
4594
4594
|
icon: z.ZodOptional<z.ZodString>;
|
|
4595
4595
|
investment: z.ZodOptional<z.ZodObject<{
|
|
4596
4596
|
stakingAction: z.ZodEnum<["stake", "initiateWithdraw", "withdraw", "claim"]>;
|
|
4597
|
-
|
|
4597
|
+
stakerInfo: z.ZodObject<{
|
|
4598
4598
|
name: z.ZodOptional<z.ZodString>;
|
|
4599
4599
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
4600
4600
|
address: z.ZodString;
|
|
@@ -4611,7 +4611,7 @@ export declare const nativeActivityMetaSchema: z.ZodObject<{
|
|
|
4611
4611
|
amount: z.ZodString;
|
|
4612
4612
|
}, "strip", z.ZodTypeAny, {
|
|
4613
4613
|
amount: string;
|
|
4614
|
-
|
|
4614
|
+
stakerInfo: {
|
|
4615
4615
|
address: string;
|
|
4616
4616
|
name?: string | undefined;
|
|
4617
4617
|
iconUrl?: string | undefined;
|
|
@@ -4620,7 +4620,7 @@ export declare const nativeActivityMetaSchema: z.ZodObject<{
|
|
|
4620
4620
|
stakingAction: "stake" | "initiateWithdraw" | "withdraw" | "claim";
|
|
4621
4621
|
}, {
|
|
4622
4622
|
amount: string;
|
|
4623
|
-
|
|
4623
|
+
stakerInfo: {
|
|
4624
4624
|
address: string;
|
|
4625
4625
|
name?: string | undefined;
|
|
4626
4626
|
iconUrl?: string | undefined;
|
|
@@ -4635,7 +4635,7 @@ export declare const nativeActivityMetaSchema: z.ZodObject<{
|
|
|
4635
4635
|
subtitle?: string | undefined;
|
|
4636
4636
|
investment?: {
|
|
4637
4637
|
amount: string;
|
|
4638
|
-
|
|
4638
|
+
stakerInfo: {
|
|
4639
4639
|
address: string;
|
|
4640
4640
|
name?: string | undefined;
|
|
4641
4641
|
iconUrl?: string | undefined;
|
|
@@ -4650,7 +4650,7 @@ export declare const nativeActivityMetaSchema: z.ZodObject<{
|
|
|
4650
4650
|
subtitle?: string | undefined;
|
|
4651
4651
|
investment?: {
|
|
4652
4652
|
amount: string;
|
|
4653
|
-
|
|
4653
|
+
stakerInfo: {
|
|
4654
4654
|
address: string;
|
|
4655
4655
|
name?: string | undefined;
|
|
4656
4656
|
iconUrl?: string | undefined;
|
|
@@ -5238,7 +5238,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5238
5238
|
currencyAmount: number;
|
|
5239
5239
|
} | null | undefined;
|
|
5240
5240
|
}>;
|
|
5241
|
-
|
|
5241
|
+
stakerInfo: z.ZodObject<{
|
|
5242
5242
|
name: z.ZodOptional<z.ZodString>;
|
|
5243
5243
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
5244
5244
|
address: z.ZodString;
|
|
@@ -5253,7 +5253,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5253
5253
|
}>;
|
|
5254
5254
|
}, "strip", z.ZodTypeAny, {
|
|
5255
5255
|
type: "staking";
|
|
5256
|
-
|
|
5256
|
+
stakerInfo: {
|
|
5257
5257
|
address: string;
|
|
5258
5258
|
name?: string | undefined;
|
|
5259
5259
|
iconUrl?: string | undefined;
|
|
@@ -5271,7 +5271,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5271
5271
|
counterparty: `0x${string}`;
|
|
5272
5272
|
}, {
|
|
5273
5273
|
type: "staking";
|
|
5274
|
-
|
|
5274
|
+
stakerInfo: {
|
|
5275
5275
|
address: string;
|
|
5276
5276
|
name?: string | undefined;
|
|
5277
5277
|
iconUrl?: string | undefined;
|
|
@@ -5686,7 +5686,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5686
5686
|
currencyAmount: number;
|
|
5687
5687
|
} | null | undefined;
|
|
5688
5688
|
}>;
|
|
5689
|
-
|
|
5689
|
+
stakerInfo: z.ZodObject<{
|
|
5690
5690
|
name: z.ZodOptional<z.ZodString>;
|
|
5691
5691
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
5692
5692
|
address: z.ZodString;
|
|
@@ -5701,7 +5701,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5701
5701
|
}>;
|
|
5702
5702
|
}, "strip", z.ZodTypeAny, {
|
|
5703
5703
|
type: "staking";
|
|
5704
|
-
|
|
5704
|
+
stakerInfo: {
|
|
5705
5705
|
address: string;
|
|
5706
5706
|
name?: string | undefined;
|
|
5707
5707
|
iconUrl?: string | undefined;
|
|
@@ -5719,7 +5719,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5719
5719
|
counterparty: `0x${string}`;
|
|
5720
5720
|
}, {
|
|
5721
5721
|
type: "staking";
|
|
5722
|
-
|
|
5722
|
+
stakerInfo: {
|
|
5723
5723
|
address: string;
|
|
5724
5724
|
name?: string | undefined;
|
|
5725
5725
|
iconUrl?: string | undefined;
|
|
@@ -5814,7 +5814,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5814
5814
|
} | null | undefined;
|
|
5815
5815
|
} | {
|
|
5816
5816
|
type: "staking";
|
|
5817
|
-
|
|
5817
|
+
stakerInfo: {
|
|
5818
5818
|
address: string;
|
|
5819
5819
|
name?: string | undefined;
|
|
5820
5820
|
iconUrl?: string | undefined;
|
|
@@ -5909,7 +5909,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5909
5909
|
} | null | undefined;
|
|
5910
5910
|
} | {
|
|
5911
5911
|
type: "staking";
|
|
5912
|
-
|
|
5912
|
+
stakerInfo: {
|
|
5913
5913
|
address: string;
|
|
5914
5914
|
name?: string | undefined;
|
|
5915
5915
|
iconUrl?: string | undefined;
|
|
@@ -6007,7 +6007,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6007
6007
|
} | null | undefined;
|
|
6008
6008
|
} | {
|
|
6009
6009
|
type: "staking";
|
|
6010
|
-
|
|
6010
|
+
stakerInfo: {
|
|
6011
6011
|
address: string;
|
|
6012
6012
|
name?: string | undefined;
|
|
6013
6013
|
iconUrl?: string | undefined;
|
|
@@ -6105,7 +6105,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6105
6105
|
} | null | undefined;
|
|
6106
6106
|
} | {
|
|
6107
6107
|
type: "staking";
|
|
6108
|
-
|
|
6108
|
+
stakerInfo: {
|
|
6109
6109
|
address: string;
|
|
6110
6110
|
name?: string | undefined;
|
|
6111
6111
|
iconUrl?: string | undefined;
|
|
@@ -6996,7 +6996,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6996
6996
|
icon: z.ZodOptional<z.ZodString>;
|
|
6997
6997
|
investment: z.ZodOptional<z.ZodObject<{
|
|
6998
6998
|
stakingAction: z.ZodEnum<["stake", "initiateWithdraw", "withdraw", "claim"]>;
|
|
6999
|
-
|
|
6999
|
+
stakerInfo: z.ZodObject<{
|
|
7000
7000
|
name: z.ZodOptional<z.ZodString>;
|
|
7001
7001
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
7002
7002
|
address: z.ZodString;
|
|
@@ -7013,7 +7013,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
7013
7013
|
amount: z.ZodString;
|
|
7014
7014
|
}, "strip", z.ZodTypeAny, {
|
|
7015
7015
|
amount: string;
|
|
7016
|
-
|
|
7016
|
+
stakerInfo: {
|
|
7017
7017
|
address: string;
|
|
7018
7018
|
name?: string | undefined;
|
|
7019
7019
|
iconUrl?: string | undefined;
|
|
@@ -7022,7 +7022,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
7022
7022
|
stakingAction: "stake" | "initiateWithdraw" | "withdraw" | "claim";
|
|
7023
7023
|
}, {
|
|
7024
7024
|
amount: string;
|
|
7025
|
-
|
|
7025
|
+
stakerInfo: {
|
|
7026
7026
|
address: string;
|
|
7027
7027
|
name?: string | undefined;
|
|
7028
7028
|
iconUrl?: string | undefined;
|
|
@@ -7037,7 +7037,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
7037
7037
|
subtitle?: string | undefined;
|
|
7038
7038
|
investment?: {
|
|
7039
7039
|
amount: string;
|
|
7040
|
-
|
|
7040
|
+
stakerInfo: {
|
|
7041
7041
|
address: string;
|
|
7042
7042
|
name?: string | undefined;
|
|
7043
7043
|
iconUrl?: string | undefined;
|
|
@@ -7052,7 +7052,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
7052
7052
|
subtitle?: string | undefined;
|
|
7053
7053
|
investment?: {
|
|
7054
7054
|
amount: string;
|
|
7055
|
-
|
|
7055
|
+
stakerInfo: {
|
|
7056
7056
|
address: string;
|
|
7057
7057
|
name?: string | undefined;
|
|
7058
7058
|
iconUrl?: string | undefined;
|
|
@@ -7246,7 +7246,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
7246
7246
|
subtitle?: string | undefined;
|
|
7247
7247
|
investment?: {
|
|
7248
7248
|
amount: string;
|
|
7249
|
-
|
|
7249
|
+
stakerInfo: {
|
|
7250
7250
|
address: string;
|
|
7251
7251
|
name?: string | undefined;
|
|
7252
7252
|
iconUrl?: string | undefined;
|
|
@@ -7440,7 +7440,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
7440
7440
|
subtitle?: string | undefined;
|
|
7441
7441
|
investment?: {
|
|
7442
7442
|
amount: string;
|
|
7443
|
-
|
|
7443
|
+
stakerInfo: {
|
|
7444
7444
|
address: string;
|
|
7445
7445
|
name?: string | undefined;
|
|
7446
7446
|
iconUrl?: string | undefined;
|
|
@@ -8026,7 +8026,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8026
8026
|
currencyAmount: number;
|
|
8027
8027
|
} | null | undefined;
|
|
8028
8028
|
}>;
|
|
8029
|
-
|
|
8029
|
+
stakerInfo: z.ZodObject<{
|
|
8030
8030
|
name: z.ZodOptional<z.ZodString>;
|
|
8031
8031
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
8032
8032
|
address: z.ZodString;
|
|
@@ -8041,7 +8041,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8041
8041
|
}>;
|
|
8042
8042
|
}, "strip", z.ZodTypeAny, {
|
|
8043
8043
|
type: "staking";
|
|
8044
|
-
|
|
8044
|
+
stakerInfo: {
|
|
8045
8045
|
address: string;
|
|
8046
8046
|
name?: string | undefined;
|
|
8047
8047
|
iconUrl?: string | undefined;
|
|
@@ -8059,7 +8059,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8059
8059
|
counterparty: `0x${string}`;
|
|
8060
8060
|
}, {
|
|
8061
8061
|
type: "staking";
|
|
8062
|
-
|
|
8062
|
+
stakerInfo: {
|
|
8063
8063
|
address: string;
|
|
8064
8064
|
name?: string | undefined;
|
|
8065
8065
|
iconUrl?: string | undefined;
|
|
@@ -8474,7 +8474,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8474
8474
|
currencyAmount: number;
|
|
8475
8475
|
} | null | undefined;
|
|
8476
8476
|
}>;
|
|
8477
|
-
|
|
8477
|
+
stakerInfo: z.ZodObject<{
|
|
8478
8478
|
name: z.ZodOptional<z.ZodString>;
|
|
8479
8479
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
8480
8480
|
address: z.ZodString;
|
|
@@ -8489,7 +8489,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8489
8489
|
}>;
|
|
8490
8490
|
}, "strip", z.ZodTypeAny, {
|
|
8491
8491
|
type: "staking";
|
|
8492
|
-
|
|
8492
|
+
stakerInfo: {
|
|
8493
8493
|
address: string;
|
|
8494
8494
|
name?: string | undefined;
|
|
8495
8495
|
iconUrl?: string | undefined;
|
|
@@ -8507,7 +8507,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8507
8507
|
counterparty: `0x${string}`;
|
|
8508
8508
|
}, {
|
|
8509
8509
|
type: "staking";
|
|
8510
|
-
|
|
8510
|
+
stakerInfo: {
|
|
8511
8511
|
address: string;
|
|
8512
8512
|
name?: string | undefined;
|
|
8513
8513
|
iconUrl?: string | undefined;
|
|
@@ -8602,7 +8602,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8602
8602
|
} | null | undefined;
|
|
8603
8603
|
} | {
|
|
8604
8604
|
type: "staking";
|
|
8605
|
-
|
|
8605
|
+
stakerInfo: {
|
|
8606
8606
|
address: string;
|
|
8607
8607
|
name?: string | undefined;
|
|
8608
8608
|
iconUrl?: string | undefined;
|
|
@@ -8697,7 +8697,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8697
8697
|
} | null | undefined;
|
|
8698
8698
|
} | {
|
|
8699
8699
|
type: "staking";
|
|
8700
|
-
|
|
8700
|
+
stakerInfo: {
|
|
8701
8701
|
address: string;
|
|
8702
8702
|
name?: string | undefined;
|
|
8703
8703
|
iconUrl?: string | undefined;
|
|
@@ -8795,7 +8795,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8795
8795
|
} | null | undefined;
|
|
8796
8796
|
} | {
|
|
8797
8797
|
type: "staking";
|
|
8798
|
-
|
|
8798
|
+
stakerInfo: {
|
|
8799
8799
|
address: string;
|
|
8800
8800
|
name?: string | undefined;
|
|
8801
8801
|
iconUrl?: string | undefined;
|
|
@@ -8893,7 +8893,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8893
8893
|
} | null | undefined;
|
|
8894
8894
|
} | {
|
|
8895
8895
|
type: "staking";
|
|
8896
|
-
|
|
8896
|
+
stakerInfo: {
|
|
8897
8897
|
address: string;
|
|
8898
8898
|
name?: string | undefined;
|
|
8899
8899
|
iconUrl?: string | undefined;
|
|
@@ -9803,7 +9803,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
9803
9803
|
} | null | undefined;
|
|
9804
9804
|
} | {
|
|
9805
9805
|
type: "staking";
|
|
9806
|
-
|
|
9806
|
+
stakerInfo: {
|
|
9807
9807
|
address: string;
|
|
9808
9808
|
name?: string | undefined;
|
|
9809
9809
|
iconUrl?: string | undefined;
|
|
@@ -9899,7 +9899,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
9899
9899
|
} | null | undefined;
|
|
9900
9900
|
} | {
|
|
9901
9901
|
type: "staking";
|
|
9902
|
-
|
|
9902
|
+
stakerInfo: {
|
|
9903
9903
|
address: string;
|
|
9904
9904
|
name?: string | undefined;
|
|
9905
9905
|
iconUrl?: string | undefined;
|
|
@@ -10201,7 +10201,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
10201
10201
|
} | null | undefined;
|
|
10202
10202
|
} | {
|
|
10203
10203
|
type: "staking";
|
|
10204
|
-
|
|
10204
|
+
stakerInfo: {
|
|
10205
10205
|
address: string;
|
|
10206
10206
|
name?: string | undefined;
|
|
10207
10207
|
iconUrl?: string | undefined;
|
|
@@ -10297,7 +10297,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
10297
10297
|
} | null | undefined;
|
|
10298
10298
|
} | {
|
|
10299
10299
|
type: "staking";
|
|
10300
|
-
|
|
10300
|
+
stakerInfo: {
|
|
10301
10301
|
address: string;
|
|
10302
10302
|
name?: string | undefined;
|
|
10303
10303
|
iconUrl?: string | undefined;
|
|
@@ -11092,7 +11092,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11092
11092
|
currencyAmount: number;
|
|
11093
11093
|
} | null | undefined;
|
|
11094
11094
|
}>;
|
|
11095
|
-
|
|
11095
|
+
stakerInfo: z.ZodObject<{
|
|
11096
11096
|
name: z.ZodOptional<z.ZodString>;
|
|
11097
11097
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
11098
11098
|
address: z.ZodString;
|
|
@@ -11107,7 +11107,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11107
11107
|
}>;
|
|
11108
11108
|
}, "strip", z.ZodTypeAny, {
|
|
11109
11109
|
type: "staking";
|
|
11110
|
-
|
|
11110
|
+
stakerInfo: {
|
|
11111
11111
|
address: string;
|
|
11112
11112
|
name?: string | undefined;
|
|
11113
11113
|
iconUrl?: string | undefined;
|
|
@@ -11125,7 +11125,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11125
11125
|
counterparty: `0x${string}`;
|
|
11126
11126
|
}, {
|
|
11127
11127
|
type: "staking";
|
|
11128
|
-
|
|
11128
|
+
stakerInfo: {
|
|
11129
11129
|
address: string;
|
|
11130
11130
|
name?: string | undefined;
|
|
11131
11131
|
iconUrl?: string | undefined;
|
|
@@ -11540,7 +11540,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11540
11540
|
currencyAmount: number;
|
|
11541
11541
|
} | null | undefined;
|
|
11542
11542
|
}>;
|
|
11543
|
-
|
|
11543
|
+
stakerInfo: z.ZodObject<{
|
|
11544
11544
|
name: z.ZodOptional<z.ZodString>;
|
|
11545
11545
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
11546
11546
|
address: z.ZodString;
|
|
@@ -11555,7 +11555,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11555
11555
|
}>;
|
|
11556
11556
|
}, "strip", z.ZodTypeAny, {
|
|
11557
11557
|
type: "staking";
|
|
11558
|
-
|
|
11558
|
+
stakerInfo: {
|
|
11559
11559
|
address: string;
|
|
11560
11560
|
name?: string | undefined;
|
|
11561
11561
|
iconUrl?: string | undefined;
|
|
@@ -11573,7 +11573,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11573
11573
|
counterparty: `0x${string}`;
|
|
11574
11574
|
}, {
|
|
11575
11575
|
type: "staking";
|
|
11576
|
-
|
|
11576
|
+
stakerInfo: {
|
|
11577
11577
|
address: string;
|
|
11578
11578
|
name?: string | undefined;
|
|
11579
11579
|
iconUrl?: string | undefined;
|
|
@@ -11668,7 +11668,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11668
11668
|
} | null | undefined;
|
|
11669
11669
|
} | {
|
|
11670
11670
|
type: "staking";
|
|
11671
|
-
|
|
11671
|
+
stakerInfo: {
|
|
11672
11672
|
address: string;
|
|
11673
11673
|
name?: string | undefined;
|
|
11674
11674
|
iconUrl?: string | undefined;
|
|
@@ -11763,7 +11763,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11763
11763
|
} | null | undefined;
|
|
11764
11764
|
} | {
|
|
11765
11765
|
type: "staking";
|
|
11766
|
-
|
|
11766
|
+
stakerInfo: {
|
|
11767
11767
|
address: string;
|
|
11768
11768
|
name?: string | undefined;
|
|
11769
11769
|
iconUrl?: string | undefined;
|
|
@@ -11861,7 +11861,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11861
11861
|
} | null | undefined;
|
|
11862
11862
|
} | {
|
|
11863
11863
|
type: "staking";
|
|
11864
|
-
|
|
11864
|
+
stakerInfo: {
|
|
11865
11865
|
address: string;
|
|
11866
11866
|
name?: string | undefined;
|
|
11867
11867
|
iconUrl?: string | undefined;
|
|
@@ -11959,7 +11959,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11959
11959
|
} | null | undefined;
|
|
11960
11960
|
} | {
|
|
11961
11961
|
type: "staking";
|
|
11962
|
-
|
|
11962
|
+
stakerInfo: {
|
|
11963
11963
|
address: string;
|
|
11964
11964
|
name?: string | undefined;
|
|
11965
11965
|
iconUrl?: string | undefined;
|
|
@@ -12869,7 +12869,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12869
12869
|
} | null | undefined;
|
|
12870
12870
|
} | {
|
|
12871
12871
|
type: "staking";
|
|
12872
|
-
|
|
12872
|
+
stakerInfo: {
|
|
12873
12873
|
address: string;
|
|
12874
12874
|
name?: string | undefined;
|
|
12875
12875
|
iconUrl?: string | undefined;
|
|
@@ -12965,7 +12965,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12965
12965
|
} | null | undefined;
|
|
12966
12966
|
} | {
|
|
12967
12967
|
type: "staking";
|
|
12968
|
-
|
|
12968
|
+
stakerInfo: {
|
|
12969
12969
|
address: string;
|
|
12970
12970
|
name?: string | undefined;
|
|
12971
12971
|
iconUrl?: string | undefined;
|
|
@@ -13267,7 +13267,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
13267
13267
|
} | null | undefined;
|
|
13268
13268
|
} | {
|
|
13269
13269
|
type: "staking";
|
|
13270
|
-
|
|
13270
|
+
stakerInfo: {
|
|
13271
13271
|
address: string;
|
|
13272
13272
|
name?: string | undefined;
|
|
13273
13273
|
iconUrl?: string | undefined;
|
|
@@ -13363,7 +13363,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
13363
13363
|
} | null | undefined;
|
|
13364
13364
|
} | {
|
|
13365
13365
|
type: "staking";
|
|
13366
|
-
|
|
13366
|
+
stakerInfo: {
|
|
13367
13367
|
address: string;
|
|
13368
13368
|
name?: string | undefined;
|
|
13369
13369
|
iconUrl?: string | undefined;
|
|
@@ -13673,7 +13673,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
13673
13673
|
} | null | undefined;
|
|
13674
13674
|
} | {
|
|
13675
13675
|
type: "staking";
|
|
13676
|
-
|
|
13676
|
+
stakerInfo: {
|
|
13677
13677
|
address: string;
|
|
13678
13678
|
name?: string | undefined;
|
|
13679
13679
|
iconUrl?: string | undefined;
|
|
@@ -13769,7 +13769,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
13769
13769
|
} | null | undefined;
|
|
13770
13770
|
} | {
|
|
13771
13771
|
type: "staking";
|
|
13772
|
-
|
|
13772
|
+
stakerInfo: {
|
|
13773
13773
|
address: string;
|
|
13774
13774
|
name?: string | undefined;
|
|
13775
13775
|
iconUrl?: string | undefined;
|
|
@@ -14077,7 +14077,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
14077
14077
|
} | null | undefined;
|
|
14078
14078
|
} | {
|
|
14079
14079
|
type: "staking";
|
|
14080
|
-
|
|
14080
|
+
stakerInfo: {
|
|
14081
14081
|
address: string;
|
|
14082
14082
|
name?: string | undefined;
|
|
14083
14083
|
iconUrl?: string | undefined;
|
|
@@ -14173,7 +14173,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
14173
14173
|
} | null | undefined;
|
|
14174
14174
|
} | {
|
|
14175
14175
|
type: "staking";
|
|
14176
|
-
|
|
14176
|
+
stakerInfo: {
|
|
14177
14177
|
address: string;
|
|
14178
14178
|
name?: string | undefined;
|
|
14179
14179
|
iconUrl?: string | undefined;
|