@xyo-network/xl1-rpc 1.16.2 → 1.16.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/dist/neutral/index.mjs +127 -132
  2. package/dist/neutral/index.mjs.map +1 -1
  3. package/dist/neutral/types/schema/AllRpcSchemas.d.ts +631 -127
  4. package/dist/neutral/types/schema/AllRpcSchemas.d.ts.map +1 -1
  5. package/dist/neutral/types/schema/XyoRunnerRpcSchemas.d.ts +38 -6
  6. package/dist/neutral/types/schema/XyoRunnerRpcSchemas.d.ts.map +1 -1
  7. package/dist/neutral/types/schema/XyoSignerRpcSchemas.d.ts +87 -15
  8. package/dist/neutral/types/schema/XyoSignerRpcSchemas.d.ts.map +1 -1
  9. package/dist/neutral/types/schema/XyoViewerRpcSchemas.d.ts +506 -106
  10. package/dist/neutral/types/schema/XyoViewerRpcSchemas.d.ts.map +1 -1
  11. package/dist/neutral/types/schema/common/BlockBoundWitness.d.ts +76 -12
  12. package/dist/neutral/types/schema/common/BlockBoundWitness.d.ts.map +1 -1
  13. package/dist/neutral/types/schema/common/BoundWitness.d.ts +57 -9
  14. package/dist/neutral/types/schema/common/BoundWitness.d.ts.map +1 -1
  15. package/dist/neutral/types/schema/common/HydratedBlock.d.ts +133 -21
  16. package/dist/neutral/types/schema/common/HydratedBlock.d.ts.map +1 -1
  17. package/dist/neutral/types/schema/common/HydratedTransaction.d.ts +117 -21
  18. package/dist/neutral/types/schema/common/HydratedTransaction.d.ts.map +1 -1
  19. package/dist/neutral/types/schema/common/Payload.d.ts +57 -14
  20. package/dist/neutral/types/schema/common/Payload.d.ts.map +1 -1
  21. package/dist/neutral/types/schema/common/Sequence.d.ts.map +1 -1
  22. package/dist/neutral/types/schema/common/TransactionBoundWitness.d.ts +38 -6
  23. package/dist/neutral/types/schema/common/TransactionBoundWitness.d.ts.map +1 -1
  24. package/dist/neutral/types/schema/common/Transfer.d.ts +8 -16
  25. package/dist/neutral/types/schema/common/Transfer.d.ts.map +1 -1
  26. package/dist/node/index-node.mjs +127 -132
  27. package/dist/node/index-node.mjs.map +1 -1
  28. package/dist/node/types/schema/AllRpcSchemas.d.ts +631 -127
  29. package/dist/node/types/schema/AllRpcSchemas.d.ts.map +1 -1
  30. package/dist/node/types/schema/XyoRunnerRpcSchemas.d.ts +38 -6
  31. package/dist/node/types/schema/XyoRunnerRpcSchemas.d.ts.map +1 -1
  32. package/dist/node/types/schema/XyoSignerRpcSchemas.d.ts +87 -15
  33. package/dist/node/types/schema/XyoSignerRpcSchemas.d.ts.map +1 -1
  34. package/dist/node/types/schema/XyoViewerRpcSchemas.d.ts +506 -106
  35. package/dist/node/types/schema/XyoViewerRpcSchemas.d.ts.map +1 -1
  36. package/dist/node/types/schema/common/BlockBoundWitness.d.ts +76 -12
  37. package/dist/node/types/schema/common/BlockBoundWitness.d.ts.map +1 -1
  38. package/dist/node/types/schema/common/BoundWitness.d.ts +57 -9
  39. package/dist/node/types/schema/common/BoundWitness.d.ts.map +1 -1
  40. package/dist/node/types/schema/common/HydratedBlock.d.ts +133 -21
  41. package/dist/node/types/schema/common/HydratedBlock.d.ts.map +1 -1
  42. package/dist/node/types/schema/common/HydratedTransaction.d.ts +117 -21
  43. package/dist/node/types/schema/common/HydratedTransaction.d.ts.map +1 -1
  44. package/dist/node/types/schema/common/Payload.d.ts +57 -14
  45. package/dist/node/types/schema/common/Payload.d.ts.map +1 -1
  46. package/dist/node/types/schema/common/Sequence.d.ts.map +1 -1
  47. package/dist/node/types/schema/common/TransactionBoundWitness.d.ts +38 -6
  48. package/dist/node/types/schema/common/TransactionBoundWitness.d.ts.map +1 -1
  49. package/dist/node/types/schema/common/Transfer.d.ts +8 -16
  50. package/dist/node/types/schema/common/Transfer.d.ts.map +1 -1
  51. package/package.json +12 -14
  52. package/src/spec/MemoryXyoClient.spec.ts +1 -1
  53. package/src/spec/MemoryXyoGateway.spec.ts +1 -1
  54. package/src/types/schema/common/BlockBoundWitness.ts +2 -1
  55. package/src/types/schema/common/BoundWitness.ts +2 -3
  56. package/src/types/schema/common/Payload.ts +1 -9
  57. package/src/types/schema/common/Sequence.ts +1 -4
  58. package/src/types/schema/common/TransactionBoundWitness.ts +1 -1
  59. package/src/types/schema/common/Transfer.ts +1 -1
@@ -323,9 +323,25 @@ export declare const XyoViewerRpcSchemas: {
323
323
  }>, string>>>;
324
324
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
325
325
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
326
- _hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
327
- _dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
328
- _sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
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
+ _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>>]>>;
329
345
  block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
330
346
  chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
331
347
  previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
@@ -345,9 +361,25 @@ export declare const XyoViewerRpcSchemas: {
345
361
  }>, string>>>;
346
362
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
347
363
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
348
- _hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
349
- _dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
350
- _sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
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
+ _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>>]>>;
351
383
  nbf: z.ZodNumber;
352
384
  exp: z.ZodNumber;
353
385
  fees: z.ZodObject<{
@@ -362,7 +394,7 @@ export declare const XyoViewerRpcSchemas: {
362
394
  }, z.core.$strip>>, z.ZodObject<{
363
395
  schema: z.ZodLiteral<"network.xyo.transfer">;
364
396
  $opCodes: z.ZodOptional<z.ZodArray<z.ZodString>>;
365
- context: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
397
+ context: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
366
398
  epoch: z.ZodNumber;
367
399
  from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
368
400
  readonly __address: true;
@@ -370,7 +402,7 @@ export declare const XyoViewerRpcSchemas: {
370
402
  transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
371
403
  readonly __address: true;
372
404
  }>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>>;
373
- _hash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
405
+ _hash: z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
374
406
  readonly __hex: true;
375
407
  }>, {
376
408
  readonly __hash: true;
@@ -378,12 +410,8 @@ export declare const XyoViewerRpcSchemas: {
378
410
  readonly __hex: true;
379
411
  }>, {
380
412
  readonly __hash: true;
381
- }>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
382
- readonly __hex: true;
383
- }>, {
384
- readonly __hash: true;
385
- }>>>;
386
- _dataHash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
413
+ }>, unknown>>;
414
+ _dataHash: z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
387
415
  readonly __hex: true;
388
416
  }>, {
389
417
  readonly __hash: true;
@@ -391,12 +419,8 @@ export declare const XyoViewerRpcSchemas: {
391
419
  readonly __hex: true;
392
420
  }>, {
393
421
  readonly __hash: true;
394
- }>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
395
- readonly __hex: true;
396
- }>, {
397
- readonly __hash: true;
398
- }>>>;
399
- _sequence: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
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>>]>;
400
424
  }, z.core.$strict>], null>>;
401
425
  from: z.ZodArray<z.ZodTuple<[z.ZodObject<{
402
426
  schema: z.ZodLiteral<"network.xyo.boundwitness">;
@@ -411,9 +435,25 @@ export declare const XyoViewerRpcSchemas: {
411
435
  }>, string>>>;
412
436
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
413
437
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
414
- _hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
415
- _dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
416
- _sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
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
+ _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>>]>>;
417
457
  block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
418
458
  chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
419
459
  previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
@@ -433,9 +473,25 @@ export declare const XyoViewerRpcSchemas: {
433
473
  }>, string>>>;
434
474
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
435
475
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
436
- _hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
437
- _dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
438
- _sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
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
+ _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>>]>>;
439
495
  nbf: z.ZodNumber;
440
496
  exp: z.ZodNumber;
441
497
  fees: z.ZodObject<{
@@ -450,7 +506,7 @@ export declare const XyoViewerRpcSchemas: {
450
506
  }, z.core.$strip>>, z.ZodObject<{
451
507
  schema: z.ZodLiteral<"network.xyo.transfer">;
452
508
  $opCodes: z.ZodOptional<z.ZodArray<z.ZodString>>;
453
- context: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
509
+ context: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
454
510
  epoch: z.ZodNumber;
455
511
  from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
456
512
  readonly __address: true;
@@ -458,7 +514,7 @@ export declare const XyoViewerRpcSchemas: {
458
514
  transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
459
515
  readonly __address: true;
460
516
  }>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>>;
461
- _hash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
517
+ _hash: z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
462
518
  readonly __hex: true;
463
519
  }>, {
464
520
  readonly __hash: true;
@@ -466,12 +522,8 @@ export declare const XyoViewerRpcSchemas: {
466
522
  readonly __hex: true;
467
523
  }>, {
468
524
  readonly __hash: true;
469
- }>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
470
- readonly __hex: true;
471
- }>, {
472
- readonly __hash: true;
473
- }>>>;
474
- _dataHash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
525
+ }>, unknown>>;
526
+ _dataHash: z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
475
527
  readonly __hex: true;
476
528
  }>, {
477
529
  readonly __hash: true;
@@ -479,12 +531,8 @@ export declare const XyoViewerRpcSchemas: {
479
531
  readonly __hex: true;
480
532
  }>, {
481
533
  readonly __hash: true;
482
- }>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
483
- readonly __hex: true;
484
- }>, {
485
- readonly __hash: true;
486
- }>>>;
487
- _sequence: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
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>>]>;
488
536
  }, z.core.$strict>], null>>;
489
537
  };
490
538
  };
@@ -533,9 +581,25 @@ export declare const XyoViewerRpcSchemas: {
533
581
  }>, string>>>;
534
582
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
535
583
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
536
- _hash: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>;
537
- _dataHash: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>;
538
- _sequence: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
584
+ _hash: z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
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>>]>;
539
603
  block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
540
604
  chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
541
605
  previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
@@ -555,9 +619,25 @@ export declare const XyoViewerRpcSchemas: {
555
619
  }>, string>>>;
556
620
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
557
621
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
558
- _hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
559
- _dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
560
- _sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
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
+ _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>>]>>;
561
641
  nbf: z.ZodNumber;
562
642
  exp: z.ZodNumber;
563
643
  fees: z.ZodObject<{
@@ -585,9 +665,25 @@ export declare const XyoViewerRpcSchemas: {
585
665
  }>, string>>>;
586
666
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
587
667
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
588
- _hash: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>;
589
- _dataHash: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>;
590
- _sequence: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
668
+ _hash: z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
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>>]>;
591
687
  block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
592
688
  chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
593
689
  previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
@@ -607,9 +703,25 @@ export declare const XyoViewerRpcSchemas: {
607
703
  }>, string>>>;
608
704
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
609
705
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
610
- _hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
611
- _dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
612
- _sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
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
+ _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>>]>>;
613
725
  nbf: z.ZodNumber;
614
726
  exp: z.ZodNumber;
615
727
  fees: z.ZodObject<{
@@ -663,9 +775,25 @@ export declare const XyoViewerRpcSchemas: {
663
775
  }>, string>>>;
664
776
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
665
777
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
666
- _hash: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>;
667
- _dataHash: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>;
668
- _sequence: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
778
+ _hash: z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
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>>]>;
669
797
  block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
670
798
  chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
671
799
  previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
@@ -685,9 +813,25 @@ export declare const XyoViewerRpcSchemas: {
685
813
  }>, string>>>;
686
814
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
687
815
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
688
- _hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
689
- _dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
690
- _sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
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
+ _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>>]>>;
691
835
  nbf: z.ZodNumber;
692
836
  exp: z.ZodNumber;
693
837
  fees: z.ZodObject<{
@@ -715,9 +859,25 @@ export declare const XyoViewerRpcSchemas: {
715
859
  }>, string>>>;
716
860
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
717
861
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
718
- _hash: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>;
719
- _dataHash: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>;
720
- _sequence: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
862
+ _hash: z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
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>>]>;
721
881
  block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
722
882
  chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
723
883
  previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
@@ -737,9 +897,25 @@ export declare const XyoViewerRpcSchemas: {
737
897
  }>, string>>>;
738
898
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
739
899
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
740
- _hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
741
- _dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
742
- _sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
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
+ _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>>]>>;
743
919
  nbf: z.ZodNumber;
744
920
  exp: z.ZodNumber;
745
921
  fees: z.ZodObject<{
@@ -775,9 +951,25 @@ export declare const XyoViewerRpcSchemas: {
775
951
  }>, string>>>;
776
952
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
777
953
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
778
- _hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
779
- _dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
780
- _sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
954
+ _hash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
955
+ readonly __hex: true;
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>>>;
972
+ _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>>]>>;
781
973
  block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
782
974
  chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
783
975
  previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
@@ -800,9 +992,25 @@ export declare const XyoViewerRpcSchemas: {
800
992
  }>, string>>>;
801
993
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
802
994
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
803
- _hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
804
- _dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
805
- _sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
995
+ _hash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
996
+ readonly __hex: true;
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>>>;
1013
+ _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>>]>>;
806
1014
  block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
807
1015
  chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
808
1016
  previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
@@ -833,9 +1041,25 @@ export declare const XyoViewerRpcSchemas: {
833
1041
  }>, string>>>;
834
1042
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
835
1043
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
836
- _hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
837
- _dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
838
- _sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
1044
+ _hash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1045
+ readonly __hex: true;
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>>>;
1062
+ _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>>]>>;
839
1063
  block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
840
1064
  chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
841
1065
  previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
@@ -858,9 +1082,25 @@ export declare const XyoViewerRpcSchemas: {
858
1082
  }>, string>>>;
859
1083
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
860
1084
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
861
- _hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
862
- _dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
863
- _sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
1085
+ _hash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1086
+ readonly __hex: true;
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>>>;
1103
+ _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>>]>>;
864
1104
  block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
865
1105
  chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
866
1106
  previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
@@ -891,9 +1131,25 @@ export declare const XyoViewerRpcSchemas: {
891
1131
  }>, string>>>;
892
1132
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
893
1133
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
894
- _hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
895
- _dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
896
- _sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
1134
+ _hash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1135
+ readonly __hex: true;
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>>>;
1152
+ _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>>]>>;
897
1153
  block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
898
1154
  chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
899
1155
  previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
@@ -916,9 +1172,25 @@ export declare const XyoViewerRpcSchemas: {
916
1172
  }>, string>>>;
917
1173
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
918
1174
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
919
- _hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
920
- _dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
921
- _sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
1175
+ _hash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1176
+ readonly __hex: true;
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>>>;
1193
+ _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>>]>>;
922
1194
  block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
923
1195
  chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
924
1196
  previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
@@ -977,9 +1249,25 @@ export declare const XyoViewerRpcSchemas: {
977
1249
  }>, string>>>;
978
1250
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
979
1251
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
980
- _hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
981
- _dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
982
- _sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
1252
+ _hash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1253
+ readonly __hex: true;
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>>>;
1270
+ _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>>]>>;
983
1271
  block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
984
1272
  chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
985
1273
  previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
@@ -1002,9 +1290,25 @@ export declare const XyoViewerRpcSchemas: {
1002
1290
  }>, string>>>;
1003
1291
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
1004
1292
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
1005
- _hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
1006
- _dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
1007
- _sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
1293
+ _hash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1294
+ readonly __hex: true;
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>>>;
1311
+ _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>>]>>;
1008
1312
  block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
1009
1313
  chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
1010
1314
  previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
@@ -1427,9 +1731,25 @@ export declare const XyoViewerRpcSchemas: {
1427
1731
  }>, string>>>;
1428
1732
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
1429
1733
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
1430
- _hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
1431
- _dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
1432
- _sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
1734
+ _hash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1735
+ readonly __hex: true;
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>>>;
1752
+ _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>>]>>;
1433
1753
  nbf: z.ZodNumber;
1434
1754
  exp: z.ZodNumber;
1435
1755
  fees: z.ZodObject<{
@@ -1457,9 +1777,25 @@ export declare const XyoViewerRpcSchemas: {
1457
1777
  }>, string>>>;
1458
1778
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
1459
1779
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
1460
- _hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
1461
- _dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
1462
- _sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
1780
+ _hash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1781
+ readonly __hex: true;
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>>>;
1798
+ _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>>]>>;
1463
1799
  nbf: z.ZodNumber;
1464
1800
  exp: z.ZodNumber;
1465
1801
  fees: z.ZodObject<{
@@ -1495,9 +1831,25 @@ export declare const XyoViewerRpcSchemas: {
1495
1831
  }>, string>>>;
1496
1832
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
1497
1833
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
1498
- _hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
1499
- _dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
1500
- _sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
1834
+ _hash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1835
+ readonly __hex: true;
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>>>;
1852
+ _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>>]>>;
1501
1853
  nbf: z.ZodNumber;
1502
1854
  exp: z.ZodNumber;
1503
1855
  fees: z.ZodObject<{
@@ -1525,9 +1877,25 @@ export declare const XyoViewerRpcSchemas: {
1525
1877
  }>, string>>>;
1526
1878
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
1527
1879
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
1528
- _hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
1529
- _dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
1530
- _sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
1880
+ _hash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1881
+ readonly __hex: true;
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>>>;
1898
+ _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>>]>>;
1531
1899
  nbf: z.ZodNumber;
1532
1900
  exp: z.ZodNumber;
1533
1901
  fees: z.ZodObject<{
@@ -1563,9 +1931,25 @@ export declare const XyoViewerRpcSchemas: {
1563
1931
  }>, string>>>;
1564
1932
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
1565
1933
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
1566
- _hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
1567
- _dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
1568
- _sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
1934
+ _hash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1935
+ readonly __hex: true;
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>>>;
1952
+ _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>>]>>;
1569
1953
  nbf: z.ZodNumber;
1570
1954
  exp: z.ZodNumber;
1571
1955
  fees: z.ZodObject<{
@@ -1593,9 +1977,25 @@ export declare const XyoViewerRpcSchemas: {
1593
1977
  }>, string>>>;
1594
1978
  $sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
1595
1979
  $signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
1596
- _hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
1597
- _dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
1598
- _sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
1980
+ _hash: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1981
+ readonly __hex: true;
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>>>;
1998
+ _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>>]>>;
1599
1999
  nbf: z.ZodNumber;
1600
2000
  exp: z.ZodNumber;
1601
2001
  fees: z.ZodObject<{