@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.
@@ -13,12 +13,12 @@ export declare const TransferFieldsZod: z.ZodMiniObject<{
13
13
  readonly __hex: true;
14
14
  } & {
15
15
  readonly __address: true;
16
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>;
16
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>;
17
17
  transfers: z.ZodMiniRecord<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
18
18
  readonly __hex: true;
19
19
  } & {
20
20
  readonly __address: true;
21
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>>;
21
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>>;
22
22
  }, z.core.$strip>;
23
23
  /** Zod schema for a complete transfer payload including schema and fields */
24
24
  export declare const TransferZod: z.ZodMiniObject<{
@@ -31,12 +31,12 @@ export declare const TransferZod: z.ZodMiniObject<{
31
31
  readonly __hex: true;
32
32
  } & {
33
33
  readonly __address: true;
34
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>;
34
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>;
35
35
  transfers: z.ZodMiniRecord<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
36
36
  readonly __hex: true;
37
37
  } & {
38
38
  readonly __address: true;
39
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuant1Address, string>>]>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>>;
39
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>>;
40
40
  }, z.core.$strip>;
41
41
  /** A transfer payload representing the movement of XL1 tokens between addresses */
42
42
  export type Transfer = z.infer<typeof TransferZod>;
@@ -50,12 +50,12 @@ export declare const isTransfer: (x?: unknown) => x is {
50
50
  readonly __hex: true;
51
51
  } & {
52
52
  readonly __address: true;
53
- }) | import("@xyo-network/address").XyoQuant1Address;
53
+ }) | import("@xyo-network/address").XyoQuantAddress;
54
54
  transfers: Record<(Lowercase<string> & {
55
55
  readonly __hex: true;
56
56
  } & {
57
57
  readonly __address: true;
58
- }) | import("@xyo-network/address").XyoQuant1Address, import("@xylabs/sdk-js").BrandedHex>;
58
+ }) | import("@xyo-network/address").XyoQuantAddress, import("@xylabs/sdk-js").BrandedHex>;
59
59
  context?: Record<string, unknown> | undefined;
60
60
  };
61
61
  /** Casts a value to Transfer or returns undefined if invalid */
@@ -68,12 +68,12 @@ export declare const asTransfer: import("@xylabs/sdk-js").AsTypeFunction<{
68
68
  readonly __hex: true;
69
69
  } & {
70
70
  readonly __address: true;
71
- }) | import("@xyo-network/address").XyoQuant1Address;
71
+ }) | import("@xyo-network/address").XyoQuantAddress;
72
72
  transfers: Record<(Lowercase<string> & {
73
73
  readonly __hex: true;
74
74
  } & {
75
75
  readonly __address: true;
76
- }) | import("@xyo-network/address").XyoQuant1Address, import("@xylabs/sdk-js").BrandedHex>;
76
+ }) | import("@xyo-network/address").XyoQuantAddress, import("@xylabs/sdk-js").BrandedHex>;
77
77
  context?: Record<string, unknown> | undefined;
78
78
  }>;
79
79
  //# sourceMappingURL=TransferPayload.d.ts.map
@@ -26,7 +26,7 @@ export declare const BlockBoundWitnessZod: z.ZodMiniObject<{
26
26
  readonly __hex: true;
27
27
  } & {
28
28
  readonly __address: true;
29
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
29
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
30
30
  payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
31
31
  payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
32
32
  previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
@@ -34,7 +34,7 @@ export declare const BlockBoundWitnessZod: z.ZodMiniObject<{
34
34
  readonly __hex: true;
35
35
  } & {
36
36
  readonly __address: true;
37
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
37
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
38
38
  $sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
39
39
  $signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>, z.ZodMiniNull]>>;
40
40
  }, z.core.$strip>;
@@ -49,7 +49,7 @@ export declare const isBlockBoundWitness: <T>(value: T) => value is T & {
49
49
  schema: "network.xyo.boundwitness" & {
50
50
  readonly __schema: true;
51
51
  };
52
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
52
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
53
53
  readonly __hex: true;
54
54
  } & {
55
55
  readonly __address: true;
@@ -60,7 +60,7 @@ export declare const isBlockBoundWitness: <T>(value: T) => value is T & {
60
60
  $signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
61
61
  protocol?: number | undefined;
62
62
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
63
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
63
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
64
64
  readonly __hex: true;
65
65
  } & {
66
66
  readonly __address: true;
@@ -77,7 +77,7 @@ export declare const asBlockBoundWitness: {
77
77
  schema: "network.xyo.boundwitness" & {
78
78
  readonly __schema: true;
79
79
  };
80
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
80
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
81
81
  readonly __hex: true;
82
82
  } & {
83
83
  readonly __address: true;
@@ -88,7 +88,7 @@ export declare const asBlockBoundWitness: {
88
88
  $signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
89
89
  protocol?: number | undefined;
90
90
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
91
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
91
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
92
92
  readonly __hex: true;
93
93
  } & {
94
94
  readonly __address: true;
@@ -103,7 +103,7 @@ export declare const asBlockBoundWitness: {
103
103
  schema: "network.xyo.boundwitness" & {
104
104
  readonly __schema: true;
105
105
  };
106
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
106
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
107
107
  readonly __hex: true;
108
108
  } & {
109
109
  readonly __address: true;
@@ -114,7 +114,7 @@ export declare const asBlockBoundWitness: {
114
114
  $signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
115
115
  protocol?: number | undefined;
116
116
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
117
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
117
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
118
118
  readonly __hex: true;
119
119
  } & {
120
120
  readonly __address: true;
@@ -132,7 +132,7 @@ export declare const toBlockBoundWitness: {
132
132
  schema: "network.xyo.boundwitness" & {
133
133
  readonly __schema: true;
134
134
  };
135
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
135
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
136
136
  readonly __hex: true;
137
137
  } & {
138
138
  readonly __address: true;
@@ -143,7 +143,7 @@ export declare const toBlockBoundWitness: {
143
143
  $signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
144
144
  protocol?: number | undefined;
145
145
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
146
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
146
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
147
147
  readonly __hex: true;
148
148
  } & {
149
149
  readonly __address: true;
@@ -158,7 +158,7 @@ export declare const toBlockBoundWitness: {
158
158
  schema: "network.xyo.boundwitness" & {
159
159
  readonly __schema: true;
160
160
  };
161
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
161
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
162
162
  readonly __hex: true;
163
163
  } & {
164
164
  readonly __address: true;
@@ -169,7 +169,7 @@ export declare const toBlockBoundWitness: {
169
169
  $signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
170
170
  protocol?: number | undefined;
171
171
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
172
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
172
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
173
173
  readonly __hex: true;
174
174
  } & {
175
175
  readonly __address: true;
@@ -192,7 +192,7 @@ export declare const BlockBoundWitnessWithHashMetaZod: z.ZodMiniObject<{
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 BlockBoundWitnessWithHashMetaZod: z.ZodMiniObject<{
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>>;
@@ -218,7 +218,7 @@ export declare const isBlockBoundWitnessWithHashMeta: <T>(value: T) => value is
218
218
  schema: "network.xyo.boundwitness" & {
219
219
  readonly __schema: true;
220
220
  };
221
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
221
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
222
222
  readonly __hex: true;
223
223
  } & {
224
224
  readonly __address: true;
@@ -231,7 +231,7 @@ export declare const isBlockBoundWitnessWithHashMeta: <T>(value: T) => value is
231
231
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
232
232
  protocol?: number | undefined;
233
233
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
234
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
234
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
235
235
  readonly __hex: true;
236
236
  } & {
237
237
  readonly __address: true;
@@ -248,7 +248,7 @@ export declare const asBlockBoundWitnessWithHashMeta: {
248
248
  schema: "network.xyo.boundwitness" & {
249
249
  readonly __schema: true;
250
250
  };
251
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
251
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
252
252
  readonly __hex: true;
253
253
  } & {
254
254
  readonly __address: true;
@@ -261,7 +261,7 @@ export declare const asBlockBoundWitnessWithHashMeta: {
261
261
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
262
262
  protocol?: number | undefined;
263
263
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
264
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
264
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
265
265
  readonly __hex: true;
266
266
  } & {
267
267
  readonly __address: true;
@@ -276,7 +276,7 @@ export declare const asBlockBoundWitnessWithHashMeta: {
276
276
  schema: "network.xyo.boundwitness" & {
277
277
  readonly __schema: true;
278
278
  };
279
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
279
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
280
280
  readonly __hex: true;
281
281
  } & {
282
282
  readonly __address: true;
@@ -289,7 +289,7 @@ export declare const asBlockBoundWitnessWithHashMeta: {
289
289
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
290
290
  protocol?: number | undefined;
291
291
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
292
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
292
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
293
293
  readonly __hex: true;
294
294
  } & {
295
295
  readonly __address: true;
@@ -307,7 +307,7 @@ export declare const toBlockBoundWitnessWithHashMeta: {
307
307
  schema: "network.xyo.boundwitness" & {
308
308
  readonly __schema: true;
309
309
  };
310
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
310
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
311
311
  readonly __hex: true;
312
312
  } & {
313
313
  readonly __address: true;
@@ -320,7 +320,7 @@ export declare const toBlockBoundWitnessWithHashMeta: {
320
320
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
321
321
  protocol?: number | undefined;
322
322
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
323
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
323
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
324
324
  readonly __hex: true;
325
325
  } & {
326
326
  readonly __address: true;
@@ -335,7 +335,7 @@ export declare const toBlockBoundWitnessWithHashMeta: {
335
335
  schema: "network.xyo.boundwitness" & {
336
336
  readonly __schema: true;
337
337
  };
338
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
338
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
339
339
  readonly __hex: true;
340
340
  } & {
341
341
  readonly __address: true;
@@ -348,7 +348,7 @@ export declare const toBlockBoundWitnessWithHashMeta: {
348
348
  _dataHash: import("@xylabs/sdk-js").BrandedHash;
349
349
  protocol?: number | undefined;
350
350
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
351
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
351
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
352
352
  readonly __hex: true;
353
353
  } & {
354
354
  readonly __address: true;
@@ -371,7 +371,7 @@ export declare const BlockBoundWitnessWithStorageMetaZod: z.ZodMiniObject<{
371
371
  readonly __hex: true;
372
372
  } & {
373
373
  readonly __address: true;
374
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
374
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
375
375
  payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
376
376
  payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
377
377
  previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
@@ -379,7 +379,7 @@ export declare const BlockBoundWitnessWithStorageMetaZod: z.ZodMiniObject<{
379
379
  readonly __hex: true;
380
380
  } & {
381
381
  readonly __address: true;
382
- }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
382
+ }, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
383
383
  $sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
384
384
  $signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>, z.ZodMiniNull]>>;
385
385
  _hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
@@ -398,7 +398,7 @@ export declare const isBlockBoundWitnessWithStorageMeta: <T>(value: T) => value
398
398
  schema: "network.xyo.boundwitness" & {
399
399
  readonly __schema: true;
400
400
  };
401
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
401
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
402
402
  readonly __hex: true;
403
403
  } & {
404
404
  readonly __address: true;
@@ -412,7 +412,7 @@ export declare const isBlockBoundWitnessWithStorageMeta: <T>(value: T) => value
412
412
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
413
413
  protocol?: number | undefined;
414
414
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
415
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
415
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
416
416
  readonly __hex: true;
417
417
  } & {
418
418
  readonly __address: true;
@@ -429,7 +429,7 @@ export declare const asBlockBoundWitnessWithStorageMeta: {
429
429
  schema: "network.xyo.boundwitness" & {
430
430
  readonly __schema: true;
431
431
  };
432
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
432
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
433
433
  readonly __hex: true;
434
434
  } & {
435
435
  readonly __address: true;
@@ -443,7 +443,7 @@ export declare const asBlockBoundWitnessWithStorageMeta: {
443
443
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
444
444
  protocol?: number | undefined;
445
445
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
446
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
446
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
447
447
  readonly __hex: true;
448
448
  } & {
449
449
  readonly __address: true;
@@ -458,7 +458,7 @@ export declare const asBlockBoundWitnessWithStorageMeta: {
458
458
  schema: "network.xyo.boundwitness" & {
459
459
  readonly __schema: true;
460
460
  };
461
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
461
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
462
462
  readonly __hex: true;
463
463
  } & {
464
464
  readonly __address: true;
@@ -472,7 +472,7 @@ export declare const asBlockBoundWitnessWithStorageMeta: {
472
472
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
473
473
  protocol?: number | undefined;
474
474
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
475
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
475
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
476
476
  readonly __hex: true;
477
477
  } & {
478
478
  readonly __address: true;
@@ -490,7 +490,7 @@ export declare const toBlockBoundWitnessWithStorageMeta: {
490
490
  schema: "network.xyo.boundwitness" & {
491
491
  readonly __schema: true;
492
492
  };
493
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
493
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
494
494
  readonly __hex: true;
495
495
  } & {
496
496
  readonly __address: true;
@@ -504,7 +504,7 @@ export declare const toBlockBoundWitnessWithStorageMeta: {
504
504
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
505
505
  protocol?: number | undefined;
506
506
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
507
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
507
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
508
508
  readonly __hex: true;
509
509
  } & {
510
510
  readonly __address: true;
@@ -519,7 +519,7 @@ export declare const toBlockBoundWitnessWithStorageMeta: {
519
519
  schema: "network.xyo.boundwitness" & {
520
520
  readonly __schema: true;
521
521
  };
522
- addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
522
+ addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
523
523
  readonly __hex: true;
524
524
  } & {
525
525
  readonly __address: true;
@@ -533,7 +533,7 @@ export declare const toBlockBoundWitnessWithStorageMeta: {
533
533
  _sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
534
534
  protocol?: number | undefined;
535
535
  step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
536
- $destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
536
+ $destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
537
537
  readonly __hex: true;
538
538
  } & {
539
539
  readonly __address: true;