@xyo-network/xl1-rpc 2.0.8 → 2.0.9
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/neutral/index.mjs +89 -101
- package/dist/neutral/index.mjs.map +3 -3
- package/dist/neutral/provider/runner/JsonRpcMempoolRunner/JsonRpcMempoolRunnerMethods.d.ts +12 -12
- package/dist/neutral/provider/runner/JsonRpcXyoRunner.d.ts +8 -8
- package/dist/neutral/provider/signer/JsonRpcXyoSignerMethods.d.ts +22 -22
- package/dist/neutral/provider/signer/JsonRpcXyoSignerMethods.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcAccountBalanceViewer/JsonRpcAccountBalanceViewer.d.ts +5 -5
- package/dist/neutral/provider/viewer/JsonRpcAccountBalanceViewer/JsonRpcAccountBalanceViewer.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcAccountBalanceViewer/JsonRpcAccountBalanceViewerMethods.d.ts +70 -70
- package/dist/neutral/provider/viewer/JsonRpcAccountBalanceViewer/JsonRpcAccountBalanceViewerMethods.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcFinalizationViewer/JsonRpcFinalizationViewerMethods.d.ts +4 -4
- package/dist/neutral/provider/viewer/JsonRpcMempoolViewer/JsonRpcMempoolViewerMethods.d.ts +12 -12
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakeStepRewardsByPositionViewer/JsonRpcNetworkStakeStepRewardsByPositionViewerMethods.d.ts +20 -20
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakeStepRewardsByStakerViewer/JsonRpcNetworkStakeStepRewardsByStakerViewerMethods.d.ts +40 -40
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakeStepRewardsByStepViewer/JsonRpcNetworkStakeStepRewardsByStepViewerMethods.d.ts +40 -40
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakeStepRewardsTotalViewer/JsonRpcNetworkStakeStepRewardsTotalViewerMethods.d.ts +20 -20
- package/dist/neutral/provider/viewer/JsonRpcStakeTotalsViewer/JsonRpcStakeTotalsViewerMethods.d.ts +21 -21
- package/dist/neutral/provider/viewer/JsonRpcStakeTotalsViewer/JsonRpcStakeTotalsViewerMethods.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcStakeViewer/JsonRpcStakeViewerMethods.d.ts +140 -140
- package/dist/neutral/provider/viewer/JsonRpcStakeViewer/JsonRpcStakeViewerMethods.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcTransactionViewer/JsonRpcTransactionViewer.d.ts +28 -28
- package/dist/neutral/provider/viewer/JsonRpcXyoViewer.d.ts +234 -233
- package/dist/neutral/provider/viewer/JsonRpcXyoViewer.d.ts.map +1 -1
- package/dist/neutral/types/schema/AccountBalanceViewerRpcSchemas.d.ts +66 -66
- package/dist/neutral/types/schema/AccountBalanceViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/AllRpcSchemas.d.ts +658 -658
- package/dist/neutral/types/schema/FinalizationViewerRpcSchemas.d.ts +4 -4
- package/dist/neutral/types/schema/MempoolRunnerRpcSchemas.d.ts +12 -12
- package/dist/neutral/types/schema/MempoolViewerRpcSchemas.d.ts +12 -12
- package/dist/neutral/types/schema/RewardsByPositionViewerRpcSchemas.d.ts +20 -20
- package/dist/neutral/types/schema/RewardsByStakerViewerRpcSchemas.d.ts +40 -40
- package/dist/neutral/types/schema/RewardsByStakerViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/RewardsByStepViewerRpcSchemas.d.ts +40 -40
- package/dist/neutral/types/schema/RewardsByStepViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/RewardsTotalViewerRpcSchemas.d.ts +20 -20
- package/dist/neutral/types/schema/StakeTotalsViewerRpcSchemas.d.ts +16 -16
- package/dist/neutral/types/schema/StakeTotalsViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/StakeViewerRpcSchemas.d.ts +116 -116
- package/dist/neutral/types/schema/StepViewerRpcSchemas.d.ts +24 -24
- package/dist/neutral/types/schema/TransactionViewerRpcSchema.d.ts +32 -32
- package/dist/neutral/types/schema/XyoRunnerRpcSchemas.d.ts +8 -8
- package/dist/neutral/types/schema/XyoSignerRpcSchemas.d.ts +20 -20
- package/dist/neutral/types/schema/XyoViewerRpcSchemas.d.ts +216 -216
- package/dist/node/index-node.mjs +89 -101
- package/dist/node/index-node.mjs.map +3 -3
- package/dist/node/provider/runner/JsonRpcMempoolRunner/JsonRpcMempoolRunnerMethods.d.ts +12 -12
- package/dist/node/provider/runner/JsonRpcXyoRunner.d.ts +8 -8
- package/dist/node/provider/signer/JsonRpcXyoSignerMethods.d.ts +22 -22
- package/dist/node/provider/signer/JsonRpcXyoSignerMethods.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcAccountBalanceViewer/JsonRpcAccountBalanceViewer.d.ts +5 -5
- package/dist/node/provider/viewer/JsonRpcAccountBalanceViewer/JsonRpcAccountBalanceViewer.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcAccountBalanceViewer/JsonRpcAccountBalanceViewerMethods.d.ts +70 -70
- package/dist/node/provider/viewer/JsonRpcAccountBalanceViewer/JsonRpcAccountBalanceViewerMethods.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcFinalizationViewer/JsonRpcFinalizationViewerMethods.d.ts +4 -4
- package/dist/node/provider/viewer/JsonRpcMempoolViewer/JsonRpcMempoolViewerMethods.d.ts +12 -12
- package/dist/node/provider/viewer/JsonRpcNetworkStakeStepRewardsByPositionViewer/JsonRpcNetworkStakeStepRewardsByPositionViewerMethods.d.ts +20 -20
- package/dist/node/provider/viewer/JsonRpcNetworkStakeStepRewardsByStakerViewer/JsonRpcNetworkStakeStepRewardsByStakerViewerMethods.d.ts +40 -40
- package/dist/node/provider/viewer/JsonRpcNetworkStakeStepRewardsByStepViewer/JsonRpcNetworkStakeStepRewardsByStepViewerMethods.d.ts +40 -40
- package/dist/node/provider/viewer/JsonRpcNetworkStakeStepRewardsTotalViewer/JsonRpcNetworkStakeStepRewardsTotalViewerMethods.d.ts +20 -20
- package/dist/node/provider/viewer/JsonRpcStakeTotalsViewer/JsonRpcStakeTotalsViewerMethods.d.ts +21 -21
- package/dist/node/provider/viewer/JsonRpcStakeTotalsViewer/JsonRpcStakeTotalsViewerMethods.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcStakeViewer/JsonRpcStakeViewerMethods.d.ts +140 -140
- package/dist/node/provider/viewer/JsonRpcStakeViewer/JsonRpcStakeViewerMethods.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcTransactionViewer/JsonRpcTransactionViewer.d.ts +28 -28
- package/dist/node/provider/viewer/JsonRpcXyoViewer.d.ts +234 -233
- package/dist/node/provider/viewer/JsonRpcXyoViewer.d.ts.map +1 -1
- package/dist/node/types/schema/AccountBalanceViewerRpcSchemas.d.ts +66 -66
- package/dist/node/types/schema/AccountBalanceViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/AllRpcSchemas.d.ts +658 -658
- package/dist/node/types/schema/FinalizationViewerRpcSchemas.d.ts +4 -4
- package/dist/node/types/schema/MempoolRunnerRpcSchemas.d.ts +12 -12
- package/dist/node/types/schema/MempoolViewerRpcSchemas.d.ts +12 -12
- package/dist/node/types/schema/RewardsByPositionViewerRpcSchemas.d.ts +20 -20
- package/dist/node/types/schema/RewardsByStakerViewerRpcSchemas.d.ts +40 -40
- package/dist/node/types/schema/RewardsByStakerViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/RewardsByStepViewerRpcSchemas.d.ts +40 -40
- package/dist/node/types/schema/RewardsByStepViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/RewardsTotalViewerRpcSchemas.d.ts +20 -20
- package/dist/node/types/schema/StakeTotalsViewerRpcSchemas.d.ts +16 -16
- package/dist/node/types/schema/StakeTotalsViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/StakeViewerRpcSchemas.d.ts +116 -116
- package/dist/node/types/schema/StepViewerRpcSchemas.d.ts +24 -24
- package/dist/node/types/schema/TransactionViewerRpcSchema.d.ts +32 -32
- package/dist/node/types/schema/XyoRunnerRpcSchemas.d.ts +8 -8
- package/dist/node/types/schema/XyoSignerRpcSchemas.d.ts +20 -20
- package/dist/node/types/schema/XyoViewerRpcSchemas.d.ts +216 -216
- package/package.json +11 -9
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { XyoAddress } from '@xyo-network/address';
|
|
2
2
|
import type { StakeViewerMethods } from '@xyo-network/xl1-protocol-lib';
|
|
3
3
|
import { StakeViewerRpcSchemas } from '../../../types/index.ts';
|
|
4
4
|
import { AbstractJsonRpcViewer } from '../JsonRpcViewer.ts';
|
|
@@ -6,84 +6,84 @@ import { AbstractJsonRpcViewer } from '../JsonRpcViewer.ts';
|
|
|
6
6
|
export declare class JsonRpcStakeViewerMethods extends AbstractJsonRpcViewer<StakeViewerRpcSchemas> implements StakeViewerMethods {
|
|
7
7
|
readonly moniker: "StakeViewer";
|
|
8
8
|
minWithdrawalBlocks(): Promise<number>;
|
|
9
|
-
rewardsContract(): Promise<Lowercase<string> & {
|
|
9
|
+
rewardsContract(): Promise<(Lowercase<string> & {
|
|
10
10
|
readonly __hex: true;
|
|
11
11
|
} & {
|
|
12
12
|
readonly __address: true;
|
|
13
|
-
}>;
|
|
13
|
+
}) | import("@xyo-network/address").XyoQuant1Address>;
|
|
14
14
|
stakeById(id: number): Promise<{
|
|
15
15
|
addBlock: number;
|
|
16
16
|
amount: import("@xyo-network/xl1-protocol-lib").AttoXL1;
|
|
17
17
|
id: import("@xyo-network/xl1-protocol-lib").PositionId;
|
|
18
18
|
removeBlock: number;
|
|
19
|
-
staked: Lowercase<string> & {
|
|
19
|
+
staked: (Lowercase<string> & {
|
|
20
20
|
readonly __hex: true;
|
|
21
21
|
} & {
|
|
22
22
|
readonly __address: true;
|
|
23
|
-
};
|
|
24
|
-
staker: Lowercase<string> & {
|
|
23
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
24
|
+
staker: (Lowercase<string> & {
|
|
25
25
|
readonly __hex: true;
|
|
26
26
|
} & {
|
|
27
27
|
readonly __address: true;
|
|
28
|
-
};
|
|
28
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
29
29
|
withdrawBlock: number;
|
|
30
30
|
}>;
|
|
31
|
-
stakeByStaker(staker:
|
|
31
|
+
stakeByStaker(staker: XyoAddress, slot: number): Promise<{
|
|
32
32
|
addBlock: number;
|
|
33
33
|
amount: import("@xyo-network/xl1-protocol-lib").AttoXL1;
|
|
34
34
|
id: import("@xyo-network/xl1-protocol-lib").PositionId;
|
|
35
35
|
removeBlock: number;
|
|
36
|
-
staked: Lowercase<string> & {
|
|
36
|
+
staked: (Lowercase<string> & {
|
|
37
37
|
readonly __hex: true;
|
|
38
38
|
} & {
|
|
39
39
|
readonly __address: true;
|
|
40
|
-
};
|
|
41
|
-
staker: Lowercase<string> & {
|
|
40
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
41
|
+
staker: (Lowercase<string> & {
|
|
42
42
|
readonly __hex: true;
|
|
43
43
|
} & {
|
|
44
44
|
readonly __address: true;
|
|
45
|
-
};
|
|
45
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
46
46
|
withdrawBlock: number;
|
|
47
47
|
}>;
|
|
48
|
-
stakesByStaked(staked:
|
|
48
|
+
stakesByStaked(staked: XyoAddress): Promise<{
|
|
49
49
|
addBlock: number;
|
|
50
50
|
amount: import("@xyo-network/xl1-protocol-lib").AttoXL1;
|
|
51
51
|
id: import("@xyo-network/xl1-protocol-lib").PositionId;
|
|
52
52
|
removeBlock: number;
|
|
53
|
-
staked: Lowercase<string> & {
|
|
53
|
+
staked: (Lowercase<string> & {
|
|
54
54
|
readonly __hex: true;
|
|
55
55
|
} & {
|
|
56
56
|
readonly __address: true;
|
|
57
|
-
};
|
|
58
|
-
staker: Lowercase<string> & {
|
|
57
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
58
|
+
staker: (Lowercase<string> & {
|
|
59
59
|
readonly __hex: true;
|
|
60
60
|
} & {
|
|
61
61
|
readonly __address: true;
|
|
62
|
-
};
|
|
62
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
63
63
|
withdrawBlock: number;
|
|
64
64
|
}[]>;
|
|
65
|
-
stakesByStaker(staker:
|
|
65
|
+
stakesByStaker(staker: XyoAddress): Promise<{
|
|
66
66
|
addBlock: number;
|
|
67
67
|
amount: import("@xyo-network/xl1-protocol-lib").AttoXL1;
|
|
68
68
|
id: import("@xyo-network/xl1-protocol-lib").PositionId;
|
|
69
69
|
removeBlock: number;
|
|
70
|
-
staked: Lowercase<string> & {
|
|
70
|
+
staked: (Lowercase<string> & {
|
|
71
71
|
readonly __hex: true;
|
|
72
72
|
} & {
|
|
73
73
|
readonly __address: true;
|
|
74
|
-
};
|
|
75
|
-
staker: Lowercase<string> & {
|
|
74
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
75
|
+
staker: (Lowercase<string> & {
|
|
76
76
|
readonly __hex: true;
|
|
77
77
|
} & {
|
|
78
78
|
readonly __address: true;
|
|
79
|
-
};
|
|
79
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
80
80
|
withdrawBlock: number;
|
|
81
81
|
}[]>;
|
|
82
|
-
stakingTokenAddress(): Promise<Lowercase<string> & {
|
|
82
|
+
stakingTokenAddress(): Promise<(Lowercase<string> & {
|
|
83
83
|
readonly __hex: true;
|
|
84
84
|
} & {
|
|
85
85
|
readonly __address: true;
|
|
86
|
-
}>;
|
|
86
|
+
}) | import("@xyo-network/address").XyoQuant1Address>;
|
|
87
87
|
protected schemas(): {
|
|
88
88
|
stakeViewer_minWithdrawalBlocks: {
|
|
89
89
|
params: {
|
|
@@ -101,16 +101,16 @@ export declare class JsonRpcStakeViewerMethods extends AbstractJsonRpcViewer<Sta
|
|
|
101
101
|
from: import("zod").ZodDefault<import("zod").ZodTuple<[], null>>;
|
|
102
102
|
};
|
|
103
103
|
result: {
|
|
104
|
-
to: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
104
|
+
to: import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
105
105
|
readonly __hex: true;
|
|
106
106
|
} & {
|
|
107
107
|
readonly __address: true;
|
|
108
|
-
}, string
|
|
109
|
-
from: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
108
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>;
|
|
109
|
+
from: import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
110
110
|
readonly __hex: true;
|
|
111
111
|
} & {
|
|
112
112
|
readonly __address: true;
|
|
113
|
-
}, string
|
|
113
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>;
|
|
114
114
|
};
|
|
115
115
|
};
|
|
116
116
|
stakeViewer_stakeById: {
|
|
@@ -124,64 +124,64 @@ export declare class JsonRpcStakeViewerMethods extends AbstractJsonRpcViewer<Sta
|
|
|
124
124
|
addBlock: import("zod").ZodNumber;
|
|
125
125
|
id: import("zod").ZodNumber;
|
|
126
126
|
removeBlock: import("zod").ZodNumber;
|
|
127
|
-
staked: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
127
|
+
staked: import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
128
128
|
readonly __hex: true;
|
|
129
129
|
} & {
|
|
130
130
|
readonly __address: true;
|
|
131
|
-
}, string
|
|
132
|
-
staker: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
131
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>;
|
|
132
|
+
staker: import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
133
133
|
readonly __hex: true;
|
|
134
134
|
} & {
|
|
135
135
|
readonly __address: true;
|
|
136
|
-
}, string
|
|
136
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>;
|
|
137
137
|
withdrawBlock: import("zod").ZodNumber;
|
|
138
138
|
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
139
139
|
addBlock: number;
|
|
140
140
|
amount: import("@xylabs/sdk-js").BrandedHex;
|
|
141
141
|
id: number;
|
|
142
142
|
removeBlock: number;
|
|
143
|
-
staked: Lowercase<string> & {
|
|
143
|
+
staked: (Lowercase<string> & {
|
|
144
144
|
readonly __hex: true;
|
|
145
145
|
} & {
|
|
146
146
|
readonly __address: true;
|
|
147
|
-
};
|
|
148
|
-
staker: Lowercase<string> & {
|
|
147
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
148
|
+
staker: (Lowercase<string> & {
|
|
149
149
|
readonly __hex: true;
|
|
150
150
|
} & {
|
|
151
151
|
readonly __address: true;
|
|
152
|
-
};
|
|
152
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
153
153
|
withdrawBlock: number;
|
|
154
154
|
}, {
|
|
155
155
|
amount: bigint;
|
|
156
156
|
addBlock: number;
|
|
157
157
|
id: number;
|
|
158
158
|
removeBlock: number;
|
|
159
|
-
staked: Lowercase<string> & {
|
|
159
|
+
staked: (Lowercase<string> & {
|
|
160
160
|
readonly __hex: true;
|
|
161
161
|
} & {
|
|
162
162
|
readonly __address: true;
|
|
163
|
-
};
|
|
164
|
-
staker: Lowercase<string> & {
|
|
163
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
164
|
+
staker: (Lowercase<string> & {
|
|
165
165
|
readonly __hex: true;
|
|
166
166
|
} & {
|
|
167
167
|
readonly __address: true;
|
|
168
|
-
};
|
|
168
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
169
169
|
withdrawBlock: number;
|
|
170
170
|
}>>;
|
|
171
171
|
from: import("zod").ZodPipe<import("zod").ZodObject<{
|
|
172
172
|
addBlock: import("zod").ZodNumber;
|
|
173
173
|
id: import("zod").ZodNumber;
|
|
174
174
|
removeBlock: import("zod").ZodNumber;
|
|
175
|
-
staked: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
175
|
+
staked: import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
176
176
|
readonly __hex: true;
|
|
177
177
|
} & {
|
|
178
178
|
readonly __address: true;
|
|
179
|
-
}, string
|
|
180
|
-
staker: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
179
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>;
|
|
180
|
+
staker: import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
181
181
|
readonly __hex: true;
|
|
182
182
|
} & {
|
|
183
183
|
readonly __address: true;
|
|
184
|
-
}, string
|
|
184
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>;
|
|
185
185
|
withdrawBlock: import("zod").ZodNumber;
|
|
186
186
|
amount: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>;
|
|
187
187
|
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
@@ -189,31 +189,31 @@ export declare class JsonRpcStakeViewerMethods extends AbstractJsonRpcViewer<Sta
|
|
|
189
189
|
amount: import("@xyo-network/xl1-protocol-lib").AttoXL1;
|
|
190
190
|
id: import("@xyo-network/xl1-protocol-lib").PositionId;
|
|
191
191
|
removeBlock: number;
|
|
192
|
-
staked: Lowercase<string> & {
|
|
192
|
+
staked: (Lowercase<string> & {
|
|
193
193
|
readonly __hex: true;
|
|
194
194
|
} & {
|
|
195
195
|
readonly __address: true;
|
|
196
|
-
};
|
|
197
|
-
staker: Lowercase<string> & {
|
|
196
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
197
|
+
staker: (Lowercase<string> & {
|
|
198
198
|
readonly __hex: true;
|
|
199
199
|
} & {
|
|
200
200
|
readonly __address: true;
|
|
201
|
-
};
|
|
201
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
202
202
|
withdrawBlock: number;
|
|
203
203
|
}, {
|
|
204
204
|
addBlock: number;
|
|
205
205
|
id: number;
|
|
206
206
|
removeBlock: number;
|
|
207
|
-
staked: Lowercase<string> & {
|
|
207
|
+
staked: (Lowercase<string> & {
|
|
208
208
|
readonly __hex: true;
|
|
209
209
|
} & {
|
|
210
210
|
readonly __address: true;
|
|
211
|
-
};
|
|
212
|
-
staker: Lowercase<string> & {
|
|
211
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
212
|
+
staker: (Lowercase<string> & {
|
|
213
213
|
readonly __hex: true;
|
|
214
214
|
} & {
|
|
215
215
|
readonly __address: true;
|
|
216
|
-
};
|
|
216
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
217
217
|
withdrawBlock: number;
|
|
218
218
|
amount: import("@xylabs/sdk-js").BrandedHex;
|
|
219
219
|
}>>;
|
|
@@ -221,16 +221,16 @@ export declare class JsonRpcStakeViewerMethods extends AbstractJsonRpcViewer<Sta
|
|
|
221
221
|
};
|
|
222
222
|
stakeViewer_stakeByStaker: {
|
|
223
223
|
params: {
|
|
224
|
-
to: import("zod").ZodTuple<[import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
224
|
+
to: import("zod").ZodTuple<[import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
225
225
|
readonly __hex: true;
|
|
226
226
|
} & {
|
|
227
227
|
readonly __address: true;
|
|
228
|
-
}, string>>, import("zod").ZodNumber], null>;
|
|
229
|
-
from: import("zod").ZodTuple<[import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
228
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>, import("zod").ZodNumber], null>;
|
|
229
|
+
from: import("zod").ZodTuple<[import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
230
230
|
readonly __hex: true;
|
|
231
231
|
} & {
|
|
232
232
|
readonly __address: true;
|
|
233
|
-
}, string>>, import("zod").ZodNumber], null>;
|
|
233
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>, import("zod").ZodNumber], null>;
|
|
234
234
|
};
|
|
235
235
|
result: {
|
|
236
236
|
to: import("zod").ZodPipe<import("zod").ZodObject<{
|
|
@@ -238,64 +238,64 @@ export declare class JsonRpcStakeViewerMethods extends AbstractJsonRpcViewer<Sta
|
|
|
238
238
|
addBlock: import("zod").ZodNumber;
|
|
239
239
|
id: import("zod").ZodNumber;
|
|
240
240
|
removeBlock: import("zod").ZodNumber;
|
|
241
|
-
staked: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
241
|
+
staked: import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
242
242
|
readonly __hex: true;
|
|
243
243
|
} & {
|
|
244
244
|
readonly __address: true;
|
|
245
|
-
}, string
|
|
246
|
-
staker: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
245
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>;
|
|
246
|
+
staker: import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
247
247
|
readonly __hex: true;
|
|
248
248
|
} & {
|
|
249
249
|
readonly __address: true;
|
|
250
|
-
}, string
|
|
250
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>;
|
|
251
251
|
withdrawBlock: import("zod").ZodNumber;
|
|
252
252
|
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
253
253
|
addBlock: number;
|
|
254
254
|
amount: import("@xylabs/sdk-js").BrandedHex;
|
|
255
255
|
id: number;
|
|
256
256
|
removeBlock: number;
|
|
257
|
-
staked: Lowercase<string> & {
|
|
257
|
+
staked: (Lowercase<string> & {
|
|
258
258
|
readonly __hex: true;
|
|
259
259
|
} & {
|
|
260
260
|
readonly __address: true;
|
|
261
|
-
};
|
|
262
|
-
staker: Lowercase<string> & {
|
|
261
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
262
|
+
staker: (Lowercase<string> & {
|
|
263
263
|
readonly __hex: true;
|
|
264
264
|
} & {
|
|
265
265
|
readonly __address: true;
|
|
266
|
-
};
|
|
266
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
267
267
|
withdrawBlock: number;
|
|
268
268
|
}, {
|
|
269
269
|
amount: bigint;
|
|
270
270
|
addBlock: number;
|
|
271
271
|
id: number;
|
|
272
272
|
removeBlock: number;
|
|
273
|
-
staked: Lowercase<string> & {
|
|
273
|
+
staked: (Lowercase<string> & {
|
|
274
274
|
readonly __hex: true;
|
|
275
275
|
} & {
|
|
276
276
|
readonly __address: true;
|
|
277
|
-
};
|
|
278
|
-
staker: Lowercase<string> & {
|
|
277
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
278
|
+
staker: (Lowercase<string> & {
|
|
279
279
|
readonly __hex: true;
|
|
280
280
|
} & {
|
|
281
281
|
readonly __address: true;
|
|
282
|
-
};
|
|
282
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
283
283
|
withdrawBlock: number;
|
|
284
284
|
}>>;
|
|
285
285
|
from: import("zod").ZodPipe<import("zod").ZodObject<{
|
|
286
286
|
addBlock: import("zod").ZodNumber;
|
|
287
287
|
id: import("zod").ZodNumber;
|
|
288
288
|
removeBlock: import("zod").ZodNumber;
|
|
289
|
-
staked: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
289
|
+
staked: import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
290
290
|
readonly __hex: true;
|
|
291
291
|
} & {
|
|
292
292
|
readonly __address: true;
|
|
293
|
-
}, string
|
|
294
|
-
staker: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
293
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>;
|
|
294
|
+
staker: import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
295
295
|
readonly __hex: true;
|
|
296
296
|
} & {
|
|
297
297
|
readonly __address: true;
|
|
298
|
-
}, string
|
|
298
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>;
|
|
299
299
|
withdrawBlock: import("zod").ZodNumber;
|
|
300
300
|
amount: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>;
|
|
301
301
|
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
@@ -303,31 +303,31 @@ export declare class JsonRpcStakeViewerMethods extends AbstractJsonRpcViewer<Sta
|
|
|
303
303
|
amount: import("@xyo-network/xl1-protocol-lib").AttoXL1;
|
|
304
304
|
id: import("@xyo-network/xl1-protocol-lib").PositionId;
|
|
305
305
|
removeBlock: number;
|
|
306
|
-
staked: Lowercase<string> & {
|
|
306
|
+
staked: (Lowercase<string> & {
|
|
307
307
|
readonly __hex: true;
|
|
308
308
|
} & {
|
|
309
309
|
readonly __address: true;
|
|
310
|
-
};
|
|
311
|
-
staker: Lowercase<string> & {
|
|
310
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
311
|
+
staker: (Lowercase<string> & {
|
|
312
312
|
readonly __hex: true;
|
|
313
313
|
} & {
|
|
314
314
|
readonly __address: true;
|
|
315
|
-
};
|
|
315
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
316
316
|
withdrawBlock: number;
|
|
317
317
|
}, {
|
|
318
318
|
addBlock: number;
|
|
319
319
|
id: number;
|
|
320
320
|
removeBlock: number;
|
|
321
|
-
staked: Lowercase<string> & {
|
|
321
|
+
staked: (Lowercase<string> & {
|
|
322
322
|
readonly __hex: true;
|
|
323
323
|
} & {
|
|
324
324
|
readonly __address: true;
|
|
325
|
-
};
|
|
326
|
-
staker: Lowercase<string> & {
|
|
325
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
326
|
+
staker: (Lowercase<string> & {
|
|
327
327
|
readonly __hex: true;
|
|
328
328
|
} & {
|
|
329
329
|
readonly __address: true;
|
|
330
|
-
};
|
|
330
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
331
331
|
withdrawBlock: number;
|
|
332
332
|
amount: import("@xylabs/sdk-js").BrandedHex;
|
|
333
333
|
}>>;
|
|
@@ -335,16 +335,16 @@ export declare class JsonRpcStakeViewerMethods extends AbstractJsonRpcViewer<Sta
|
|
|
335
335
|
};
|
|
336
336
|
stakeViewer_stakesByStaker: {
|
|
337
337
|
params: {
|
|
338
|
-
to: import("zod").ZodTuple<[import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
338
|
+
to: import("zod").ZodTuple<[import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
339
339
|
readonly __hex: true;
|
|
340
340
|
} & {
|
|
341
341
|
readonly __address: true;
|
|
342
|
-
}, string>>], null>;
|
|
343
|
-
from: import("zod").ZodTuple<[import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
342
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>], null>;
|
|
343
|
+
from: import("zod").ZodTuple<[import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
344
344
|
readonly __hex: true;
|
|
345
345
|
} & {
|
|
346
346
|
readonly __address: true;
|
|
347
|
-
}, string>>], null>;
|
|
347
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>], null>;
|
|
348
348
|
};
|
|
349
349
|
result: {
|
|
350
350
|
to: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodObject<{
|
|
@@ -352,64 +352,64 @@ export declare class JsonRpcStakeViewerMethods extends AbstractJsonRpcViewer<Sta
|
|
|
352
352
|
addBlock: import("zod").ZodNumber;
|
|
353
353
|
id: import("zod").ZodNumber;
|
|
354
354
|
removeBlock: import("zod").ZodNumber;
|
|
355
|
-
staked: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
355
|
+
staked: import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
356
356
|
readonly __hex: true;
|
|
357
357
|
} & {
|
|
358
358
|
readonly __address: true;
|
|
359
|
-
}, string
|
|
360
|
-
staker: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
359
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>;
|
|
360
|
+
staker: import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
361
361
|
readonly __hex: true;
|
|
362
362
|
} & {
|
|
363
363
|
readonly __address: true;
|
|
364
|
-
}, string
|
|
364
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>;
|
|
365
365
|
withdrawBlock: import("zod").ZodNumber;
|
|
366
366
|
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
367
367
|
addBlock: number;
|
|
368
368
|
amount: import("@xylabs/sdk-js").BrandedHex;
|
|
369
369
|
id: number;
|
|
370
370
|
removeBlock: number;
|
|
371
|
-
staked: Lowercase<string> & {
|
|
371
|
+
staked: (Lowercase<string> & {
|
|
372
372
|
readonly __hex: true;
|
|
373
373
|
} & {
|
|
374
374
|
readonly __address: true;
|
|
375
|
-
};
|
|
376
|
-
staker: Lowercase<string> & {
|
|
375
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
376
|
+
staker: (Lowercase<string> & {
|
|
377
377
|
readonly __hex: true;
|
|
378
378
|
} & {
|
|
379
379
|
readonly __address: true;
|
|
380
|
-
};
|
|
380
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
381
381
|
withdrawBlock: number;
|
|
382
382
|
}, {
|
|
383
383
|
amount: bigint;
|
|
384
384
|
addBlock: number;
|
|
385
385
|
id: number;
|
|
386
386
|
removeBlock: number;
|
|
387
|
-
staked: Lowercase<string> & {
|
|
387
|
+
staked: (Lowercase<string> & {
|
|
388
388
|
readonly __hex: true;
|
|
389
389
|
} & {
|
|
390
390
|
readonly __address: true;
|
|
391
|
-
};
|
|
392
|
-
staker: Lowercase<string> & {
|
|
391
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
392
|
+
staker: (Lowercase<string> & {
|
|
393
393
|
readonly __hex: true;
|
|
394
394
|
} & {
|
|
395
395
|
readonly __address: true;
|
|
396
|
-
};
|
|
396
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
397
397
|
withdrawBlock: number;
|
|
398
398
|
}>>>;
|
|
399
399
|
from: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodObject<{
|
|
400
400
|
addBlock: import("zod").ZodNumber;
|
|
401
401
|
id: import("zod").ZodNumber;
|
|
402
402
|
removeBlock: import("zod").ZodNumber;
|
|
403
|
-
staked: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
403
|
+
staked: import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
404
404
|
readonly __hex: true;
|
|
405
405
|
} & {
|
|
406
406
|
readonly __address: true;
|
|
407
|
-
}, string
|
|
408
|
-
staker: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
407
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>;
|
|
408
|
+
staker: import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
409
409
|
readonly __hex: true;
|
|
410
410
|
} & {
|
|
411
411
|
readonly __address: true;
|
|
412
|
-
}, string
|
|
412
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>;
|
|
413
413
|
withdrawBlock: import("zod").ZodNumber;
|
|
414
414
|
amount: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>;
|
|
415
415
|
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
@@ -417,31 +417,31 @@ export declare class JsonRpcStakeViewerMethods extends AbstractJsonRpcViewer<Sta
|
|
|
417
417
|
amount: import("@xyo-network/xl1-protocol-lib").AttoXL1;
|
|
418
418
|
id: import("@xyo-network/xl1-protocol-lib").PositionId;
|
|
419
419
|
removeBlock: number;
|
|
420
|
-
staked: Lowercase<string> & {
|
|
420
|
+
staked: (Lowercase<string> & {
|
|
421
421
|
readonly __hex: true;
|
|
422
422
|
} & {
|
|
423
423
|
readonly __address: true;
|
|
424
|
-
};
|
|
425
|
-
staker: Lowercase<string> & {
|
|
424
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
425
|
+
staker: (Lowercase<string> & {
|
|
426
426
|
readonly __hex: true;
|
|
427
427
|
} & {
|
|
428
428
|
readonly __address: true;
|
|
429
|
-
};
|
|
429
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
430
430
|
withdrawBlock: number;
|
|
431
431
|
}, {
|
|
432
432
|
addBlock: number;
|
|
433
433
|
id: number;
|
|
434
434
|
removeBlock: number;
|
|
435
|
-
staked: Lowercase<string> & {
|
|
435
|
+
staked: (Lowercase<string> & {
|
|
436
436
|
readonly __hex: true;
|
|
437
437
|
} & {
|
|
438
438
|
readonly __address: true;
|
|
439
|
-
};
|
|
440
|
-
staker: Lowercase<string> & {
|
|
439
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
440
|
+
staker: (Lowercase<string> & {
|
|
441
441
|
readonly __hex: true;
|
|
442
442
|
} & {
|
|
443
443
|
readonly __address: true;
|
|
444
|
-
};
|
|
444
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
445
445
|
withdrawBlock: number;
|
|
446
446
|
amount: import("@xylabs/sdk-js").BrandedHex;
|
|
447
447
|
}>>>;
|
|
@@ -449,16 +449,16 @@ export declare class JsonRpcStakeViewerMethods extends AbstractJsonRpcViewer<Sta
|
|
|
449
449
|
};
|
|
450
450
|
stakeViewer_stakesByStaked: {
|
|
451
451
|
params: {
|
|
452
|
-
to: import("zod").ZodTuple<[import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
452
|
+
to: import("zod").ZodTuple<[import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
453
453
|
readonly __hex: true;
|
|
454
454
|
} & {
|
|
455
455
|
readonly __address: true;
|
|
456
|
-
}, string>>], null>;
|
|
457
|
-
from: import("zod").ZodTuple<[import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
456
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>], null>;
|
|
457
|
+
from: import("zod").ZodTuple<[import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
458
458
|
readonly __hex: true;
|
|
459
459
|
} & {
|
|
460
460
|
readonly __address: true;
|
|
461
|
-
}, string>>], null>;
|
|
461
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>], null>;
|
|
462
462
|
};
|
|
463
463
|
result: {
|
|
464
464
|
to: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodObject<{
|
|
@@ -466,64 +466,64 @@ export declare class JsonRpcStakeViewerMethods extends AbstractJsonRpcViewer<Sta
|
|
|
466
466
|
addBlock: import("zod").ZodNumber;
|
|
467
467
|
id: import("zod").ZodNumber;
|
|
468
468
|
removeBlock: import("zod").ZodNumber;
|
|
469
|
-
staked: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
469
|
+
staked: import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
470
470
|
readonly __hex: true;
|
|
471
471
|
} & {
|
|
472
472
|
readonly __address: true;
|
|
473
|
-
}, string
|
|
474
|
-
staker: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
473
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>;
|
|
474
|
+
staker: import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
475
475
|
readonly __hex: true;
|
|
476
476
|
} & {
|
|
477
477
|
readonly __address: true;
|
|
478
|
-
}, string
|
|
478
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>;
|
|
479
479
|
withdrawBlock: import("zod").ZodNumber;
|
|
480
480
|
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
481
481
|
addBlock: number;
|
|
482
482
|
amount: import("@xylabs/sdk-js").BrandedHex;
|
|
483
483
|
id: number;
|
|
484
484
|
removeBlock: number;
|
|
485
|
-
staked: Lowercase<string> & {
|
|
485
|
+
staked: (Lowercase<string> & {
|
|
486
486
|
readonly __hex: true;
|
|
487
487
|
} & {
|
|
488
488
|
readonly __address: true;
|
|
489
|
-
};
|
|
490
|
-
staker: Lowercase<string> & {
|
|
489
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
490
|
+
staker: (Lowercase<string> & {
|
|
491
491
|
readonly __hex: true;
|
|
492
492
|
} & {
|
|
493
493
|
readonly __address: true;
|
|
494
|
-
};
|
|
494
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
495
495
|
withdrawBlock: number;
|
|
496
496
|
}, {
|
|
497
497
|
amount: bigint;
|
|
498
498
|
addBlock: number;
|
|
499
499
|
id: number;
|
|
500
500
|
removeBlock: number;
|
|
501
|
-
staked: Lowercase<string> & {
|
|
501
|
+
staked: (Lowercase<string> & {
|
|
502
502
|
readonly __hex: true;
|
|
503
503
|
} & {
|
|
504
504
|
readonly __address: true;
|
|
505
|
-
};
|
|
506
|
-
staker: Lowercase<string> & {
|
|
505
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
506
|
+
staker: (Lowercase<string> & {
|
|
507
507
|
readonly __hex: true;
|
|
508
508
|
} & {
|
|
509
509
|
readonly __address: true;
|
|
510
|
-
};
|
|
510
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
511
511
|
withdrawBlock: number;
|
|
512
512
|
}>>>;
|
|
513
513
|
from: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodObject<{
|
|
514
514
|
addBlock: import("zod").ZodNumber;
|
|
515
515
|
id: import("zod").ZodNumber;
|
|
516
516
|
removeBlock: import("zod").ZodNumber;
|
|
517
|
-
staked: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
517
|
+
staked: import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
518
518
|
readonly __hex: true;
|
|
519
519
|
} & {
|
|
520
520
|
readonly __address: true;
|
|
521
|
-
}, string
|
|
522
|
-
staker: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
521
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>;
|
|
522
|
+
staker: import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
523
523
|
readonly __hex: true;
|
|
524
524
|
} & {
|
|
525
525
|
readonly __address: true;
|
|
526
|
-
}, string
|
|
526
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>;
|
|
527
527
|
withdrawBlock: import("zod").ZodNumber;
|
|
528
528
|
amount: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>;
|
|
529
529
|
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
@@ -531,31 +531,31 @@ export declare class JsonRpcStakeViewerMethods extends AbstractJsonRpcViewer<Sta
|
|
|
531
531
|
amount: import("@xyo-network/xl1-protocol-lib").AttoXL1;
|
|
532
532
|
id: import("@xyo-network/xl1-protocol-lib").PositionId;
|
|
533
533
|
removeBlock: number;
|
|
534
|
-
staked: Lowercase<string> & {
|
|
534
|
+
staked: (Lowercase<string> & {
|
|
535
535
|
readonly __hex: true;
|
|
536
536
|
} & {
|
|
537
537
|
readonly __address: true;
|
|
538
|
-
};
|
|
539
|
-
staker: Lowercase<string> & {
|
|
538
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
539
|
+
staker: (Lowercase<string> & {
|
|
540
540
|
readonly __hex: true;
|
|
541
541
|
} & {
|
|
542
542
|
readonly __address: true;
|
|
543
|
-
};
|
|
543
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
544
544
|
withdrawBlock: number;
|
|
545
545
|
}, {
|
|
546
546
|
addBlock: number;
|
|
547
547
|
id: number;
|
|
548
548
|
removeBlock: number;
|
|
549
|
-
staked: Lowercase<string> & {
|
|
549
|
+
staked: (Lowercase<string> & {
|
|
550
550
|
readonly __hex: true;
|
|
551
551
|
} & {
|
|
552
552
|
readonly __address: true;
|
|
553
|
-
};
|
|
554
|
-
staker: Lowercase<string> & {
|
|
553
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
554
|
+
staker: (Lowercase<string> & {
|
|
555
555
|
readonly __hex: true;
|
|
556
556
|
} & {
|
|
557
557
|
readonly __address: true;
|
|
558
|
-
};
|
|
558
|
+
}) | import("@xyo-network/address").XyoQuant1Address;
|
|
559
559
|
withdrawBlock: number;
|
|
560
560
|
amount: import("@xylabs/sdk-js").BrandedHex;
|
|
561
561
|
}>>>;
|
|
@@ -567,16 +567,16 @@ export declare class JsonRpcStakeViewerMethods extends AbstractJsonRpcViewer<Sta
|
|
|
567
567
|
from: import("zod").ZodDefault<import("zod").ZodTuple<[], null>>;
|
|
568
568
|
};
|
|
569
569
|
result: {
|
|
570
|
-
to: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
570
|
+
to: import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
571
571
|
readonly __hex: true;
|
|
572
572
|
} & {
|
|
573
573
|
readonly __address: true;
|
|
574
|
-
}, string
|
|
575
|
-
from: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
574
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>;
|
|
575
|
+
from: import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
576
576
|
readonly __hex: true;
|
|
577
577
|
} & {
|
|
578
578
|
readonly __address: true;
|
|
579
|
-
}, string
|
|
579
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>;
|
|
580
580
|
};
|
|
581
581
|
};
|
|
582
582
|
};
|