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

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.
@@ -8,7 +8,7 @@ export declare const HydratedTransactionZod: z.ZodMiniTuple<readonly [z.ZodMiniO
8
8
  readonly __hex: true;
9
9
  } & {
10
10
  readonly __address: true;
11
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
11
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
12
12
  payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
13
13
  payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
14
14
  previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
@@ -16,7 +16,7 @@ export declare const HydratedTransactionZod: z.ZodMiniTuple<readonly [z.ZodMiniO
16
16
  readonly __hex: true;
17
17
  } & {
18
18
  readonly __address: true;
19
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
19
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
20
20
  $sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
21
21
  $signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>, z.ZodMiniNull]>>;
22
22
  nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
@@ -32,7 +32,7 @@ export declare const HydratedTransactionZod: z.ZodMiniTuple<readonly [z.ZodMiniO
32
32
  readonly __hex: true;
33
33
  } & {
34
34
  readonly __address: true;
35
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>;
35
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>;
36
36
  script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
37
37
  }, z.core.$strip>, z.ZodMiniArray<z.ZodMiniObject<{
38
38
  schema: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>;
@@ -44,7 +44,7 @@ export declare const isHydratedTransaction: <T>(value: T) => value is T & [{
44
44
  schema: "network.xyo.boundwitness" & {
45
45
  readonly __schema: true;
46
46
  };
47
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
47
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
48
48
  readonly __hex: true;
49
49
  } & {
50
50
  readonly __address: true;
@@ -66,8 +66,8 @@ export declare const isHydratedTransaction: <T>(value: T) => value is T & [{
66
66
  readonly __hex: true;
67
67
  } & {
68
68
  readonly __address: true;
69
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
70
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
69
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
70
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
71
71
  readonly __hex: true;
72
72
  } & {
73
73
  readonly __address: true;
@@ -83,7 +83,7 @@ export declare const asHydratedTransaction: {
83
83
  schema: "network.xyo.boundwitness" & {
84
84
  readonly __schema: true;
85
85
  };
86
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
86
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
87
87
  readonly __hex: true;
88
88
  } & {
89
89
  readonly __address: true;
@@ -105,8 +105,8 @@ export declare const asHydratedTransaction: {
105
105
  readonly __hex: true;
106
106
  } & {
107
107
  readonly __address: true;
108
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
109
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
108
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
109
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
110
110
  readonly __hex: true;
111
111
  } & {
112
112
  readonly __address: true;
@@ -120,7 +120,7 @@ export declare const asHydratedTransaction: {
120
120
  schema: "network.xyo.boundwitness" & {
121
121
  readonly __schema: true;
122
122
  };
123
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
123
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
124
124
  readonly __hex: true;
125
125
  } & {
126
126
  readonly __address: true;
@@ -142,8 +142,8 @@ export declare const asHydratedTransaction: {
142
142
  readonly __hex: true;
143
143
  } & {
144
144
  readonly __address: true;
145
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
146
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
145
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
146
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
147
147
  readonly __hex: true;
148
148
  } & {
149
149
  readonly __address: true;
@@ -160,7 +160,7 @@ export declare const toHydratedTransaction: {
160
160
  schema: "network.xyo.boundwitness" & {
161
161
  readonly __schema: true;
162
162
  };
163
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
163
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
164
164
  readonly __hex: true;
165
165
  } & {
166
166
  readonly __address: true;
@@ -182,8 +182,8 @@ export declare const toHydratedTransaction: {
182
182
  readonly __hex: true;
183
183
  } & {
184
184
  readonly __address: true;
185
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
186
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
185
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
186
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
187
187
  readonly __hex: true;
188
188
  } & {
189
189
  readonly __address: true;
@@ -197,7 +197,7 @@ export declare const toHydratedTransaction: {
197
197
  schema: "network.xyo.boundwitness" & {
198
198
  readonly __schema: true;
199
199
  };
200
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
200
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
201
201
  readonly __hex: true;
202
202
  } & {
203
203
  readonly __address: true;
@@ -219,8 +219,8 @@ export declare const toHydratedTransaction: {
219
219
  readonly __hex: true;
220
220
  } & {
221
221
  readonly __address: true;
222
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
223
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
222
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
223
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
224
224
  readonly __hex: true;
225
225
  } & {
226
226
  readonly __address: true;
@@ -240,7 +240,7 @@ export declare const HydratedTransactionWithHashMetaZod: z.ZodMiniTuple<readonly
240
240
  readonly __hex: true;
241
241
  } & {
242
242
  readonly __address: true;
243
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
243
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
244
244
  payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
245
245
  payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
246
246
  previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
@@ -248,7 +248,7 @@ export declare const HydratedTransactionWithHashMetaZod: z.ZodMiniTuple<readonly
248
248
  readonly __hex: true;
249
249
  } & {
250
250
  readonly __address: true;
251
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
251
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
252
252
  $sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
253
253
  $signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>, z.ZodMiniNull]>>;
254
254
  nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
@@ -264,7 +264,7 @@ export declare const HydratedTransactionWithHashMetaZod: z.ZodMiniTuple<readonly
264
264
  readonly __hex: true;
265
265
  } & {
266
266
  readonly __address: true;
267
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>;
267
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>;
268
268
  script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
269
269
  _hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
270
270
  _dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
@@ -280,7 +280,7 @@ export declare const isHydratedTransactionWithHashMeta: <T>(value: T) => value i
280
280
  schema: "network.xyo.boundwitness" & {
281
281
  readonly __schema: true;
282
282
  };
283
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
283
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
284
284
  readonly __hex: true;
285
285
  } & {
286
286
  readonly __address: true;
@@ -302,10 +302,10 @@ export declare const isHydratedTransactionWithHashMeta: <T>(value: T) => value i
302
302
  readonly __hex: true;
303
303
  } & {
304
304
  readonly __address: true;
305
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
305
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
306
306
  _hash: import("@xylabs/sdk-js").BrandedHash;
307
307
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
308
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
308
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
309
309
  readonly __hex: true;
310
310
  } & {
311
311
  readonly __address: true;
@@ -324,7 +324,7 @@ export declare const asHydratedTransactionWithHashMeta: {
324
324
  schema: "network.xyo.boundwitness" & {
325
325
  readonly __schema: true;
326
326
  };
327
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
327
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
328
328
  readonly __hex: true;
329
329
  } & {
330
330
  readonly __address: true;
@@ -346,10 +346,10 @@ export declare const asHydratedTransactionWithHashMeta: {
346
346
  readonly __hex: true;
347
347
  } & {
348
348
  readonly __address: true;
349
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
349
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
350
350
  _hash: import("@xylabs/sdk-js").BrandedHash;
351
351
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
352
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
352
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
353
353
  readonly __hex: true;
354
354
  } & {
355
355
  readonly __address: true;
@@ -366,7 +366,7 @@ export declare const asHydratedTransactionWithHashMeta: {
366
366
  schema: "network.xyo.boundwitness" & {
367
367
  readonly __schema: true;
368
368
  };
369
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
369
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
370
370
  readonly __hex: true;
371
371
  } & {
372
372
  readonly __address: true;
@@ -388,10 +388,10 @@ export declare const asHydratedTransactionWithHashMeta: {
388
388
  readonly __hex: true;
389
389
  } & {
390
390
  readonly __address: true;
391
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
391
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
392
392
  _hash: import("@xylabs/sdk-js").BrandedHash;
393
393
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
394
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
394
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
395
395
  readonly __hex: true;
396
396
  } & {
397
397
  readonly __address: true;
@@ -411,7 +411,7 @@ export declare const toHydratedTransactionWithHashMeta: {
411
411
  schema: "network.xyo.boundwitness" & {
412
412
  readonly __schema: true;
413
413
  };
414
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
414
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
415
415
  readonly __hex: true;
416
416
  } & {
417
417
  readonly __address: true;
@@ -433,10 +433,10 @@ export declare const toHydratedTransactionWithHashMeta: {
433
433
  readonly __hex: true;
434
434
  } & {
435
435
  readonly __address: true;
436
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
436
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
437
437
  _hash: import("@xylabs/sdk-js").BrandedHash;
438
438
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
439
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
439
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
440
440
  readonly __hex: true;
441
441
  } & {
442
442
  readonly __address: true;
@@ -453,7 +453,7 @@ export declare const toHydratedTransactionWithHashMeta: {
453
453
  schema: "network.xyo.boundwitness" & {
454
454
  readonly __schema: true;
455
455
  };
456
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
456
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
457
457
  readonly __hex: true;
458
458
  } & {
459
459
  readonly __address: true;
@@ -475,10 +475,10 @@ export declare const toHydratedTransactionWithHashMeta: {
475
475
  readonly __hex: true;
476
476
  } & {
477
477
  readonly __address: true;
478
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
478
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
479
479
  _hash: import("@xylabs/sdk-js").BrandedHash;
480
480
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
481
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
481
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
482
482
  readonly __hex: true;
483
483
  } & {
484
484
  readonly __address: true;
@@ -501,7 +501,7 @@ export declare const HydratedTransactionWithStorageMetaZod: z.ZodMiniTuple<reado
501
501
  readonly __hex: true;
502
502
  } & {
503
503
  readonly __address: true;
504
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
504
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
505
505
  payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
506
506
  payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
507
507
  previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
@@ -509,7 +509,7 @@ export declare const HydratedTransactionWithStorageMetaZod: z.ZodMiniTuple<reado
509
509
  readonly __hex: true;
510
510
  } & {
511
511
  readonly __address: true;
512
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
512
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
513
513
  $sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
514
514
  $signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>, z.ZodMiniNull]>>;
515
515
  nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
@@ -525,7 +525,7 @@ export declare const HydratedTransactionWithStorageMetaZod: z.ZodMiniTuple<reado
525
525
  readonly __hex: true;
526
526
  } & {
527
527
  readonly __address: true;
528
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>;
528
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>;
529
529
  script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
530
530
  _hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
531
531
  _dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
@@ -543,7 +543,7 @@ export declare const isHydratedTransactionWithStorageMeta: <T>(value: T) => valu
543
543
  schema: "network.xyo.boundwitness" & {
544
544
  readonly __schema: true;
545
545
  };
546
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
546
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
547
547
  readonly __hex: true;
548
548
  } & {
549
549
  readonly __address: true;
@@ -565,11 +565,11 @@ export declare const isHydratedTransactionWithStorageMeta: <T>(value: T) => valu
565
565
  readonly __hex: true;
566
566
  } & {
567
567
  readonly __address: true;
568
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
568
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
569
569
  _hash: import("@xylabs/sdk-js").BrandedHash;
570
570
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
571
571
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
572
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
572
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
573
573
  readonly __hex: true;
574
574
  } & {
575
575
  readonly __address: true;
@@ -589,7 +589,7 @@ export declare const asHydratedTransactionWithStorageMeta: {
589
589
  schema: "network.xyo.boundwitness" & {
590
590
  readonly __schema: true;
591
591
  };
592
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
592
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
593
593
  readonly __hex: true;
594
594
  } & {
595
595
  readonly __address: true;
@@ -611,11 +611,11 @@ export declare const asHydratedTransactionWithStorageMeta: {
611
611
  readonly __hex: true;
612
612
  } & {
613
613
  readonly __address: true;
614
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
614
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
615
615
  _hash: import("@xylabs/sdk-js").BrandedHash;
616
616
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
617
617
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
618
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
618
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
619
619
  readonly __hex: true;
620
620
  } & {
621
621
  readonly __address: true;
@@ -633,7 +633,7 @@ export declare const asHydratedTransactionWithStorageMeta: {
633
633
  schema: "network.xyo.boundwitness" & {
634
634
  readonly __schema: true;
635
635
  };
636
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
636
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
637
637
  readonly __hex: true;
638
638
  } & {
639
639
  readonly __address: true;
@@ -655,11 +655,11 @@ export declare const asHydratedTransactionWithStorageMeta: {
655
655
  readonly __hex: true;
656
656
  } & {
657
657
  readonly __address: true;
658
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
658
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
659
659
  _hash: import("@xylabs/sdk-js").BrandedHash;
660
660
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
661
661
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
662
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
662
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
663
663
  readonly __hex: true;
664
664
  } & {
665
665
  readonly __address: true;
@@ -680,7 +680,7 @@ export declare const toHydratedTransactionWithStorageMeta: {
680
680
  schema: "network.xyo.boundwitness" & {
681
681
  readonly __schema: true;
682
682
  };
683
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
683
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
684
684
  readonly __hex: true;
685
685
  } & {
686
686
  readonly __address: true;
@@ -702,11 +702,11 @@ export declare const toHydratedTransactionWithStorageMeta: {
702
702
  readonly __hex: true;
703
703
  } & {
704
704
  readonly __address: true;
705
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
705
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
706
706
  _hash: import("@xylabs/sdk-js").BrandedHash;
707
707
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
708
708
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
709
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
709
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
710
710
  readonly __hex: true;
711
711
  } & {
712
712
  readonly __address: true;
@@ -724,7 +724,7 @@ export declare const toHydratedTransactionWithStorageMeta: {
724
724
  schema: "network.xyo.boundwitness" & {
725
725
  readonly __schema: true;
726
726
  };
727
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
727
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
728
728
  readonly __hex: true;
729
729
  } & {
730
730
  readonly __address: true;
@@ -746,11 +746,11 @@ export declare const toHydratedTransactionWithStorageMeta: {
746
746
  readonly __hex: true;
747
747
  } & {
748
748
  readonly __address: true;
749
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
749
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
750
750
  _hash: import("@xylabs/sdk-js").BrandedHash;
751
751
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
752
752
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
753
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
753
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
754
754
  readonly __hex: true;
755
755
  } & {
756
756
  readonly __address: true;
@@ -774,7 +774,7 @@ export declare const UnsignedHydratedTransactionZod: z.ZodMiniTuple<readonly [z.
774
774
  readonly __hex: true;
775
775
  } & {
776
776
  readonly __address: true;
777
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
777
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
778
778
  payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
779
779
  payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
780
780
  previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
@@ -782,7 +782,7 @@ export declare const UnsignedHydratedTransactionZod: z.ZodMiniTuple<readonly [z.
782
782
  readonly __hex: true;
783
783
  } & {
784
784
  readonly __address: true;
785
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
785
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
786
786
  $sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
787
787
  $signatures: z.ZodMiniArray<z.ZodMiniNull>;
788
788
  nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
@@ -798,7 +798,7 @@ export declare const UnsignedHydratedTransactionZod: z.ZodMiniTuple<readonly [z.
798
798
  readonly __hex: true;
799
799
  } & {
800
800
  readonly __address: true;
801
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>;
801
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>;
802
802
  script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
803
803
  }, z.core.$strip>, z.ZodMiniArray<z.ZodMiniObject<{
804
804
  schema: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>;
@@ -810,7 +810,7 @@ export declare const isUnsignedHydratedTransaction: <T>(value: T) => value is T
810
810
  schema: "network.xyo.boundwitness" & {
811
811
  readonly __schema: true;
812
812
  };
813
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
813
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
814
814
  readonly __hex: true;
815
815
  } & {
816
816
  readonly __address: true;
@@ -832,8 +832,8 @@ export declare const isUnsignedHydratedTransaction: <T>(value: T) => value is T
832
832
  readonly __hex: true;
833
833
  } & {
834
834
  readonly __address: true;
835
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
836
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
835
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
836
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
837
837
  readonly __hex: true;
838
838
  } & {
839
839
  readonly __address: true;
@@ -849,7 +849,7 @@ export declare const asUnsignedHydratedTransaction: {
849
849
  schema: "network.xyo.boundwitness" & {
850
850
  readonly __schema: true;
851
851
  };
852
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
852
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
853
853
  readonly __hex: true;
854
854
  } & {
855
855
  readonly __address: true;
@@ -871,8 +871,8 @@ export declare const asUnsignedHydratedTransaction: {
871
871
  readonly __hex: true;
872
872
  } & {
873
873
  readonly __address: true;
874
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
875
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
874
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
875
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
876
876
  readonly __hex: true;
877
877
  } & {
878
878
  readonly __address: true;
@@ -886,7 +886,7 @@ export declare const asUnsignedHydratedTransaction: {
886
886
  schema: "network.xyo.boundwitness" & {
887
887
  readonly __schema: true;
888
888
  };
889
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
889
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
890
890
  readonly __hex: true;
891
891
  } & {
892
892
  readonly __address: true;
@@ -908,8 +908,8 @@ export declare const asUnsignedHydratedTransaction: {
908
908
  readonly __hex: true;
909
909
  } & {
910
910
  readonly __address: true;
911
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
912
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
911
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
912
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
913
913
  readonly __hex: true;
914
914
  } & {
915
915
  readonly __address: true;
@@ -926,7 +926,7 @@ export declare const toUnsignedHydratedTransaction: {
926
926
  schema: "network.xyo.boundwitness" & {
927
927
  readonly __schema: true;
928
928
  };
929
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
929
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
930
930
  readonly __hex: true;
931
931
  } & {
932
932
  readonly __address: true;
@@ -948,8 +948,8 @@ export declare const toUnsignedHydratedTransaction: {
948
948
  readonly __hex: true;
949
949
  } & {
950
950
  readonly __address: true;
951
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
952
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
951
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
952
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
953
953
  readonly __hex: true;
954
954
  } & {
955
955
  readonly __address: true;
@@ -963,7 +963,7 @@ export declare const toUnsignedHydratedTransaction: {
963
963
  schema: "network.xyo.boundwitness" & {
964
964
  readonly __schema: true;
965
965
  };
966
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
966
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
967
967
  readonly __hex: true;
968
968
  } & {
969
969
  readonly __address: true;
@@ -985,8 +985,8 @@ export declare const toUnsignedHydratedTransaction: {
985
985
  readonly __hex: true;
986
986
  } & {
987
987
  readonly __address: true;
988
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
989
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
988
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
989
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
990
990
  readonly __hex: true;
991
991
  } & {
992
992
  readonly __address: true;
@@ -1006,7 +1006,7 @@ export declare const UnsignedHydratedTransactionWithHashMetaZod: z.ZodMiniTuple<
1006
1006
  readonly __hex: true;
1007
1007
  } & {
1008
1008
  readonly __address: true;
1009
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
1009
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
1010
1010
  payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
1011
1011
  payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
1012
1012
  previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
@@ -1014,7 +1014,7 @@ export declare const UnsignedHydratedTransactionWithHashMetaZod: z.ZodMiniTuple<
1014
1014
  readonly __hex: true;
1015
1015
  } & {
1016
1016
  readonly __address: true;
1017
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
1017
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
1018
1018
  $sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
1019
1019
  $signatures: z.ZodMiniArray<z.ZodMiniNull>;
1020
1020
  nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
@@ -1030,7 +1030,7 @@ export declare const UnsignedHydratedTransactionWithHashMetaZod: z.ZodMiniTuple<
1030
1030
  readonly __hex: true;
1031
1031
  } & {
1032
1032
  readonly __address: true;
1033
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>;
1033
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>;
1034
1034
  script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
1035
1035
  _hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
1036
1036
  _dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
@@ -1046,7 +1046,7 @@ export declare const isUnsignedHydratedTransactionWithHashMeta: <T>(value: T) =>
1046
1046
  schema: "network.xyo.boundwitness" & {
1047
1047
  readonly __schema: true;
1048
1048
  };
1049
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1049
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1050
1050
  readonly __hex: true;
1051
1051
  } & {
1052
1052
  readonly __address: true;
@@ -1068,10 +1068,10 @@ export declare const isUnsignedHydratedTransactionWithHashMeta: <T>(value: T) =>
1068
1068
  readonly __hex: true;
1069
1069
  } & {
1070
1070
  readonly __address: true;
1071
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
1071
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
1072
1072
  _hash: import("@xylabs/sdk-js").BrandedHash;
1073
1073
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
1074
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1074
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1075
1075
  readonly __hex: true;
1076
1076
  } & {
1077
1077
  readonly __address: true;
@@ -1090,7 +1090,7 @@ export declare const asUnsignedHydratedTransactionWithHashMeta: {
1090
1090
  schema: "network.xyo.boundwitness" & {
1091
1091
  readonly __schema: true;
1092
1092
  };
1093
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1093
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1094
1094
  readonly __hex: true;
1095
1095
  } & {
1096
1096
  readonly __address: true;
@@ -1112,10 +1112,10 @@ export declare const asUnsignedHydratedTransactionWithHashMeta: {
1112
1112
  readonly __hex: true;
1113
1113
  } & {
1114
1114
  readonly __address: true;
1115
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
1115
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
1116
1116
  _hash: import("@xylabs/sdk-js").BrandedHash;
1117
1117
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
1118
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1118
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1119
1119
  readonly __hex: true;
1120
1120
  } & {
1121
1121
  readonly __address: true;
@@ -1132,7 +1132,7 @@ export declare const asUnsignedHydratedTransactionWithHashMeta: {
1132
1132
  schema: "network.xyo.boundwitness" & {
1133
1133
  readonly __schema: true;
1134
1134
  };
1135
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1135
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1136
1136
  readonly __hex: true;
1137
1137
  } & {
1138
1138
  readonly __address: true;
@@ -1154,10 +1154,10 @@ export declare const asUnsignedHydratedTransactionWithHashMeta: {
1154
1154
  readonly __hex: true;
1155
1155
  } & {
1156
1156
  readonly __address: true;
1157
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
1157
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
1158
1158
  _hash: import("@xylabs/sdk-js").BrandedHash;
1159
1159
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
1160
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1160
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1161
1161
  readonly __hex: true;
1162
1162
  } & {
1163
1163
  readonly __address: true;
@@ -1177,7 +1177,7 @@ export declare const toUnsignedHydratedTransactionWithHashMeta: {
1177
1177
  schema: "network.xyo.boundwitness" & {
1178
1178
  readonly __schema: true;
1179
1179
  };
1180
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1180
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1181
1181
  readonly __hex: true;
1182
1182
  } & {
1183
1183
  readonly __address: true;
@@ -1199,10 +1199,10 @@ export declare const toUnsignedHydratedTransactionWithHashMeta: {
1199
1199
  readonly __hex: true;
1200
1200
  } & {
1201
1201
  readonly __address: true;
1202
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
1202
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
1203
1203
  _hash: import("@xylabs/sdk-js").BrandedHash;
1204
1204
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
1205
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1205
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1206
1206
  readonly __hex: true;
1207
1207
  } & {
1208
1208
  readonly __address: true;
@@ -1219,7 +1219,7 @@ export declare const toUnsignedHydratedTransactionWithHashMeta: {
1219
1219
  schema: "network.xyo.boundwitness" & {
1220
1220
  readonly __schema: true;
1221
1221
  };
1222
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1222
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1223
1223
  readonly __hex: true;
1224
1224
  } & {
1225
1225
  readonly __address: true;
@@ -1241,10 +1241,10 @@ export declare const toUnsignedHydratedTransactionWithHashMeta: {
1241
1241
  readonly __hex: true;
1242
1242
  } & {
1243
1243
  readonly __address: true;
1244
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
1244
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
1245
1245
  _hash: import("@xylabs/sdk-js").BrandedHash;
1246
1246
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
1247
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1247
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1248
1248
  readonly __hex: true;
1249
1249
  } & {
1250
1250
  readonly __address: true;
@@ -1267,7 +1267,7 @@ export declare const UnsignedHydratedTransactionWithStorageMetaZod: z.ZodMiniTup
1267
1267
  readonly __hex: true;
1268
1268
  } & {
1269
1269
  readonly __address: true;
1270
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
1270
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
1271
1271
  payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
1272
1272
  payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
1273
1273
  previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
@@ -1275,7 +1275,7 @@ export declare const UnsignedHydratedTransactionWithStorageMetaZod: z.ZodMiniTup
1275
1275
  readonly __hex: true;
1276
1276
  } & {
1277
1277
  readonly __address: true;
1278
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
1278
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
1279
1279
  $sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
1280
1280
  $signatures: z.ZodMiniArray<z.ZodMiniNull>;
1281
1281
  nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
@@ -1291,7 +1291,7 @@ export declare const UnsignedHydratedTransactionWithStorageMetaZod: z.ZodMiniTup
1291
1291
  readonly __hex: true;
1292
1292
  } & {
1293
1293
  readonly __address: true;
1294
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>;
1294
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>;
1295
1295
  script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
1296
1296
  _hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
1297
1297
  _dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
@@ -1309,7 +1309,7 @@ export declare const isUnsignedHydratedTransactionWithStorageMeta: <T>(value: T)
1309
1309
  schema: "network.xyo.boundwitness" & {
1310
1310
  readonly __schema: true;
1311
1311
  };
1312
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1312
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1313
1313
  readonly __hex: true;
1314
1314
  } & {
1315
1315
  readonly __address: true;
@@ -1331,11 +1331,11 @@ export declare const isUnsignedHydratedTransactionWithStorageMeta: <T>(value: T)
1331
1331
  readonly __hex: true;
1332
1332
  } & {
1333
1333
  readonly __address: true;
1334
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
1334
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
1335
1335
  _hash: import("@xylabs/sdk-js").BrandedHash;
1336
1336
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
1337
1337
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
1338
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1338
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1339
1339
  readonly __hex: true;
1340
1340
  } & {
1341
1341
  readonly __address: true;
@@ -1355,7 +1355,7 @@ export declare const asUnsignedHydratedTransactionWithStorageMeta: {
1355
1355
  schema: "network.xyo.boundwitness" & {
1356
1356
  readonly __schema: true;
1357
1357
  };
1358
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1358
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1359
1359
  readonly __hex: true;
1360
1360
  } & {
1361
1361
  readonly __address: true;
@@ -1377,11 +1377,11 @@ export declare const asUnsignedHydratedTransactionWithStorageMeta: {
1377
1377
  readonly __hex: true;
1378
1378
  } & {
1379
1379
  readonly __address: true;
1380
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
1380
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
1381
1381
  _hash: import("@xylabs/sdk-js").BrandedHash;
1382
1382
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
1383
1383
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
1384
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1384
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1385
1385
  readonly __hex: true;
1386
1386
  } & {
1387
1387
  readonly __address: true;
@@ -1399,7 +1399,7 @@ export declare const asUnsignedHydratedTransactionWithStorageMeta: {
1399
1399
  schema: "network.xyo.boundwitness" & {
1400
1400
  readonly __schema: true;
1401
1401
  };
1402
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1402
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1403
1403
  readonly __hex: true;
1404
1404
  } & {
1405
1405
  readonly __address: true;
@@ -1421,11 +1421,11 @@ export declare const asUnsignedHydratedTransactionWithStorageMeta: {
1421
1421
  readonly __hex: true;
1422
1422
  } & {
1423
1423
  readonly __address: true;
1424
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
1424
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
1425
1425
  _hash: import("@xylabs/sdk-js").BrandedHash;
1426
1426
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
1427
1427
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
1428
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1428
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1429
1429
  readonly __hex: true;
1430
1430
  } & {
1431
1431
  readonly __address: true;
@@ -1446,7 +1446,7 @@ export declare const toUnsignedHydratedTransactionWithStorageMeta: {
1446
1446
  schema: "network.xyo.boundwitness" & {
1447
1447
  readonly __schema: true;
1448
1448
  };
1449
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1449
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1450
1450
  readonly __hex: true;
1451
1451
  } & {
1452
1452
  readonly __address: true;
@@ -1468,11 +1468,11 @@ export declare const toUnsignedHydratedTransactionWithStorageMeta: {
1468
1468
  readonly __hex: true;
1469
1469
  } & {
1470
1470
  readonly __address: true;
1471
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
1471
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
1472
1472
  _hash: import("@xylabs/sdk-js").BrandedHash;
1473
1473
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
1474
1474
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
1475
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1475
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1476
1476
  readonly __hex: true;
1477
1477
  } & {
1478
1478
  readonly __address: true;
@@ -1490,7 +1490,7 @@ export declare const toUnsignedHydratedTransactionWithStorageMeta: {
1490
1490
  schema: "network.xyo.boundwitness" & {
1491
1491
  readonly __schema: true;
1492
1492
  };
1493
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1493
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1494
1494
  readonly __hex: true;
1495
1495
  } & {
1496
1496
  readonly __address: true;
@@ -1512,11 +1512,11 @@ export declare const toUnsignedHydratedTransactionWithStorageMeta: {
1512
1512
  readonly __hex: true;
1513
1513
  } & {
1514
1514
  readonly __address: true;
1515
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
1515
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
1516
1516
  _hash: import("@xylabs/sdk-js").BrandedHash;
1517
1517
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
1518
1518
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
1519
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1519
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1520
1520
  readonly __hex: true;
1521
1521
  } & {
1522
1522
  readonly __address: true;
@@ -1540,7 +1540,7 @@ export declare const SignedHydratedTransactionZod: z.ZodMiniTuple<readonly [z.Zo
1540
1540
  readonly __hex: true;
1541
1541
  } & {
1542
1542
  readonly __address: true;
1543
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
1543
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
1544
1544
  payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
1545
1545
  payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
1546
1546
  previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
@@ -1548,7 +1548,7 @@ export declare const SignedHydratedTransactionZod: z.ZodMiniTuple<readonly [z.Zo
1548
1548
  readonly __hex: true;
1549
1549
  } & {
1550
1550
  readonly __address: true;
1551
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
1551
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
1552
1552
  $sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
1553
1553
  $signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>>;
1554
1554
  nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
@@ -1564,7 +1564,7 @@ export declare const SignedHydratedTransactionZod: z.ZodMiniTuple<readonly [z.Zo
1564
1564
  readonly __hex: true;
1565
1565
  } & {
1566
1566
  readonly __address: true;
1567
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>;
1567
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>;
1568
1568
  script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
1569
1569
  }, z.core.$strip>, z.ZodMiniArray<z.ZodMiniObject<{
1570
1570
  schema: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>;
@@ -1576,7 +1576,7 @@ export declare const isSignedHydratedTransaction: <T>(value: T) => value is T &
1576
1576
  schema: "network.xyo.boundwitness" & {
1577
1577
  readonly __schema: true;
1578
1578
  };
1579
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1579
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1580
1580
  readonly __hex: true;
1581
1581
  } & {
1582
1582
  readonly __address: true;
@@ -1598,8 +1598,8 @@ export declare const isSignedHydratedTransaction: <T>(value: T) => value is T &
1598
1598
  readonly __hex: true;
1599
1599
  } & {
1600
1600
  readonly __address: true;
1601
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
1602
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1601
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
1602
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1603
1603
  readonly __hex: true;
1604
1604
  } & {
1605
1605
  readonly __address: true;
@@ -1615,7 +1615,7 @@ export declare const asSignedHydratedTransaction: {
1615
1615
  schema: "network.xyo.boundwitness" & {
1616
1616
  readonly __schema: true;
1617
1617
  };
1618
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1618
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1619
1619
  readonly __hex: true;
1620
1620
  } & {
1621
1621
  readonly __address: true;
@@ -1637,8 +1637,8 @@ export declare const asSignedHydratedTransaction: {
1637
1637
  readonly __hex: true;
1638
1638
  } & {
1639
1639
  readonly __address: true;
1640
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
1641
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1640
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
1641
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1642
1642
  readonly __hex: true;
1643
1643
  } & {
1644
1644
  readonly __address: true;
@@ -1652,7 +1652,7 @@ export declare const asSignedHydratedTransaction: {
1652
1652
  schema: "network.xyo.boundwitness" & {
1653
1653
  readonly __schema: true;
1654
1654
  };
1655
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1655
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1656
1656
  readonly __hex: true;
1657
1657
  } & {
1658
1658
  readonly __address: true;
@@ -1674,8 +1674,8 @@ export declare const asSignedHydratedTransaction: {
1674
1674
  readonly __hex: true;
1675
1675
  } & {
1676
1676
  readonly __address: true;
1677
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
1678
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1677
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
1678
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1679
1679
  readonly __hex: true;
1680
1680
  } & {
1681
1681
  readonly __address: true;
@@ -1692,7 +1692,7 @@ export declare const toSignedHydratedTransaction: {
1692
1692
  schema: "network.xyo.boundwitness" & {
1693
1693
  readonly __schema: true;
1694
1694
  };
1695
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1695
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1696
1696
  readonly __hex: true;
1697
1697
  } & {
1698
1698
  readonly __address: true;
@@ -1714,8 +1714,8 @@ export declare const toSignedHydratedTransaction: {
1714
1714
  readonly __hex: true;
1715
1715
  } & {
1716
1716
  readonly __address: true;
1717
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
1718
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1717
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
1718
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1719
1719
  readonly __hex: true;
1720
1720
  } & {
1721
1721
  readonly __address: true;
@@ -1729,7 +1729,7 @@ export declare const toSignedHydratedTransaction: {
1729
1729
  schema: "network.xyo.boundwitness" & {
1730
1730
  readonly __schema: true;
1731
1731
  };
1732
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1732
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1733
1733
  readonly __hex: true;
1734
1734
  } & {
1735
1735
  readonly __address: true;
@@ -1751,8 +1751,8 @@ export declare const toSignedHydratedTransaction: {
1751
1751
  readonly __hex: true;
1752
1752
  } & {
1753
1753
  readonly __address: true;
1754
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
1755
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1754
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
1755
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1756
1756
  readonly __hex: true;
1757
1757
  } & {
1758
1758
  readonly __address: true;
@@ -1772,7 +1772,7 @@ export declare const SignedHydratedTransactionWithHashMetaZod: z.ZodMiniTuple<re
1772
1772
  readonly __hex: true;
1773
1773
  } & {
1774
1774
  readonly __address: true;
1775
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
1775
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
1776
1776
  payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
1777
1777
  payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
1778
1778
  previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
@@ -1780,7 +1780,7 @@ export declare const SignedHydratedTransactionWithHashMetaZod: z.ZodMiniTuple<re
1780
1780
  readonly __hex: true;
1781
1781
  } & {
1782
1782
  readonly __address: true;
1783
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
1783
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
1784
1784
  $sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
1785
1785
  $signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>>;
1786
1786
  nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
@@ -1796,7 +1796,7 @@ export declare const SignedHydratedTransactionWithHashMetaZod: z.ZodMiniTuple<re
1796
1796
  readonly __hex: true;
1797
1797
  } & {
1798
1798
  readonly __address: true;
1799
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>;
1799
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>;
1800
1800
  script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
1801
1801
  _hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
1802
1802
  _dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
@@ -1812,7 +1812,7 @@ export declare const isSignedHydratedTransactionWithHashMeta: <T>(value: T) => v
1812
1812
  schema: "network.xyo.boundwitness" & {
1813
1813
  readonly __schema: true;
1814
1814
  };
1815
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1815
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1816
1816
  readonly __hex: true;
1817
1817
  } & {
1818
1818
  readonly __address: true;
@@ -1834,10 +1834,10 @@ export declare const isSignedHydratedTransactionWithHashMeta: <T>(value: T) => v
1834
1834
  readonly __hex: true;
1835
1835
  } & {
1836
1836
  readonly __address: true;
1837
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
1837
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
1838
1838
  _hash: import("@xylabs/sdk-js").BrandedHash;
1839
1839
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
1840
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1840
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1841
1841
  readonly __hex: true;
1842
1842
  } & {
1843
1843
  readonly __address: true;
@@ -1856,7 +1856,7 @@ export declare const asSignedHydratedTransactionWithHashMeta: {
1856
1856
  schema: "network.xyo.boundwitness" & {
1857
1857
  readonly __schema: true;
1858
1858
  };
1859
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1859
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1860
1860
  readonly __hex: true;
1861
1861
  } & {
1862
1862
  readonly __address: true;
@@ -1878,10 +1878,10 @@ export declare const asSignedHydratedTransactionWithHashMeta: {
1878
1878
  readonly __hex: true;
1879
1879
  } & {
1880
1880
  readonly __address: true;
1881
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
1881
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
1882
1882
  _hash: import("@xylabs/sdk-js").BrandedHash;
1883
1883
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
1884
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1884
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1885
1885
  readonly __hex: true;
1886
1886
  } & {
1887
1887
  readonly __address: true;
@@ -1898,7 +1898,7 @@ export declare const asSignedHydratedTransactionWithHashMeta: {
1898
1898
  schema: "network.xyo.boundwitness" & {
1899
1899
  readonly __schema: true;
1900
1900
  };
1901
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1901
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1902
1902
  readonly __hex: true;
1903
1903
  } & {
1904
1904
  readonly __address: true;
@@ -1920,10 +1920,10 @@ export declare const asSignedHydratedTransactionWithHashMeta: {
1920
1920
  readonly __hex: true;
1921
1921
  } & {
1922
1922
  readonly __address: true;
1923
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
1923
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
1924
1924
  _hash: import("@xylabs/sdk-js").BrandedHash;
1925
1925
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
1926
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1926
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1927
1927
  readonly __hex: true;
1928
1928
  } & {
1929
1929
  readonly __address: true;
@@ -1943,7 +1943,7 @@ export declare const toSignedHydratedTransactionWithHashMeta: {
1943
1943
  schema: "network.xyo.boundwitness" & {
1944
1944
  readonly __schema: true;
1945
1945
  };
1946
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1946
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1947
1947
  readonly __hex: true;
1948
1948
  } & {
1949
1949
  readonly __address: true;
@@ -1965,10 +1965,10 @@ export declare const toSignedHydratedTransactionWithHashMeta: {
1965
1965
  readonly __hex: true;
1966
1966
  } & {
1967
1967
  readonly __address: true;
1968
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
1968
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
1969
1969
  _hash: import("@xylabs/sdk-js").BrandedHash;
1970
1970
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
1971
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1971
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1972
1972
  readonly __hex: true;
1973
1973
  } & {
1974
1974
  readonly __address: true;
@@ -1985,7 +1985,7 @@ export declare const toSignedHydratedTransactionWithHashMeta: {
1985
1985
  schema: "network.xyo.boundwitness" & {
1986
1986
  readonly __schema: true;
1987
1987
  };
1988
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
1988
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
1989
1989
  readonly __hex: true;
1990
1990
  } & {
1991
1991
  readonly __address: true;
@@ -2007,10 +2007,10 @@ export declare const toSignedHydratedTransactionWithHashMeta: {
2007
2007
  readonly __hex: true;
2008
2008
  } & {
2009
2009
  readonly __address: true;
2010
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
2010
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
2011
2011
  _hash: import("@xylabs/sdk-js").BrandedHash;
2012
2012
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
2013
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
2013
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
2014
2014
  readonly __hex: true;
2015
2015
  } & {
2016
2016
  readonly __address: true;
@@ -2033,7 +2033,7 @@ export declare const SignedHydratedTransactionWithStorageMetaZod: z.ZodMiniTuple
2033
2033
  readonly __hex: true;
2034
2034
  } & {
2035
2035
  readonly __address: true;
2036
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
2036
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
2037
2037
  payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
2038
2038
  payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
2039
2039
  previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
@@ -2041,7 +2041,7 @@ export declare const SignedHydratedTransactionWithStorageMetaZod: z.ZodMiniTuple
2041
2041
  readonly __hex: true;
2042
2042
  } & {
2043
2043
  readonly __address: true;
2044
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
2044
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
2045
2045
  $sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
2046
2046
  $signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>>;
2047
2047
  nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
@@ -2057,7 +2057,7 @@ export declare const SignedHydratedTransactionWithStorageMetaZod: z.ZodMiniTuple
2057
2057
  readonly __hex: true;
2058
2058
  } & {
2059
2059
  readonly __address: true;
2060
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>;
2060
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>;
2061
2061
  script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
2062
2062
  _hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
2063
2063
  _dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
@@ -2075,7 +2075,7 @@ export declare const isSignedHydratedTransactionWithStorageMeta: <T>(value: T) =
2075
2075
  schema: "network.xyo.boundwitness" & {
2076
2076
  readonly __schema: true;
2077
2077
  };
2078
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
2078
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
2079
2079
  readonly __hex: true;
2080
2080
  } & {
2081
2081
  readonly __address: true;
@@ -2097,11 +2097,11 @@ export declare const isSignedHydratedTransactionWithStorageMeta: <T>(value: T) =
2097
2097
  readonly __hex: true;
2098
2098
  } & {
2099
2099
  readonly __address: true;
2100
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
2100
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
2101
2101
  _hash: import("@xylabs/sdk-js").BrandedHash;
2102
2102
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
2103
2103
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
2104
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
2104
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
2105
2105
  readonly __hex: true;
2106
2106
  } & {
2107
2107
  readonly __address: true;
@@ -2121,7 +2121,7 @@ export declare const asSignedHydratedTransactionWithStorageMeta: {
2121
2121
  schema: "network.xyo.boundwitness" & {
2122
2122
  readonly __schema: true;
2123
2123
  };
2124
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
2124
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
2125
2125
  readonly __hex: true;
2126
2126
  } & {
2127
2127
  readonly __address: true;
@@ -2143,11 +2143,11 @@ export declare const asSignedHydratedTransactionWithStorageMeta: {
2143
2143
  readonly __hex: true;
2144
2144
  } & {
2145
2145
  readonly __address: true;
2146
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
2146
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
2147
2147
  _hash: import("@xylabs/sdk-js").BrandedHash;
2148
2148
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
2149
2149
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
2150
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
2150
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
2151
2151
  readonly __hex: true;
2152
2152
  } & {
2153
2153
  readonly __address: true;
@@ -2165,7 +2165,7 @@ export declare const asSignedHydratedTransactionWithStorageMeta: {
2165
2165
  schema: "network.xyo.boundwitness" & {
2166
2166
  readonly __schema: true;
2167
2167
  };
2168
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
2168
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
2169
2169
  readonly __hex: true;
2170
2170
  } & {
2171
2171
  readonly __address: true;
@@ -2187,11 +2187,11 @@ export declare const asSignedHydratedTransactionWithStorageMeta: {
2187
2187
  readonly __hex: true;
2188
2188
  } & {
2189
2189
  readonly __address: true;
2190
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
2190
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
2191
2191
  _hash: import("@xylabs/sdk-js").BrandedHash;
2192
2192
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
2193
2193
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
2194
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
2194
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
2195
2195
  readonly __hex: true;
2196
2196
  } & {
2197
2197
  readonly __address: true;
@@ -2212,7 +2212,7 @@ export declare const toSignedHydratedTransactionWithStorageMeta: {
2212
2212
  schema: "network.xyo.boundwitness" & {
2213
2213
  readonly __schema: true;
2214
2214
  };
2215
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
2215
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
2216
2216
  readonly __hex: true;
2217
2217
  } & {
2218
2218
  readonly __address: true;
@@ -2234,11 +2234,11 @@ export declare const toSignedHydratedTransactionWithStorageMeta: {
2234
2234
  readonly __hex: true;
2235
2235
  } & {
2236
2236
  readonly __address: true;
2237
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
2237
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
2238
2238
  _hash: import("@xylabs/sdk-js").BrandedHash;
2239
2239
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
2240
2240
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
2241
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
2241
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
2242
2242
  readonly __hex: true;
2243
2243
  } & {
2244
2244
  readonly __address: true;
@@ -2256,7 +2256,7 @@ export declare const toSignedHydratedTransactionWithStorageMeta: {
2256
2256
  schema: "network.xyo.boundwitness" & {
2257
2257
  readonly __schema: true;
2258
2258
  };
2259
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
2259
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
2260
2260
  readonly __hex: true;
2261
2261
  } & {
2262
2262
  readonly __address: true;
@@ -2278,11 +2278,11 @@ export declare const toSignedHydratedTransactionWithStorageMeta: {
2278
2278
  readonly __hex: true;
2279
2279
  } & {
2280
2280
  readonly __address: true;
2281
- }) | import("@xyo-network/sdk-js").XyoQuant1Address;
2281
+ }) | import("@xyo-network/sdk-js").XyoQuantAddress;
2282
2282
  _hash: import("@xylabs/sdk-js").BrandedHash;
2283
2283
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
2284
2284
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
2285
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
2285
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
2286
2286
  readonly __hex: true;
2287
2287
  } & {
2288
2288
  readonly __address: true;