@xyo-network/xl1-protocol-model 2.0.9 → 2.0.10

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.
@@ -14,7 +14,7 @@ export declare const HydratedBlockZod: z.ZodMiniTuple<readonly [z.ZodMiniObject<
14
14
  readonly __hex: true;
15
15
  } & {
16
16
  readonly __address: true;
17
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
17
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
18
18
  payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
19
19
  payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
20
20
  previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
@@ -22,7 +22,7 @@ export declare const HydratedBlockZod: z.ZodMiniTuple<readonly [z.ZodMiniObject<
22
22
  readonly __hex: true;
23
23
  } & {
24
24
  readonly __address: true;
25
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
25
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
26
26
  $sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
27
27
  $signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>, z.ZodMiniNull]>>;
28
28
  }, z.core.$strip>, z.ZodMiniArray<z.ZodMiniObject<{
@@ -39,7 +39,7 @@ export declare const isHydratedBlock: <T>(value: T) => value is T & [{
39
39
  schema: "network.xyo.boundwitness" & {
40
40
  readonly __schema: true;
41
41
  };
42
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
42
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
43
43
  readonly __hex: true;
44
44
  } & {
45
45
  readonly __address: true;
@@ -50,7 +50,7 @@ export declare const isHydratedBlock: <T>(value: T) => value is T & [{
50
50
  $signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
51
51
  protocol?: number | undefined;
52
52
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
53
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
53
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
54
54
  readonly __hex: true;
55
55
  } & {
56
56
  readonly __address: true;
@@ -69,7 +69,7 @@ export declare const asHydratedBlock: {
69
69
  schema: "network.xyo.boundwitness" & {
70
70
  readonly __schema: true;
71
71
  };
72
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
72
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
73
73
  readonly __hex: true;
74
74
  } & {
75
75
  readonly __address: true;
@@ -80,7 +80,7 @@ export declare const asHydratedBlock: {
80
80
  $signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
81
81
  protocol?: number | undefined;
82
82
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
83
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
83
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
84
84
  readonly __hex: true;
85
85
  } & {
86
86
  readonly __address: true;
@@ -97,7 +97,7 @@ export declare const asHydratedBlock: {
97
97
  schema: "network.xyo.boundwitness" & {
98
98
  readonly __schema: true;
99
99
  };
100
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
100
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
101
101
  readonly __hex: true;
102
102
  } & {
103
103
  readonly __address: true;
@@ -108,7 +108,7 @@ export declare const asHydratedBlock: {
108
108
  $signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
109
109
  protocol?: number | undefined;
110
110
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
111
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
111
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
112
112
  readonly __hex: true;
113
113
  } & {
114
114
  readonly __address: true;
@@ -128,7 +128,7 @@ export declare const toHydratedBlock: {
128
128
  schema: "network.xyo.boundwitness" & {
129
129
  readonly __schema: true;
130
130
  };
131
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
131
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
132
132
  readonly __hex: true;
133
133
  } & {
134
134
  readonly __address: true;
@@ -139,7 +139,7 @@ export declare const toHydratedBlock: {
139
139
  $signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
140
140
  protocol?: number | undefined;
141
141
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
142
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
142
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
143
143
  readonly __hex: true;
144
144
  } & {
145
145
  readonly __address: true;
@@ -156,7 +156,7 @@ export declare const toHydratedBlock: {
156
156
  schema: "network.xyo.boundwitness" & {
157
157
  readonly __schema: true;
158
158
  };
159
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
159
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
160
160
  readonly __hex: true;
161
161
  } & {
162
162
  readonly __address: true;
@@ -167,7 +167,7 @@ export declare const toHydratedBlock: {
167
167
  $signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
168
168
  protocol?: number | undefined;
169
169
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
170
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
170
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
171
171
  readonly __hex: true;
172
172
  } & {
173
173
  readonly __address: true;
@@ -192,7 +192,7 @@ export declare const HydratedBlockWithHashMetaZod: z.ZodMiniTuple<readonly [z.Zo
192
192
  readonly __hex: true;
193
193
  } & {
194
194
  readonly __address: true;
195
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
195
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
196
196
  payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
197
197
  payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
198
198
  previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
@@ -200,7 +200,7 @@ export declare const HydratedBlockWithHashMetaZod: z.ZodMiniTuple<readonly [z.Zo
200
200
  readonly __hex: true;
201
201
  } & {
202
202
  readonly __address: true;
203
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
203
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
204
204
  $sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
205
205
  $signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>, z.ZodMiniNull]>>;
206
206
  _hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
@@ -221,7 +221,7 @@ export declare const isHydratedBlockWithHashMeta: <T>(value: T) => value is T &
221
221
  schema: "network.xyo.boundwitness" & {
222
222
  readonly __schema: true;
223
223
  };
224
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
224
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
225
225
  readonly __hex: true;
226
226
  } & {
227
227
  readonly __address: true;
@@ -234,7 +234,7 @@ export declare const isHydratedBlockWithHashMeta: <T>(value: T) => value is T &
234
234
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
235
235
  protocol?: number | undefined;
236
236
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
237
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
237
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
238
238
  readonly __hex: true;
239
239
  } & {
240
240
  readonly __address: true;
@@ -256,7 +256,7 @@ export declare const asHydratedBlockWithHashMeta: {
256
256
  schema: "network.xyo.boundwitness" & {
257
257
  readonly __schema: true;
258
258
  };
259
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
259
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
260
260
  readonly __hex: true;
261
261
  } & {
262
262
  readonly __address: true;
@@ -269,7 +269,7 @@ export declare const asHydratedBlockWithHashMeta: {
269
269
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
270
270
  protocol?: number | undefined;
271
271
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
272
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
272
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
273
273
  readonly __hex: true;
274
274
  } & {
275
275
  readonly __address: true;
@@ -289,7 +289,7 @@ export declare const asHydratedBlockWithHashMeta: {
289
289
  schema: "network.xyo.boundwitness" & {
290
290
  readonly __schema: true;
291
291
  };
292
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
292
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
293
293
  readonly __hex: true;
294
294
  } & {
295
295
  readonly __address: true;
@@ -302,7 +302,7 @@ export declare const asHydratedBlockWithHashMeta: {
302
302
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
303
303
  protocol?: number | undefined;
304
304
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
305
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
305
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
306
306
  readonly __hex: true;
307
307
  } & {
308
308
  readonly __address: true;
@@ -325,7 +325,7 @@ export declare const toHydratedBlockWithHashMeta: {
325
325
  schema: "network.xyo.boundwitness" & {
326
326
  readonly __schema: true;
327
327
  };
328
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
328
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
329
329
  readonly __hex: true;
330
330
  } & {
331
331
  readonly __address: true;
@@ -338,7 +338,7 @@ export declare const toHydratedBlockWithHashMeta: {
338
338
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
339
339
  protocol?: number | undefined;
340
340
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
341
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
341
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
342
342
  readonly __hex: true;
343
343
  } & {
344
344
  readonly __address: true;
@@ -358,7 +358,7 @@ export declare const toHydratedBlockWithHashMeta: {
358
358
  schema: "network.xyo.boundwitness" & {
359
359
  readonly __schema: true;
360
360
  };
361
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
361
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
362
362
  readonly __hex: true;
363
363
  } & {
364
364
  readonly __address: true;
@@ -371,7 +371,7 @@ export declare const toHydratedBlockWithHashMeta: {
371
371
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
372
372
  protocol?: number | undefined;
373
373
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
374
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
374
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
375
375
  readonly __hex: true;
376
376
  } & {
377
377
  readonly __address: true;
@@ -399,7 +399,7 @@ export declare const HydratedBlockWithStorageMetaZod: z.ZodMiniTuple<readonly [z
399
399
  readonly __hex: true;
400
400
  } & {
401
401
  readonly __address: true;
402
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
402
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
403
403
  payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
404
404
  payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
405
405
  previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
@@ -407,7 +407,7 @@ export declare const HydratedBlockWithStorageMetaZod: z.ZodMiniTuple<readonly [z
407
407
  readonly __hex: true;
408
408
  } & {
409
409
  readonly __address: true;
410
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
410
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
411
411
  $sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
412
412
  $signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>, z.ZodMiniNull]>>;
413
413
  _hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
@@ -430,7 +430,7 @@ export declare const isHydratedBlockWithStorageMeta: <T>(value: T) => value is T
430
430
  schema: "network.xyo.boundwitness" & {
431
431
  readonly __schema: true;
432
432
  };
433
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
433
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
434
434
  readonly __hex: true;
435
435
  } & {
436
436
  readonly __address: true;
@@ -444,7 +444,7 @@ export declare const isHydratedBlockWithStorageMeta: <T>(value: T) => value is T
444
444
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
445
445
  protocol?: number | undefined;
446
446
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
447
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
447
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
448
448
  readonly __hex: true;
449
449
  } & {
450
450
  readonly __address: true;
@@ -467,7 +467,7 @@ export declare const asHydratedBlockWithStorageMeta: {
467
467
  schema: "network.xyo.boundwitness" & {
468
468
  readonly __schema: true;
469
469
  };
470
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
470
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
471
471
  readonly __hex: true;
472
472
  } & {
473
473
  readonly __address: true;
@@ -481,7 +481,7 @@ export declare const asHydratedBlockWithStorageMeta: {
481
481
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
482
482
  protocol?: number | undefined;
483
483
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
484
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
484
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
485
485
  readonly __hex: true;
486
486
  } & {
487
487
  readonly __address: true;
@@ -502,7 +502,7 @@ export declare const asHydratedBlockWithStorageMeta: {
502
502
  schema: "network.xyo.boundwitness" & {
503
503
  readonly __schema: true;
504
504
  };
505
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
505
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
506
506
  readonly __hex: true;
507
507
  } & {
508
508
  readonly __address: true;
@@ -516,7 +516,7 @@ export declare const asHydratedBlockWithStorageMeta: {
516
516
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
517
517
  protocol?: number | undefined;
518
518
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
519
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
519
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
520
520
  readonly __hex: true;
521
521
  } & {
522
522
  readonly __address: true;
@@ -540,7 +540,7 @@ export declare const toHydratedBlockWithStorageMeta: {
540
540
  schema: "network.xyo.boundwitness" & {
541
541
  readonly __schema: true;
542
542
  };
543
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
543
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
544
544
  readonly __hex: true;
545
545
  } & {
546
546
  readonly __address: true;
@@ -554,7 +554,7 @@ export declare const toHydratedBlockWithStorageMeta: {
554
554
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
555
555
  protocol?: number | undefined;
556
556
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
557
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
557
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
558
558
  readonly __hex: true;
559
559
  } & {
560
560
  readonly __address: true;
@@ -575,7 +575,7 @@ export declare const toHydratedBlockWithStorageMeta: {
575
575
  schema: "network.xyo.boundwitness" & {
576
576
  readonly __schema: true;
577
577
  };
578
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
578
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
579
579
  readonly __hex: true;
580
580
  } & {
581
581
  readonly __address: true;
@@ -589,7 +589,7 @@ export declare const toHydratedBlockWithStorageMeta: {
589
589
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
590
590
  protocol?: number | undefined;
591
591
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
592
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
592
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
593
593
  readonly __hex: true;
594
594
  } & {
595
595
  readonly __address: true;
@@ -612,7 +612,7 @@ export declare const SignedHydratedBlockZod: z.ZodMiniTuple<readonly [z.ZodMiniO
612
612
  readonly __hex: true;
613
613
  } & {
614
614
  readonly __address: true;
615
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
615
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
616
616
  payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
617
617
  payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
618
618
  previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
@@ -620,7 +620,7 @@ export declare const SignedHydratedBlockZod: z.ZodMiniTuple<readonly [z.ZodMiniO
620
620
  readonly __hex: true;
621
621
  } & {
622
622
  readonly __address: true;
623
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
623
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
624
624
  $sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
625
625
  $signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>>;
626
626
  block: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
@@ -639,7 +639,7 @@ export declare const isSignedHydratedBlock: <T>(value: T) => value is T & [{
639
639
  schema: "network.xyo.boundwitness" & {
640
640
  readonly __schema: true;
641
641
  };
642
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
642
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
643
643
  readonly __hex: true;
644
644
  } & {
645
645
  readonly __address: true;
@@ -652,7 +652,7 @@ export declare const isSignedHydratedBlock: <T>(value: T) => value is T & [{
652
652
  chain: import("@xylabs/sdk-js").BrandedHex;
653
653
  previous: import("@xylabs/sdk-js").BrandedHash | null;
654
654
  $epoch: number;
655
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
655
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
656
656
  readonly __hex: true;
657
657
  } & {
658
658
  readonly __address: true;
@@ -670,7 +670,7 @@ export declare const asSignedHydratedBlock: {
670
670
  schema: "network.xyo.boundwitness" & {
671
671
  readonly __schema: true;
672
672
  };
673
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
673
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
674
674
  readonly __hex: true;
675
675
  } & {
676
676
  readonly __address: true;
@@ -683,7 +683,7 @@ export declare const asSignedHydratedBlock: {
683
683
  chain: import("@xylabs/sdk-js").BrandedHex;
684
684
  previous: import("@xylabs/sdk-js").BrandedHash | null;
685
685
  $epoch: number;
686
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
686
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
687
687
  readonly __hex: true;
688
688
  } & {
689
689
  readonly __address: true;
@@ -699,7 +699,7 @@ export declare const asSignedHydratedBlock: {
699
699
  schema: "network.xyo.boundwitness" & {
700
700
  readonly __schema: true;
701
701
  };
702
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
702
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
703
703
  readonly __hex: true;
704
704
  } & {
705
705
  readonly __address: true;
@@ -712,7 +712,7 @@ export declare const asSignedHydratedBlock: {
712
712
  chain: import("@xylabs/sdk-js").BrandedHex;
713
713
  previous: import("@xylabs/sdk-js").BrandedHash | null;
714
714
  $epoch: number;
715
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
715
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
716
716
  readonly __hex: true;
717
717
  } & {
718
718
  readonly __address: true;
@@ -731,7 +731,7 @@ export declare const toSignedHydratedBlock: {
731
731
  schema: "network.xyo.boundwitness" & {
732
732
  readonly __schema: true;
733
733
  };
734
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
734
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
735
735
  readonly __hex: true;
736
736
  } & {
737
737
  readonly __address: true;
@@ -744,7 +744,7 @@ export declare const toSignedHydratedBlock: {
744
744
  chain: import("@xylabs/sdk-js").BrandedHex;
745
745
  previous: import("@xylabs/sdk-js").BrandedHash | null;
746
746
  $epoch: number;
747
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
747
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
748
748
  readonly __hex: true;
749
749
  } & {
750
750
  readonly __address: true;
@@ -760,7 +760,7 @@ export declare const toSignedHydratedBlock: {
760
760
  schema: "network.xyo.boundwitness" & {
761
761
  readonly __schema: true;
762
762
  };
763
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
763
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
764
764
  readonly __hex: true;
765
765
  } & {
766
766
  readonly __address: true;
@@ -773,7 +773,7 @@ export declare const toSignedHydratedBlock: {
773
773
  chain: import("@xylabs/sdk-js").BrandedHex;
774
774
  previous: import("@xylabs/sdk-js").BrandedHash | null;
775
775
  $epoch: number;
776
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
776
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
777
777
  readonly __hex: true;
778
778
  } & {
779
779
  readonly __address: true;
@@ -795,7 +795,7 @@ export declare const SignedHydratedBlockToJsonZod: z.ZodMiniTuple<readonly [z.Zo
795
795
  readonly __hex: true;
796
796
  } & {
797
797
  readonly __address: true;
798
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
798
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
799
799
  payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
800
800
  payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
801
801
  previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
@@ -803,7 +803,7 @@ export declare const SignedHydratedBlockToJsonZod: z.ZodMiniTuple<readonly [z.Zo
803
803
  readonly __hex: true;
804
804
  } & {
805
805
  readonly __address: true;
806
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
806
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
807
807
  $sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
808
808
  $signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>>;
809
809
  block: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
@@ -822,7 +822,7 @@ export declare const isSignedHydratedBlockToJson: <T>(value: T) => value is T &
822
822
  schema: "network.xyo.boundwitness" & {
823
823
  readonly __schema: true;
824
824
  };
825
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
825
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
826
826
  readonly __hex: true;
827
827
  } & {
828
828
  readonly __address: true;
@@ -835,7 +835,7 @@ export declare const isSignedHydratedBlockToJson: <T>(value: T) => value is T &
835
835
  chain: import("@xylabs/sdk-js").BrandedHex;
836
836
  previous: import("@xylabs/sdk-js").BrandedHash | null;
837
837
  $epoch: number;
838
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
838
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
839
839
  readonly __hex: true;
840
840
  } & {
841
841
  readonly __address: true;
@@ -853,7 +853,7 @@ export declare const asSignedHydratedBlockToJson: {
853
853
  schema: "network.xyo.boundwitness" & {
854
854
  readonly __schema: true;
855
855
  };
856
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
856
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
857
857
  readonly __hex: true;
858
858
  } & {
859
859
  readonly __address: true;
@@ -866,7 +866,7 @@ export declare const asSignedHydratedBlockToJson: {
866
866
  chain: import("@xylabs/sdk-js").BrandedHex;
867
867
  previous: import("@xylabs/sdk-js").BrandedHash | null;
868
868
  $epoch: number;
869
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
869
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
870
870
  readonly __hex: true;
871
871
  } & {
872
872
  readonly __address: true;
@@ -882,7 +882,7 @@ export declare const asSignedHydratedBlockToJson: {
882
882
  schema: "network.xyo.boundwitness" & {
883
883
  readonly __schema: true;
884
884
  };
885
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
885
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
886
886
  readonly __hex: true;
887
887
  } & {
888
888
  readonly __address: true;
@@ -895,7 +895,7 @@ export declare const asSignedHydratedBlockToJson: {
895
895
  chain: import("@xylabs/sdk-js").BrandedHex;
896
896
  previous: import("@xylabs/sdk-js").BrandedHash | null;
897
897
  $epoch: number;
898
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
898
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
899
899
  readonly __hex: true;
900
900
  } & {
901
901
  readonly __address: true;
@@ -914,7 +914,7 @@ export declare const toSignedHydratedBlockToJson: {
914
914
  schema: "network.xyo.boundwitness" & {
915
915
  readonly __schema: true;
916
916
  };
917
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
917
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
918
918
  readonly __hex: true;
919
919
  } & {
920
920
  readonly __address: true;
@@ -927,7 +927,7 @@ export declare const toSignedHydratedBlockToJson: {
927
927
  chain: import("@xylabs/sdk-js").BrandedHex;
928
928
  previous: import("@xylabs/sdk-js").BrandedHash | null;
929
929
  $epoch: number;
930
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
930
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
931
931
  readonly __hex: true;
932
932
  } & {
933
933
  readonly __address: true;
@@ -943,7 +943,7 @@ export declare const toSignedHydratedBlockToJson: {
943
943
  schema: "network.xyo.boundwitness" & {
944
944
  readonly __schema: true;
945
945
  };
946
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
946
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
947
947
  readonly __hex: true;
948
948
  } & {
949
949
  readonly __address: true;
@@ -956,7 +956,7 @@ export declare const toSignedHydratedBlockToJson: {
956
956
  chain: import("@xylabs/sdk-js").BrandedHex;
957
957
  previous: import("@xylabs/sdk-js").BrandedHash | null;
958
958
  $epoch: number;
959
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
959
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
960
960
  readonly __hex: true;
961
961
  } & {
962
962
  readonly __address: true;
@@ -978,7 +978,7 @@ export declare const SignedHydratedBlockWithHashMetaZod: z.ZodMiniTuple<readonly
978
978
  readonly __hex: true;
979
979
  } & {
980
980
  readonly __address: true;
981
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
981
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
982
982
  payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
983
983
  payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
984
984
  previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
@@ -986,7 +986,7 @@ export declare const SignedHydratedBlockWithHashMetaZod: z.ZodMiniTuple<readonly
986
986
  readonly __hex: true;
987
987
  } & {
988
988
  readonly __address: true;
989
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
989
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
990
990
  $sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
991
991
  $signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>>;
992
992
  block: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
@@ -1013,7 +1013,7 @@ export declare const SignedHydratedBlockWithHashMetaishZod: z.ZodMiniTuple<reado
1013
1013
  readonly __hex: true;
1014
1014
  } & {
1015
1015
  readonly __address: true;
1016
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
1016
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
1017
1017
  payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
1018
1018
  payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
1019
1019
  previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
@@ -1021,7 +1021,7 @@ export declare const SignedHydratedBlockWithHashMetaishZod: z.ZodMiniTuple<reado
1021
1021
  readonly __hex: true;
1022
1022
  } & {
1023
1023
  readonly __address: true;
1024
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
1024
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
1025
1025
  $sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
1026
1026
  $signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>>;
1027
1027
  block: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
@@ -1042,7 +1042,7 @@ export declare const isSignedHydratedBlockWithHashMeta: <T>(value: T) => value i
1042
1042
  schema: "network.xyo.boundwitness" & {
1043
1043
  readonly __schema: true;
1044
1044
  };
1045
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1045
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1046
1046
  readonly __hex: true;
1047
1047
  } & {
1048
1048
  readonly __address: true;
@@ -1057,7 +1057,7 @@ export declare const isSignedHydratedBlockWithHashMeta: <T>(value: T) => value i
1057
1057
  $epoch: number;
1058
1058
  _hash: import("@xylabs/sdk-js").BrandedHash;
1059
1059
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
1060
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1060
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1061
1061
  readonly __hex: true;
1062
1062
  } & {
1063
1063
  readonly __address: true;
@@ -1077,7 +1077,7 @@ export declare const asSignedHydratedBlockWithHashMeta: {
1077
1077
  schema: "network.xyo.boundwitness" & {
1078
1078
  readonly __schema: true;
1079
1079
  };
1080
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1080
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1081
1081
  readonly __hex: true;
1082
1082
  } & {
1083
1083
  readonly __address: true;
@@ -1092,7 +1092,7 @@ export declare const asSignedHydratedBlockWithHashMeta: {
1092
1092
  $epoch: number;
1093
1093
  _hash: import("@xylabs/sdk-js").BrandedHash;
1094
1094
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
1095
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1095
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1096
1096
  readonly __hex: true;
1097
1097
  } & {
1098
1098
  readonly __address: true;
@@ -1110,7 +1110,7 @@ export declare const asSignedHydratedBlockWithHashMeta: {
1110
1110
  schema: "network.xyo.boundwitness" & {
1111
1111
  readonly __schema: true;
1112
1112
  };
1113
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1113
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1114
1114
  readonly __hex: true;
1115
1115
  } & {
1116
1116
  readonly __address: true;
@@ -1125,7 +1125,7 @@ export declare const asSignedHydratedBlockWithHashMeta: {
1125
1125
  $epoch: number;
1126
1126
  _hash: import("@xylabs/sdk-js").BrandedHash;
1127
1127
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
1128
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1128
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1129
1129
  readonly __hex: true;
1130
1130
  } & {
1131
1131
  readonly __address: true;
@@ -1146,7 +1146,7 @@ export declare const toSignedHydratedBlockWithHashMeta: {
1146
1146
  schema: "network.xyo.boundwitness" & {
1147
1147
  readonly __schema: true;
1148
1148
  };
1149
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1149
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1150
1150
  readonly __hex: true;
1151
1151
  } & {
1152
1152
  readonly __address: true;
@@ -1161,7 +1161,7 @@ export declare const toSignedHydratedBlockWithHashMeta: {
1161
1161
  $epoch: number;
1162
1162
  _hash: import("@xylabs/sdk-js").BrandedHash;
1163
1163
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
1164
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1164
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1165
1165
  readonly __hex: true;
1166
1166
  } & {
1167
1167
  readonly __address: true;
@@ -1179,7 +1179,7 @@ export declare const toSignedHydratedBlockWithHashMeta: {
1179
1179
  schema: "network.xyo.boundwitness" & {
1180
1180
  readonly __schema: true;
1181
1181
  };
1182
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1182
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1183
1183
  readonly __hex: true;
1184
1184
  } & {
1185
1185
  readonly __address: true;
@@ -1194,7 +1194,7 @@ export declare const toSignedHydratedBlockWithHashMeta: {
1194
1194
  $epoch: number;
1195
1195
  _hash: import("@xylabs/sdk-js").BrandedHash;
1196
1196
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
1197
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1197
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1198
1198
  readonly __hex: true;
1199
1199
  } & {
1200
1200
  readonly __address: true;
@@ -1218,7 +1218,7 @@ export declare const SignedHydratedBlockWithStorageMetaZod: z.ZodMiniTuple<reado
1218
1218
  readonly __hex: true;
1219
1219
  } & {
1220
1220
  readonly __address: true;
1221
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
1221
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
1222
1222
  payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
1223
1223
  payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
1224
1224
  previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
@@ -1226,7 +1226,7 @@ export declare const SignedHydratedBlockWithStorageMetaZod: z.ZodMiniTuple<reado
1226
1226
  readonly __hex: true;
1227
1227
  } & {
1228
1228
  readonly __address: true;
1229
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
1229
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
1230
1230
  $sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
1231
1231
  $signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>>;
1232
1232
  block: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
@@ -1251,7 +1251,7 @@ export declare const isSignedHydratedBlockWithStorageMeta: <T>(value: T) => valu
1251
1251
  schema: "network.xyo.boundwitness" & {
1252
1252
  readonly __schema: true;
1253
1253
  };
1254
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1254
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1255
1255
  readonly __hex: true;
1256
1256
  } & {
1257
1257
  readonly __address: true;
@@ -1267,7 +1267,7 @@ export declare const isSignedHydratedBlockWithStorageMeta: <T>(value: T) => valu
1267
1267
  _hash: import("@xylabs/sdk-js").BrandedHash;
1268
1268
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
1269
1269
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
1270
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1270
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1271
1271
  readonly __hex: true;
1272
1272
  } & {
1273
1273
  readonly __address: true;
@@ -1288,7 +1288,7 @@ export declare const asSignedHydratedBlockWithStorageMeta: {
1288
1288
  schema: "network.xyo.boundwitness" & {
1289
1289
  readonly __schema: true;
1290
1290
  };
1291
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1291
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1292
1292
  readonly __hex: true;
1293
1293
  } & {
1294
1294
  readonly __address: true;
@@ -1304,7 +1304,7 @@ export declare const asSignedHydratedBlockWithStorageMeta: {
1304
1304
  _hash: import("@xylabs/sdk-js").BrandedHash;
1305
1305
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
1306
1306
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
1307
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1307
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1308
1308
  readonly __hex: true;
1309
1309
  } & {
1310
1310
  readonly __address: true;
@@ -1323,7 +1323,7 @@ export declare const asSignedHydratedBlockWithStorageMeta: {
1323
1323
  schema: "network.xyo.boundwitness" & {
1324
1324
  readonly __schema: true;
1325
1325
  };
1326
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1326
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1327
1327
  readonly __hex: true;
1328
1328
  } & {
1329
1329
  readonly __address: true;
@@ -1339,7 +1339,7 @@ export declare const asSignedHydratedBlockWithStorageMeta: {
1339
1339
  _hash: import("@xylabs/sdk-js").BrandedHash;
1340
1340
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
1341
1341
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
1342
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1342
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1343
1343
  readonly __hex: true;
1344
1344
  } & {
1345
1345
  readonly __address: true;
@@ -1361,7 +1361,7 @@ export declare const toSignedHydratedBlockWithStorageMeta: {
1361
1361
  schema: "network.xyo.boundwitness" & {
1362
1362
  readonly __schema: true;
1363
1363
  };
1364
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1364
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1365
1365
  readonly __hex: true;
1366
1366
  } & {
1367
1367
  readonly __address: true;
@@ -1377,7 +1377,7 @@ export declare const toSignedHydratedBlockWithStorageMeta: {
1377
1377
  _hash: import("@xylabs/sdk-js").BrandedHash;
1378
1378
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
1379
1379
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
1380
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1380
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1381
1381
  readonly __hex: true;
1382
1382
  } & {
1383
1383
  readonly __address: true;
@@ -1396,7 +1396,7 @@ export declare const toSignedHydratedBlockWithStorageMeta: {
1396
1396
  schema: "network.xyo.boundwitness" & {
1397
1397
  readonly __schema: true;
1398
1398
  };
1399
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1399
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1400
1400
  readonly __hex: true;
1401
1401
  } & {
1402
1402
  readonly __address: true;
@@ -1412,7 +1412,7 @@ export declare const toSignedHydratedBlockWithStorageMeta: {
1412
1412
  _hash: import("@xylabs/sdk-js").BrandedHash;
1413
1413
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
1414
1414
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
1415
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1415
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1416
1416
  readonly __hex: true;
1417
1417
  } & {
1418
1418
  readonly __address: true;
@@ -1437,7 +1437,7 @@ export declare const SignedHydratedBlockWithStorageMetaishZod: z.ZodMiniTuple<re
1437
1437
  readonly __hex: true;
1438
1438
  } & {
1439
1439
  readonly __address: true;
1440
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
1440
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
1441
1441
  payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
1442
1442
  payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
1443
1443
  previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
@@ -1445,7 +1445,7 @@ export declare const SignedHydratedBlockWithStorageMetaishZod: z.ZodMiniTuple<re
1445
1445
  readonly __hex: true;
1446
1446
  } & {
1447
1447
  readonly __address: true;
1448
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
1448
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
1449
1449
  $sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
1450
1450
  $signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>>;
1451
1451
  block: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;