@xyo-network/xl1-rpc 1.16.6 → 1.16.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/neutral/index.mjs +457 -496
- package/dist/neutral/index.mjs.map +1 -1
- package/dist/neutral/types/schema/AllRpcSchemas.d.ts +318 -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 +256 -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 +457 -496
- package/dist/node/index-node.mjs.map +1 -1
- package/dist/node/types/schema/AllRpcSchemas.d.ts +318 -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 +256 -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 +9 -9
- package/src/types/schema/common/HydratedTransaction.ts +4 -5
- 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,61 @@ 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.ZodLiteral<"network.xyo.transfer">;
|
|
536
|
+
$opCodes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
537
|
+
context: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
538
|
+
epoch: z.ZodNumber;
|
|
539
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
540
|
+
readonly __address: true;
|
|
541
|
+
}>, string>>;
|
|
542
|
+
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
543
|
+
readonly __address: true;
|
|
544
|
+
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>>;
|
|
545
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
546
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
547
|
+
}, z.core.$strip>], null>>;
|
|
655
548
|
from: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
656
549
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
657
550
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
658
551
|
readonly __address: true;
|
|
659
552
|
}>, string>>>;
|
|
660
553
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
661
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
554
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
555
|
+
__schema: true;
|
|
556
|
+
}, string>>]>>;
|
|
662
557
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
663
558
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
664
559
|
readonly __address: true;
|
|
665
560
|
}>, string>>>;
|
|
666
561
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
667
562
|
$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>>]>;
|
|
563
|
+
_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
564
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
688
565
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
689
566
|
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
690
567
|
protocol: z.ZodNumber;
|
|
691
568
|
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
692
569
|
$epoch: z.ZodNumber;
|
|
693
|
-
|
|
570
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
571
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
572
|
+
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
694
573
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
695
574
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
696
575
|
readonly __address: true;
|
|
697
576
|
}>, string>>>;
|
|
698
577
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
699
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
578
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
579
|
+
__schema: true;
|
|
580
|
+
}, string>>]>>;
|
|
700
581
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
701
582
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
702
583
|
readonly __address: true;
|
|
703
584
|
}>, string>>>;
|
|
704
585
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
705
586
|
$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
587
|
_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
588
|
nbf: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
726
589
|
exp: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
@@ -733,9 +596,22 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
733
596
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
734
597
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
735
598
|
script: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
}, z.core.$
|
|
599
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
600
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
601
|
+
}, z.core.$strip>>, z.ZodObject<{
|
|
602
|
+
schema: z.ZodLiteral<"network.xyo.transfer">;
|
|
603
|
+
$opCodes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
604
|
+
context: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
605
|
+
epoch: z.ZodNumber;
|
|
606
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
607
|
+
readonly __address: true;
|
|
608
|
+
}>, string>>;
|
|
609
|
+
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
610
|
+
readonly __address: true;
|
|
611
|
+
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>>;
|
|
612
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
613
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
614
|
+
}, z.core.$strip>], null>>;
|
|
739
615
|
};
|
|
740
616
|
};
|
|
741
617
|
xyoViewer_transferBalance: {
|
|
@@ -768,69 +644,39 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
768
644
|
readonly __address: true;
|
|
769
645
|
}>, string>>>;
|
|
770
646
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
771
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
647
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
648
|
+
__schema: true;
|
|
649
|
+
}, string>>]>>;
|
|
772
650
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
773
651
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
774
652
|
readonly __address: true;
|
|
775
653
|
}>, string>>>;
|
|
776
654
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
777
655
|
$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>>]>;
|
|
656
|
+
_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
657
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
798
658
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
799
659
|
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
800
660
|
protocol: z.ZodNumber;
|
|
801
661
|
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
802
662
|
$epoch: z.ZodNumber;
|
|
803
|
-
|
|
663
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
664
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
665
|
+
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
804
666
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
805
667
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
806
668
|
readonly __address: true;
|
|
807
669
|
}>, string>>>;
|
|
808
670
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
809
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
671
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
672
|
+
__schema: true;
|
|
673
|
+
}, string>>]>>;
|
|
810
674
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
811
675
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
812
676
|
readonly __address: true;
|
|
813
677
|
}>, string>>>;
|
|
814
678
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
815
679
|
$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
680
|
_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
681
|
nbf: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
836
682
|
exp: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
@@ -843,78 +689,61 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
843
689
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
844
690
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
845
691
|
script: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
}, z.core.$
|
|
692
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
693
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
694
|
+
}, z.core.$strip>>, z.ZodObject<{
|
|
695
|
+
schema: z.ZodLiteral<"network.xyo.transfer">;
|
|
696
|
+
$opCodes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
697
|
+
context: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
698
|
+
epoch: z.ZodNumber;
|
|
699
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
700
|
+
readonly __address: true;
|
|
701
|
+
}>, string>>;
|
|
702
|
+
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
703
|
+
readonly __address: true;
|
|
704
|
+
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>>;
|
|
705
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
706
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
707
|
+
}, z.core.$strip>], null>>;
|
|
849
708
|
from: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
850
709
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
851
710
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
852
711
|
readonly __address: true;
|
|
853
712
|
}>, string>>>;
|
|
854
713
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
855
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
714
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
715
|
+
__schema: true;
|
|
716
|
+
}, string>>]>>;
|
|
856
717
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
857
718
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
858
719
|
readonly __address: true;
|
|
859
720
|
}>, string>>>;
|
|
860
721
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
861
722
|
$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>>]>;
|
|
723
|
+
_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
724
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
882
725
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
883
726
|
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
884
727
|
protocol: z.ZodNumber;
|
|
885
728
|
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
886
729
|
$epoch: z.ZodNumber;
|
|
887
|
-
|
|
730
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
731
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
732
|
+
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
888
733
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
889
734
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
890
735
|
readonly __address: true;
|
|
891
736
|
}>, string>>>;
|
|
892
737
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
893
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
738
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
739
|
+
__schema: true;
|
|
740
|
+
}, string>>]>>;
|
|
894
741
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
895
742
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
896
743
|
readonly __address: true;
|
|
897
744
|
}>, string>>>;
|
|
898
745
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
899
746
|
$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
747
|
_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
748
|
nbf: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
920
749
|
exp: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
@@ -927,9 +756,22 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
927
756
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
928
757
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
929
758
|
script: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
}, z.core.$
|
|
759
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
760
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
761
|
+
}, z.core.$strip>>, z.ZodObject<{
|
|
762
|
+
schema: z.ZodLiteral<"network.xyo.transfer">;
|
|
763
|
+
$opCodes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
764
|
+
context: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
765
|
+
epoch: z.ZodNumber;
|
|
766
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
767
|
+
readonly __address: true;
|
|
768
|
+
}>, string>>;
|
|
769
|
+
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
770
|
+
readonly __address: true;
|
|
771
|
+
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>>;
|
|
772
|
+
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
773
|
+
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
774
|
+
}, z.core.$strip>], null>>;
|
|
933
775
|
};
|
|
934
776
|
};
|
|
935
777
|
xyoViewer_blockByHash: {
|
|
@@ -944,31 +786,17 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
944
786
|
readonly __address: true;
|
|
945
787
|
}>, string>>>;
|
|
946
788
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
947
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
789
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
790
|
+
__schema: true;
|
|
791
|
+
}, string>>]>>;
|
|
948
792
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
949
793
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
950
794
|
readonly __address: true;
|
|
951
795
|
}>, string>>>;
|
|
952
796
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
953
797
|
$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>>>;
|
|
798
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
799
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
972
800
|
_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
801
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
974
802
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -977,39 +805,27 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
977
805
|
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
978
806
|
$epoch: z.ZodNumber;
|
|
979
807
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
980
|
-
schema: z.ZodString
|
|
981
|
-
|
|
808
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
809
|
+
__schema: true;
|
|
810
|
+
}, string>>]>;
|
|
811
|
+
}, z.core.$strict>>], null>;
|
|
982
812
|
from: z.ZodTuple<[z.ZodObject<{
|
|
983
813
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
984
814
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
985
815
|
readonly __address: true;
|
|
986
816
|
}>, string>>>;
|
|
987
817
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
988
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
818
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
819
|
+
__schema: true;
|
|
820
|
+
}, string>>]>>;
|
|
989
821
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
990
822
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
991
823
|
readonly __address: true;
|
|
992
824
|
}>, string>>>;
|
|
993
825
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
994
826
|
$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>>>;
|
|
827
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
828
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1013
829
|
_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
830
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1015
831
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -1018,8 +834,10 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1018
834
|
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1019
835
|
$epoch: z.ZodNumber;
|
|
1020
836
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1021
|
-
schema: z.ZodString
|
|
1022
|
-
|
|
837
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
838
|
+
__schema: true;
|
|
839
|
+
}, string>>]>;
|
|
840
|
+
}, z.core.$strict>>], null>;
|
|
1023
841
|
};
|
|
1024
842
|
};
|
|
1025
843
|
xyoViewer_blockByNumber: {
|
|
@@ -1034,31 +852,17 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1034
852
|
readonly __address: true;
|
|
1035
853
|
}>, string>>>;
|
|
1036
854
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1037
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
855
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
856
|
+
__schema: true;
|
|
857
|
+
}, string>>]>>;
|
|
1038
858
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1039
859
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1040
860
|
readonly __address: true;
|
|
1041
861
|
}>, string>>>;
|
|
1042
862
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1043
863
|
$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>>>;
|
|
864
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
865
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1062
866
|
_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
867
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1064
868
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -1067,39 +871,27 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1067
871
|
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1068
872
|
$epoch: z.ZodNumber;
|
|
1069
873
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1070
|
-
schema: z.ZodString
|
|
1071
|
-
|
|
874
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
875
|
+
__schema: true;
|
|
876
|
+
}, string>>]>;
|
|
877
|
+
}, z.core.$strict>>], null>;
|
|
1072
878
|
from: z.ZodTuple<[z.ZodObject<{
|
|
1073
879
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1074
880
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1075
881
|
readonly __address: true;
|
|
1076
882
|
}>, string>>>;
|
|
1077
883
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1078
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
884
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
885
|
+
__schema: true;
|
|
886
|
+
}, string>>]>>;
|
|
1079
887
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1080
888
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1081
889
|
readonly __address: true;
|
|
1082
890
|
}>, string>>>;
|
|
1083
891
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1084
892
|
$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>>>;
|
|
893
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
894
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1103
895
|
_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
896
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1105
897
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -1108,8 +900,10 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1108
900
|
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1109
901
|
$epoch: z.ZodNumber;
|
|
1110
902
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1111
|
-
schema: z.ZodString
|
|
1112
|
-
|
|
903
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
904
|
+
__schema: true;
|
|
905
|
+
}, string>>]>;
|
|
906
|
+
}, z.core.$strict>>], null>;
|
|
1113
907
|
};
|
|
1114
908
|
};
|
|
1115
909
|
xyoViewer_blocksByHash: {
|
|
@@ -1124,31 +918,17 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1124
918
|
readonly __address: true;
|
|
1125
919
|
}>, string>>>;
|
|
1126
920
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1127
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
921
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
922
|
+
__schema: true;
|
|
923
|
+
}, string>>]>>;
|
|
1128
924
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1129
925
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1130
926
|
readonly __address: true;
|
|
1131
927
|
}>, string>>>;
|
|
1132
928
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1133
929
|
$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>>>;
|
|
930
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
931
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1152
932
|
_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
933
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1154
934
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -1157,39 +937,27 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1157
937
|
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1158
938
|
$epoch: z.ZodNumber;
|
|
1159
939
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1160
|
-
schema: z.ZodString
|
|
1161
|
-
|
|
940
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
941
|
+
__schema: true;
|
|
942
|
+
}, string>>]>;
|
|
943
|
+
}, z.core.$strict>>], null>>;
|
|
1162
944
|
from: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
1163
945
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1164
946
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1165
947
|
readonly __address: true;
|
|
1166
948
|
}>, string>>>;
|
|
1167
949
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1168
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
950
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
951
|
+
__schema: true;
|
|
952
|
+
}, string>>]>>;
|
|
1169
953
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1170
954
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1171
955
|
readonly __address: true;
|
|
1172
956
|
}>, string>>>;
|
|
1173
957
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1174
958
|
$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>>>;
|
|
959
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
960
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1193
961
|
_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
962
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1195
963
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -1198,8 +966,10 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1198
966
|
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1199
967
|
$epoch: z.ZodNumber;
|
|
1200
968
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1201
|
-
schema: z.ZodString
|
|
1202
|
-
|
|
969
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
970
|
+
__schema: true;
|
|
971
|
+
}, string>>]>;
|
|
972
|
+
}, z.core.$strict>>], null>>;
|
|
1203
973
|
};
|
|
1204
974
|
};
|
|
1205
975
|
xyoViewer_chainId: {
|
|
@@ -1242,31 +1012,17 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1242
1012
|
readonly __address: true;
|
|
1243
1013
|
}>, string>>>;
|
|
1244
1014
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1245
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
1015
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1016
|
+
__schema: true;
|
|
1017
|
+
}, string>>]>>;
|
|
1246
1018
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1247
1019
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1248
1020
|
readonly __address: true;
|
|
1249
1021
|
}>, string>>>;
|
|
1250
1022
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1251
1023
|
$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>>>;
|
|
1024
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1025
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1270
1026
|
_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
1027
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1272
1028
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -1275,39 +1031,27 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1275
1031
|
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1276
1032
|
$epoch: z.ZodNumber;
|
|
1277
1033
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1278
|
-
schema: z.ZodString
|
|
1279
|
-
|
|
1034
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1035
|
+
__schema: true;
|
|
1036
|
+
}, string>>]>;
|
|
1037
|
+
}, z.core.$strict>>], null>;
|
|
1280
1038
|
from: z.ZodTuple<[z.ZodObject<{
|
|
1281
1039
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1282
1040
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1283
1041
|
readonly __address: true;
|
|
1284
1042
|
}>, string>>>;
|
|
1285
1043
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1286
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
1044
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1045
|
+
__schema: true;
|
|
1046
|
+
}, string>>]>>;
|
|
1287
1047
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1288
1048
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1289
1049
|
readonly __address: true;
|
|
1290
1050
|
}>, string>>>;
|
|
1291
1051
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1292
1052
|
$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>>>;
|
|
1053
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1054
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1311
1055
|
_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
1056
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1313
1057
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -1316,8 +1060,10 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1316
1060
|
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1317
1061
|
$epoch: z.ZodNumber;
|
|
1318
1062
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1319
|
-
schema: z.ZodString
|
|
1320
|
-
|
|
1063
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1064
|
+
__schema: true;
|
|
1065
|
+
}, string>>]>;
|
|
1066
|
+
}, z.core.$strict>>], null>;
|
|
1321
1067
|
};
|
|
1322
1068
|
};
|
|
1323
1069
|
xyoViewer_currentBlockHash: {
|
|
@@ -1724,31 +1470,17 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1724
1470
|
readonly __address: true;
|
|
1725
1471
|
}>, string>>>;
|
|
1726
1472
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1727
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
1473
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1474
|
+
__schema: true;
|
|
1475
|
+
}, string>>]>>;
|
|
1728
1476
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1729
1477
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1730
1478
|
readonly __address: true;
|
|
1731
1479
|
}>, string>>>;
|
|
1732
1480
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1733
1481
|
$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>>>;
|
|
1482
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1483
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1752
1484
|
_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
1485
|
nbf: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
1754
1486
|
exp: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
@@ -1762,39 +1494,27 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1762
1494
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1763
1495
|
script: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
1764
1496
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1765
|
-
schema: z.ZodString
|
|
1766
|
-
|
|
1497
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1498
|
+
__schema: true;
|
|
1499
|
+
}, string>>]>;
|
|
1500
|
+
}, z.core.$strict>>], null>>;
|
|
1767
1501
|
from: z.ZodNullable<z.ZodTuple<[z.ZodObject<{
|
|
1768
1502
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1769
1503
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1770
1504
|
readonly __address: true;
|
|
1771
1505
|
}>, string>>>;
|
|
1772
1506
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1773
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
1507
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1508
|
+
__schema: true;
|
|
1509
|
+
}, string>>]>>;
|
|
1774
1510
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1775
1511
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1776
1512
|
readonly __address: true;
|
|
1777
1513
|
}>, string>>>;
|
|
1778
1514
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1779
1515
|
$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>>>;
|
|
1516
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1517
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1798
1518
|
_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
1519
|
nbf: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
1800
1520
|
exp: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
@@ -1808,8 +1528,10 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1808
1528
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1809
1529
|
script: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
1810
1530
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1811
|
-
schema: z.ZodString
|
|
1812
|
-
|
|
1531
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1532
|
+
__schema: true;
|
|
1533
|
+
}, string>>]>;
|
|
1534
|
+
}, z.core.$strict>>], null>>;
|
|
1813
1535
|
};
|
|
1814
1536
|
};
|
|
1815
1537
|
xyoViewer_transactionByBlockNumberAndIndex: {
|
|
@@ -1824,31 +1546,17 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1824
1546
|
readonly __address: true;
|
|
1825
1547
|
}>, string>>>;
|
|
1826
1548
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1827
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
1549
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1550
|
+
__schema: true;
|
|
1551
|
+
}, string>>]>>;
|
|
1828
1552
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1829
1553
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1830
1554
|
readonly __address: true;
|
|
1831
1555
|
}>, string>>>;
|
|
1832
1556
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1833
1557
|
$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>>>;
|
|
1558
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1559
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1852
1560
|
_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
1561
|
nbf: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
1854
1562
|
exp: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
@@ -1862,39 +1570,27 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1862
1570
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1863
1571
|
script: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
1864
1572
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1865
|
-
schema: z.ZodString
|
|
1866
|
-
|
|
1573
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1574
|
+
__schema: true;
|
|
1575
|
+
}, string>>]>;
|
|
1576
|
+
}, z.core.$strict>>], null>>;
|
|
1867
1577
|
from: z.ZodNullable<z.ZodTuple<[z.ZodObject<{
|
|
1868
1578
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1869
1579
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1870
1580
|
readonly __address: true;
|
|
1871
1581
|
}>, string>>>;
|
|
1872
1582
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1873
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
1583
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1584
|
+
__schema: true;
|
|
1585
|
+
}, string>>]>>;
|
|
1874
1586
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1875
1587
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1876
1588
|
readonly __address: true;
|
|
1877
1589
|
}>, string>>>;
|
|
1878
1590
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1879
1591
|
$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>>>;
|
|
1592
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1593
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1898
1594
|
_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
1595
|
nbf: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
1900
1596
|
exp: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
@@ -1908,8 +1604,10 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1908
1604
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1909
1605
|
script: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
1910
1606
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1911
|
-
schema: z.ZodString
|
|
1912
|
-
|
|
1607
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1608
|
+
__schema: true;
|
|
1609
|
+
}, string>>]>;
|
|
1610
|
+
}, z.core.$strict>>], null>>;
|
|
1913
1611
|
};
|
|
1914
1612
|
};
|
|
1915
1613
|
xyoViewer_transactionByHash: {
|
|
@@ -1924,31 +1622,17 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1924
1622
|
readonly __address: true;
|
|
1925
1623
|
}>, string>>>;
|
|
1926
1624
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1927
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
1625
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1626
|
+
__schema: true;
|
|
1627
|
+
}, string>>]>>;
|
|
1928
1628
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1929
1629
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1930
1630
|
readonly __address: true;
|
|
1931
1631
|
}>, string>>>;
|
|
1932
1632
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1933
1633
|
$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>>>;
|
|
1634
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1635
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1952
1636
|
_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
1637
|
nbf: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
1954
1638
|
exp: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
@@ -1962,39 +1646,27 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1962
1646
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1963
1647
|
script: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
1964
1648
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1965
|
-
schema: z.ZodString
|
|
1966
|
-
|
|
1649
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1650
|
+
__schema: true;
|
|
1651
|
+
}, string>>]>;
|
|
1652
|
+
}, z.core.$strict>>], null>>;
|
|
1967
1653
|
from: z.ZodNullable<z.ZodTuple<[z.ZodObject<{
|
|
1968
1654
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1969
1655
|
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1970
1656
|
readonly __address: true;
|
|
1971
1657
|
}>, string>>>;
|
|
1972
1658
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1973
|
-
payload_schemas: z.ZodArray<z.ZodString
|
|
1659
|
+
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1660
|
+
__schema: true;
|
|
1661
|
+
}, string>>]>>;
|
|
1974
1662
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1975
1663
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1976
1664
|
readonly __address: true;
|
|
1977
1665
|
}>, string>>>;
|
|
1978
1666
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1979
1667
|
$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>>>;
|
|
1668
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1669
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1998
1670
|
_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
1671
|
nbf: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
2000
1672
|
exp: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
@@ -2008,8 +1680,10 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
2008
1680
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2009
1681
|
script: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
2010
1682
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
2011
|
-
schema: z.ZodString
|
|
2012
|
-
|
|
1683
|
+
schema: z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1684
|
+
__schema: true;
|
|
1685
|
+
}, string>>]>;
|
|
1686
|
+
}, z.core.$strict>>], null>>;
|
|
2013
1687
|
};
|
|
2014
1688
|
};
|
|
2015
1689
|
};
|