@xyo-network/xl1-providers 3.1.3 → 4.0.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/browser/NodeXyoRunner.d.ts +1 -1
- package/dist/browser/NodeXyoRunner.d.ts.map +1 -1
- package/dist/browser/SimpleNetworkStakeViewer.d.ts +1 -1
- package/dist/browser/SimpleNetworkStakeViewer.d.ts.map +1 -1
- package/dist/browser/SimpleStepRewards/SimpleStepRewardsByPositionViewer.d.ts +2 -2
- package/dist/browser/SimpleStepRewards/SimpleStepRewardsByPositionViewer.d.ts.map +1 -1
- package/dist/browser/SimpleStepRewards/SimpleStepRewardsByStakerViewer.d.ts +2 -2
- package/dist/browser/SimpleStepRewards/SimpleStepRewardsByStakerViewer.d.ts.map +1 -1
- package/dist/browser/SimpleStepRewards/SimpleStepRewardsByStepViewer.d.ts +2 -2
- package/dist/browser/SimpleStepRewards/SimpleStepRewardsByStepViewer.d.ts.map +1 -1
- package/dist/browser/SimpleStepRewards/SimpleStepRewardsTotalViewer.d.ts +1 -1
- package/dist/browser/SimpleStepRewards/SimpleStepRewardsTotalViewer.d.ts.map +1 -1
- package/dist/browser/SimpleStepViewer.d.ts +1 -1
- package/dist/browser/SimpleStepViewer.d.ts.map +1 -1
- package/dist/browser/SimpleXyoViewer.d.ts +131 -131
- package/dist/browser/SimpleXyoViewer.d.ts.map +1 -1
- package/dist/browser/index.mjs +24 -17
- package/dist/browser/index.mjs.map +2 -2
- package/dist/browser/locators/commonLocatorFromConfig.d.ts +1 -1
- package/dist/browser/locators/commonLocatorFromConfig.d.ts.map +1 -1
- package/dist/browser/locators/remoteLocatorFromConfig.d.ts +1 -1
- package/dist/browser/locators/remoteLocatorFromConfig.d.ts.map +1 -1
- package/dist/neutral/NodeXyoRunner.d.ts +1 -1
- package/dist/neutral/NodeXyoRunner.d.ts.map +1 -1
- package/dist/neutral/SimpleNetworkStakeViewer.d.ts +1 -1
- package/dist/neutral/SimpleNetworkStakeViewer.d.ts.map +1 -1
- package/dist/neutral/SimpleStepRewards/SimpleStepRewardsByPositionViewer.d.ts +2 -2
- package/dist/neutral/SimpleStepRewards/SimpleStepRewardsByPositionViewer.d.ts.map +1 -1
- package/dist/neutral/SimpleStepRewards/SimpleStepRewardsByStakerViewer.d.ts +2 -2
- package/dist/neutral/SimpleStepRewards/SimpleStepRewardsByStakerViewer.d.ts.map +1 -1
- package/dist/neutral/SimpleStepRewards/SimpleStepRewardsByStepViewer.d.ts +2 -2
- package/dist/neutral/SimpleStepRewards/SimpleStepRewardsByStepViewer.d.ts.map +1 -1
- package/dist/neutral/SimpleStepRewards/SimpleStepRewardsTotalViewer.d.ts +1 -1
- package/dist/neutral/SimpleStepRewards/SimpleStepRewardsTotalViewer.d.ts.map +1 -1
- package/dist/neutral/SimpleStepViewer.d.ts +1 -1
- package/dist/neutral/SimpleStepViewer.d.ts.map +1 -1
- package/dist/neutral/SimpleXyoViewer.d.ts +131 -131
- package/dist/neutral/SimpleXyoViewer.d.ts.map +1 -1
- package/dist/neutral/index.mjs +24 -17
- package/dist/neutral/index.mjs.map +2 -2
- package/dist/neutral/locators/commonLocatorFromConfig.d.ts +1 -1
- package/dist/neutral/locators/commonLocatorFromConfig.d.ts.map +1 -1
- package/dist/neutral/locators/remoteLocatorFromConfig.d.ts +1 -1
- package/dist/neutral/locators/remoteLocatorFromConfig.d.ts.map +1 -1
- package/dist/node/NodeXyoRunner.d.ts +1 -1
- package/dist/node/NodeXyoRunner.d.ts.map +1 -1
- package/dist/node/SimpleNetworkStakeViewer.d.ts +1 -1
- package/dist/node/SimpleNetworkStakeViewer.d.ts.map +1 -1
- package/dist/node/SimpleStepRewards/SimpleStepRewardsByPositionViewer.d.ts +2 -2
- package/dist/node/SimpleStepRewards/SimpleStepRewardsByPositionViewer.d.ts.map +1 -1
- package/dist/node/SimpleStepRewards/SimpleStepRewardsByStakerViewer.d.ts +2 -2
- package/dist/node/SimpleStepRewards/SimpleStepRewardsByStakerViewer.d.ts.map +1 -1
- package/dist/node/SimpleStepRewards/SimpleStepRewardsByStepViewer.d.ts +2 -2
- package/dist/node/SimpleStepRewards/SimpleStepRewardsByStepViewer.d.ts.map +1 -1
- package/dist/node/SimpleStepRewards/SimpleStepRewardsTotalViewer.d.ts +1 -1
- package/dist/node/SimpleStepRewards/SimpleStepRewardsTotalViewer.d.ts.map +1 -1
- package/dist/node/SimpleStepViewer.d.ts +1 -1
- package/dist/node/SimpleStepViewer.d.ts.map +1 -1
- package/dist/node/SimpleXyoViewer.d.ts +131 -131
- package/dist/node/SimpleXyoViewer.d.ts.map +1 -1
- package/dist/node/index.mjs +24 -17
- package/dist/node/index.mjs.map +2 -2
- package/dist/node/locators/commonLocatorFromConfig.d.ts +1 -1
- package/dist/node/locators/commonLocatorFromConfig.d.ts.map +1 -1
- package/dist/node/locators/remoteLocatorFromConfig.d.ts +1 -1
- package/dist/node/locators/remoteLocatorFromConfig.d.ts.map +1 -1
- package/package.json +19 -23
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Tracer } from '@opentelemetry/api';
|
|
2
|
-
import type { Hash, Promisable } from '@xylabs/sdk
|
|
2
|
+
import type { Hash, Promisable } from '@xylabs/sdk';
|
|
3
3
|
import type { Payload, WithHashMeta, XyoAddress } from '@xyo-network/sdk-js';
|
|
4
4
|
import type { AccountBalanceViewer, AttoXL1, BlockRate, BlockViewer, ChainContractViewer, ChainId, ChainQualifiedConfig, Count, FinalizationViewer, ForkHistory, MempoolViewer, NetworkStakeStepRewardsByPositionViewer, NetworkStakeViewer, Position, SingleTimeConfig, StakeViewer, StepIdentity, StepIdentityString, StepIndex, StepViewer, TimeDurations, TimeSyncViewer, TransactionViewer, XL1BlockNumber, XL1BlockRange, XL1RangeMultipliers, XyoViewer } from '@xyo-network/xl1-protocol-lib';
|
|
5
5
|
import type { CreatableProviderParams } from '@xyo-network/xl1-protocol-sdk';
|
|
@@ -13,7 +13,7 @@ export interface SimpleXyoViewerParams extends CreatableProviderParams {
|
|
|
13
13
|
export declare class SimpleXyoViewer<TParams extends SimpleXyoViewerParams = SimpleXyoViewerParams> extends AbstractCreatableProvider<TParams, XyoViewer['eventData']> implements XyoViewer {
|
|
14
14
|
static readonly connectionTypes: readonly ["lmdb", "mongo", "memory"];
|
|
15
15
|
static readonly defaultMoniker: "XyoViewer";
|
|
16
|
-
static readonly dependencies: ("BlockViewer" | "AccountBalanceViewer" | "FinalizationViewer" | "MempoolViewer" | "NetworkStakeViewer" | "NetworkStakeStepRewardsByPositionViewer" | "StakeViewer" | "StepViewer" | "TimeSyncViewer")[];
|
|
16
|
+
static readonly dependencies: ("BlockViewer" | "AccountBalanceViewer" | "ChainContractViewer" | "FinalizationViewer" | "MempoolViewer" | "NetworkStakeViewer" | "NetworkStakeStepRewardsByPositionViewer" | "StakeViewer" | "StepViewer" | "TimeSyncViewer" | "TransactionViewer")[];
|
|
17
17
|
static readonly monikers: "XyoViewer"[];
|
|
18
18
|
static readonly surface: "node";
|
|
19
19
|
moniker: "XyoViewer";
|
|
@@ -51,8 +51,8 @@ export declare class SimpleXyoViewer<TParams extends SimpleXyoViewerParams = Sim
|
|
|
51
51
|
accountBalanceHistory(address: XyoAddress, config?: ChainQualifiedConfig): Promise<[{
|
|
52
52
|
$epoch: number;
|
|
53
53
|
block: XL1BlockNumber;
|
|
54
|
-
chain: import("@xylabs/sdk
|
|
55
|
-
previous: import("@xylabs/sdk
|
|
54
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
55
|
+
previous: import("@xylabs/sdk").BrandedHash | null;
|
|
56
56
|
schema: "network.xyo.boundwitness" & {
|
|
57
57
|
readonly __schema: true;
|
|
58
58
|
};
|
|
@@ -61,20 +61,20 @@ export declare class SimpleXyoViewer<TParams extends SimpleXyoViewerParams = Sim
|
|
|
61
61
|
} & {
|
|
62
62
|
readonly __address: true;
|
|
63
63
|
}))[];
|
|
64
|
-
payload_hashes: import("@xylabs/sdk
|
|
64
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
65
65
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
66
|
-
previous_hashes: (import("@xylabs/sdk
|
|
67
|
-
$signatures: (import("@xylabs/sdk
|
|
68
|
-
_hash: import("@xylabs/sdk
|
|
69
|
-
_dataHash: import("@xylabs/sdk
|
|
66
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
67
|
+
$signatures: (import("@xylabs/sdk").BrandedHex | null)[];
|
|
68
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
69
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
70
70
|
protocol?: number | undefined;
|
|
71
|
-
step_hashes?: import("@xylabs/sdk
|
|
71
|
+
step_hashes?: import("@xylabs/sdk").BrandedHash[] | undefined;
|
|
72
72
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
73
73
|
readonly __hex: true;
|
|
74
74
|
} & {
|
|
75
75
|
readonly __address: true;
|
|
76
76
|
}) | undefined;
|
|
77
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
77
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
78
78
|
}, {
|
|
79
79
|
schema: "network.xyo.boundwitness" & {
|
|
80
80
|
readonly __schema: true;
|
|
@@ -84,32 +84,32 @@ export declare class SimpleXyoViewer<TParams extends SimpleXyoViewerParams = Sim
|
|
|
84
84
|
} & {
|
|
85
85
|
readonly __address: true;
|
|
86
86
|
}))[];
|
|
87
|
-
payload_hashes: import("@xylabs/sdk
|
|
87
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
88
88
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
89
|
-
previous_hashes: (import("@xylabs/sdk
|
|
90
|
-
$signatures: (import("@xylabs/sdk
|
|
89
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
90
|
+
$signatures: (import("@xylabs/sdk").BrandedHex | null)[];
|
|
91
91
|
nbf: XL1BlockNumber;
|
|
92
92
|
exp: XL1BlockNumber;
|
|
93
93
|
fees: {
|
|
94
|
-
base: import("@xylabs/sdk
|
|
95
|
-
gasLimit: import("@xylabs/sdk
|
|
96
|
-
gasPrice: import("@xylabs/sdk
|
|
97
|
-
priority: import("@xylabs/sdk
|
|
94
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
95
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
96
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
97
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
98
98
|
};
|
|
99
|
-
chain: import("@xylabs/sdk
|
|
99
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
100
100
|
from: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
101
101
|
readonly __hex: true;
|
|
102
102
|
} & {
|
|
103
103
|
readonly __address: true;
|
|
104
104
|
});
|
|
105
|
-
_hash: import("@xylabs/sdk
|
|
106
|
-
_dataHash: import("@xylabs/sdk
|
|
105
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
106
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
107
107
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
108
108
|
readonly __hex: true;
|
|
109
109
|
} & {
|
|
110
110
|
readonly __address: true;
|
|
111
111
|
}) | undefined;
|
|
112
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
112
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
113
113
|
script?: string[] | undefined;
|
|
114
114
|
} | null, {
|
|
115
115
|
schema: "network.xyo.transfer" & {
|
|
@@ -125,9 +125,9 @@ export declare class SimpleXyoViewer<TParams extends SimpleXyoViewerParams = Sim
|
|
|
125
125
|
readonly __hex: true;
|
|
126
126
|
} & {
|
|
127
127
|
readonly __address: true;
|
|
128
|
-
}), import("@xylabs/sdk
|
|
129
|
-
_hash: import("@xylabs/sdk
|
|
130
|
-
_dataHash: import("@xylabs/sdk
|
|
128
|
+
}), import("@xylabs/sdk").BrandedHex>;
|
|
129
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
130
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
131
131
|
context?: Record<string, unknown> | undefined;
|
|
132
132
|
}][]>;
|
|
133
133
|
blockByHash(hash: Hash): Promise<[{
|
|
@@ -139,29 +139,29 @@ export declare class SimpleXyoViewer<TParams extends SimpleXyoViewerParams = Sim
|
|
|
139
139
|
} & {
|
|
140
140
|
readonly __address: true;
|
|
141
141
|
}))[];
|
|
142
|
-
payload_hashes: import("@xylabs/sdk
|
|
142
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
143
143
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
144
|
-
previous_hashes: (import("@xylabs/sdk
|
|
145
|
-
$signatures: import("@xylabs/sdk
|
|
144
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
145
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
146
146
|
block: XL1BlockNumber;
|
|
147
|
-
chain: import("@xylabs/sdk
|
|
148
|
-
previous: import("@xylabs/sdk
|
|
147
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
148
|
+
previous: import("@xylabs/sdk").BrandedHash | null;
|
|
149
149
|
$epoch: number;
|
|
150
|
-
_hash: import("@xylabs/sdk
|
|
151
|
-
_dataHash: import("@xylabs/sdk
|
|
150
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
151
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
152
152
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
153
153
|
readonly __hex: true;
|
|
154
154
|
} & {
|
|
155
155
|
readonly __address: true;
|
|
156
156
|
}) | undefined;
|
|
157
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
157
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
158
158
|
protocol?: number | undefined;
|
|
159
|
-
step_hashes?: import("@xylabs/sdk
|
|
159
|
+
step_hashes?: import("@xylabs/sdk").BrandedHash[] | undefined;
|
|
160
160
|
}, {
|
|
161
161
|
[x: string]: unknown;
|
|
162
162
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
163
|
-
_hash: import("@xylabs/sdk
|
|
164
|
-
_dataHash: import("@xylabs/sdk
|
|
163
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
164
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
165
165
|
}[]] | null>;
|
|
166
166
|
blockByNumber(blockNumber: XL1BlockNumber): Promise<[{
|
|
167
167
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -172,29 +172,29 @@ export declare class SimpleXyoViewer<TParams extends SimpleXyoViewerParams = Sim
|
|
|
172
172
|
} & {
|
|
173
173
|
readonly __address: true;
|
|
174
174
|
}))[];
|
|
175
|
-
payload_hashes: import("@xylabs/sdk
|
|
175
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
176
176
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
177
|
-
previous_hashes: (import("@xylabs/sdk
|
|
178
|
-
$signatures: import("@xylabs/sdk
|
|
177
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
178
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
179
179
|
block: XL1BlockNumber;
|
|
180
|
-
chain: import("@xylabs/sdk
|
|
181
|
-
previous: import("@xylabs/sdk
|
|
180
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
181
|
+
previous: import("@xylabs/sdk").BrandedHash | null;
|
|
182
182
|
$epoch: number;
|
|
183
|
-
_hash: import("@xylabs/sdk
|
|
184
|
-
_dataHash: import("@xylabs/sdk
|
|
183
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
184
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
185
185
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
186
186
|
readonly __hex: true;
|
|
187
187
|
} & {
|
|
188
188
|
readonly __address: true;
|
|
189
189
|
}) | undefined;
|
|
190
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
190
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
191
191
|
protocol?: number | undefined;
|
|
192
|
-
step_hashes?: import("@xylabs/sdk
|
|
192
|
+
step_hashes?: import("@xylabs/sdk").BrandedHash[] | undefined;
|
|
193
193
|
}, {
|
|
194
194
|
[x: string]: unknown;
|
|
195
195
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
196
|
-
_hash: import("@xylabs/sdk
|
|
197
|
-
_dataHash: import("@xylabs/sdk
|
|
196
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
197
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
198
198
|
}[]] | null>;
|
|
199
199
|
blocksByHash(hash: Hash, limit?: number): Promise<[{
|
|
200
200
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -205,29 +205,29 @@ export declare class SimpleXyoViewer<TParams extends SimpleXyoViewerParams = Sim
|
|
|
205
205
|
} & {
|
|
206
206
|
readonly __address: true;
|
|
207
207
|
}))[];
|
|
208
|
-
payload_hashes: import("@xylabs/sdk
|
|
208
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
209
209
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
210
|
-
previous_hashes: (import("@xylabs/sdk
|
|
211
|
-
$signatures: import("@xylabs/sdk
|
|
210
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
211
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
212
212
|
block: XL1BlockNumber;
|
|
213
|
-
chain: import("@xylabs/sdk
|
|
214
|
-
previous: import("@xylabs/sdk
|
|
213
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
214
|
+
previous: import("@xylabs/sdk").BrandedHash | null;
|
|
215
215
|
$epoch: number;
|
|
216
|
-
_hash: import("@xylabs/sdk
|
|
217
|
-
_dataHash: import("@xylabs/sdk
|
|
216
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
217
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
218
218
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
219
219
|
readonly __hex: true;
|
|
220
220
|
} & {
|
|
221
221
|
readonly __address: true;
|
|
222
222
|
}) | undefined;
|
|
223
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
223
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
224
224
|
protocol?: number | undefined;
|
|
225
|
-
step_hashes?: import("@xylabs/sdk
|
|
225
|
+
step_hashes?: import("@xylabs/sdk").BrandedHash[] | undefined;
|
|
226
226
|
}, {
|
|
227
227
|
[x: string]: unknown;
|
|
228
228
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
229
|
-
_hash: import("@xylabs/sdk
|
|
230
|
-
_dataHash: import("@xylabs/sdk
|
|
229
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
230
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
231
231
|
}[]][]>;
|
|
232
232
|
blocksByNumber(blockNumber: XL1BlockNumber, limit?: number): Promise<[{
|
|
233
233
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -238,29 +238,29 @@ export declare class SimpleXyoViewer<TParams extends SimpleXyoViewerParams = Sim
|
|
|
238
238
|
} & {
|
|
239
239
|
readonly __address: true;
|
|
240
240
|
}))[];
|
|
241
|
-
payload_hashes: import("@xylabs/sdk
|
|
241
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
242
242
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
243
|
-
previous_hashes: (import("@xylabs/sdk
|
|
244
|
-
$signatures: import("@xylabs/sdk
|
|
243
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
244
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
245
245
|
block: XL1BlockNumber;
|
|
246
|
-
chain: import("@xylabs/sdk
|
|
247
|
-
previous: import("@xylabs/sdk
|
|
246
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
247
|
+
previous: import("@xylabs/sdk").BrandedHash | null;
|
|
248
248
|
$epoch: number;
|
|
249
|
-
_hash: import("@xylabs/sdk
|
|
250
|
-
_dataHash: import("@xylabs/sdk
|
|
249
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
250
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
251
251
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
252
252
|
readonly __hex: true;
|
|
253
253
|
} & {
|
|
254
254
|
readonly __address: true;
|
|
255
255
|
}) | undefined;
|
|
256
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
256
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
257
257
|
protocol?: number | undefined;
|
|
258
|
-
step_hashes?: import("@xylabs/sdk
|
|
258
|
+
step_hashes?: import("@xylabs/sdk").BrandedHash[] | undefined;
|
|
259
259
|
}, {
|
|
260
260
|
[x: string]: unknown;
|
|
261
261
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
262
|
-
_hash: import("@xylabs/sdk
|
|
263
|
-
_dataHash: import("@xylabs/sdk
|
|
262
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
263
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
264
264
|
}[]][]>;
|
|
265
265
|
blocksByStep(stepLevel: number, stepIndex: number): Promise<[{
|
|
266
266
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -271,29 +271,29 @@ export declare class SimpleXyoViewer<TParams extends SimpleXyoViewerParams = Sim
|
|
|
271
271
|
} & {
|
|
272
272
|
readonly __address: true;
|
|
273
273
|
}))[];
|
|
274
|
-
payload_hashes: import("@xylabs/sdk
|
|
274
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
275
275
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
276
|
-
previous_hashes: (import("@xylabs/sdk
|
|
277
|
-
$signatures: import("@xylabs/sdk
|
|
276
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
277
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
278
278
|
block: XL1BlockNumber;
|
|
279
|
-
chain: import("@xylabs/sdk
|
|
280
|
-
previous: import("@xylabs/sdk
|
|
279
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
280
|
+
previous: import("@xylabs/sdk").BrandedHash | null;
|
|
281
281
|
$epoch: number;
|
|
282
|
-
_hash: import("@xylabs/sdk
|
|
283
|
-
_dataHash: import("@xylabs/sdk
|
|
282
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
283
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
284
284
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
285
285
|
readonly __hex: true;
|
|
286
286
|
} & {
|
|
287
287
|
readonly __address: true;
|
|
288
288
|
}) | undefined;
|
|
289
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
289
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
290
290
|
protocol?: number | undefined;
|
|
291
|
-
step_hashes?: import("@xylabs/sdk
|
|
291
|
+
step_hashes?: import("@xylabs/sdk").BrandedHash[] | undefined;
|
|
292
292
|
}, {
|
|
293
293
|
[x: string]: unknown;
|
|
294
294
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
295
|
-
_hash: import("@xylabs/sdk
|
|
296
|
-
_dataHash: import("@xylabs/sdk
|
|
295
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
296
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
297
297
|
}[]][]>;
|
|
298
298
|
chainId(): Promise<ChainId>;
|
|
299
299
|
chainId(blockNumber: XL1BlockNumber): Promise<ChainId>;
|
|
@@ -308,31 +308,31 @@ export declare class SimpleXyoViewer<TParams extends SimpleXyoViewerParams = Sim
|
|
|
308
308
|
} & {
|
|
309
309
|
readonly __address: true;
|
|
310
310
|
}))[];
|
|
311
|
-
payload_hashes: import("@xylabs/sdk
|
|
311
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
312
312
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
313
|
-
previous_hashes: (import("@xylabs/sdk
|
|
314
|
-
$signatures: import("@xylabs/sdk
|
|
313
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
314
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
315
315
|
block: XL1BlockNumber;
|
|
316
|
-
chain: import("@xylabs/sdk
|
|
317
|
-
previous: import("@xylabs/sdk
|
|
316
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
317
|
+
previous: import("@xylabs/sdk").BrandedHash | null;
|
|
318
318
|
$epoch: number;
|
|
319
|
-
_hash: import("@xylabs/sdk
|
|
320
|
-
_dataHash: import("@xylabs/sdk
|
|
319
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
320
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
321
321
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
322
322
|
readonly __hex: true;
|
|
323
323
|
} & {
|
|
324
324
|
readonly __address: true;
|
|
325
325
|
}) | undefined;
|
|
326
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
326
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
327
327
|
protocol?: number | undefined;
|
|
328
|
-
step_hashes?: import("@xylabs/sdk
|
|
328
|
+
step_hashes?: import("@xylabs/sdk").BrandedHash[] | undefined;
|
|
329
329
|
}, {
|
|
330
330
|
[x: string]: unknown;
|
|
331
331
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
332
|
-
_hash: import("@xylabs/sdk
|
|
333
|
-
_dataHash: import("@xylabs/sdk
|
|
332
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
333
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
334
334
|
}[]]>;
|
|
335
|
-
currentBlockHash(): Promise<import("@xylabs/sdk
|
|
335
|
+
currentBlockHash(): Promise<import("@xylabs/sdk").BrandedHash>;
|
|
336
336
|
currentBlockNumber(): Promise<XL1BlockNumber>;
|
|
337
337
|
forkHistory(): Promisable<ForkHistory>;
|
|
338
338
|
networkStakeStepRewardAddressHistory(_address: XyoAddress): Promise<Record<XyoAddress, AttoXL1>>;
|
|
@@ -372,38 +372,38 @@ export declare class SimpleXyoViewer<TParams extends SimpleXyoViewerParams = Sim
|
|
|
372
372
|
} & {
|
|
373
373
|
readonly __address: true;
|
|
374
374
|
}))[];
|
|
375
|
-
payload_hashes: import("@xylabs/sdk
|
|
375
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
376
376
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
377
|
-
previous_hashes: (import("@xylabs/sdk
|
|
378
|
-
$signatures: import("@xylabs/sdk
|
|
377
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
378
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
379
379
|
nbf: XL1BlockNumber;
|
|
380
380
|
exp: XL1BlockNumber;
|
|
381
381
|
fees: {
|
|
382
|
-
base: import("@xylabs/sdk
|
|
383
|
-
gasLimit: import("@xylabs/sdk
|
|
384
|
-
gasPrice: import("@xylabs/sdk
|
|
385
|
-
priority: import("@xylabs/sdk
|
|
382
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
383
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
384
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
385
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
386
386
|
};
|
|
387
|
-
chain: import("@xylabs/sdk
|
|
387
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
388
388
|
from: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
389
389
|
readonly __hex: true;
|
|
390
390
|
} & {
|
|
391
391
|
readonly __address: true;
|
|
392
392
|
});
|
|
393
|
-
_hash: import("@xylabs/sdk
|
|
394
|
-
_dataHash: import("@xylabs/sdk
|
|
393
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
394
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
395
395
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
396
396
|
readonly __hex: true;
|
|
397
397
|
} & {
|
|
398
398
|
readonly __address: true;
|
|
399
399
|
}) | undefined;
|
|
400
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
400
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
401
401
|
script?: string[] | undefined;
|
|
402
402
|
}, {
|
|
403
403
|
[x: string]: unknown;
|
|
404
404
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
405
|
-
_hash: import("@xylabs/sdk
|
|
406
|
-
_dataHash: import("@xylabs/sdk
|
|
405
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
406
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
407
407
|
}[]] | null>;
|
|
408
408
|
transactionByBlockNumberAndIndex(blockNumber: XL1BlockNumber, transactionIndex?: number): Promise<[{
|
|
409
409
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -414,38 +414,38 @@ export declare class SimpleXyoViewer<TParams extends SimpleXyoViewerParams = Sim
|
|
|
414
414
|
} & {
|
|
415
415
|
readonly __address: true;
|
|
416
416
|
}))[];
|
|
417
|
-
payload_hashes: import("@xylabs/sdk
|
|
417
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
418
418
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
419
|
-
previous_hashes: (import("@xylabs/sdk
|
|
420
|
-
$signatures: import("@xylabs/sdk
|
|
419
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
420
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
421
421
|
nbf: XL1BlockNumber;
|
|
422
422
|
exp: XL1BlockNumber;
|
|
423
423
|
fees: {
|
|
424
|
-
base: import("@xylabs/sdk
|
|
425
|
-
gasLimit: import("@xylabs/sdk
|
|
426
|
-
gasPrice: import("@xylabs/sdk
|
|
427
|
-
priority: import("@xylabs/sdk
|
|
424
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
425
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
426
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
427
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
428
428
|
};
|
|
429
|
-
chain: import("@xylabs/sdk
|
|
429
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
430
430
|
from: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
431
431
|
readonly __hex: true;
|
|
432
432
|
} & {
|
|
433
433
|
readonly __address: true;
|
|
434
434
|
});
|
|
435
|
-
_hash: import("@xylabs/sdk
|
|
436
|
-
_dataHash: import("@xylabs/sdk
|
|
435
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
436
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
437
437
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
438
438
|
readonly __hex: true;
|
|
439
439
|
} & {
|
|
440
440
|
readonly __address: true;
|
|
441
441
|
}) | undefined;
|
|
442
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
442
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
443
443
|
script?: string[] | undefined;
|
|
444
444
|
}, {
|
|
445
445
|
[x: string]: unknown;
|
|
446
446
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
447
|
-
_hash: import("@xylabs/sdk
|
|
448
|
-
_dataHash: import("@xylabs/sdk
|
|
447
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
448
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
449
449
|
}[]] | null>;
|
|
450
450
|
transactionByHash(transactionHash: Hash): Promise<[{
|
|
451
451
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -456,38 +456,38 @@ export declare class SimpleXyoViewer<TParams extends SimpleXyoViewerParams = Sim
|
|
|
456
456
|
} & {
|
|
457
457
|
readonly __address: true;
|
|
458
458
|
}))[];
|
|
459
|
-
payload_hashes: import("@xylabs/sdk
|
|
459
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
460
460
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
461
|
-
previous_hashes: (import("@xylabs/sdk
|
|
462
|
-
$signatures: import("@xylabs/sdk
|
|
461
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
462
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
463
463
|
nbf: XL1BlockNumber;
|
|
464
464
|
exp: XL1BlockNumber;
|
|
465
465
|
fees: {
|
|
466
|
-
base: import("@xylabs/sdk
|
|
467
|
-
gasLimit: import("@xylabs/sdk
|
|
468
|
-
gasPrice: import("@xylabs/sdk
|
|
469
|
-
priority: import("@xylabs/sdk
|
|
466
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
467
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
468
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
469
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
470
470
|
};
|
|
471
|
-
chain: import("@xylabs/sdk
|
|
471
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
472
472
|
from: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
473
473
|
readonly __hex: true;
|
|
474
474
|
} & {
|
|
475
475
|
readonly __address: true;
|
|
476
476
|
});
|
|
477
|
-
_hash: import("@xylabs/sdk
|
|
478
|
-
_dataHash: import("@xylabs/sdk
|
|
477
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
478
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
479
479
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
480
480
|
readonly __hex: true;
|
|
481
481
|
} & {
|
|
482
482
|
readonly __address: true;
|
|
483
483
|
}) | undefined;
|
|
484
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
484
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
485
485
|
script?: string[] | undefined;
|
|
486
486
|
}, {
|
|
487
487
|
[x: string]: unknown;
|
|
488
488
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
489
|
-
_hash: import("@xylabs/sdk
|
|
490
|
-
_dataHash: import("@xylabs/sdk
|
|
489
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
490
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
491
491
|
}[]] | null>;
|
|
492
492
|
protected startHandler(): Promise<void>;
|
|
493
493
|
protected stepWeightedDenominator(stepIdentity: StepIdentity, staked?: XyoAddress): Promise<bigint>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SimpleXyoViewer.d.ts","sourceRoot":"","sources":["../../src/SimpleXyoViewer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAA;AAChD,OAAO,KAAK,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"SimpleXyoViewer.d.ts","sourceRoot":"","sources":["../../src/SimpleXyoViewer.ts"],"names":[],"mappings":"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"}
|