@xyo-network/xl1-protocol-model 2.0.6 → 2.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/neutral/block/BlockBoundWitness.d.ts +39 -111
- package/dist/neutral/block/BlockBoundWitness.d.ts.map +1 -1
- package/dist/neutral/block/HydratedBlock.d.ts +97 -273
- package/dist/neutral/block/HydratedBlock.d.ts.map +1 -1
- package/dist/neutral/block/signed/SignedBlockBoundWitness.d.ts +13 -37
- package/dist/neutral/block/signed/SignedBlockBoundWitness.d.ts.map +1 -1
- package/dist/neutral/block/signed/SignedBlockBoundWitnessWithHashMeta.d.ts +22 -62
- package/dist/neutral/block/signed/SignedBlockBoundWitnessWithHashMeta.d.ts.map +1 -1
- package/dist/neutral/block/signed/SignedBlockBoundWitnessWithStorageMeta.d.ts +26 -74
- package/dist/neutral/block/signed/SignedBlockBoundWitnessWithStorageMeta.d.ts.map +1 -1
- package/dist/neutral/block/unsigned/UnsignedBlockBoundWitness.d.ts +13 -37
- package/dist/neutral/block/unsigned/UnsignedBlockBoundWitness.d.ts.map +1 -1
- package/dist/neutral/model/AccountBalance.d.ts +6 -14
- package/dist/neutral/model/AccountBalance.d.ts.map +1 -1
- package/dist/neutral/model/Context/ChainContext.zod.d.ts +9 -21
- package/dist/neutral/model/Context/ChainContext.zod.d.ts.map +1 -1
- package/dist/neutral/model/Context/HeadContext.zod.d.ts +6 -14
- package/dist/neutral/model/Context/HeadContext.zod.d.ts.map +1 -1
- package/dist/neutral/model/HydratedTransaction.d.ts +117 -333
- package/dist/neutral/model/HydratedTransaction.d.ts.map +1 -1
- package/dist/neutral/model/SyncStepSummary.d.ts +13 -37
- package/dist/neutral/model/SyncStepSummary.d.ts.map +1 -1
- package/dist/neutral/rejection/BlockRejectionPayload.d.ts +10 -26
- package/dist/neutral/rejection/BlockRejectionPayload.d.ts.map +1 -1
- package/dist/neutral/rejection/TransactionRejectionPayload.d.ts +10 -26
- package/dist/neutral/rejection/TransactionRejectionPayload.d.ts.map +1 -1
- package/dist/neutral/transaction/TransactionBoundWitness.d.ts +117 -333
- package/dist/neutral/transaction/TransactionBoundWitness.d.ts.map +1 -1
- package/package.json +11 -17
|
@@ -8,19 +8,15 @@ 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<
|
|
12
|
-
readonly __hex: true;
|
|
13
|
-
} & {
|
|
14
|
-
readonly __address: true;
|
|
15
|
-
}, string>>]>>;
|
|
11
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
|
|
16
12
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
17
13
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
18
14
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
19
|
-
$destination: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
15
|
+
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
20
16
|
readonly __hex: true;
|
|
21
17
|
} & {
|
|
22
18
|
readonly __address: true;
|
|
23
|
-
}, string
|
|
19
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
|
|
24
20
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
25
21
|
$signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>, z.ZodMiniNull]>>;
|
|
26
22
|
nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
@@ -52,11 +48,7 @@ export declare const isHydratedTransaction: <T>(value: T) => value is T & [{
|
|
|
52
48
|
readonly __hex: true;
|
|
53
49
|
} & {
|
|
54
50
|
readonly __address: true;
|
|
55
|
-
}) | (
|
|
56
|
-
readonly __hex: true;
|
|
57
|
-
} & {
|
|
58
|
-
readonly __address: true;
|
|
59
|
-
}))[];
|
|
51
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
60
52
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
61
53
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
62
54
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -75,7 +67,7 @@ export declare const isHydratedTransaction: <T>(value: T) => value is T & [{
|
|
|
75
67
|
} & {
|
|
76
68
|
readonly __address: true;
|
|
77
69
|
};
|
|
78
|
-
$destination?: (Lowercase<string> & {
|
|
70
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
79
71
|
readonly __hex: true;
|
|
80
72
|
} & {
|
|
81
73
|
readonly __address: true;
|
|
@@ -95,11 +87,7 @@ export declare const asHydratedTransaction: {
|
|
|
95
87
|
readonly __hex: true;
|
|
96
88
|
} & {
|
|
97
89
|
readonly __address: true;
|
|
98
|
-
}) | (
|
|
99
|
-
readonly __hex: true;
|
|
100
|
-
} & {
|
|
101
|
-
readonly __address: true;
|
|
102
|
-
}))[];
|
|
90
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
103
91
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
104
92
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
105
93
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -118,7 +106,7 @@ export declare const asHydratedTransaction: {
|
|
|
118
106
|
} & {
|
|
119
107
|
readonly __address: true;
|
|
120
108
|
};
|
|
121
|
-
$destination?: (Lowercase<string> & {
|
|
109
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
122
110
|
readonly __hex: true;
|
|
123
111
|
} & {
|
|
124
112
|
readonly __address: true;
|
|
@@ -136,11 +124,7 @@ export declare const asHydratedTransaction: {
|
|
|
136
124
|
readonly __hex: true;
|
|
137
125
|
} & {
|
|
138
126
|
readonly __address: true;
|
|
139
|
-
}) | (
|
|
140
|
-
readonly __hex: true;
|
|
141
|
-
} & {
|
|
142
|
-
readonly __address: true;
|
|
143
|
-
}))[];
|
|
127
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
144
128
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
145
129
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
146
130
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -159,7 +143,7 @@ export declare const asHydratedTransaction: {
|
|
|
159
143
|
} & {
|
|
160
144
|
readonly __address: true;
|
|
161
145
|
};
|
|
162
|
-
$destination?: (Lowercase<string> & {
|
|
146
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
163
147
|
readonly __hex: true;
|
|
164
148
|
} & {
|
|
165
149
|
readonly __address: true;
|
|
@@ -180,11 +164,7 @@ export declare const toHydratedTransaction: {
|
|
|
180
164
|
readonly __hex: true;
|
|
181
165
|
} & {
|
|
182
166
|
readonly __address: true;
|
|
183
|
-
}) | (
|
|
184
|
-
readonly __hex: true;
|
|
185
|
-
} & {
|
|
186
|
-
readonly __address: true;
|
|
187
|
-
}))[];
|
|
167
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
188
168
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
189
169
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
190
170
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -203,7 +183,7 @@ export declare const toHydratedTransaction: {
|
|
|
203
183
|
} & {
|
|
204
184
|
readonly __address: true;
|
|
205
185
|
};
|
|
206
|
-
$destination?: (Lowercase<string> & {
|
|
186
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
207
187
|
readonly __hex: true;
|
|
208
188
|
} & {
|
|
209
189
|
readonly __address: true;
|
|
@@ -221,11 +201,7 @@ export declare const toHydratedTransaction: {
|
|
|
221
201
|
readonly __hex: true;
|
|
222
202
|
} & {
|
|
223
203
|
readonly __address: true;
|
|
224
|
-
}) | (
|
|
225
|
-
readonly __hex: true;
|
|
226
|
-
} & {
|
|
227
|
-
readonly __address: true;
|
|
228
|
-
}))[];
|
|
204
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
229
205
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
230
206
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
231
207
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -244,7 +220,7 @@ export declare const toHydratedTransaction: {
|
|
|
244
220
|
} & {
|
|
245
221
|
readonly __address: true;
|
|
246
222
|
};
|
|
247
|
-
$destination?: (Lowercase<string> & {
|
|
223
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
248
224
|
readonly __hex: true;
|
|
249
225
|
} & {
|
|
250
226
|
readonly __address: true;
|
|
@@ -264,19 +240,15 @@ export declare const HydratedTransactionWithHashMetaZod: z.ZodMiniTuple<readonly
|
|
|
264
240
|
readonly __hex: true;
|
|
265
241
|
} & {
|
|
266
242
|
readonly __address: true;
|
|
267
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<
|
|
268
|
-
readonly __hex: true;
|
|
269
|
-
} & {
|
|
270
|
-
readonly __address: true;
|
|
271
|
-
}, string>>]>>;
|
|
243
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
|
|
272
244
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
273
245
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
274
246
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
275
|
-
$destination: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
247
|
+
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
276
248
|
readonly __hex: true;
|
|
277
249
|
} & {
|
|
278
250
|
readonly __address: true;
|
|
279
|
-
}, string
|
|
251
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
|
|
280
252
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
281
253
|
$signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>, z.ZodMiniNull]>>;
|
|
282
254
|
nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
@@ -312,11 +284,7 @@ export declare const isHydratedTransactionWithHashMeta: <T>(value: T) => value i
|
|
|
312
284
|
readonly __hex: true;
|
|
313
285
|
} & {
|
|
314
286
|
readonly __address: true;
|
|
315
|
-
}) | (
|
|
316
|
-
readonly __hex: true;
|
|
317
|
-
} & {
|
|
318
|
-
readonly __address: true;
|
|
319
|
-
}))[];
|
|
287
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
320
288
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
321
289
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
322
290
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -337,7 +305,7 @@ export declare const isHydratedTransactionWithHashMeta: <T>(value: T) => value i
|
|
|
337
305
|
};
|
|
338
306
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
339
307
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
340
|
-
$destination?: (Lowercase<string> & {
|
|
308
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
341
309
|
readonly __hex: true;
|
|
342
310
|
} & {
|
|
343
311
|
readonly __address: true;
|
|
@@ -360,11 +328,7 @@ export declare const asHydratedTransactionWithHashMeta: {
|
|
|
360
328
|
readonly __hex: true;
|
|
361
329
|
} & {
|
|
362
330
|
readonly __address: true;
|
|
363
|
-
}) | (
|
|
364
|
-
readonly __hex: true;
|
|
365
|
-
} & {
|
|
366
|
-
readonly __address: true;
|
|
367
|
-
}))[];
|
|
331
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
368
332
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
369
333
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
370
334
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -385,7 +349,7 @@ export declare const asHydratedTransactionWithHashMeta: {
|
|
|
385
349
|
};
|
|
386
350
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
387
351
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
388
|
-
$destination?: (Lowercase<string> & {
|
|
352
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
389
353
|
readonly __hex: true;
|
|
390
354
|
} & {
|
|
391
355
|
readonly __address: true;
|
|
@@ -406,11 +370,7 @@ export declare const asHydratedTransactionWithHashMeta: {
|
|
|
406
370
|
readonly __hex: true;
|
|
407
371
|
} & {
|
|
408
372
|
readonly __address: true;
|
|
409
|
-
}) | (
|
|
410
|
-
readonly __hex: true;
|
|
411
|
-
} & {
|
|
412
|
-
readonly __address: true;
|
|
413
|
-
}))[];
|
|
373
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
414
374
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
415
375
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
416
376
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -431,7 +391,7 @@ export declare const asHydratedTransactionWithHashMeta: {
|
|
|
431
391
|
};
|
|
432
392
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
433
393
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
434
|
-
$destination?: (Lowercase<string> & {
|
|
394
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
435
395
|
readonly __hex: true;
|
|
436
396
|
} & {
|
|
437
397
|
readonly __address: true;
|
|
@@ -455,11 +415,7 @@ export declare const toHydratedTransactionWithHashMeta: {
|
|
|
455
415
|
readonly __hex: true;
|
|
456
416
|
} & {
|
|
457
417
|
readonly __address: true;
|
|
458
|
-
}) | (
|
|
459
|
-
readonly __hex: true;
|
|
460
|
-
} & {
|
|
461
|
-
readonly __address: true;
|
|
462
|
-
}))[];
|
|
418
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
463
419
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
464
420
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
465
421
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -480,7 +436,7 @@ export declare const toHydratedTransactionWithHashMeta: {
|
|
|
480
436
|
};
|
|
481
437
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
482
438
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
483
|
-
$destination?: (Lowercase<string> & {
|
|
439
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
484
440
|
readonly __hex: true;
|
|
485
441
|
} & {
|
|
486
442
|
readonly __address: true;
|
|
@@ -501,11 +457,7 @@ export declare const toHydratedTransactionWithHashMeta: {
|
|
|
501
457
|
readonly __hex: true;
|
|
502
458
|
} & {
|
|
503
459
|
readonly __address: true;
|
|
504
|
-
}) | (
|
|
505
|
-
readonly __hex: true;
|
|
506
|
-
} & {
|
|
507
|
-
readonly __address: true;
|
|
508
|
-
}))[];
|
|
460
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
509
461
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
510
462
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
511
463
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -526,7 +478,7 @@ export declare const toHydratedTransactionWithHashMeta: {
|
|
|
526
478
|
};
|
|
527
479
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
528
480
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
529
|
-
$destination?: (Lowercase<string> & {
|
|
481
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
530
482
|
readonly __hex: true;
|
|
531
483
|
} & {
|
|
532
484
|
readonly __address: true;
|
|
@@ -549,19 +501,15 @@ export declare const HydratedTransactionWithStorageMetaZod: z.ZodMiniTuple<reado
|
|
|
549
501
|
readonly __hex: true;
|
|
550
502
|
} & {
|
|
551
503
|
readonly __address: true;
|
|
552
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<
|
|
553
|
-
readonly __hex: true;
|
|
554
|
-
} & {
|
|
555
|
-
readonly __address: true;
|
|
556
|
-
}, string>>]>>;
|
|
504
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
|
|
557
505
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
558
506
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
559
507
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
560
|
-
$destination: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
508
|
+
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
561
509
|
readonly __hex: true;
|
|
562
510
|
} & {
|
|
563
511
|
readonly __address: true;
|
|
564
|
-
}, string
|
|
512
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
|
|
565
513
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
566
514
|
$signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>, z.ZodMiniNull]>>;
|
|
567
515
|
nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
@@ -599,11 +547,7 @@ export declare const isHydratedTransactionWithStorageMeta: <T>(value: T) => valu
|
|
|
599
547
|
readonly __hex: true;
|
|
600
548
|
} & {
|
|
601
549
|
readonly __address: true;
|
|
602
|
-
}) | (
|
|
603
|
-
readonly __hex: true;
|
|
604
|
-
} & {
|
|
605
|
-
readonly __address: true;
|
|
606
|
-
}))[];
|
|
550
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
607
551
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
608
552
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
609
553
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -625,7 +569,7 @@ export declare const isHydratedTransactionWithStorageMeta: <T>(value: T) => valu
|
|
|
625
569
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
626
570
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
627
571
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
628
|
-
$destination?: (Lowercase<string> & {
|
|
572
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
629
573
|
readonly __hex: true;
|
|
630
574
|
} & {
|
|
631
575
|
readonly __address: true;
|
|
@@ -649,11 +593,7 @@ export declare const asHydratedTransactionWithStorageMeta: {
|
|
|
649
593
|
readonly __hex: true;
|
|
650
594
|
} & {
|
|
651
595
|
readonly __address: true;
|
|
652
|
-
}) | (
|
|
653
|
-
readonly __hex: true;
|
|
654
|
-
} & {
|
|
655
|
-
readonly __address: true;
|
|
656
|
-
}))[];
|
|
596
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
657
597
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
658
598
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
659
599
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -675,7 +615,7 @@ export declare const asHydratedTransactionWithStorageMeta: {
|
|
|
675
615
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
676
616
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
677
617
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
678
|
-
$destination?: (Lowercase<string> & {
|
|
618
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
679
619
|
readonly __hex: true;
|
|
680
620
|
} & {
|
|
681
621
|
readonly __address: true;
|
|
@@ -697,11 +637,7 @@ export declare const asHydratedTransactionWithStorageMeta: {
|
|
|
697
637
|
readonly __hex: true;
|
|
698
638
|
} & {
|
|
699
639
|
readonly __address: true;
|
|
700
|
-
}) | (
|
|
701
|
-
readonly __hex: true;
|
|
702
|
-
} & {
|
|
703
|
-
readonly __address: true;
|
|
704
|
-
}))[];
|
|
640
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
705
641
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
706
642
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
707
643
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -723,7 +659,7 @@ export declare const asHydratedTransactionWithStorageMeta: {
|
|
|
723
659
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
724
660
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
725
661
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
726
|
-
$destination?: (Lowercase<string> & {
|
|
662
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
727
663
|
readonly __hex: true;
|
|
728
664
|
} & {
|
|
729
665
|
readonly __address: true;
|
|
@@ -748,11 +684,7 @@ export declare const toHydratedTransactionWithStorageMeta: {
|
|
|
748
684
|
readonly __hex: true;
|
|
749
685
|
} & {
|
|
750
686
|
readonly __address: true;
|
|
751
|
-
}) | (
|
|
752
|
-
readonly __hex: true;
|
|
753
|
-
} & {
|
|
754
|
-
readonly __address: true;
|
|
755
|
-
}))[];
|
|
687
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
756
688
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
757
689
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
758
690
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -774,7 +706,7 @@ export declare const toHydratedTransactionWithStorageMeta: {
|
|
|
774
706
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
775
707
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
776
708
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
777
|
-
$destination?: (Lowercase<string> & {
|
|
709
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
778
710
|
readonly __hex: true;
|
|
779
711
|
} & {
|
|
780
712
|
readonly __address: true;
|
|
@@ -796,11 +728,7 @@ export declare const toHydratedTransactionWithStorageMeta: {
|
|
|
796
728
|
readonly __hex: true;
|
|
797
729
|
} & {
|
|
798
730
|
readonly __address: true;
|
|
799
|
-
}) | (
|
|
800
|
-
readonly __hex: true;
|
|
801
|
-
} & {
|
|
802
|
-
readonly __address: true;
|
|
803
|
-
}))[];
|
|
731
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
804
732
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
805
733
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
806
734
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -822,7 +750,7 @@ export declare const toHydratedTransactionWithStorageMeta: {
|
|
|
822
750
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
823
751
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
824
752
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
825
|
-
$destination?: (Lowercase<string> & {
|
|
753
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
826
754
|
readonly __hex: true;
|
|
827
755
|
} & {
|
|
828
756
|
readonly __address: true;
|
|
@@ -846,19 +774,15 @@ export declare const UnsignedHydratedTransactionZod: z.ZodMiniTuple<readonly [z.
|
|
|
846
774
|
readonly __hex: true;
|
|
847
775
|
} & {
|
|
848
776
|
readonly __address: true;
|
|
849
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<
|
|
850
|
-
readonly __hex: true;
|
|
851
|
-
} & {
|
|
852
|
-
readonly __address: true;
|
|
853
|
-
}, string>>]>>;
|
|
777
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
|
|
854
778
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
855
779
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
856
780
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
857
|
-
$destination: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
781
|
+
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
858
782
|
readonly __hex: true;
|
|
859
783
|
} & {
|
|
860
784
|
readonly __address: true;
|
|
861
|
-
}, string
|
|
785
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
|
|
862
786
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
863
787
|
$signatures: z.ZodMiniArray<z.ZodMiniNull>;
|
|
864
788
|
nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
@@ -886,11 +810,7 @@ export declare const isUnsignedHydratedTransaction: <T>(value: T) => value is T
|
|
|
886
810
|
schema: "network.xyo.boundwitness" & {
|
|
887
811
|
readonly __schema: true;
|
|
888
812
|
};
|
|
889
|
-
addresses: ((Lowercase<string> & {
|
|
890
|
-
readonly __hex: true;
|
|
891
|
-
} & {
|
|
892
|
-
readonly __address: true;
|
|
893
|
-
}) | (Lowercase<string> & {
|
|
813
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
894
814
|
readonly __hex: true;
|
|
895
815
|
} & {
|
|
896
816
|
readonly __address: true;
|
|
@@ -913,7 +833,7 @@ export declare const isUnsignedHydratedTransaction: <T>(value: T) => value is T
|
|
|
913
833
|
} & {
|
|
914
834
|
readonly __address: true;
|
|
915
835
|
};
|
|
916
|
-
$destination?: (Lowercase<string> & {
|
|
836
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
917
837
|
readonly __hex: true;
|
|
918
838
|
} & {
|
|
919
839
|
readonly __address: true;
|
|
@@ -929,11 +849,7 @@ export declare const asUnsignedHydratedTransaction: {
|
|
|
929
849
|
schema: "network.xyo.boundwitness" & {
|
|
930
850
|
readonly __schema: true;
|
|
931
851
|
};
|
|
932
|
-
addresses: ((Lowercase<string> & {
|
|
933
|
-
readonly __hex: true;
|
|
934
|
-
} & {
|
|
935
|
-
readonly __address: true;
|
|
936
|
-
}) | (Lowercase<string> & {
|
|
852
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
937
853
|
readonly __hex: true;
|
|
938
854
|
} & {
|
|
939
855
|
readonly __address: true;
|
|
@@ -956,7 +872,7 @@ export declare const asUnsignedHydratedTransaction: {
|
|
|
956
872
|
} & {
|
|
957
873
|
readonly __address: true;
|
|
958
874
|
};
|
|
959
|
-
$destination?: (Lowercase<string> & {
|
|
875
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
960
876
|
readonly __hex: true;
|
|
961
877
|
} & {
|
|
962
878
|
readonly __address: true;
|
|
@@ -970,11 +886,7 @@ export declare const asUnsignedHydratedTransaction: {
|
|
|
970
886
|
schema: "network.xyo.boundwitness" & {
|
|
971
887
|
readonly __schema: true;
|
|
972
888
|
};
|
|
973
|
-
addresses: ((Lowercase<string> & {
|
|
974
|
-
readonly __hex: true;
|
|
975
|
-
} & {
|
|
976
|
-
readonly __address: true;
|
|
977
|
-
}) | (Lowercase<string> & {
|
|
889
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
978
890
|
readonly __hex: true;
|
|
979
891
|
} & {
|
|
980
892
|
readonly __address: true;
|
|
@@ -997,7 +909,7 @@ export declare const asUnsignedHydratedTransaction: {
|
|
|
997
909
|
} & {
|
|
998
910
|
readonly __address: true;
|
|
999
911
|
};
|
|
1000
|
-
$destination?: (Lowercase<string> & {
|
|
912
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1001
913
|
readonly __hex: true;
|
|
1002
914
|
} & {
|
|
1003
915
|
readonly __address: true;
|
|
@@ -1014,11 +926,7 @@ export declare const toUnsignedHydratedTransaction: {
|
|
|
1014
926
|
schema: "network.xyo.boundwitness" & {
|
|
1015
927
|
readonly __schema: true;
|
|
1016
928
|
};
|
|
1017
|
-
addresses: ((Lowercase<string> & {
|
|
1018
|
-
readonly __hex: true;
|
|
1019
|
-
} & {
|
|
1020
|
-
readonly __address: true;
|
|
1021
|
-
}) | (Lowercase<string> & {
|
|
929
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1022
930
|
readonly __hex: true;
|
|
1023
931
|
} & {
|
|
1024
932
|
readonly __address: true;
|
|
@@ -1041,7 +949,7 @@ export declare const toUnsignedHydratedTransaction: {
|
|
|
1041
949
|
} & {
|
|
1042
950
|
readonly __address: true;
|
|
1043
951
|
};
|
|
1044
|
-
$destination?: (Lowercase<string> & {
|
|
952
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1045
953
|
readonly __hex: true;
|
|
1046
954
|
} & {
|
|
1047
955
|
readonly __address: true;
|
|
@@ -1055,11 +963,7 @@ export declare const toUnsignedHydratedTransaction: {
|
|
|
1055
963
|
schema: "network.xyo.boundwitness" & {
|
|
1056
964
|
readonly __schema: true;
|
|
1057
965
|
};
|
|
1058
|
-
addresses: ((Lowercase<string> & {
|
|
1059
|
-
readonly __hex: true;
|
|
1060
|
-
} & {
|
|
1061
|
-
readonly __address: true;
|
|
1062
|
-
}) | (Lowercase<string> & {
|
|
966
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1063
967
|
readonly __hex: true;
|
|
1064
968
|
} & {
|
|
1065
969
|
readonly __address: true;
|
|
@@ -1082,7 +986,7 @@ export declare const toUnsignedHydratedTransaction: {
|
|
|
1082
986
|
} & {
|
|
1083
987
|
readonly __address: true;
|
|
1084
988
|
};
|
|
1085
|
-
$destination?: (Lowercase<string> & {
|
|
989
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1086
990
|
readonly __hex: true;
|
|
1087
991
|
} & {
|
|
1088
992
|
readonly __address: true;
|
|
@@ -1102,19 +1006,15 @@ export declare const UnsignedHydratedTransactionWithHashMetaZod: z.ZodMiniTuple<
|
|
|
1102
1006
|
readonly __hex: true;
|
|
1103
1007
|
} & {
|
|
1104
1008
|
readonly __address: true;
|
|
1105
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<
|
|
1106
|
-
readonly __hex: true;
|
|
1107
|
-
} & {
|
|
1108
|
-
readonly __address: true;
|
|
1109
|
-
}, string>>]>>;
|
|
1009
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
|
|
1110
1010
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1111
1011
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
1112
1012
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
1113
|
-
$destination: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1013
|
+
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1114
1014
|
readonly __hex: true;
|
|
1115
1015
|
} & {
|
|
1116
1016
|
readonly __address: true;
|
|
1117
|
-
}, string
|
|
1017
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
|
|
1118
1018
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1119
1019
|
$signatures: z.ZodMiniArray<z.ZodMiniNull>;
|
|
1120
1020
|
nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
@@ -1146,11 +1046,7 @@ export declare const isUnsignedHydratedTransactionWithHashMeta: <T>(value: T) =>
|
|
|
1146
1046
|
schema: "network.xyo.boundwitness" & {
|
|
1147
1047
|
readonly __schema: true;
|
|
1148
1048
|
};
|
|
1149
|
-
addresses: ((Lowercase<string> & {
|
|
1150
|
-
readonly __hex: true;
|
|
1151
|
-
} & {
|
|
1152
|
-
readonly __address: true;
|
|
1153
|
-
}) | (Lowercase<string> & {
|
|
1049
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1154
1050
|
readonly __hex: true;
|
|
1155
1051
|
} & {
|
|
1156
1052
|
readonly __address: true;
|
|
@@ -1175,7 +1071,7 @@ export declare const isUnsignedHydratedTransactionWithHashMeta: <T>(value: T) =>
|
|
|
1175
1071
|
};
|
|
1176
1072
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1177
1073
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1178
|
-
$destination?: (Lowercase<string> & {
|
|
1074
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1179
1075
|
readonly __hex: true;
|
|
1180
1076
|
} & {
|
|
1181
1077
|
readonly __address: true;
|
|
@@ -1194,11 +1090,7 @@ export declare const asUnsignedHydratedTransactionWithHashMeta: {
|
|
|
1194
1090
|
schema: "network.xyo.boundwitness" & {
|
|
1195
1091
|
readonly __schema: true;
|
|
1196
1092
|
};
|
|
1197
|
-
addresses: ((Lowercase<string> & {
|
|
1198
|
-
readonly __hex: true;
|
|
1199
|
-
} & {
|
|
1200
|
-
readonly __address: true;
|
|
1201
|
-
}) | (Lowercase<string> & {
|
|
1093
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1202
1094
|
readonly __hex: true;
|
|
1203
1095
|
} & {
|
|
1204
1096
|
readonly __address: true;
|
|
@@ -1223,7 +1115,7 @@ export declare const asUnsignedHydratedTransactionWithHashMeta: {
|
|
|
1223
1115
|
};
|
|
1224
1116
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1225
1117
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1226
|
-
$destination?: (Lowercase<string> & {
|
|
1118
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1227
1119
|
readonly __hex: true;
|
|
1228
1120
|
} & {
|
|
1229
1121
|
readonly __address: true;
|
|
@@ -1240,11 +1132,7 @@ export declare const asUnsignedHydratedTransactionWithHashMeta: {
|
|
|
1240
1132
|
schema: "network.xyo.boundwitness" & {
|
|
1241
1133
|
readonly __schema: true;
|
|
1242
1134
|
};
|
|
1243
|
-
addresses: ((Lowercase<string> & {
|
|
1244
|
-
readonly __hex: true;
|
|
1245
|
-
} & {
|
|
1246
|
-
readonly __address: true;
|
|
1247
|
-
}) | (Lowercase<string> & {
|
|
1135
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1248
1136
|
readonly __hex: true;
|
|
1249
1137
|
} & {
|
|
1250
1138
|
readonly __address: true;
|
|
@@ -1269,7 +1157,7 @@ export declare const asUnsignedHydratedTransactionWithHashMeta: {
|
|
|
1269
1157
|
};
|
|
1270
1158
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1271
1159
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1272
|
-
$destination?: (Lowercase<string> & {
|
|
1160
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1273
1161
|
readonly __hex: true;
|
|
1274
1162
|
} & {
|
|
1275
1163
|
readonly __address: true;
|
|
@@ -1289,11 +1177,7 @@ export declare const toUnsignedHydratedTransactionWithHashMeta: {
|
|
|
1289
1177
|
schema: "network.xyo.boundwitness" & {
|
|
1290
1178
|
readonly __schema: true;
|
|
1291
1179
|
};
|
|
1292
|
-
addresses: ((Lowercase<string> & {
|
|
1293
|
-
readonly __hex: true;
|
|
1294
|
-
} & {
|
|
1295
|
-
readonly __address: true;
|
|
1296
|
-
}) | (Lowercase<string> & {
|
|
1180
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1297
1181
|
readonly __hex: true;
|
|
1298
1182
|
} & {
|
|
1299
1183
|
readonly __address: true;
|
|
@@ -1318,7 +1202,7 @@ export declare const toUnsignedHydratedTransactionWithHashMeta: {
|
|
|
1318
1202
|
};
|
|
1319
1203
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1320
1204
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1321
|
-
$destination?: (Lowercase<string> & {
|
|
1205
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1322
1206
|
readonly __hex: true;
|
|
1323
1207
|
} & {
|
|
1324
1208
|
readonly __address: true;
|
|
@@ -1335,11 +1219,7 @@ export declare const toUnsignedHydratedTransactionWithHashMeta: {
|
|
|
1335
1219
|
schema: "network.xyo.boundwitness" & {
|
|
1336
1220
|
readonly __schema: true;
|
|
1337
1221
|
};
|
|
1338
|
-
addresses: ((Lowercase<string> & {
|
|
1339
|
-
readonly __hex: true;
|
|
1340
|
-
} & {
|
|
1341
|
-
readonly __address: true;
|
|
1342
|
-
}) | (Lowercase<string> & {
|
|
1222
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1343
1223
|
readonly __hex: true;
|
|
1344
1224
|
} & {
|
|
1345
1225
|
readonly __address: true;
|
|
@@ -1364,7 +1244,7 @@ export declare const toUnsignedHydratedTransactionWithHashMeta: {
|
|
|
1364
1244
|
};
|
|
1365
1245
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1366
1246
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1367
|
-
$destination?: (Lowercase<string> & {
|
|
1247
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1368
1248
|
readonly __hex: true;
|
|
1369
1249
|
} & {
|
|
1370
1250
|
readonly __address: true;
|
|
@@ -1387,19 +1267,15 @@ export declare const UnsignedHydratedTransactionWithStorageMetaZod: z.ZodMiniTup
|
|
|
1387
1267
|
readonly __hex: true;
|
|
1388
1268
|
} & {
|
|
1389
1269
|
readonly __address: true;
|
|
1390
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<
|
|
1391
|
-
readonly __hex: true;
|
|
1392
|
-
} & {
|
|
1393
|
-
readonly __address: true;
|
|
1394
|
-
}, string>>]>>;
|
|
1270
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
|
|
1395
1271
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1396
1272
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
1397
1273
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
1398
|
-
$destination: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1274
|
+
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1399
1275
|
readonly __hex: true;
|
|
1400
1276
|
} & {
|
|
1401
1277
|
readonly __address: true;
|
|
1402
|
-
}, string
|
|
1278
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
|
|
1403
1279
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1404
1280
|
$signatures: z.ZodMiniArray<z.ZodMiniNull>;
|
|
1405
1281
|
nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
@@ -1433,11 +1309,7 @@ export declare const isUnsignedHydratedTransactionWithStorageMeta: <T>(value: T)
|
|
|
1433
1309
|
schema: "network.xyo.boundwitness" & {
|
|
1434
1310
|
readonly __schema: true;
|
|
1435
1311
|
};
|
|
1436
|
-
addresses: ((Lowercase<string> & {
|
|
1437
|
-
readonly __hex: true;
|
|
1438
|
-
} & {
|
|
1439
|
-
readonly __address: true;
|
|
1440
|
-
}) | (Lowercase<string> & {
|
|
1312
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1441
1313
|
readonly __hex: true;
|
|
1442
1314
|
} & {
|
|
1443
1315
|
readonly __address: true;
|
|
@@ -1463,7 +1335,7 @@ export declare const isUnsignedHydratedTransactionWithStorageMeta: <T>(value: T)
|
|
|
1463
1335
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1464
1336
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1465
1337
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1466
|
-
$destination?: (Lowercase<string> & {
|
|
1338
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1467
1339
|
readonly __hex: true;
|
|
1468
1340
|
} & {
|
|
1469
1341
|
readonly __address: true;
|
|
@@ -1483,11 +1355,7 @@ export declare const asUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1483
1355
|
schema: "network.xyo.boundwitness" & {
|
|
1484
1356
|
readonly __schema: true;
|
|
1485
1357
|
};
|
|
1486
|
-
addresses: ((Lowercase<string> & {
|
|
1487
|
-
readonly __hex: true;
|
|
1488
|
-
} & {
|
|
1489
|
-
readonly __address: true;
|
|
1490
|
-
}) | (Lowercase<string> & {
|
|
1358
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1491
1359
|
readonly __hex: true;
|
|
1492
1360
|
} & {
|
|
1493
1361
|
readonly __address: true;
|
|
@@ -1513,7 +1381,7 @@ export declare const asUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1513
1381
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1514
1382
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1515
1383
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1516
|
-
$destination?: (Lowercase<string> & {
|
|
1384
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1517
1385
|
readonly __hex: true;
|
|
1518
1386
|
} & {
|
|
1519
1387
|
readonly __address: true;
|
|
@@ -1531,11 +1399,7 @@ export declare const asUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1531
1399
|
schema: "network.xyo.boundwitness" & {
|
|
1532
1400
|
readonly __schema: true;
|
|
1533
1401
|
};
|
|
1534
|
-
addresses: ((Lowercase<string> & {
|
|
1535
|
-
readonly __hex: true;
|
|
1536
|
-
} & {
|
|
1537
|
-
readonly __address: true;
|
|
1538
|
-
}) | (Lowercase<string> & {
|
|
1402
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1539
1403
|
readonly __hex: true;
|
|
1540
1404
|
} & {
|
|
1541
1405
|
readonly __address: true;
|
|
@@ -1561,7 +1425,7 @@ export declare const asUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1561
1425
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1562
1426
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1563
1427
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1564
|
-
$destination?: (Lowercase<string> & {
|
|
1428
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1565
1429
|
readonly __hex: true;
|
|
1566
1430
|
} & {
|
|
1567
1431
|
readonly __address: true;
|
|
@@ -1582,11 +1446,7 @@ export declare const toUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1582
1446
|
schema: "network.xyo.boundwitness" & {
|
|
1583
1447
|
readonly __schema: true;
|
|
1584
1448
|
};
|
|
1585
|
-
addresses: ((Lowercase<string> & {
|
|
1586
|
-
readonly __hex: true;
|
|
1587
|
-
} & {
|
|
1588
|
-
readonly __address: true;
|
|
1589
|
-
}) | (Lowercase<string> & {
|
|
1449
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1590
1450
|
readonly __hex: true;
|
|
1591
1451
|
} & {
|
|
1592
1452
|
readonly __address: true;
|
|
@@ -1612,7 +1472,7 @@ export declare const toUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1612
1472
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1613
1473
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1614
1474
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1615
|
-
$destination?: (Lowercase<string> & {
|
|
1475
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1616
1476
|
readonly __hex: true;
|
|
1617
1477
|
} & {
|
|
1618
1478
|
readonly __address: true;
|
|
@@ -1630,11 +1490,7 @@ export declare const toUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1630
1490
|
schema: "network.xyo.boundwitness" & {
|
|
1631
1491
|
readonly __schema: true;
|
|
1632
1492
|
};
|
|
1633
|
-
addresses: ((Lowercase<string> & {
|
|
1634
|
-
readonly __hex: true;
|
|
1635
|
-
} & {
|
|
1636
|
-
readonly __address: true;
|
|
1637
|
-
}) | (Lowercase<string> & {
|
|
1493
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1638
1494
|
readonly __hex: true;
|
|
1639
1495
|
} & {
|
|
1640
1496
|
readonly __address: true;
|
|
@@ -1660,7 +1516,7 @@ export declare const toUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1660
1516
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1661
1517
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1662
1518
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1663
|
-
$destination?: (Lowercase<string> & {
|
|
1519
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1664
1520
|
readonly __hex: true;
|
|
1665
1521
|
} & {
|
|
1666
1522
|
readonly __address: true;
|
|
@@ -1684,19 +1540,15 @@ export declare const SignedHydratedTransactionZod: z.ZodMiniTuple<readonly [z.Zo
|
|
|
1684
1540
|
readonly __hex: true;
|
|
1685
1541
|
} & {
|
|
1686
1542
|
readonly __address: true;
|
|
1687
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<
|
|
1688
|
-
readonly __hex: true;
|
|
1689
|
-
} & {
|
|
1690
|
-
readonly __address: true;
|
|
1691
|
-
}, string>>]>>;
|
|
1543
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
|
|
1692
1544
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1693
1545
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
1694
1546
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
1695
|
-
$destination: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1547
|
+
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1696
1548
|
readonly __hex: true;
|
|
1697
1549
|
} & {
|
|
1698
1550
|
readonly __address: true;
|
|
1699
|
-
}, string
|
|
1551
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
|
|
1700
1552
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1701
1553
|
$signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>>;
|
|
1702
1554
|
nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
@@ -1724,11 +1576,7 @@ export declare const isSignedHydratedTransaction: <T>(value: T) => value is T &
|
|
|
1724
1576
|
schema: "network.xyo.boundwitness" & {
|
|
1725
1577
|
readonly __schema: true;
|
|
1726
1578
|
};
|
|
1727
|
-
addresses: ((Lowercase<string> & {
|
|
1728
|
-
readonly __hex: true;
|
|
1729
|
-
} & {
|
|
1730
|
-
readonly __address: true;
|
|
1731
|
-
}) | (Lowercase<string> & {
|
|
1579
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1732
1580
|
readonly __hex: true;
|
|
1733
1581
|
} & {
|
|
1734
1582
|
readonly __address: true;
|
|
@@ -1751,7 +1599,7 @@ export declare const isSignedHydratedTransaction: <T>(value: T) => value is T &
|
|
|
1751
1599
|
} & {
|
|
1752
1600
|
readonly __address: true;
|
|
1753
1601
|
};
|
|
1754
|
-
$destination?: (Lowercase<string> & {
|
|
1602
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1755
1603
|
readonly __hex: true;
|
|
1756
1604
|
} & {
|
|
1757
1605
|
readonly __address: true;
|
|
@@ -1767,11 +1615,7 @@ export declare const asSignedHydratedTransaction: {
|
|
|
1767
1615
|
schema: "network.xyo.boundwitness" & {
|
|
1768
1616
|
readonly __schema: true;
|
|
1769
1617
|
};
|
|
1770
|
-
addresses: ((Lowercase<string> & {
|
|
1771
|
-
readonly __hex: true;
|
|
1772
|
-
} & {
|
|
1773
|
-
readonly __address: true;
|
|
1774
|
-
}) | (Lowercase<string> & {
|
|
1618
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1775
1619
|
readonly __hex: true;
|
|
1776
1620
|
} & {
|
|
1777
1621
|
readonly __address: true;
|
|
@@ -1794,7 +1638,7 @@ export declare const asSignedHydratedTransaction: {
|
|
|
1794
1638
|
} & {
|
|
1795
1639
|
readonly __address: true;
|
|
1796
1640
|
};
|
|
1797
|
-
$destination?: (Lowercase<string> & {
|
|
1641
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1798
1642
|
readonly __hex: true;
|
|
1799
1643
|
} & {
|
|
1800
1644
|
readonly __address: true;
|
|
@@ -1808,11 +1652,7 @@ export declare const asSignedHydratedTransaction: {
|
|
|
1808
1652
|
schema: "network.xyo.boundwitness" & {
|
|
1809
1653
|
readonly __schema: true;
|
|
1810
1654
|
};
|
|
1811
|
-
addresses: ((Lowercase<string> & {
|
|
1812
|
-
readonly __hex: true;
|
|
1813
|
-
} & {
|
|
1814
|
-
readonly __address: true;
|
|
1815
|
-
}) | (Lowercase<string> & {
|
|
1655
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1816
1656
|
readonly __hex: true;
|
|
1817
1657
|
} & {
|
|
1818
1658
|
readonly __address: true;
|
|
@@ -1835,7 +1675,7 @@ export declare const asSignedHydratedTransaction: {
|
|
|
1835
1675
|
} & {
|
|
1836
1676
|
readonly __address: true;
|
|
1837
1677
|
};
|
|
1838
|
-
$destination?: (Lowercase<string> & {
|
|
1678
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1839
1679
|
readonly __hex: true;
|
|
1840
1680
|
} & {
|
|
1841
1681
|
readonly __address: true;
|
|
@@ -1852,11 +1692,7 @@ export declare const toSignedHydratedTransaction: {
|
|
|
1852
1692
|
schema: "network.xyo.boundwitness" & {
|
|
1853
1693
|
readonly __schema: true;
|
|
1854
1694
|
};
|
|
1855
|
-
addresses: ((Lowercase<string> & {
|
|
1856
|
-
readonly __hex: true;
|
|
1857
|
-
} & {
|
|
1858
|
-
readonly __address: true;
|
|
1859
|
-
}) | (Lowercase<string> & {
|
|
1695
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1860
1696
|
readonly __hex: true;
|
|
1861
1697
|
} & {
|
|
1862
1698
|
readonly __address: true;
|
|
@@ -1879,7 +1715,7 @@ export declare const toSignedHydratedTransaction: {
|
|
|
1879
1715
|
} & {
|
|
1880
1716
|
readonly __address: true;
|
|
1881
1717
|
};
|
|
1882
|
-
$destination?: (Lowercase<string> & {
|
|
1718
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1883
1719
|
readonly __hex: true;
|
|
1884
1720
|
} & {
|
|
1885
1721
|
readonly __address: true;
|
|
@@ -1893,11 +1729,7 @@ export declare const toSignedHydratedTransaction: {
|
|
|
1893
1729
|
schema: "network.xyo.boundwitness" & {
|
|
1894
1730
|
readonly __schema: true;
|
|
1895
1731
|
};
|
|
1896
|
-
addresses: ((Lowercase<string> & {
|
|
1897
|
-
readonly __hex: true;
|
|
1898
|
-
} & {
|
|
1899
|
-
readonly __address: true;
|
|
1900
|
-
}) | (Lowercase<string> & {
|
|
1732
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1901
1733
|
readonly __hex: true;
|
|
1902
1734
|
} & {
|
|
1903
1735
|
readonly __address: true;
|
|
@@ -1920,7 +1752,7 @@ export declare const toSignedHydratedTransaction: {
|
|
|
1920
1752
|
} & {
|
|
1921
1753
|
readonly __address: true;
|
|
1922
1754
|
};
|
|
1923
|
-
$destination?: (Lowercase<string> & {
|
|
1755
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1924
1756
|
readonly __hex: true;
|
|
1925
1757
|
} & {
|
|
1926
1758
|
readonly __address: true;
|
|
@@ -1940,19 +1772,15 @@ export declare const SignedHydratedTransactionWithHashMetaZod: z.ZodMiniTuple<re
|
|
|
1940
1772
|
readonly __hex: true;
|
|
1941
1773
|
} & {
|
|
1942
1774
|
readonly __address: true;
|
|
1943
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<
|
|
1944
|
-
readonly __hex: true;
|
|
1945
|
-
} & {
|
|
1946
|
-
readonly __address: true;
|
|
1947
|
-
}, string>>]>>;
|
|
1775
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
|
|
1948
1776
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1949
1777
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
1950
1778
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
1951
|
-
$destination: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1779
|
+
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1952
1780
|
readonly __hex: true;
|
|
1953
1781
|
} & {
|
|
1954
1782
|
readonly __address: true;
|
|
1955
|
-
}, string
|
|
1783
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
|
|
1956
1784
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1957
1785
|
$signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>>;
|
|
1958
1786
|
nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
@@ -1984,11 +1812,7 @@ export declare const isSignedHydratedTransactionWithHashMeta: <T>(value: T) => v
|
|
|
1984
1812
|
schema: "network.xyo.boundwitness" & {
|
|
1985
1813
|
readonly __schema: true;
|
|
1986
1814
|
};
|
|
1987
|
-
addresses: ((Lowercase<string> & {
|
|
1988
|
-
readonly __hex: true;
|
|
1989
|
-
} & {
|
|
1990
|
-
readonly __address: true;
|
|
1991
|
-
}) | (Lowercase<string> & {
|
|
1815
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1992
1816
|
readonly __hex: true;
|
|
1993
1817
|
} & {
|
|
1994
1818
|
readonly __address: true;
|
|
@@ -2013,7 +1837,7 @@ export declare const isSignedHydratedTransactionWithHashMeta: <T>(value: T) => v
|
|
|
2013
1837
|
};
|
|
2014
1838
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
2015
1839
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
2016
|
-
$destination?: (Lowercase<string> & {
|
|
1840
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2017
1841
|
readonly __hex: true;
|
|
2018
1842
|
} & {
|
|
2019
1843
|
readonly __address: true;
|
|
@@ -2032,11 +1856,7 @@ export declare const asSignedHydratedTransactionWithHashMeta: {
|
|
|
2032
1856
|
schema: "network.xyo.boundwitness" & {
|
|
2033
1857
|
readonly __schema: true;
|
|
2034
1858
|
};
|
|
2035
|
-
addresses: ((Lowercase<string> & {
|
|
2036
|
-
readonly __hex: true;
|
|
2037
|
-
} & {
|
|
2038
|
-
readonly __address: true;
|
|
2039
|
-
}) | (Lowercase<string> & {
|
|
1859
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2040
1860
|
readonly __hex: true;
|
|
2041
1861
|
} & {
|
|
2042
1862
|
readonly __address: true;
|
|
@@ -2061,7 +1881,7 @@ export declare const asSignedHydratedTransactionWithHashMeta: {
|
|
|
2061
1881
|
};
|
|
2062
1882
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
2063
1883
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
2064
|
-
$destination?: (Lowercase<string> & {
|
|
1884
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2065
1885
|
readonly __hex: true;
|
|
2066
1886
|
} & {
|
|
2067
1887
|
readonly __address: true;
|
|
@@ -2078,11 +1898,7 @@ export declare const asSignedHydratedTransactionWithHashMeta: {
|
|
|
2078
1898
|
schema: "network.xyo.boundwitness" & {
|
|
2079
1899
|
readonly __schema: true;
|
|
2080
1900
|
};
|
|
2081
|
-
addresses: ((Lowercase<string> & {
|
|
2082
|
-
readonly __hex: true;
|
|
2083
|
-
} & {
|
|
2084
|
-
readonly __address: true;
|
|
2085
|
-
}) | (Lowercase<string> & {
|
|
1901
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2086
1902
|
readonly __hex: true;
|
|
2087
1903
|
} & {
|
|
2088
1904
|
readonly __address: true;
|
|
@@ -2107,7 +1923,7 @@ export declare const asSignedHydratedTransactionWithHashMeta: {
|
|
|
2107
1923
|
};
|
|
2108
1924
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
2109
1925
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
2110
|
-
$destination?: (Lowercase<string> & {
|
|
1926
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2111
1927
|
readonly __hex: true;
|
|
2112
1928
|
} & {
|
|
2113
1929
|
readonly __address: true;
|
|
@@ -2127,11 +1943,7 @@ export declare const toSignedHydratedTransactionWithHashMeta: {
|
|
|
2127
1943
|
schema: "network.xyo.boundwitness" & {
|
|
2128
1944
|
readonly __schema: true;
|
|
2129
1945
|
};
|
|
2130
|
-
addresses: ((Lowercase<string> & {
|
|
2131
|
-
readonly __hex: true;
|
|
2132
|
-
} & {
|
|
2133
|
-
readonly __address: true;
|
|
2134
|
-
}) | (Lowercase<string> & {
|
|
1946
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2135
1947
|
readonly __hex: true;
|
|
2136
1948
|
} & {
|
|
2137
1949
|
readonly __address: true;
|
|
@@ -2156,7 +1968,7 @@ export declare const toSignedHydratedTransactionWithHashMeta: {
|
|
|
2156
1968
|
};
|
|
2157
1969
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
2158
1970
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
2159
|
-
$destination?: (Lowercase<string> & {
|
|
1971
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2160
1972
|
readonly __hex: true;
|
|
2161
1973
|
} & {
|
|
2162
1974
|
readonly __address: true;
|
|
@@ -2173,11 +1985,7 @@ export declare const toSignedHydratedTransactionWithHashMeta: {
|
|
|
2173
1985
|
schema: "network.xyo.boundwitness" & {
|
|
2174
1986
|
readonly __schema: true;
|
|
2175
1987
|
};
|
|
2176
|
-
addresses: ((Lowercase<string> & {
|
|
2177
|
-
readonly __hex: true;
|
|
2178
|
-
} & {
|
|
2179
|
-
readonly __address: true;
|
|
2180
|
-
}) | (Lowercase<string> & {
|
|
1988
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2181
1989
|
readonly __hex: true;
|
|
2182
1990
|
} & {
|
|
2183
1991
|
readonly __address: true;
|
|
@@ -2202,7 +2010,7 @@ export declare const toSignedHydratedTransactionWithHashMeta: {
|
|
|
2202
2010
|
};
|
|
2203
2011
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
2204
2012
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
2205
|
-
$destination?: (Lowercase<string> & {
|
|
2013
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2206
2014
|
readonly __hex: true;
|
|
2207
2015
|
} & {
|
|
2208
2016
|
readonly __address: true;
|
|
@@ -2225,19 +2033,15 @@ export declare const SignedHydratedTransactionWithStorageMetaZod: z.ZodMiniTuple
|
|
|
2225
2033
|
readonly __hex: true;
|
|
2226
2034
|
} & {
|
|
2227
2035
|
readonly __address: true;
|
|
2228
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<
|
|
2229
|
-
readonly __hex: true;
|
|
2230
|
-
} & {
|
|
2231
|
-
readonly __address: true;
|
|
2232
|
-
}, string>>]>>;
|
|
2036
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
|
|
2233
2037
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
2234
2038
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
2235
2039
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
2236
|
-
$destination: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
2040
|
+
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
2237
2041
|
readonly __hex: true;
|
|
2238
2042
|
} & {
|
|
2239
2043
|
readonly __address: true;
|
|
2240
|
-
}, string
|
|
2044
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, string>>]>>;
|
|
2241
2045
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
2242
2046
|
$signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>>;
|
|
2243
2047
|
nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
@@ -2271,11 +2075,7 @@ export declare const isSignedHydratedTransactionWithStorageMeta: <T>(value: T) =
|
|
|
2271
2075
|
schema: "network.xyo.boundwitness" & {
|
|
2272
2076
|
readonly __schema: true;
|
|
2273
2077
|
};
|
|
2274
|
-
addresses: ((Lowercase<string> & {
|
|
2275
|
-
readonly __hex: true;
|
|
2276
|
-
} & {
|
|
2277
|
-
readonly __address: true;
|
|
2278
|
-
}) | (Lowercase<string> & {
|
|
2078
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2279
2079
|
readonly __hex: true;
|
|
2280
2080
|
} & {
|
|
2281
2081
|
readonly __address: true;
|
|
@@ -2301,7 +2101,7 @@ export declare const isSignedHydratedTransactionWithStorageMeta: <T>(value: T) =
|
|
|
2301
2101
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
2302
2102
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
2303
2103
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2304
|
-
$destination?: (Lowercase<string> & {
|
|
2104
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2305
2105
|
readonly __hex: true;
|
|
2306
2106
|
} & {
|
|
2307
2107
|
readonly __address: true;
|
|
@@ -2321,11 +2121,7 @@ export declare const asSignedHydratedTransactionWithStorageMeta: {
|
|
|
2321
2121
|
schema: "network.xyo.boundwitness" & {
|
|
2322
2122
|
readonly __schema: true;
|
|
2323
2123
|
};
|
|
2324
|
-
addresses: ((Lowercase<string> & {
|
|
2325
|
-
readonly __hex: true;
|
|
2326
|
-
} & {
|
|
2327
|
-
readonly __address: true;
|
|
2328
|
-
}) | (Lowercase<string> & {
|
|
2124
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2329
2125
|
readonly __hex: true;
|
|
2330
2126
|
} & {
|
|
2331
2127
|
readonly __address: true;
|
|
@@ -2351,7 +2147,7 @@ export declare const asSignedHydratedTransactionWithStorageMeta: {
|
|
|
2351
2147
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
2352
2148
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
2353
2149
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2354
|
-
$destination?: (Lowercase<string> & {
|
|
2150
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2355
2151
|
readonly __hex: true;
|
|
2356
2152
|
} & {
|
|
2357
2153
|
readonly __address: true;
|
|
@@ -2369,11 +2165,7 @@ export declare const asSignedHydratedTransactionWithStorageMeta: {
|
|
|
2369
2165
|
schema: "network.xyo.boundwitness" & {
|
|
2370
2166
|
readonly __schema: true;
|
|
2371
2167
|
};
|
|
2372
|
-
addresses: ((Lowercase<string> & {
|
|
2373
|
-
readonly __hex: true;
|
|
2374
|
-
} & {
|
|
2375
|
-
readonly __address: true;
|
|
2376
|
-
}) | (Lowercase<string> & {
|
|
2168
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2377
2169
|
readonly __hex: true;
|
|
2378
2170
|
} & {
|
|
2379
2171
|
readonly __address: true;
|
|
@@ -2399,7 +2191,7 @@ export declare const asSignedHydratedTransactionWithStorageMeta: {
|
|
|
2399
2191
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
2400
2192
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
2401
2193
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2402
|
-
$destination?: (Lowercase<string> & {
|
|
2194
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2403
2195
|
readonly __hex: true;
|
|
2404
2196
|
} & {
|
|
2405
2197
|
readonly __address: true;
|
|
@@ -2420,11 +2212,7 @@ export declare const toSignedHydratedTransactionWithStorageMeta: {
|
|
|
2420
2212
|
schema: "network.xyo.boundwitness" & {
|
|
2421
2213
|
readonly __schema: true;
|
|
2422
2214
|
};
|
|
2423
|
-
addresses: ((Lowercase<string> & {
|
|
2424
|
-
readonly __hex: true;
|
|
2425
|
-
} & {
|
|
2426
|
-
readonly __address: true;
|
|
2427
|
-
}) | (Lowercase<string> & {
|
|
2215
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2428
2216
|
readonly __hex: true;
|
|
2429
2217
|
} & {
|
|
2430
2218
|
readonly __address: true;
|
|
@@ -2450,7 +2238,7 @@ export declare const toSignedHydratedTransactionWithStorageMeta: {
|
|
|
2450
2238
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
2451
2239
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
2452
2240
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2453
|
-
$destination?: (Lowercase<string> & {
|
|
2241
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2454
2242
|
readonly __hex: true;
|
|
2455
2243
|
} & {
|
|
2456
2244
|
readonly __address: true;
|
|
@@ -2468,11 +2256,7 @@ export declare const toSignedHydratedTransactionWithStorageMeta: {
|
|
|
2468
2256
|
schema: "network.xyo.boundwitness" & {
|
|
2469
2257
|
readonly __schema: true;
|
|
2470
2258
|
};
|
|
2471
|
-
addresses: ((Lowercase<string> & {
|
|
2472
|
-
readonly __hex: true;
|
|
2473
|
-
} & {
|
|
2474
|
-
readonly __address: true;
|
|
2475
|
-
}) | (Lowercase<string> & {
|
|
2259
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2476
2260
|
readonly __hex: true;
|
|
2477
2261
|
} & {
|
|
2478
2262
|
readonly __address: true;
|
|
@@ -2498,7 +2282,7 @@ export declare const toSignedHydratedTransactionWithStorageMeta: {
|
|
|
2498
2282
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
2499
2283
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
2500
2284
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2501
|
-
$destination?: (Lowercase<string> & {
|
|
2285
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2502
2286
|
readonly __hex: true;
|
|
2503
2287
|
} & {
|
|
2504
2288
|
readonly __address: true;
|