@xyo-network/xl1-rpc 1.16.6 → 1.16.7
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 +462 -501
- package/dist/neutral/index.mjs.map +1 -1
- package/dist/neutral/types/schema/AllRpcSchemas.d.ts +290 -721
- package/dist/neutral/types/schema/AllRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/XyoRunnerRpcSchemas.d.ts +18 -42
- package/dist/neutral/types/schema/XyoRunnerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/XyoSignerRpcSchemas.d.ts +44 -97
- package/dist/neutral/types/schema/XyoSignerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/XyoViewerRpcSchemas.d.ts +228 -582
- package/dist/neutral/types/schema/XyoViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/BlockBoundWitness.d.ts +10 -116
- package/dist/neutral/types/schema/common/BlockBoundWitness.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/BoundWitness.d.ts +38 -68
- package/dist/neutral/types/schema/common/BoundWitness.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/HydratedBlock.d.ts +51 -143
- package/dist/neutral/types/schema/common/HydratedBlock.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/HydratedTransaction.d.ts +61 -131
- package/dist/neutral/types/schema/common/HydratedTransaction.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/StepIdentity.d.ts +3 -0
- package/dist/neutral/types/schema/common/StepIdentity.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/TransactionBoundWitness.d.ts +10 -38
- package/dist/neutral/types/schema/common/TransactionBoundWitness.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/Transfer.d.ts +0 -31
- package/dist/neutral/types/schema/common/Transfer.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/index.d.ts +0 -1
- package/dist/neutral/types/schema/common/index.d.ts.map +1 -1
- package/dist/node/index-node.mjs +462 -501
- package/dist/node/index-node.mjs.map +1 -1
- package/dist/node/types/schema/AllRpcSchemas.d.ts +290 -721
- package/dist/node/types/schema/AllRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/XyoRunnerRpcSchemas.d.ts +18 -42
- package/dist/node/types/schema/XyoRunnerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/XyoSignerRpcSchemas.d.ts +44 -97
- package/dist/node/types/schema/XyoSignerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/XyoViewerRpcSchemas.d.ts +228 -582
- package/dist/node/types/schema/XyoViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/common/BlockBoundWitness.d.ts +10 -116
- package/dist/node/types/schema/common/BlockBoundWitness.d.ts.map +1 -1
- package/dist/node/types/schema/common/BoundWitness.d.ts +38 -68
- package/dist/node/types/schema/common/BoundWitness.d.ts.map +1 -1
- package/dist/node/types/schema/common/HydratedBlock.d.ts +51 -143
- package/dist/node/types/schema/common/HydratedBlock.d.ts.map +1 -1
- package/dist/node/types/schema/common/HydratedTransaction.d.ts +61 -131
- package/dist/node/types/schema/common/HydratedTransaction.d.ts.map +1 -1
- package/dist/node/types/schema/common/StepIdentity.d.ts +3 -0
- package/dist/node/types/schema/common/StepIdentity.d.ts.map +1 -1
- package/dist/node/types/schema/common/TransactionBoundWitness.d.ts +10 -38
- package/dist/node/types/schema/common/TransactionBoundWitness.d.ts.map +1 -1
- package/dist/node/types/schema/common/Transfer.d.ts +0 -31
- package/dist/node/types/schema/common/Transfer.d.ts.map +1 -1
- package/dist/node/types/schema/common/index.d.ts +0 -1
- package/dist/node/types/schema/common/index.d.ts.map +1 -1
- package/package.json +14 -14
- package/src/types/schema/XyoViewerRpcSchemas.ts +9 -11
- package/src/types/schema/common/BlockBoundWitness.ts +1 -14
- package/src/types/schema/common/BoundWitness.ts +3 -2
- package/src/types/schema/common/HydratedBlock.ts +6 -6
- package/src/types/schema/common/HydratedTransaction.ts +1 -2
- package/src/types/schema/common/StepIdentity.ts +3 -0
- package/src/types/schema/common/Transfer.ts +1 -2
- package/src/types/schema/common/index.ts +0 -1
- package/src/types/schema/common/spec/Payload.spec.ts +2 -3
- package/dist/neutral/types/schema/common/Payload.d.ts +0 -81
- package/dist/neutral/types/schema/common/Payload.d.ts.map +0 -1
- package/dist/node/types/schema/common/Payload.d.ts +0 -81
- package/dist/node/types/schema/common/Payload.d.ts.map +0 -1
- package/src/types/schema/common/Payload.ts +0 -23
|
@@ -316,31 +316,15 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
316
316
|
readonly __address: true;
|
|
317
317
|
}>, string>>>;
|
|
318
318
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
319
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
319
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
320
|
+
__schema: true;
|
|
321
|
+
}, string>>]>>;
|
|
320
322
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
321
323
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
322
324
|
readonly __address: true;
|
|
323
325
|
}>, string>>>;
|
|
324
326
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
325
327
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
326
|
-
_hash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
327
|
-
readonly __hex: true;
|
|
328
|
-
}>, {
|
|
329
|
-
readonly __hash: true;
|
|
330
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
331
|
-
readonly __hex: true;
|
|
332
|
-
}>, {
|
|
333
|
-
readonly __hash: true;
|
|
334
|
-
}>, unknown>>>;
|
|
335
|
-
_dataHash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
336
|
-
readonly __hex: true;
|
|
337
|
-
}>, {
|
|
338
|
-
readonly __hash: true;
|
|
339
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
340
|
-
readonly __hex: true;
|
|
341
|
-
}>, {
|
|
342
|
-
readonly __hash: true;
|
|
343
|
-
}>, unknown>>>;
|
|
344
328
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
345
329
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
346
330
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -348,37 +332,23 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
348
332
|
protocol: z.ZodNumber;
|
|
349
333
|
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
350
334
|
$epoch: z.ZodNumber;
|
|
335
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
336
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
351
337
|
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
352
338
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
353
339
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
354
340
|
readonly __address: true;
|
|
355
341
|
}>, string>>>;
|
|
356
342
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
357
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
343
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
344
|
+
__schema: true;
|
|
345
|
+
}, string>>]>>;
|
|
358
346
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
359
347
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
360
348
|
readonly __address: true;
|
|
361
349
|
}>, string>>>;
|
|
362
350
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
363
351
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
364
|
-
_hash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
365
|
-
readonly __hex: true;
|
|
366
|
-
}>, {
|
|
367
|
-
readonly __hash: true;
|
|
368
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
369
|
-
readonly __hex: true;
|
|
370
|
-
}>, {
|
|
371
|
-
readonly __hash: true;
|
|
372
|
-
}>, unknown>>>;
|
|
373
|
-
_dataHash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
374
|
-
readonly __hex: true;
|
|
375
|
-
}>, {
|
|
376
|
-
readonly __hash: true;
|
|
377
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
378
|
-
readonly __hex: true;
|
|
379
|
-
}>, {
|
|
380
|
-
readonly __hash: true;
|
|
381
|
-
}>, unknown>>>;
|
|
382
352
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
383
353
|
nbf: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
384
354
|
exp: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
@@ -391,6 +361,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
391
361
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
392
362
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
393
363
|
script: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
364
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
365
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
394
366
|
}, z.core.$strip>>, z.ZodObject<{
|
|
395
367
|
schema: z.ZodLiteral<"network.xyo.transfer">;
|
|
396
368
|
$opCodes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -402,57 +374,24 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
402
374
|
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
403
375
|
readonly __address: true;
|
|
404
376
|
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>>;
|
|
405
|
-
_hash: z.
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
readonly __hash: true;
|
|
409
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
410
|
-
readonly __hex: true;
|
|
411
|
-
}>, {
|
|
412
|
-
readonly __hash: true;
|
|
413
|
-
}>, unknown>>;
|
|
414
|
-
_dataHash: z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
415
|
-
readonly __hex: true;
|
|
416
|
-
}>, {
|
|
417
|
-
readonly __hash: true;
|
|
418
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
419
|
-
readonly __hex: true;
|
|
420
|
-
}>, {
|
|
421
|
-
readonly __hash: true;
|
|
422
|
-
}>, unknown>>;
|
|
423
|
-
_sequence: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>;
|
|
424
|
-
}, z.core.$strict>], null>>;
|
|
377
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
378
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
379
|
+
}, z.core.$strip>], null>>;
|
|
425
380
|
from: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
426
381
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
427
382
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
428
383
|
readonly __address: true;
|
|
429
384
|
}>, string>>>;
|
|
430
385
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
431
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
386
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
387
|
+
__schema: true;
|
|
388
|
+
}, string>>]>>;
|
|
432
389
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
433
390
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
434
391
|
readonly __address: true;
|
|
435
392
|
}>, string>>>;
|
|
436
393
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
437
394
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
438
|
-
_hash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
439
|
-
readonly __hex: true;
|
|
440
|
-
}>, {
|
|
441
|
-
readonly __hash: true;
|
|
442
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
443
|
-
readonly __hex: true;
|
|
444
|
-
}>, {
|
|
445
|
-
readonly __hash: true;
|
|
446
|
-
}>, unknown>>>;
|
|
447
|
-
_dataHash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
448
|
-
readonly __hex: true;
|
|
449
|
-
}>, {
|
|
450
|
-
readonly __hash: true;
|
|
451
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
452
|
-
readonly __hex: true;
|
|
453
|
-
}>, {
|
|
454
|
-
readonly __hash: true;
|
|
455
|
-
}>, unknown>>>;
|
|
456
395
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
457
396
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
458
397
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -460,37 +399,23 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
460
399
|
protocol: z.ZodNumber;
|
|
461
400
|
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
462
401
|
$epoch: z.ZodNumber;
|
|
402
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
403
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
463
404
|
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
464
405
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
465
406
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
466
407
|
readonly __address: true;
|
|
467
408
|
}>, string>>>;
|
|
468
409
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
469
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
410
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
411
|
+
__schema: true;
|
|
412
|
+
}, string>>]>>;
|
|
470
413
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
471
414
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
472
415
|
readonly __address: true;
|
|
473
416
|
}>, string>>>;
|
|
474
417
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
475
418
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
476
|
-
_hash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
477
|
-
readonly __hex: true;
|
|
478
|
-
}>, {
|
|
479
|
-
readonly __hash: true;
|
|
480
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
481
|
-
readonly __hex: true;
|
|
482
|
-
}>, {
|
|
483
|
-
readonly __hash: true;
|
|
484
|
-
}>, unknown>>>;
|
|
485
|
-
_dataHash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
486
|
-
readonly __hex: true;
|
|
487
|
-
}>, {
|
|
488
|
-
readonly __hash: true;
|
|
489
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
490
|
-
readonly __hex: true;
|
|
491
|
-
}>, {
|
|
492
|
-
readonly __hash: true;
|
|
493
|
-
}>, unknown>>>;
|
|
494
419
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
495
420
|
nbf: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
496
421
|
exp: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
@@ -503,6 +428,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
503
428
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
504
429
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
505
430
|
script: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
431
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
432
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
506
433
|
}, z.core.$strip>>, z.ZodObject<{
|
|
507
434
|
schema: z.ZodLiteral<"network.xyo.transfer">;
|
|
508
435
|
$opCodes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -514,26 +441,9 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
514
441
|
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
515
442
|
readonly __address: true;
|
|
516
443
|
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>>;
|
|
517
|
-
_hash: z.
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
readonly __hash: true;
|
|
521
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
522
|
-
readonly __hex: true;
|
|
523
|
-
}>, {
|
|
524
|
-
readonly __hash: true;
|
|
525
|
-
}>, unknown>>;
|
|
526
|
-
_dataHash: z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
527
|
-
readonly __hex: true;
|
|
528
|
-
}>, {
|
|
529
|
-
readonly __hash: true;
|
|
530
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
531
|
-
readonly __hex: true;
|
|
532
|
-
}>, {
|
|
533
|
-
readonly __hash: true;
|
|
534
|
-
}>, unknown>>;
|
|
535
|
-
_sequence: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>;
|
|
536
|
-
}, z.core.$strict>], null>>;
|
|
444
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
445
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
446
|
+
}, z.core.$strip>], null>>;
|
|
537
447
|
};
|
|
538
448
|
};
|
|
539
449
|
xyoViewer_transferPairBalance: {
|
|
@@ -574,69 +484,39 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
574
484
|
readonly __address: true;
|
|
575
485
|
}>, string>>>;
|
|
576
486
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
577
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
487
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
488
|
+
__schema: true;
|
|
489
|
+
}, string>>]>>;
|
|
578
490
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
579
491
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
580
492
|
readonly __address: true;
|
|
581
493
|
}>, string>>>;
|
|
582
494
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
583
495
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
584
|
-
|
|
585
|
-
readonly __hex: true;
|
|
586
|
-
}>, {
|
|
587
|
-
readonly __hash: true;
|
|
588
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
589
|
-
readonly __hex: true;
|
|
590
|
-
}>, {
|
|
591
|
-
readonly __hash: true;
|
|
592
|
-
}>, unknown>>;
|
|
593
|
-
_dataHash: z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
594
|
-
readonly __hex: true;
|
|
595
|
-
}>, {
|
|
596
|
-
readonly __hash: true;
|
|
597
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
598
|
-
readonly __hex: true;
|
|
599
|
-
}>, {
|
|
600
|
-
readonly __hash: true;
|
|
601
|
-
}>, unknown>>;
|
|
602
|
-
_sequence: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>;
|
|
496
|
+
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
603
497
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
604
498
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
605
499
|
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
606
500
|
protocol: z.ZodNumber;
|
|
607
501
|
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
608
502
|
$epoch: z.ZodNumber;
|
|
609
|
-
|
|
503
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
504
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
505
|
+
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
610
506
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
611
507
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
612
508
|
readonly __address: true;
|
|
613
509
|
}>, string>>>;
|
|
614
510
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
615
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
511
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
512
|
+
__schema: true;
|
|
513
|
+
}, string>>]>>;
|
|
616
514
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
617
515
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
618
516
|
readonly __address: true;
|
|
619
517
|
}>, string>>>;
|
|
620
518
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
621
519
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
622
|
-
_hash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
623
|
-
readonly __hex: true;
|
|
624
|
-
}>, {
|
|
625
|
-
readonly __hash: true;
|
|
626
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
627
|
-
readonly __hex: true;
|
|
628
|
-
}>, {
|
|
629
|
-
readonly __hash: true;
|
|
630
|
-
}>, unknown>>>;
|
|
631
|
-
_dataHash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
632
|
-
readonly __hex: true;
|
|
633
|
-
}>, {
|
|
634
|
-
readonly __hash: true;
|
|
635
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
636
|
-
readonly __hex: true;
|
|
637
|
-
}>, {
|
|
638
|
-
readonly __hash: true;
|
|
639
|
-
}>, unknown>>>;
|
|
640
520
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
641
521
|
nbf: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
642
522
|
exp: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
@@ -649,78 +529,54 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
649
529
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
650
530
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
651
531
|
script: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
}, z.core.$
|
|
532
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
533
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
534
|
+
}, z.core.$strip>>, z.ZodObject<{
|
|
535
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
536
|
+
__schema: true;
|
|
537
|
+
}, string>>]>;
|
|
538
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
539
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
540
|
+
}, z.core.$strip>], null>>;
|
|
655
541
|
from: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
656
542
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
657
543
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
658
544
|
readonly __address: true;
|
|
659
545
|
}>, string>>>;
|
|
660
546
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
661
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
547
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
548
|
+
__schema: true;
|
|
549
|
+
}, string>>]>>;
|
|
662
550
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
663
551
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
664
552
|
readonly __address: true;
|
|
665
553
|
}>, string>>>;
|
|
666
554
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
667
555
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
668
|
-
|
|
669
|
-
readonly __hex: true;
|
|
670
|
-
}>, {
|
|
671
|
-
readonly __hash: true;
|
|
672
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
673
|
-
readonly __hex: true;
|
|
674
|
-
}>, {
|
|
675
|
-
readonly __hash: true;
|
|
676
|
-
}>, unknown>>;
|
|
677
|
-
_dataHash: z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
678
|
-
readonly __hex: true;
|
|
679
|
-
}>, {
|
|
680
|
-
readonly __hash: true;
|
|
681
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
682
|
-
readonly __hex: true;
|
|
683
|
-
}>, {
|
|
684
|
-
readonly __hash: true;
|
|
685
|
-
}>, unknown>>;
|
|
686
|
-
_sequence: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>;
|
|
556
|
+
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
687
557
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
688
558
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
689
559
|
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
690
560
|
protocol: z.ZodNumber;
|
|
691
561
|
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
692
562
|
$epoch: z.ZodNumber;
|
|
693
|
-
|
|
563
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
564
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
565
|
+
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
694
566
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
695
567
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
696
568
|
readonly __address: true;
|
|
697
569
|
}>, string>>>;
|
|
698
570
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
699
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
571
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
572
|
+
__schema: true;
|
|
573
|
+
}, string>>]>>;
|
|
700
574
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
701
575
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
702
576
|
readonly __address: true;
|
|
703
577
|
}>, string>>>;
|
|
704
578
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
705
579
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
706
|
-
_hash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
707
|
-
readonly __hex: true;
|
|
708
|
-
}>, {
|
|
709
|
-
readonly __hash: true;
|
|
710
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
711
|
-
readonly __hex: true;
|
|
712
|
-
}>, {
|
|
713
|
-
readonly __hash: true;
|
|
714
|
-
}>, unknown>>>;
|
|
715
|
-
_dataHash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
716
|
-
readonly __hex: true;
|
|
717
|
-
}>, {
|
|
718
|
-
readonly __hash: true;
|
|
719
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
720
|
-
readonly __hex: true;
|
|
721
|
-
}>, {
|
|
722
|
-
readonly __hash: true;
|
|
723
|
-
}>, unknown>>>;
|
|
724
580
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
725
581
|
nbf: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
726
582
|
exp: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
@@ -733,9 +589,15 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
733
589
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
734
590
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
735
591
|
script: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
}, z.core.$
|
|
592
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
593
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
594
|
+
}, z.core.$strip>>, z.ZodObject<{
|
|
595
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
596
|
+
__schema: true;
|
|
597
|
+
}, string>>]>;
|
|
598
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
599
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
600
|
+
}, z.core.$strip>], null>>;
|
|
739
601
|
};
|
|
740
602
|
};
|
|
741
603
|
xyoViewer_transferBalance: {
|
|
@@ -768,69 +630,39 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
768
630
|
readonly __address: true;
|
|
769
631
|
}>, string>>>;
|
|
770
632
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
771
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
633
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
634
|
+
__schema: true;
|
|
635
|
+
}, string>>]>>;
|
|
772
636
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
773
637
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
774
638
|
readonly __address: true;
|
|
775
639
|
}>, string>>>;
|
|
776
640
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
777
641
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
778
|
-
|
|
779
|
-
readonly __hex: true;
|
|
780
|
-
}>, {
|
|
781
|
-
readonly __hash: true;
|
|
782
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
783
|
-
readonly __hex: true;
|
|
784
|
-
}>, {
|
|
785
|
-
readonly __hash: true;
|
|
786
|
-
}>, unknown>>;
|
|
787
|
-
_dataHash: z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
788
|
-
readonly __hex: true;
|
|
789
|
-
}>, {
|
|
790
|
-
readonly __hash: true;
|
|
791
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
792
|
-
readonly __hex: true;
|
|
793
|
-
}>, {
|
|
794
|
-
readonly __hash: true;
|
|
795
|
-
}>, unknown>>;
|
|
796
|
-
_sequence: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>;
|
|
642
|
+
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
797
643
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
798
644
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
799
645
|
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
800
646
|
protocol: z.ZodNumber;
|
|
801
647
|
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
802
648
|
$epoch: z.ZodNumber;
|
|
803
|
-
|
|
649
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
650
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
651
|
+
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
804
652
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
805
653
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
806
654
|
readonly __address: true;
|
|
807
655
|
}>, string>>>;
|
|
808
656
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
809
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
657
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
658
|
+
__schema: true;
|
|
659
|
+
}, string>>]>>;
|
|
810
660
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
811
661
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
812
662
|
readonly __address: true;
|
|
813
663
|
}>, string>>>;
|
|
814
664
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
815
665
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
816
|
-
_hash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
817
|
-
readonly __hex: true;
|
|
818
|
-
}>, {
|
|
819
|
-
readonly __hash: true;
|
|
820
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
821
|
-
readonly __hex: true;
|
|
822
|
-
}>, {
|
|
823
|
-
readonly __hash: true;
|
|
824
|
-
}>, unknown>>>;
|
|
825
|
-
_dataHash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
826
|
-
readonly __hex: true;
|
|
827
|
-
}>, {
|
|
828
|
-
readonly __hash: true;
|
|
829
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
830
|
-
readonly __hex: true;
|
|
831
|
-
}>, {
|
|
832
|
-
readonly __hash: true;
|
|
833
|
-
}>, unknown>>>;
|
|
834
666
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
835
667
|
nbf: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
836
668
|
exp: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
@@ -843,78 +675,54 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
843
675
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
844
676
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
845
677
|
script: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
}, z.core.$
|
|
678
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
679
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
680
|
+
}, z.core.$strip>>, z.ZodObject<{
|
|
681
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
682
|
+
__schema: true;
|
|
683
|
+
}, string>>]>;
|
|
684
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
685
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
686
|
+
}, z.core.$strip>], null>>;
|
|
849
687
|
from: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
850
688
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
851
689
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
852
690
|
readonly __address: true;
|
|
853
691
|
}>, string>>>;
|
|
854
692
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
855
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
693
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
694
|
+
__schema: true;
|
|
695
|
+
}, string>>]>>;
|
|
856
696
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
857
697
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
858
698
|
readonly __address: true;
|
|
859
699
|
}>, string>>>;
|
|
860
700
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
861
701
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
862
|
-
|
|
863
|
-
readonly __hex: true;
|
|
864
|
-
}>, {
|
|
865
|
-
readonly __hash: true;
|
|
866
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
867
|
-
readonly __hex: true;
|
|
868
|
-
}>, {
|
|
869
|
-
readonly __hash: true;
|
|
870
|
-
}>, unknown>>;
|
|
871
|
-
_dataHash: z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
872
|
-
readonly __hex: true;
|
|
873
|
-
}>, {
|
|
874
|
-
readonly __hash: true;
|
|
875
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
876
|
-
readonly __hex: true;
|
|
877
|
-
}>, {
|
|
878
|
-
readonly __hash: true;
|
|
879
|
-
}>, unknown>>;
|
|
880
|
-
_sequence: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>;
|
|
702
|
+
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
881
703
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
882
704
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
883
705
|
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
884
706
|
protocol: z.ZodNumber;
|
|
885
707
|
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
886
708
|
$epoch: z.ZodNumber;
|
|
887
|
-
|
|
709
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
710
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
711
|
+
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
888
712
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
889
713
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
890
714
|
readonly __address: true;
|
|
891
715
|
}>, string>>>;
|
|
892
716
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
893
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
717
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
718
|
+
__schema: true;
|
|
719
|
+
}, string>>]>>;
|
|
894
720
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
895
721
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
896
722
|
readonly __address: true;
|
|
897
723
|
}>, string>>>;
|
|
898
724
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
899
725
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
900
|
-
_hash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
901
|
-
readonly __hex: true;
|
|
902
|
-
}>, {
|
|
903
|
-
readonly __hash: true;
|
|
904
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
905
|
-
readonly __hex: true;
|
|
906
|
-
}>, {
|
|
907
|
-
readonly __hash: true;
|
|
908
|
-
}>, unknown>>>;
|
|
909
|
-
_dataHash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
910
|
-
readonly __hex: true;
|
|
911
|
-
}>, {
|
|
912
|
-
readonly __hash: true;
|
|
913
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
914
|
-
readonly __hex: true;
|
|
915
|
-
}>, {
|
|
916
|
-
readonly __hash: true;
|
|
917
|
-
}>, unknown>>>;
|
|
918
726
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
919
727
|
nbf: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
920
728
|
exp: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
@@ -927,9 +735,15 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
927
735
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
928
736
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
929
737
|
script: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
}, z.core.$
|
|
738
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
739
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
740
|
+
}, z.core.$strip>>, z.ZodObject<{
|
|
741
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
742
|
+
__schema: true;
|
|
743
|
+
}, string>>]>;
|
|
744
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
745
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
746
|
+
}, z.core.$strip>], null>>;
|
|
933
747
|
};
|
|
934
748
|
};
|
|
935
749
|
xyoViewer_blockByHash: {
|
|
@@ -944,31 +758,17 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
944
758
|
readonly __address: true;
|
|
945
759
|
}>, string>>>;
|
|
946
760
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
947
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
761
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
762
|
+
__schema: true;
|
|
763
|
+
}, string>>]>>;
|
|
948
764
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
949
765
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
950
766
|
readonly __address: true;
|
|
951
767
|
}>, string>>>;
|
|
952
768
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
953
769
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
954
|
-
_hash: z.ZodOptional<z.
|
|
955
|
-
|
|
956
|
-
}>, {
|
|
957
|
-
readonly __hash: true;
|
|
958
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
959
|
-
readonly __hex: true;
|
|
960
|
-
}>, {
|
|
961
|
-
readonly __hash: true;
|
|
962
|
-
}>, unknown>>>;
|
|
963
|
-
_dataHash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
964
|
-
readonly __hex: true;
|
|
965
|
-
}>, {
|
|
966
|
-
readonly __hash: true;
|
|
967
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
968
|
-
readonly __hex: true;
|
|
969
|
-
}>, {
|
|
970
|
-
readonly __hash: true;
|
|
971
|
-
}>, unknown>>>;
|
|
770
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
771
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
972
772
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
973
773
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
974
774
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -977,39 +777,27 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
977
777
|
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
978
778
|
$epoch: z.ZodNumber;
|
|
979
779
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
980
|
-
schema: z.ZodString
|
|
981
|
-
|
|
780
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
781
|
+
__schema: true;
|
|
782
|
+
}, string>>]>;
|
|
783
|
+
}, z.core.$strip>>], null>;
|
|
982
784
|
from: z.ZodTuple<[z.ZodObject<{
|
|
983
785
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
984
786
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
985
787
|
readonly __address: true;
|
|
986
788
|
}>, string>>>;
|
|
987
789
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
988
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
790
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
791
|
+
__schema: true;
|
|
792
|
+
}, string>>]>>;
|
|
989
793
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
990
794
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
991
795
|
readonly __address: true;
|
|
992
796
|
}>, string>>>;
|
|
993
797
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
994
798
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
995
|
-
_hash: z.ZodOptional<z.
|
|
996
|
-
|
|
997
|
-
}>, {
|
|
998
|
-
readonly __hash: true;
|
|
999
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1000
|
-
readonly __hex: true;
|
|
1001
|
-
}>, {
|
|
1002
|
-
readonly __hash: true;
|
|
1003
|
-
}>, unknown>>>;
|
|
1004
|
-
_dataHash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1005
|
-
readonly __hex: true;
|
|
1006
|
-
}>, {
|
|
1007
|
-
readonly __hash: true;
|
|
1008
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1009
|
-
readonly __hex: true;
|
|
1010
|
-
}>, {
|
|
1011
|
-
readonly __hash: true;
|
|
1012
|
-
}>, unknown>>>;
|
|
799
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
800
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1013
801
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
1014
802
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1015
803
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -1018,8 +806,10 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1018
806
|
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1019
807
|
$epoch: z.ZodNumber;
|
|
1020
808
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1021
|
-
schema: z.ZodString
|
|
1022
|
-
|
|
809
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
810
|
+
__schema: true;
|
|
811
|
+
}, string>>]>;
|
|
812
|
+
}, z.core.$strip>>], null>;
|
|
1023
813
|
};
|
|
1024
814
|
};
|
|
1025
815
|
xyoViewer_blockByNumber: {
|
|
@@ -1034,31 +824,17 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1034
824
|
readonly __address: true;
|
|
1035
825
|
}>, string>>>;
|
|
1036
826
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1037
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
827
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
828
|
+
__schema: true;
|
|
829
|
+
}, string>>]>>;
|
|
1038
830
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1039
831
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1040
832
|
readonly __address: true;
|
|
1041
833
|
}>, string>>>;
|
|
1042
834
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1043
835
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1044
|
-
_hash: z.ZodOptional<z.
|
|
1045
|
-
|
|
1046
|
-
}>, {
|
|
1047
|
-
readonly __hash: true;
|
|
1048
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1049
|
-
readonly __hex: true;
|
|
1050
|
-
}>, {
|
|
1051
|
-
readonly __hash: true;
|
|
1052
|
-
}>, unknown>>>;
|
|
1053
|
-
_dataHash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1054
|
-
readonly __hex: true;
|
|
1055
|
-
}>, {
|
|
1056
|
-
readonly __hash: true;
|
|
1057
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1058
|
-
readonly __hex: true;
|
|
1059
|
-
}>, {
|
|
1060
|
-
readonly __hash: true;
|
|
1061
|
-
}>, unknown>>>;
|
|
836
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
837
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1062
838
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
1063
839
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1064
840
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -1067,39 +843,27 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1067
843
|
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1068
844
|
$epoch: z.ZodNumber;
|
|
1069
845
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1070
|
-
schema: z.ZodString
|
|
1071
|
-
|
|
846
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
847
|
+
__schema: true;
|
|
848
|
+
}, string>>]>;
|
|
849
|
+
}, z.core.$strip>>], null>;
|
|
1072
850
|
from: z.ZodTuple<[z.ZodObject<{
|
|
1073
851
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1074
852
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1075
853
|
readonly __address: true;
|
|
1076
854
|
}>, string>>>;
|
|
1077
855
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1078
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
856
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
857
|
+
__schema: true;
|
|
858
|
+
}, string>>]>>;
|
|
1079
859
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1080
860
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1081
861
|
readonly __address: true;
|
|
1082
862
|
}>, string>>>;
|
|
1083
863
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1084
864
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1085
|
-
_hash: z.ZodOptional<z.
|
|
1086
|
-
|
|
1087
|
-
}>, {
|
|
1088
|
-
readonly __hash: true;
|
|
1089
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1090
|
-
readonly __hex: true;
|
|
1091
|
-
}>, {
|
|
1092
|
-
readonly __hash: true;
|
|
1093
|
-
}>, unknown>>>;
|
|
1094
|
-
_dataHash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1095
|
-
readonly __hex: true;
|
|
1096
|
-
}>, {
|
|
1097
|
-
readonly __hash: true;
|
|
1098
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1099
|
-
readonly __hex: true;
|
|
1100
|
-
}>, {
|
|
1101
|
-
readonly __hash: true;
|
|
1102
|
-
}>, unknown>>>;
|
|
865
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
866
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1103
867
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
1104
868
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1105
869
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -1108,8 +872,10 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1108
872
|
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1109
873
|
$epoch: z.ZodNumber;
|
|
1110
874
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1111
|
-
schema: z.ZodString
|
|
1112
|
-
|
|
875
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
876
|
+
__schema: true;
|
|
877
|
+
}, string>>]>;
|
|
878
|
+
}, z.core.$strip>>], null>;
|
|
1113
879
|
};
|
|
1114
880
|
};
|
|
1115
881
|
xyoViewer_blocksByHash: {
|
|
@@ -1124,31 +890,17 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1124
890
|
readonly __address: true;
|
|
1125
891
|
}>, string>>>;
|
|
1126
892
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1127
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
893
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
894
|
+
__schema: true;
|
|
895
|
+
}, string>>]>>;
|
|
1128
896
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1129
897
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1130
898
|
readonly __address: true;
|
|
1131
899
|
}>, string>>>;
|
|
1132
900
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1133
901
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1134
|
-
_hash: z.ZodOptional<z.
|
|
1135
|
-
|
|
1136
|
-
}>, {
|
|
1137
|
-
readonly __hash: true;
|
|
1138
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1139
|
-
readonly __hex: true;
|
|
1140
|
-
}>, {
|
|
1141
|
-
readonly __hash: true;
|
|
1142
|
-
}>, unknown>>>;
|
|
1143
|
-
_dataHash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1144
|
-
readonly __hex: true;
|
|
1145
|
-
}>, {
|
|
1146
|
-
readonly __hash: true;
|
|
1147
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1148
|
-
readonly __hex: true;
|
|
1149
|
-
}>, {
|
|
1150
|
-
readonly __hash: true;
|
|
1151
|
-
}>, unknown>>>;
|
|
902
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
903
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1152
904
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
1153
905
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1154
906
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -1157,39 +909,27 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1157
909
|
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1158
910
|
$epoch: z.ZodNumber;
|
|
1159
911
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1160
|
-
schema: z.ZodString
|
|
1161
|
-
|
|
912
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
913
|
+
__schema: true;
|
|
914
|
+
}, string>>]>;
|
|
915
|
+
}, z.core.$strip>>], null>>;
|
|
1162
916
|
from: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
1163
917
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1164
918
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1165
919
|
readonly __address: true;
|
|
1166
920
|
}>, string>>>;
|
|
1167
921
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1168
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
922
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
923
|
+
__schema: true;
|
|
924
|
+
}, string>>]>>;
|
|
1169
925
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1170
926
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1171
927
|
readonly __address: true;
|
|
1172
928
|
}>, string>>>;
|
|
1173
929
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1174
930
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1175
|
-
_hash: z.ZodOptional<z.
|
|
1176
|
-
|
|
1177
|
-
}>, {
|
|
1178
|
-
readonly __hash: true;
|
|
1179
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1180
|
-
readonly __hex: true;
|
|
1181
|
-
}>, {
|
|
1182
|
-
readonly __hash: true;
|
|
1183
|
-
}>, unknown>>>;
|
|
1184
|
-
_dataHash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1185
|
-
readonly __hex: true;
|
|
1186
|
-
}>, {
|
|
1187
|
-
readonly __hash: true;
|
|
1188
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1189
|
-
readonly __hex: true;
|
|
1190
|
-
}>, {
|
|
1191
|
-
readonly __hash: true;
|
|
1192
|
-
}>, unknown>>>;
|
|
931
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
932
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1193
933
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
1194
934
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1195
935
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -1198,8 +938,10 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1198
938
|
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1199
939
|
$epoch: z.ZodNumber;
|
|
1200
940
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1201
|
-
schema: z.ZodString
|
|
1202
|
-
|
|
941
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
942
|
+
__schema: true;
|
|
943
|
+
}, string>>]>;
|
|
944
|
+
}, z.core.$strip>>], null>>;
|
|
1203
945
|
};
|
|
1204
946
|
};
|
|
1205
947
|
xyoViewer_chainId: {
|
|
@@ -1242,31 +984,17 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1242
984
|
readonly __address: true;
|
|
1243
985
|
}>, string>>>;
|
|
1244
986
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1245
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
987
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
988
|
+
__schema: true;
|
|
989
|
+
}, string>>]>>;
|
|
1246
990
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1247
991
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1248
992
|
readonly __address: true;
|
|
1249
993
|
}>, string>>>;
|
|
1250
994
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1251
995
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1252
|
-
_hash: z.ZodOptional<z.
|
|
1253
|
-
|
|
1254
|
-
}>, {
|
|
1255
|
-
readonly __hash: true;
|
|
1256
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1257
|
-
readonly __hex: true;
|
|
1258
|
-
}>, {
|
|
1259
|
-
readonly __hash: true;
|
|
1260
|
-
}>, unknown>>>;
|
|
1261
|
-
_dataHash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1262
|
-
readonly __hex: true;
|
|
1263
|
-
}>, {
|
|
1264
|
-
readonly __hash: true;
|
|
1265
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1266
|
-
readonly __hex: true;
|
|
1267
|
-
}>, {
|
|
1268
|
-
readonly __hash: true;
|
|
1269
|
-
}>, unknown>>>;
|
|
996
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
997
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1270
998
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
1271
999
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1272
1000
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -1275,39 +1003,27 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1275
1003
|
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1276
1004
|
$epoch: z.ZodNumber;
|
|
1277
1005
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1278
|
-
schema: z.ZodString
|
|
1279
|
-
|
|
1006
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1007
|
+
__schema: true;
|
|
1008
|
+
}, string>>]>;
|
|
1009
|
+
}, z.core.$strip>>], null>;
|
|
1280
1010
|
from: z.ZodTuple<[z.ZodObject<{
|
|
1281
1011
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1282
1012
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1283
1013
|
readonly __address: true;
|
|
1284
1014
|
}>, string>>>;
|
|
1285
1015
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1286
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
1016
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1017
|
+
__schema: true;
|
|
1018
|
+
}, string>>]>>;
|
|
1287
1019
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1288
1020
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1289
1021
|
readonly __address: true;
|
|
1290
1022
|
}>, string>>>;
|
|
1291
1023
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1292
1024
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1293
|
-
_hash: z.ZodOptional<z.
|
|
1294
|
-
|
|
1295
|
-
}>, {
|
|
1296
|
-
readonly __hash: true;
|
|
1297
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1298
|
-
readonly __hex: true;
|
|
1299
|
-
}>, {
|
|
1300
|
-
readonly __hash: true;
|
|
1301
|
-
}>, unknown>>>;
|
|
1302
|
-
_dataHash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1303
|
-
readonly __hex: true;
|
|
1304
|
-
}>, {
|
|
1305
|
-
readonly __hash: true;
|
|
1306
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1307
|
-
readonly __hex: true;
|
|
1308
|
-
}>, {
|
|
1309
|
-
readonly __hash: true;
|
|
1310
|
-
}>, unknown>>>;
|
|
1025
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1026
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1311
1027
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
1312
1028
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1313
1029
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -1316,8 +1032,10 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1316
1032
|
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1317
1033
|
$epoch: z.ZodNumber;
|
|
1318
1034
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1319
|
-
schema: z.ZodString
|
|
1320
|
-
|
|
1035
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1036
|
+
__schema: true;
|
|
1037
|
+
}, string>>]>;
|
|
1038
|
+
}, z.core.$strip>>], null>;
|
|
1321
1039
|
};
|
|
1322
1040
|
};
|
|
1323
1041
|
xyoViewer_currentBlockHash: {
|
|
@@ -1724,31 +1442,17 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1724
1442
|
readonly __address: true;
|
|
1725
1443
|
}>, string>>>;
|
|
1726
1444
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1727
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
1445
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1446
|
+
__schema: true;
|
|
1447
|
+
}, string>>]>>;
|
|
1728
1448
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1729
1449
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1730
1450
|
readonly __address: true;
|
|
1731
1451
|
}>, string>>>;
|
|
1732
1452
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1733
1453
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1734
|
-
_hash: z.ZodOptional<z.
|
|
1735
|
-
|
|
1736
|
-
}>, {
|
|
1737
|
-
readonly __hash: true;
|
|
1738
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1739
|
-
readonly __hex: true;
|
|
1740
|
-
}>, {
|
|
1741
|
-
readonly __hash: true;
|
|
1742
|
-
}>, unknown>>>;
|
|
1743
|
-
_dataHash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1744
|
-
readonly __hex: true;
|
|
1745
|
-
}>, {
|
|
1746
|
-
readonly __hash: true;
|
|
1747
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1748
|
-
readonly __hex: true;
|
|
1749
|
-
}>, {
|
|
1750
|
-
readonly __hash: true;
|
|
1751
|
-
}>, unknown>>>;
|
|
1454
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1455
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1752
1456
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
1753
1457
|
nbf: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
1754
1458
|
exp: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
@@ -1762,39 +1466,27 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1762
1466
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1763
1467
|
script: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
1764
1468
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1765
|
-
schema: z.ZodString
|
|
1766
|
-
|
|
1469
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1470
|
+
__schema: true;
|
|
1471
|
+
}, string>>]>;
|
|
1472
|
+
}, z.core.$strip>>], null>>;
|
|
1767
1473
|
from: z.ZodNullable<z.ZodTuple<[z.ZodObject<{
|
|
1768
1474
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1769
1475
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1770
1476
|
readonly __address: true;
|
|
1771
1477
|
}>, string>>>;
|
|
1772
1478
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1773
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
1479
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1480
|
+
__schema: true;
|
|
1481
|
+
}, string>>]>>;
|
|
1774
1482
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1775
1483
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1776
1484
|
readonly __address: true;
|
|
1777
1485
|
}>, string>>>;
|
|
1778
1486
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1779
1487
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1780
|
-
_hash: z.ZodOptional<z.
|
|
1781
|
-
|
|
1782
|
-
}>, {
|
|
1783
|
-
readonly __hash: true;
|
|
1784
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1785
|
-
readonly __hex: true;
|
|
1786
|
-
}>, {
|
|
1787
|
-
readonly __hash: true;
|
|
1788
|
-
}>, unknown>>>;
|
|
1789
|
-
_dataHash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1790
|
-
readonly __hex: true;
|
|
1791
|
-
}>, {
|
|
1792
|
-
readonly __hash: true;
|
|
1793
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1794
|
-
readonly __hex: true;
|
|
1795
|
-
}>, {
|
|
1796
|
-
readonly __hash: true;
|
|
1797
|
-
}>, unknown>>>;
|
|
1488
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1489
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1798
1490
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
1799
1491
|
nbf: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
1800
1492
|
exp: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
@@ -1808,8 +1500,10 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1808
1500
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1809
1501
|
script: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
1810
1502
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1811
|
-
schema: z.ZodString
|
|
1812
|
-
|
|
1503
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1504
|
+
__schema: true;
|
|
1505
|
+
}, string>>]>;
|
|
1506
|
+
}, z.core.$strip>>], null>>;
|
|
1813
1507
|
};
|
|
1814
1508
|
};
|
|
1815
1509
|
xyoViewer_transactionByBlockNumberAndIndex: {
|
|
@@ -1824,31 +1518,17 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1824
1518
|
readonly __address: true;
|
|
1825
1519
|
}>, string>>>;
|
|
1826
1520
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1827
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
1521
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1522
|
+
__schema: true;
|
|
1523
|
+
}, string>>]>>;
|
|
1828
1524
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1829
1525
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1830
1526
|
readonly __address: true;
|
|
1831
1527
|
}>, string>>>;
|
|
1832
1528
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1833
1529
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1834
|
-
_hash: z.ZodOptional<z.
|
|
1835
|
-
|
|
1836
|
-
}>, {
|
|
1837
|
-
readonly __hash: true;
|
|
1838
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1839
|
-
readonly __hex: true;
|
|
1840
|
-
}>, {
|
|
1841
|
-
readonly __hash: true;
|
|
1842
|
-
}>, unknown>>>;
|
|
1843
|
-
_dataHash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1844
|
-
readonly __hex: true;
|
|
1845
|
-
}>, {
|
|
1846
|
-
readonly __hash: true;
|
|
1847
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1848
|
-
readonly __hex: true;
|
|
1849
|
-
}>, {
|
|
1850
|
-
readonly __hash: true;
|
|
1851
|
-
}>, unknown>>>;
|
|
1530
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1531
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1852
1532
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
1853
1533
|
nbf: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
1854
1534
|
exp: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
@@ -1862,39 +1542,27 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1862
1542
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1863
1543
|
script: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
1864
1544
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1865
|
-
schema: z.ZodString
|
|
1866
|
-
|
|
1545
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1546
|
+
__schema: true;
|
|
1547
|
+
}, string>>]>;
|
|
1548
|
+
}, z.core.$strip>>], null>>;
|
|
1867
1549
|
from: z.ZodNullable<z.ZodTuple<[z.ZodObject<{
|
|
1868
1550
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1869
1551
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1870
1552
|
readonly __address: true;
|
|
1871
1553
|
}>, string>>>;
|
|
1872
1554
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1873
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
1555
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1556
|
+
__schema: true;
|
|
1557
|
+
}, string>>]>>;
|
|
1874
1558
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1875
1559
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1876
1560
|
readonly __address: true;
|
|
1877
1561
|
}>, string>>>;
|
|
1878
1562
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1879
1563
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1880
|
-
_hash: z.ZodOptional<z.
|
|
1881
|
-
|
|
1882
|
-
}>, {
|
|
1883
|
-
readonly __hash: true;
|
|
1884
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1885
|
-
readonly __hex: true;
|
|
1886
|
-
}>, {
|
|
1887
|
-
readonly __hash: true;
|
|
1888
|
-
}>, unknown>>>;
|
|
1889
|
-
_dataHash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1890
|
-
readonly __hex: true;
|
|
1891
|
-
}>, {
|
|
1892
|
-
readonly __hash: true;
|
|
1893
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1894
|
-
readonly __hex: true;
|
|
1895
|
-
}>, {
|
|
1896
|
-
readonly __hash: true;
|
|
1897
|
-
}>, unknown>>>;
|
|
1564
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1565
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1898
1566
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
1899
1567
|
nbf: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
1900
1568
|
exp: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
@@ -1908,8 +1576,10 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1908
1576
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1909
1577
|
script: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
1910
1578
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1911
|
-
schema: z.ZodString
|
|
1912
|
-
|
|
1579
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1580
|
+
__schema: true;
|
|
1581
|
+
}, string>>]>;
|
|
1582
|
+
}, z.core.$strip>>], null>>;
|
|
1913
1583
|
};
|
|
1914
1584
|
};
|
|
1915
1585
|
xyoViewer_transactionByHash: {
|
|
@@ -1924,31 +1594,17 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1924
1594
|
readonly __address: true;
|
|
1925
1595
|
}>, string>>>;
|
|
1926
1596
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1927
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
1597
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1598
|
+
__schema: true;
|
|
1599
|
+
}, string>>]>>;
|
|
1928
1600
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1929
1601
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1930
1602
|
readonly __address: true;
|
|
1931
1603
|
}>, string>>>;
|
|
1932
1604
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1933
1605
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1934
|
-
_hash: z.ZodOptional<z.
|
|
1935
|
-
|
|
1936
|
-
}>, {
|
|
1937
|
-
readonly __hash: true;
|
|
1938
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1939
|
-
readonly __hex: true;
|
|
1940
|
-
}>, {
|
|
1941
|
-
readonly __hash: true;
|
|
1942
|
-
}>, unknown>>>;
|
|
1943
|
-
_dataHash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1944
|
-
readonly __hex: true;
|
|
1945
|
-
}>, {
|
|
1946
|
-
readonly __hash: true;
|
|
1947
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1948
|
-
readonly __hex: true;
|
|
1949
|
-
}>, {
|
|
1950
|
-
readonly __hash: true;
|
|
1951
|
-
}>, unknown>>>;
|
|
1606
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1607
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1952
1608
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
1953
1609
|
nbf: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
1954
1610
|
exp: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
@@ -1962,39 +1618,27 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1962
1618
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1963
1619
|
script: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
1964
1620
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1965
|
-
schema: z.ZodString
|
|
1966
|
-
|
|
1621
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1622
|
+
__schema: true;
|
|
1623
|
+
}, string>>]>;
|
|
1624
|
+
}, z.core.$strip>>], null>>;
|
|
1967
1625
|
from: z.ZodNullable<z.ZodTuple<[z.ZodObject<{
|
|
1968
1626
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1969
1627
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1970
1628
|
readonly __address: true;
|
|
1971
1629
|
}>, string>>>;
|
|
1972
1630
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1973
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
1631
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1632
|
+
__schema: true;
|
|
1633
|
+
}, string>>]>>;
|
|
1974
1634
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1975
1635
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1976
1636
|
readonly __address: true;
|
|
1977
1637
|
}>, string>>>;
|
|
1978
1638
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1979
1639
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1980
|
-
_hash: z.ZodOptional<z.
|
|
1981
|
-
|
|
1982
|
-
}>, {
|
|
1983
|
-
readonly __hash: true;
|
|
1984
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1985
|
-
readonly __hex: true;
|
|
1986
|
-
}>, {
|
|
1987
|
-
readonly __hash: true;
|
|
1988
|
-
}>, unknown>>>;
|
|
1989
|
-
_dataHash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1990
|
-
readonly __hex: true;
|
|
1991
|
-
}>, {
|
|
1992
|
-
readonly __hash: true;
|
|
1993
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1994
|
-
readonly __hex: true;
|
|
1995
|
-
}>, {
|
|
1996
|
-
readonly __hash: true;
|
|
1997
|
-
}>, unknown>>>;
|
|
1640
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1641
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1998
1642
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
1999
1643
|
nbf: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
2000
1644
|
exp: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
@@ -2008,8 +1652,10 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
2008
1652
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2009
1653
|
script: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
2010
1654
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
2011
|
-
schema: z.ZodString
|
|
2012
|
-
|
|
1655
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1656
|
+
__schema: true;
|
|
1657
|
+
}, string>>]>;
|
|
1658
|
+
}, z.core.$strip>>], null>>;
|
|
2013
1659
|
};
|
|
2014
1660
|
};
|
|
2015
1661
|
};
|