@xyo-network/xl1-rpc 2.0.6 → 2.0.8
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/provider/runner/JsonRpcMempoolRunner/JsonRpcMempoolRunnerMethods.d.ts +12 -28
- package/dist/neutral/provider/runner/JsonRpcMempoolRunner/JsonRpcMempoolRunnerMethods.d.ts.map +1 -1
- package/dist/neutral/provider/runner/JsonRpcXyoRunner.d.ts +6 -14
- package/dist/neutral/provider/runner/JsonRpcXyoRunner.d.ts.map +1 -1
- package/dist/neutral/provider/signer/JsonRpcXyoSignerMethods.d.ts +12 -28
- package/dist/neutral/provider/signer/JsonRpcXyoSignerMethods.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcAccountBalanceViewer/JsonRpcAccountBalanceViewerMethods.d.ts +16 -48
- package/dist/neutral/provider/viewer/JsonRpcAccountBalanceViewer/JsonRpcAccountBalanceViewerMethods.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcBlockViewer/JsonRpcBlockViewerMethods.d.ts +18 -42
- package/dist/neutral/provider/viewer/JsonRpcBlockViewer/JsonRpcBlockViewerMethods.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcFinalizationViewer/JsonRpcFinalizationViewerMethods.d.ts +6 -14
- package/dist/neutral/provider/viewer/JsonRpcFinalizationViewer/JsonRpcFinalizationViewerMethods.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcMempoolViewer/JsonRpcMempoolViewerMethods.d.ts +12 -28
- package/dist/neutral/provider/viewer/JsonRpcMempoolViewer/JsonRpcMempoolViewerMethods.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcTransactionViewer/JsonRpcTransactionViewer.d.ts +36 -92
- package/dist/neutral/provider/viewer/JsonRpcTransactionViewer/JsonRpcTransactionViewer.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcXyoViewer.d.ts +48 -112
- package/dist/neutral/provider/viewer/JsonRpcXyoViewer.d.ts.map +1 -1
- package/dist/neutral/types/schema/AccountBalanceViewerRpcSchemas.d.ts +16 -48
- package/dist/neutral/types/schema/AccountBalanceViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/AllRpcSchemas.d.ts +154 -370
- package/dist/neutral/types/schema/AllRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/BlockViewerRpcSchemas.d.ts +18 -42
- package/dist/neutral/types/schema/BlockViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/FinalizationViewerRpcSchemas.d.ts +6 -14
- package/dist/neutral/types/schema/FinalizationViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/MempoolRunnerRpcSchemas.d.ts +12 -28
- package/dist/neutral/types/schema/MempoolRunnerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/MempoolViewerRpcSchemas.d.ts +12 -28
- package/dist/neutral/types/schema/MempoolViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/TransactionViewerRpcSchema.d.ts +24 -56
- package/dist/neutral/types/schema/TransactionViewerRpcSchema.d.ts.map +1 -1
- package/dist/neutral/types/schema/XyoRunnerRpcSchemas.d.ts +6 -14
- package/dist/neutral/types/schema/XyoRunnerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/XyoSignerRpcSchemas.d.ts +12 -28
- package/dist/neutral/types/schema/XyoSignerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/XyoViewerRpcSchemas.d.ts +48 -112
- package/dist/neutral/types/schema/XyoViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/provider/runner/JsonRpcMempoolRunner/JsonRpcMempoolRunnerMethods.d.ts +12 -28
- package/dist/node/provider/runner/JsonRpcMempoolRunner/JsonRpcMempoolRunnerMethods.d.ts.map +1 -1
- package/dist/node/provider/runner/JsonRpcXyoRunner.d.ts +6 -14
- package/dist/node/provider/runner/JsonRpcXyoRunner.d.ts.map +1 -1
- package/dist/node/provider/signer/JsonRpcXyoSignerMethods.d.ts +12 -28
- package/dist/node/provider/signer/JsonRpcXyoSignerMethods.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcAccountBalanceViewer/JsonRpcAccountBalanceViewerMethods.d.ts +16 -48
- package/dist/node/provider/viewer/JsonRpcAccountBalanceViewer/JsonRpcAccountBalanceViewerMethods.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcBlockViewer/JsonRpcBlockViewerMethods.d.ts +18 -42
- package/dist/node/provider/viewer/JsonRpcBlockViewer/JsonRpcBlockViewerMethods.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcFinalizationViewer/JsonRpcFinalizationViewerMethods.d.ts +6 -14
- package/dist/node/provider/viewer/JsonRpcFinalizationViewer/JsonRpcFinalizationViewerMethods.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcMempoolViewer/JsonRpcMempoolViewerMethods.d.ts +12 -28
- package/dist/node/provider/viewer/JsonRpcMempoolViewer/JsonRpcMempoolViewerMethods.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcTransactionViewer/JsonRpcTransactionViewer.d.ts +36 -92
- package/dist/node/provider/viewer/JsonRpcTransactionViewer/JsonRpcTransactionViewer.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcXyoViewer.d.ts +48 -112
- package/dist/node/provider/viewer/JsonRpcXyoViewer.d.ts.map +1 -1
- package/dist/node/types/schema/AccountBalanceViewerRpcSchemas.d.ts +16 -48
- package/dist/node/types/schema/AccountBalanceViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/AllRpcSchemas.d.ts +154 -370
- package/dist/node/types/schema/AllRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/BlockViewerRpcSchemas.d.ts +18 -42
- package/dist/node/types/schema/BlockViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/FinalizationViewerRpcSchemas.d.ts +6 -14
- package/dist/node/types/schema/FinalizationViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/MempoolRunnerRpcSchemas.d.ts +12 -28
- package/dist/node/types/schema/MempoolRunnerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/MempoolViewerRpcSchemas.d.ts +12 -28
- package/dist/node/types/schema/MempoolViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/TransactionViewerRpcSchema.d.ts +24 -56
- package/dist/node/types/schema/TransactionViewerRpcSchema.d.ts.map +1 -1
- package/dist/node/types/schema/XyoRunnerRpcSchemas.d.ts +6 -14
- package/dist/node/types/schema/XyoRunnerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/XyoSignerRpcSchemas.d.ts +12 -28
- package/dist/node/types/schema/XyoSignerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/XyoViewerRpcSchemas.d.ts +48 -112
- package/dist/node/types/schema/XyoViewerRpcSchemas.d.ts.map +1 -1
- package/package.json +15 -21
|
@@ -83,11 +83,7 @@ export declare const AccountBalanceViewerRpcSchemas: {
|
|
|
83
83
|
schema: "network.xyo.boundwitness" & {
|
|
84
84
|
readonly __schema: true;
|
|
85
85
|
};
|
|
86
|
-
addresses: ((Lowercase<string> & {
|
|
87
|
-
readonly __hex: true;
|
|
88
|
-
} & {
|
|
89
|
-
readonly __address: true;
|
|
90
|
-
}) | (Lowercase<string> & {
|
|
86
|
+
addresses: (import("@xyo-network/sdk-protocol-js").XyoQuant1Address | (Lowercase<string> & {
|
|
91
87
|
readonly __hex: true;
|
|
92
88
|
} & {
|
|
93
89
|
readonly __address: true;
|
|
@@ -100,7 +96,7 @@ export declare const AccountBalanceViewerRpcSchemas: {
|
|
|
100
96
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
101
97
|
protocol?: number | undefined;
|
|
102
98
|
step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
|
|
103
|
-
$destination?: (Lowercase<string> & {
|
|
99
|
+
$destination?: import("@xyo-network/sdk-protocol-js").XyoQuant1Address | (Lowercase<string> & {
|
|
104
100
|
readonly __hex: true;
|
|
105
101
|
} & {
|
|
106
102
|
readonly __address: true;
|
|
@@ -114,11 +110,7 @@ export declare const AccountBalanceViewerRpcSchemas: {
|
|
|
114
110
|
readonly __hex: true;
|
|
115
111
|
} & {
|
|
116
112
|
readonly __address: true;
|
|
117
|
-
}) | (
|
|
118
|
-
readonly __hex: true;
|
|
119
|
-
} & {
|
|
120
|
-
readonly __address: true;
|
|
121
|
-
}))[];
|
|
113
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuant1Address)[];
|
|
122
114
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
123
115
|
payload_schemas: import("@xyo-network/sdk-protocol-js").BrandedSchema<string>[];
|
|
124
116
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -139,7 +131,7 @@ export declare const AccountBalanceViewerRpcSchemas: {
|
|
|
139
131
|
};
|
|
140
132
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
141
133
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
142
|
-
$destination?: (Lowercase<string> & {
|
|
134
|
+
$destination?: import("@xyo-network/sdk-protocol-js").XyoQuant1Address | (Lowercase<string> & {
|
|
143
135
|
readonly __hex: true;
|
|
144
136
|
} & {
|
|
145
137
|
readonly __address: true;
|
|
@@ -176,11 +168,7 @@ export declare const AccountBalanceViewerRpcSchemas: {
|
|
|
176
168
|
schema: "network.xyo.boundwitness" & {
|
|
177
169
|
readonly __schema: true;
|
|
178
170
|
};
|
|
179
|
-
addresses: ((Lowercase<string> & {
|
|
180
|
-
readonly __hex: true;
|
|
181
|
-
} & {
|
|
182
|
-
readonly __address: true;
|
|
183
|
-
}) | (Lowercase<string> & {
|
|
171
|
+
addresses: (import("@xyo-network/sdk-protocol-js").XyoQuant1Address | (Lowercase<string> & {
|
|
184
172
|
readonly __hex: true;
|
|
185
173
|
} & {
|
|
186
174
|
readonly __address: true;
|
|
@@ -193,7 +181,7 @@ export declare const AccountBalanceViewerRpcSchemas: {
|
|
|
193
181
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
194
182
|
protocol?: number | undefined;
|
|
195
183
|
step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
|
|
196
|
-
$destination?: (Lowercase<string> & {
|
|
184
|
+
$destination?: import("@xyo-network/sdk-protocol-js").XyoQuant1Address | (Lowercase<string> & {
|
|
197
185
|
readonly __hex: true;
|
|
198
186
|
} & {
|
|
199
187
|
readonly __address: true;
|
|
@@ -207,11 +195,7 @@ export declare const AccountBalanceViewerRpcSchemas: {
|
|
|
207
195
|
readonly __hex: true;
|
|
208
196
|
} & {
|
|
209
197
|
readonly __address: true;
|
|
210
|
-
}) | (
|
|
211
|
-
readonly __hex: true;
|
|
212
|
-
} & {
|
|
213
|
-
readonly __address: true;
|
|
214
|
-
}))[];
|
|
198
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuant1Address)[];
|
|
215
199
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
216
200
|
payload_schemas: import("@xyo-network/sdk-protocol-js").BrandedSchema<string>[];
|
|
217
201
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -232,7 +216,7 @@ export declare const AccountBalanceViewerRpcSchemas: {
|
|
|
232
216
|
};
|
|
233
217
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
234
218
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
235
|
-
$destination?: (Lowercase<string> & {
|
|
219
|
+
$destination?: import("@xyo-network/sdk-protocol-js").XyoQuant1Address | (Lowercase<string> & {
|
|
236
220
|
readonly __hex: true;
|
|
237
221
|
} & {
|
|
238
222
|
readonly __address: true;
|
|
@@ -273,11 +257,7 @@ export declare const AccountBalanceViewerRpcSchemas: {
|
|
|
273
257
|
schema: "network.xyo.boundwitness" & {
|
|
274
258
|
readonly __schema: true;
|
|
275
259
|
};
|
|
276
|
-
addresses: ((Lowercase<string> & {
|
|
277
|
-
readonly __hex: true;
|
|
278
|
-
} & {
|
|
279
|
-
readonly __address: true;
|
|
280
|
-
}) | (Lowercase<string> & {
|
|
260
|
+
addresses: (import("@xyo-network/sdk-protocol-js").XyoQuant1Address | (Lowercase<string> & {
|
|
281
261
|
readonly __hex: true;
|
|
282
262
|
} & {
|
|
283
263
|
readonly __address: true;
|
|
@@ -290,7 +270,7 @@ export declare const AccountBalanceViewerRpcSchemas: {
|
|
|
290
270
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
291
271
|
protocol?: number | undefined;
|
|
292
272
|
step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
|
|
293
|
-
$destination?: (Lowercase<string> & {
|
|
273
|
+
$destination?: import("@xyo-network/sdk-protocol-js").XyoQuant1Address | (Lowercase<string> & {
|
|
294
274
|
readonly __hex: true;
|
|
295
275
|
} & {
|
|
296
276
|
readonly __address: true;
|
|
@@ -304,11 +284,7 @@ export declare const AccountBalanceViewerRpcSchemas: {
|
|
|
304
284
|
readonly __hex: true;
|
|
305
285
|
} & {
|
|
306
286
|
readonly __address: true;
|
|
307
|
-
}) | (
|
|
308
|
-
readonly __hex: true;
|
|
309
|
-
} & {
|
|
310
|
-
readonly __address: true;
|
|
311
|
-
}))[];
|
|
287
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuant1Address)[];
|
|
312
288
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
313
289
|
payload_schemas: import("@xyo-network/sdk-protocol-js").BrandedSchema<string>[];
|
|
314
290
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -329,7 +305,7 @@ export declare const AccountBalanceViewerRpcSchemas: {
|
|
|
329
305
|
};
|
|
330
306
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
331
307
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
332
|
-
$destination?: (Lowercase<string> & {
|
|
308
|
+
$destination?: import("@xyo-network/sdk-protocol-js").XyoQuant1Address | (Lowercase<string> & {
|
|
333
309
|
readonly __hex: true;
|
|
334
310
|
} & {
|
|
335
311
|
readonly __address: true;
|
|
@@ -366,11 +342,7 @@ export declare const AccountBalanceViewerRpcSchemas: {
|
|
|
366
342
|
schema: "network.xyo.boundwitness" & {
|
|
367
343
|
readonly __schema: true;
|
|
368
344
|
};
|
|
369
|
-
addresses: ((Lowercase<string> & {
|
|
370
|
-
readonly __hex: true;
|
|
371
|
-
} & {
|
|
372
|
-
readonly __address: true;
|
|
373
|
-
}) | (Lowercase<string> & {
|
|
345
|
+
addresses: (import("@xyo-network/sdk-protocol-js").XyoQuant1Address | (Lowercase<string> & {
|
|
374
346
|
readonly __hex: true;
|
|
375
347
|
} & {
|
|
376
348
|
readonly __address: true;
|
|
@@ -383,7 +355,7 @@ export declare const AccountBalanceViewerRpcSchemas: {
|
|
|
383
355
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
384
356
|
protocol?: number | undefined;
|
|
385
357
|
step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
|
|
386
|
-
$destination?: (Lowercase<string> & {
|
|
358
|
+
$destination?: import("@xyo-network/sdk-protocol-js").XyoQuant1Address | (Lowercase<string> & {
|
|
387
359
|
readonly __hex: true;
|
|
388
360
|
} & {
|
|
389
361
|
readonly __address: true;
|
|
@@ -397,11 +369,7 @@ export declare const AccountBalanceViewerRpcSchemas: {
|
|
|
397
369
|
readonly __hex: true;
|
|
398
370
|
} & {
|
|
399
371
|
readonly __address: true;
|
|
400
|
-
}) | (
|
|
401
|
-
readonly __hex: true;
|
|
402
|
-
} & {
|
|
403
|
-
readonly __address: true;
|
|
404
|
-
}))[];
|
|
372
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuant1Address)[];
|
|
405
373
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
406
374
|
payload_schemas: import("@xyo-network/sdk-protocol-js").BrandedSchema<string>[];
|
|
407
375
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -422,7 +390,7 @@ export declare const AccountBalanceViewerRpcSchemas: {
|
|
|
422
390
|
};
|
|
423
391
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
424
392
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
425
|
-
$destination?: (Lowercase<string> & {
|
|
393
|
+
$destination?: import("@xyo-network/sdk-protocol-js").XyoQuant1Address | (Lowercase<string> & {
|
|
426
394
|
readonly __hex: true;
|
|
427
395
|
} & {
|
|
428
396
|
readonly __address: true;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountBalanceViewerRpcSchemas.d.ts","sourceRoot":"","sources":["../../../../src/types/schema/AccountBalanceViewerRpcSchemas.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAKvB,+CAA+C;AAC/C,eAAO,MAAM,8BAA8B
|
|
1
|
+
{"version":3,"file":"AccountBalanceViewerRpcSchemas.d.ts","sourceRoot":"","sources":["../../../../src/types/schema/AccountBalanceViewerRpcSchemas.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAKvB,+CAA+C;AAC/C,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqBgB,CAAA;AAE3D,2CAA2C;AAC3C,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAA"}
|