@xyo-network/xl1-protocol 5.4.0 → 5.4.1
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/README.md +76 -0
- package/dist/neutral/modules/network-model/staticRest/layout/chainContractManifest.d.ts +21 -7
- package/dist/neutral/modules/network-model/staticRest/layout/chainContractManifest.d.ts.map +1 -1
- package/dist/neutral/modules/network-model/staticRest/layout/chainManifest.d.ts +21 -7
- package/dist/neutral/modules/network-model/staticRest/layout/chainManifest.d.ts.map +1 -1
- package/dist/neutral/modules/network-model/staticRest/layout/indexManifest.d.ts +42 -14
- package/dist/neutral/modules/network-model/staticRest/layout/indexManifest.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/RecordKeyType.d.ts +1 -1
- package/dist/neutral/modules/protocol-model/RecordKeyType.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/TransferPayload.d.ts +6 -18
- package/dist/neutral/modules/protocol-model/TransferPayload.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/block/AllowedBlockPayload.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/block/BlockBoundWitness.d.ts +83 -2
- package/dist/neutral/modules/protocol-model/block/BlockBoundWitness.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/block/HydratedBlock.d.ts +88 -0
- package/dist/neutral/modules/protocol-model/block/HydratedBlock.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitness.d.ts +6 -0
- package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitness.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitnessWithHashMeta.d.ts +10 -0
- package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitnessWithHashMeta.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitnessWithStorageMeta.d.ts +12 -0
- package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitnessWithStorageMeta.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/block/unsigned/UnsignedBlockBoundWitness.d.ts +6 -0
- package/dist/neutral/modules/protocol-model/block/unsigned/UnsignedBlockBoundWitness.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/model/AccountBalance.d.ts +3 -0
- package/dist/neutral/modules/protocol-model/model/AccountBalance.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/model/Context/ChainContext.zod.d.ts +3 -0
- package/dist/neutral/modules/protocol-model/model/Context/ChainContext.zod.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/model/Context/HeadContext.zod.d.ts +2 -0
- package/dist/neutral/modules/protocol-model/model/Context/HeadContext.zod.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/model/HydratedTransaction.d.ts +108 -0
- package/dist/neutral/modules/protocol-model/model/HydratedTransaction.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/model/PayloadVersion.d.ts +20 -0
- package/dist/neutral/modules/protocol-model/model/PayloadVersion.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/SyncStepSummary.d.ts +12 -0
- package/dist/neutral/modules/protocol-model/model/SyncStepSummary.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/model/index.d.ts +1 -0
- package/dist/neutral/modules/protocol-model/model/index.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/payload/elevatable/Claim.d.ts +7 -18
- package/dist/neutral/modules/protocol-model/payload/elevatable/Claim.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/payload/elevatable/Time.d.ts +3 -0
- package/dist/neutral/modules/protocol-model/payload/elevatable/Time.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/rejection/BlockRejectionPayload.d.ts +11 -0
- package/dist/neutral/modules/protocol-model/rejection/BlockRejectionPayload.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/rejection/TransactionRejectionPayload.d.ts +11 -0
- package/dist/neutral/modules/protocol-model/rejection/TransactionRejectionPayload.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/transaction/TransactionBoundWitness.d.ts +54 -0
- package/dist/neutral/modules/protocol-model/transaction/TransactionBoundWitness.d.ts.map +1 -1
- package/dist/neutral/modules/schema/PayloadVersion.d.ts +11 -0
- package/dist/neutral/modules/schema/PayloadVersion.d.ts.map +1 -0
- package/dist/neutral/modules/schema/boundwitness/BlockBoundWitness.d.ts +1 -0
- package/dist/neutral/modules/schema/boundwitness/BlockBoundWitness.d.ts.map +1 -1
- package/dist/neutral/modules/schema/boundwitness/BlockBoundWitnessWithStorageMeta.d.ts +1 -0
- package/dist/neutral/modules/schema/boundwitness/BlockBoundWitnessWithStorageMeta.d.ts.map +1 -1
- package/dist/neutral/modules/schema/boundwitness/TransactionBoundWitness.d.ts +1 -0
- package/dist/neutral/modules/schema/boundwitness/TransactionBoundWitness.d.ts.map +1 -1
- package/dist/neutral/modules/schema/boundwitness/TransactionBoundWitnessWithStorageMeta.d.ts +1 -0
- package/dist/neutral/modules/schema/boundwitness/TransactionBoundWitnessWithStorageMeta.d.ts.map +1 -1
- package/dist/neutral/modules/schema/index.d.ts +1 -0
- package/dist/neutral/modules/schema/index.d.ts.map +1 -1
- package/dist/neutral/modules/schema/payload/ChainStakeIntent.d.ts +1 -0
- package/dist/neutral/modules/schema/payload/ChainStakeIntent.d.ts.map +1 -1
- package/dist/neutral/modules/schema/payload/ClaimPayload.d.ts +1 -0
- package/dist/neutral/modules/schema/payload/ClaimPayload.d.ts.map +1 -1
- package/dist/neutral/modules/schema/payload/HashPayload.d.ts +1 -0
- package/dist/neutral/modules/schema/payload/HashPayload.d.ts.map +1 -1
- package/dist/neutral/modules/schema/payload/TransferPayload.d.ts +1 -0
- package/dist/neutral/modules/schema/payload/TransferPayload.d.ts.map +1 -1
- package/dist/neutral/modules/validation/transaction/validators/TransactionBoundWitnessValidator.d.ts +1 -0
- package/dist/neutral/modules/validation/transaction/validators/TransactionBoundWitnessValidator.d.ts.map +1 -1
- package/dist/neutral/network-model.mjs +15 -12
- package/dist/neutral/network-model.mjs.map +3 -3
- package/dist/neutral/protocol-model.mjs +460 -428
- package/dist/neutral/protocol-model.mjs.map +4 -4
- package/dist/neutral/schema.mjs +16 -1
- package/dist/neutral/schema.mjs.map +3 -3
- package/dist/neutral/validation.mjs +4 -0
- package/dist/neutral/validation.mjs.map +2 -2
- package/package.json +5 -5
|
@@ -19,6 +19,7 @@ export declare const HydratedTransactionZod: z.ZodMiniTuple<readonly [z.ZodMiniO
|
|
|
19
19
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").XyoQuantAddress, string>>]>>;
|
|
20
20
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>>;
|
|
21
21
|
$signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHex, string>>, z.ZodMiniNull]>>;
|
|
22
|
+
$version: z.ZodMiniOptional<z.ZodMiniLiteral<1000000>>;
|
|
22
23
|
nbf: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import('../index.js').XL1BlockNumber, number>>;
|
|
23
24
|
exp: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import('../index.js').XL1BlockNumber, number>>;
|
|
24
25
|
fees: z.ZodMiniObject<{
|
|
@@ -35,6 +36,7 @@ export declare const HydratedTransactionZod: z.ZodMiniTuple<readonly [z.ZodMiniO
|
|
|
35
36
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").XyoQuantAddress, string>>]>;
|
|
36
37
|
script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
37
38
|
}, z.core.$strip>, z.ZodMiniArray<z.ZodMiniObject<{
|
|
39
|
+
$version: z.ZodMiniOptional<z.ZodMiniNumberFormat>;
|
|
38
40
|
schema: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").BrandedSchema<string>, string>>;
|
|
39
41
|
}, z.core.$strict>>], null>;
|
|
40
42
|
/** Type representing a hydrated Transaction with resolved payloads. */
|
|
@@ -73,9 +75,11 @@ export declare const isHydratedTransaction: <T>(value: T) => value is T & [{
|
|
|
73
75
|
readonly __address: true;
|
|
74
76
|
}) | undefined;
|
|
75
77
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
78
|
+
$version?: 1000000 | undefined;
|
|
76
79
|
script?: string[] | undefined;
|
|
77
80
|
}, {
|
|
78
81
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
82
|
+
$version?: number | undefined;
|
|
79
83
|
}[]];
|
|
80
84
|
/** Converts a value to HydratedTransaction, throwing if invalid. */
|
|
81
85
|
export declare const asHydratedTransaction: {
|
|
@@ -112,9 +116,11 @@ export declare const asHydratedTransaction: {
|
|
|
112
116
|
readonly __address: true;
|
|
113
117
|
}) | undefined;
|
|
114
118
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
119
|
+
$version?: 1000000 | undefined;
|
|
115
120
|
script?: string[] | undefined;
|
|
116
121
|
}, {
|
|
117
122
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
123
|
+
$version?: number | undefined;
|
|
118
124
|
}[]]) | undefined;
|
|
119
125
|
<T>(value: T, assert: import("@ariestools/sdk").ZodFactoryConfig): T & [{
|
|
120
126
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -149,9 +155,11 @@ export declare const asHydratedTransaction: {
|
|
|
149
155
|
readonly __address: true;
|
|
150
156
|
}) | undefined;
|
|
151
157
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
158
|
+
$version?: 1000000 | undefined;
|
|
152
159
|
script?: string[] | undefined;
|
|
153
160
|
}, {
|
|
154
161
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
162
|
+
$version?: number | undefined;
|
|
155
163
|
}[]];
|
|
156
164
|
};
|
|
157
165
|
/** Safe conversion helper that returns Hydrated Transaction when validation succeeds and `undefined` otherwise. */
|
|
@@ -189,9 +197,11 @@ export declare const toHydratedTransaction: {
|
|
|
189
197
|
readonly __address: true;
|
|
190
198
|
}) | undefined;
|
|
191
199
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
200
|
+
$version?: 1000000 | undefined;
|
|
192
201
|
script?: string[] | undefined;
|
|
193
202
|
}, {
|
|
194
203
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
204
|
+
$version?: number | undefined;
|
|
195
205
|
}[]] | undefined;
|
|
196
206
|
(value: unknown, assert: import("@ariestools/sdk").ZodFactoryConfig): [{
|
|
197
207
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -226,9 +236,11 @@ export declare const toHydratedTransaction: {
|
|
|
226
236
|
readonly __address: true;
|
|
227
237
|
}) | undefined;
|
|
228
238
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
239
|
+
$version?: 1000000 | undefined;
|
|
229
240
|
script?: string[] | undefined;
|
|
230
241
|
}, {
|
|
231
242
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
243
|
+
$version?: number | undefined;
|
|
232
244
|
}[]];
|
|
233
245
|
};
|
|
234
246
|
/** Zod schema for validating Hydrated Transaction With Hash Meta values. */
|
|
@@ -251,6 +263,7 @@ export declare const HydratedTransactionWithHashMetaZod: z.ZodMiniTuple<readonly
|
|
|
251
263
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").XyoQuantAddress, string>>]>>;
|
|
252
264
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>>;
|
|
253
265
|
$signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHex, string>>, z.ZodMiniNull]>>;
|
|
266
|
+
$version: z.ZodMiniOptional<z.ZodMiniLiteral<1000000>>;
|
|
254
267
|
nbf: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import('../index.js').XL1BlockNumber, number>>;
|
|
255
268
|
exp: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import('../index.js').XL1BlockNumber, number>>;
|
|
256
269
|
fees: z.ZodMiniObject<{
|
|
@@ -269,6 +282,7 @@ export declare const HydratedTransactionWithHashMetaZod: z.ZodMiniTuple<readonly
|
|
|
269
282
|
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>;
|
|
270
283
|
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>;
|
|
271
284
|
}, z.core.$strip>, z.ZodMiniArray<z.ZodMiniObject<{
|
|
285
|
+
$version: z.ZodMiniOptional<z.ZodMiniNumberFormat>;
|
|
272
286
|
schema: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").BrandedSchema<string>, string>>;
|
|
273
287
|
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>;
|
|
274
288
|
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>;
|
|
@@ -311,12 +325,14 @@ export declare const isHydratedTransactionWithHashMeta: <T>(value: T) => value i
|
|
|
311
325
|
readonly __address: true;
|
|
312
326
|
}) | undefined;
|
|
313
327
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
328
|
+
$version?: 1000000 | undefined;
|
|
314
329
|
script?: string[] | undefined;
|
|
315
330
|
}, {
|
|
316
331
|
[x: string]: unknown;
|
|
317
332
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
318
333
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
319
334
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
335
|
+
$version?: number | undefined;
|
|
320
336
|
}[]];
|
|
321
337
|
/** Converts a value to HydratedTransactionWithHashMeta, throwing if invalid. */
|
|
322
338
|
export declare const asHydratedTransactionWithHashMeta: {
|
|
@@ -355,12 +371,14 @@ export declare const asHydratedTransactionWithHashMeta: {
|
|
|
355
371
|
readonly __address: true;
|
|
356
372
|
}) | undefined;
|
|
357
373
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
374
|
+
$version?: 1000000 | undefined;
|
|
358
375
|
script?: string[] | undefined;
|
|
359
376
|
}, {
|
|
360
377
|
[x: string]: unknown;
|
|
361
378
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
362
379
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
363
380
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
381
|
+
$version?: number | undefined;
|
|
364
382
|
}[]]) | undefined;
|
|
365
383
|
<T>(value: T, assert: import("@ariestools/sdk").ZodFactoryConfig): T & [{
|
|
366
384
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -397,12 +415,14 @@ export declare const asHydratedTransactionWithHashMeta: {
|
|
|
397
415
|
readonly __address: true;
|
|
398
416
|
}) | undefined;
|
|
399
417
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
418
|
+
$version?: 1000000 | undefined;
|
|
400
419
|
script?: string[] | undefined;
|
|
401
420
|
}, {
|
|
402
421
|
[x: string]: unknown;
|
|
403
422
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
404
423
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
405
424
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
425
|
+
$version?: number | undefined;
|
|
406
426
|
}[]];
|
|
407
427
|
};
|
|
408
428
|
/** Safe conversion helper that returns Hydrated Transaction With Hash Meta when validation succeeds and `undefined` otherwise. */
|
|
@@ -442,12 +462,14 @@ export declare const toHydratedTransactionWithHashMeta: {
|
|
|
442
462
|
readonly __address: true;
|
|
443
463
|
}) | undefined;
|
|
444
464
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
465
|
+
$version?: 1000000 | undefined;
|
|
445
466
|
script?: string[] | undefined;
|
|
446
467
|
}, {
|
|
447
468
|
[x: string]: unknown;
|
|
448
469
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
449
470
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
450
471
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
472
|
+
$version?: number | undefined;
|
|
451
473
|
}[]] | undefined;
|
|
452
474
|
(value: unknown, assert: import("@ariestools/sdk").ZodFactoryConfig): [{
|
|
453
475
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -484,12 +506,14 @@ export declare const toHydratedTransactionWithHashMeta: {
|
|
|
484
506
|
readonly __address: true;
|
|
485
507
|
}) | undefined;
|
|
486
508
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
509
|
+
$version?: 1000000 | undefined;
|
|
487
510
|
script?: string[] | undefined;
|
|
488
511
|
}, {
|
|
489
512
|
[x: string]: unknown;
|
|
490
513
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
491
514
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
492
515
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
516
|
+
$version?: number | undefined;
|
|
493
517
|
}[]];
|
|
494
518
|
};
|
|
495
519
|
/** Zod schema for validating Hydrated Transaction With Storage Meta values. */
|
|
@@ -512,6 +536,7 @@ export declare const HydratedTransactionWithStorageMetaZod: z.ZodMiniTuple<reado
|
|
|
512
536
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").XyoQuantAddress, string>>]>>;
|
|
513
537
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>>;
|
|
514
538
|
$signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHex, string>>, z.ZodMiniNull]>>;
|
|
539
|
+
$version: z.ZodMiniOptional<z.ZodMiniLiteral<1000000>>;
|
|
515
540
|
nbf: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import('../index.js').XL1BlockNumber, number>>;
|
|
516
541
|
exp: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import('../index.js').XL1BlockNumber, number>>;
|
|
517
542
|
fees: z.ZodMiniObject<{
|
|
@@ -531,6 +556,7 @@ export declare const HydratedTransactionWithStorageMetaZod: z.ZodMiniTuple<reado
|
|
|
531
556
|
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>;
|
|
532
557
|
_sequence: z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").LocalSequence, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").QualifiedSequence, string>>]>;
|
|
533
558
|
}, z.core.$strip>, z.ZodMiniArray<z.ZodMiniObject<{
|
|
559
|
+
$version: z.ZodMiniOptional<z.ZodMiniNumberFormat>;
|
|
534
560
|
schema: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").BrandedSchema<string>, string>>;
|
|
535
561
|
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>;
|
|
536
562
|
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>;
|
|
@@ -575,6 +601,7 @@ export declare const isHydratedTransactionWithStorageMeta: <T>(value: T) => valu
|
|
|
575
601
|
readonly __address: true;
|
|
576
602
|
}) | undefined;
|
|
577
603
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
604
|
+
$version?: 1000000 | undefined;
|
|
578
605
|
script?: string[] | undefined;
|
|
579
606
|
}, {
|
|
580
607
|
[x: string]: unknown;
|
|
@@ -582,6 +609,7 @@ export declare const isHydratedTransactionWithStorageMeta: <T>(value: T) => valu
|
|
|
582
609
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
583
610
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
584
611
|
_sequence: import("@xyo-network/sdk").LocalSequence | import("@xyo-network/sdk").QualifiedSequence;
|
|
612
|
+
$version?: number | undefined;
|
|
585
613
|
}[]];
|
|
586
614
|
/** Converts a value to HydratedTransactionWithStorageMeta, throwing if invalid. */
|
|
587
615
|
export declare const asHydratedTransactionWithStorageMeta: {
|
|
@@ -621,6 +649,7 @@ export declare const asHydratedTransactionWithStorageMeta: {
|
|
|
621
649
|
readonly __address: true;
|
|
622
650
|
}) | undefined;
|
|
623
651
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
652
|
+
$version?: 1000000 | undefined;
|
|
624
653
|
script?: string[] | undefined;
|
|
625
654
|
}, {
|
|
626
655
|
[x: string]: unknown;
|
|
@@ -628,6 +657,7 @@ export declare const asHydratedTransactionWithStorageMeta: {
|
|
|
628
657
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
629
658
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
630
659
|
_sequence: import("@xyo-network/sdk").LocalSequence | import("@xyo-network/sdk").QualifiedSequence;
|
|
660
|
+
$version?: number | undefined;
|
|
631
661
|
}[]]) | undefined;
|
|
632
662
|
<T>(value: T, assert: import("@ariestools/sdk").ZodFactoryConfig): T & [{
|
|
633
663
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -665,6 +695,7 @@ export declare const asHydratedTransactionWithStorageMeta: {
|
|
|
665
695
|
readonly __address: true;
|
|
666
696
|
}) | undefined;
|
|
667
697
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
698
|
+
$version?: 1000000 | undefined;
|
|
668
699
|
script?: string[] | undefined;
|
|
669
700
|
}, {
|
|
670
701
|
[x: string]: unknown;
|
|
@@ -672,6 +703,7 @@ export declare const asHydratedTransactionWithStorageMeta: {
|
|
|
672
703
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
673
704
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
674
705
|
_sequence: import("@xyo-network/sdk").LocalSequence | import("@xyo-network/sdk").QualifiedSequence;
|
|
706
|
+
$version?: number | undefined;
|
|
675
707
|
}[]];
|
|
676
708
|
};
|
|
677
709
|
/** Safe conversion helper that returns Hydrated Transaction With Storage Meta when validation succeeds and `undefined` otherwise. */
|
|
@@ -712,6 +744,7 @@ export declare const toHydratedTransactionWithStorageMeta: {
|
|
|
712
744
|
readonly __address: true;
|
|
713
745
|
}) | undefined;
|
|
714
746
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
747
|
+
$version?: 1000000 | undefined;
|
|
715
748
|
script?: string[] | undefined;
|
|
716
749
|
}, {
|
|
717
750
|
[x: string]: unknown;
|
|
@@ -719,6 +752,7 @@ export declare const toHydratedTransactionWithStorageMeta: {
|
|
|
719
752
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
720
753
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
721
754
|
_sequence: import("@xyo-network/sdk").LocalSequence | import("@xyo-network/sdk").QualifiedSequence;
|
|
755
|
+
$version?: number | undefined;
|
|
722
756
|
}[]] | undefined;
|
|
723
757
|
(value: unknown, assert: import("@ariestools/sdk").ZodFactoryConfig): [{
|
|
724
758
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -756,6 +790,7 @@ export declare const toHydratedTransactionWithStorageMeta: {
|
|
|
756
790
|
readonly __address: true;
|
|
757
791
|
}) | undefined;
|
|
758
792
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
793
|
+
$version?: 1000000 | undefined;
|
|
759
794
|
script?: string[] | undefined;
|
|
760
795
|
}, {
|
|
761
796
|
[x: string]: unknown;
|
|
@@ -763,6 +798,7 @@ export declare const toHydratedTransactionWithStorageMeta: {
|
|
|
763
798
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
764
799
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
765
800
|
_sequence: import("@xyo-network/sdk").LocalSequence | import("@xyo-network/sdk").QualifiedSequence;
|
|
801
|
+
$version?: number | undefined;
|
|
766
802
|
}[]];
|
|
767
803
|
};
|
|
768
804
|
/** Zod schema for validating Unsigned Hydrated Transaction values. */
|
|
@@ -785,6 +821,7 @@ export declare const UnsignedHydratedTransactionZod: z.ZodMiniTuple<readonly [z.
|
|
|
785
821
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").XyoQuantAddress, string>>]>>;
|
|
786
822
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>>;
|
|
787
823
|
$signatures: z.ZodMiniArray<z.ZodMiniNull>;
|
|
824
|
+
$version: z.ZodMiniOptional<z.ZodMiniLiteral<1000000>>;
|
|
788
825
|
nbf: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import('../index.js').XL1BlockNumber, number>>;
|
|
789
826
|
exp: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import('../index.js').XL1BlockNumber, number>>;
|
|
790
827
|
fees: z.ZodMiniObject<{
|
|
@@ -801,6 +838,7 @@ export declare const UnsignedHydratedTransactionZod: z.ZodMiniTuple<readonly [z.
|
|
|
801
838
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").XyoQuantAddress, string>>]>;
|
|
802
839
|
script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
803
840
|
}, z.core.$strip>, z.ZodMiniArray<z.ZodMiniObject<{
|
|
841
|
+
$version: z.ZodMiniOptional<z.ZodMiniNumberFormat>;
|
|
804
842
|
schema: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").BrandedSchema<string>, string>>;
|
|
805
843
|
}, z.core.$strict>>], null>;
|
|
806
844
|
/** Type representing a hydrated UnsignedTransaction with resolved payloads. */
|
|
@@ -839,9 +877,11 @@ export declare const isUnsignedHydratedTransaction: <T>(value: T) => value is T
|
|
|
839
877
|
readonly __address: true;
|
|
840
878
|
}) | undefined;
|
|
841
879
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
880
|
+
$version?: 1000000 | undefined;
|
|
842
881
|
script?: string[] | undefined;
|
|
843
882
|
}, {
|
|
844
883
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
884
|
+
$version?: number | undefined;
|
|
845
885
|
}[]];
|
|
846
886
|
/** Converts a value to UnsignedHydratedTransaction, throwing if invalid. */
|
|
847
887
|
export declare const asUnsignedHydratedTransaction: {
|
|
@@ -878,9 +918,11 @@ export declare const asUnsignedHydratedTransaction: {
|
|
|
878
918
|
readonly __address: true;
|
|
879
919
|
}) | undefined;
|
|
880
920
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
921
|
+
$version?: 1000000 | undefined;
|
|
881
922
|
script?: string[] | undefined;
|
|
882
923
|
}, {
|
|
883
924
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
925
|
+
$version?: number | undefined;
|
|
884
926
|
}[]]) | undefined;
|
|
885
927
|
<T>(value: T, assert: import("@ariestools/sdk").ZodFactoryConfig): T & [{
|
|
886
928
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -915,9 +957,11 @@ export declare const asUnsignedHydratedTransaction: {
|
|
|
915
957
|
readonly __address: true;
|
|
916
958
|
}) | undefined;
|
|
917
959
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
960
|
+
$version?: 1000000 | undefined;
|
|
918
961
|
script?: string[] | undefined;
|
|
919
962
|
}, {
|
|
920
963
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
964
|
+
$version?: number | undefined;
|
|
921
965
|
}[]];
|
|
922
966
|
};
|
|
923
967
|
/** Safe conversion helper that returns Unsigned Hydrated Transaction when validation succeeds and `undefined` otherwise. */
|
|
@@ -955,9 +999,11 @@ export declare const toUnsignedHydratedTransaction: {
|
|
|
955
999
|
readonly __address: true;
|
|
956
1000
|
}) | undefined;
|
|
957
1001
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
1002
|
+
$version?: 1000000 | undefined;
|
|
958
1003
|
script?: string[] | undefined;
|
|
959
1004
|
}, {
|
|
960
1005
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
1006
|
+
$version?: number | undefined;
|
|
961
1007
|
}[]] | undefined;
|
|
962
1008
|
(value: unknown, assert: import("@ariestools/sdk").ZodFactoryConfig): [{
|
|
963
1009
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -992,9 +1038,11 @@ export declare const toUnsignedHydratedTransaction: {
|
|
|
992
1038
|
readonly __address: true;
|
|
993
1039
|
}) | undefined;
|
|
994
1040
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
1041
|
+
$version?: 1000000 | undefined;
|
|
995
1042
|
script?: string[] | undefined;
|
|
996
1043
|
}, {
|
|
997
1044
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
1045
|
+
$version?: number | undefined;
|
|
998
1046
|
}[]];
|
|
999
1047
|
};
|
|
1000
1048
|
/** Zod schema for validating Unsigned Hydrated Transaction With Hash Meta values. */
|
|
@@ -1017,6 +1065,7 @@ export declare const UnsignedHydratedTransactionWithHashMetaZod: z.ZodMiniTuple<
|
|
|
1017
1065
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").XyoQuantAddress, string>>]>>;
|
|
1018
1066
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>>;
|
|
1019
1067
|
$signatures: z.ZodMiniArray<z.ZodMiniNull>;
|
|
1068
|
+
$version: z.ZodMiniOptional<z.ZodMiniLiteral<1000000>>;
|
|
1020
1069
|
nbf: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import('../index.js').XL1BlockNumber, number>>;
|
|
1021
1070
|
exp: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import('../index.js').XL1BlockNumber, number>>;
|
|
1022
1071
|
fees: z.ZodMiniObject<{
|
|
@@ -1035,6 +1084,7 @@ export declare const UnsignedHydratedTransactionWithHashMetaZod: z.ZodMiniTuple<
|
|
|
1035
1084
|
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>;
|
|
1036
1085
|
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>;
|
|
1037
1086
|
}, z.core.$strip>, z.ZodMiniArray<z.ZodMiniObject<{
|
|
1087
|
+
$version: z.ZodMiniOptional<z.ZodMiniNumberFormat>;
|
|
1038
1088
|
schema: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").BrandedSchema<string>, string>>;
|
|
1039
1089
|
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>;
|
|
1040
1090
|
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>;
|
|
@@ -1077,12 +1127,14 @@ export declare const isUnsignedHydratedTransactionWithHashMeta: <T>(value: T) =>
|
|
|
1077
1127
|
readonly __address: true;
|
|
1078
1128
|
}) | undefined;
|
|
1079
1129
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
1130
|
+
$version?: 1000000 | undefined;
|
|
1080
1131
|
script?: string[] | undefined;
|
|
1081
1132
|
}, {
|
|
1082
1133
|
[x: string]: unknown;
|
|
1083
1134
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
1084
1135
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
1085
1136
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
1137
|
+
$version?: number | undefined;
|
|
1086
1138
|
}[]];
|
|
1087
1139
|
/** Converts a value to UnsignedHydratedTransactionWithHashMeta, throwing if invalid. */
|
|
1088
1140
|
export declare const asUnsignedHydratedTransactionWithHashMeta: {
|
|
@@ -1121,12 +1173,14 @@ export declare const asUnsignedHydratedTransactionWithHashMeta: {
|
|
|
1121
1173
|
readonly __address: true;
|
|
1122
1174
|
}) | undefined;
|
|
1123
1175
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
1176
|
+
$version?: 1000000 | undefined;
|
|
1124
1177
|
script?: string[] | undefined;
|
|
1125
1178
|
}, {
|
|
1126
1179
|
[x: string]: unknown;
|
|
1127
1180
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
1128
1181
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
1129
1182
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
1183
|
+
$version?: number | undefined;
|
|
1130
1184
|
}[]]) | undefined;
|
|
1131
1185
|
<T>(value: T, assert: import("@ariestools/sdk").ZodFactoryConfig): T & [{
|
|
1132
1186
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -1163,12 +1217,14 @@ export declare const asUnsignedHydratedTransactionWithHashMeta: {
|
|
|
1163
1217
|
readonly __address: true;
|
|
1164
1218
|
}) | undefined;
|
|
1165
1219
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
1220
|
+
$version?: 1000000 | undefined;
|
|
1166
1221
|
script?: string[] | undefined;
|
|
1167
1222
|
}, {
|
|
1168
1223
|
[x: string]: unknown;
|
|
1169
1224
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
1170
1225
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
1171
1226
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
1227
|
+
$version?: number | undefined;
|
|
1172
1228
|
}[]];
|
|
1173
1229
|
};
|
|
1174
1230
|
/** Safe conversion helper that returns Unsigned Hydrated Transaction With Hash Meta when validation succeeds and `undefined` otherwise. */
|
|
@@ -1208,12 +1264,14 @@ export declare const toUnsignedHydratedTransactionWithHashMeta: {
|
|
|
1208
1264
|
readonly __address: true;
|
|
1209
1265
|
}) | undefined;
|
|
1210
1266
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
1267
|
+
$version?: 1000000 | undefined;
|
|
1211
1268
|
script?: string[] | undefined;
|
|
1212
1269
|
}, {
|
|
1213
1270
|
[x: string]: unknown;
|
|
1214
1271
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
1215
1272
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
1216
1273
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
1274
|
+
$version?: number | undefined;
|
|
1217
1275
|
}[]] | undefined;
|
|
1218
1276
|
(value: unknown, assert: import("@ariestools/sdk").ZodFactoryConfig): [{
|
|
1219
1277
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -1250,12 +1308,14 @@ export declare const toUnsignedHydratedTransactionWithHashMeta: {
|
|
|
1250
1308
|
readonly __address: true;
|
|
1251
1309
|
}) | undefined;
|
|
1252
1310
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
1311
|
+
$version?: 1000000 | undefined;
|
|
1253
1312
|
script?: string[] | undefined;
|
|
1254
1313
|
}, {
|
|
1255
1314
|
[x: string]: unknown;
|
|
1256
1315
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
1257
1316
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
1258
1317
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
1318
|
+
$version?: number | undefined;
|
|
1259
1319
|
}[]];
|
|
1260
1320
|
};
|
|
1261
1321
|
/** Zod schema for validating Unsigned Hydrated Transaction With Storage Meta values. */
|
|
@@ -1278,6 +1338,7 @@ export declare const UnsignedHydratedTransactionWithStorageMetaZod: z.ZodMiniTup
|
|
|
1278
1338
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").XyoQuantAddress, string>>]>>;
|
|
1279
1339
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>>;
|
|
1280
1340
|
$signatures: z.ZodMiniArray<z.ZodMiniNull>;
|
|
1341
|
+
$version: z.ZodMiniOptional<z.ZodMiniLiteral<1000000>>;
|
|
1281
1342
|
nbf: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import('../index.js').XL1BlockNumber, number>>;
|
|
1282
1343
|
exp: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import('../index.js').XL1BlockNumber, number>>;
|
|
1283
1344
|
fees: z.ZodMiniObject<{
|
|
@@ -1297,6 +1358,7 @@ export declare const UnsignedHydratedTransactionWithStorageMetaZod: z.ZodMiniTup
|
|
|
1297
1358
|
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>;
|
|
1298
1359
|
_sequence: z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").LocalSequence, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").QualifiedSequence, string>>]>;
|
|
1299
1360
|
}, z.core.$strip>, z.ZodMiniArray<z.ZodMiniObject<{
|
|
1361
|
+
$version: z.ZodMiniOptional<z.ZodMiniNumberFormat>;
|
|
1300
1362
|
schema: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").BrandedSchema<string>, string>>;
|
|
1301
1363
|
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>;
|
|
1302
1364
|
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>;
|
|
@@ -1341,6 +1403,7 @@ export declare const isUnsignedHydratedTransactionWithStorageMeta: <T>(value: T)
|
|
|
1341
1403
|
readonly __address: true;
|
|
1342
1404
|
}) | undefined;
|
|
1343
1405
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
1406
|
+
$version?: 1000000 | undefined;
|
|
1344
1407
|
script?: string[] | undefined;
|
|
1345
1408
|
}, {
|
|
1346
1409
|
[x: string]: unknown;
|
|
@@ -1348,6 +1411,7 @@ export declare const isUnsignedHydratedTransactionWithStorageMeta: <T>(value: T)
|
|
|
1348
1411
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
1349
1412
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
1350
1413
|
_sequence: import("@xyo-network/sdk").LocalSequence | import("@xyo-network/sdk").QualifiedSequence;
|
|
1414
|
+
$version?: number | undefined;
|
|
1351
1415
|
}[]];
|
|
1352
1416
|
/** Converts a value to UnsignedHydratedTransactionWithStorageMeta, throwing if invalid. */
|
|
1353
1417
|
export declare const asUnsignedHydratedTransactionWithStorageMeta: {
|
|
@@ -1387,6 +1451,7 @@ export declare const asUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1387
1451
|
readonly __address: true;
|
|
1388
1452
|
}) | undefined;
|
|
1389
1453
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
1454
|
+
$version?: 1000000 | undefined;
|
|
1390
1455
|
script?: string[] | undefined;
|
|
1391
1456
|
}, {
|
|
1392
1457
|
[x: string]: unknown;
|
|
@@ -1394,6 +1459,7 @@ export declare const asUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1394
1459
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
1395
1460
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
1396
1461
|
_sequence: import("@xyo-network/sdk").LocalSequence | import("@xyo-network/sdk").QualifiedSequence;
|
|
1462
|
+
$version?: number | undefined;
|
|
1397
1463
|
}[]]) | undefined;
|
|
1398
1464
|
<T>(value: T, assert: import("@ariestools/sdk").ZodFactoryConfig): T & [{
|
|
1399
1465
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -1431,6 +1497,7 @@ export declare const asUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1431
1497
|
readonly __address: true;
|
|
1432
1498
|
}) | undefined;
|
|
1433
1499
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
1500
|
+
$version?: 1000000 | undefined;
|
|
1434
1501
|
script?: string[] | undefined;
|
|
1435
1502
|
}, {
|
|
1436
1503
|
[x: string]: unknown;
|
|
@@ -1438,6 +1505,7 @@ export declare const asUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1438
1505
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
1439
1506
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
1440
1507
|
_sequence: import("@xyo-network/sdk").LocalSequence | import("@xyo-network/sdk").QualifiedSequence;
|
|
1508
|
+
$version?: number | undefined;
|
|
1441
1509
|
}[]];
|
|
1442
1510
|
};
|
|
1443
1511
|
/** Safe conversion helper that returns Unsigned Hydrated Transaction With Storage Meta when validation succeeds and `undefined` otherwise. */
|
|
@@ -1478,6 +1546,7 @@ export declare const toUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1478
1546
|
readonly __address: true;
|
|
1479
1547
|
}) | undefined;
|
|
1480
1548
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
1549
|
+
$version?: 1000000 | undefined;
|
|
1481
1550
|
script?: string[] | undefined;
|
|
1482
1551
|
}, {
|
|
1483
1552
|
[x: string]: unknown;
|
|
@@ -1485,6 +1554,7 @@ export declare const toUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1485
1554
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
1486
1555
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
1487
1556
|
_sequence: import("@xyo-network/sdk").LocalSequence | import("@xyo-network/sdk").QualifiedSequence;
|
|
1557
|
+
$version?: number | undefined;
|
|
1488
1558
|
}[]] | undefined;
|
|
1489
1559
|
(value: unknown, assert: import("@ariestools/sdk").ZodFactoryConfig): [{
|
|
1490
1560
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -1522,6 +1592,7 @@ export declare const toUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1522
1592
|
readonly __address: true;
|
|
1523
1593
|
}) | undefined;
|
|
1524
1594
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
1595
|
+
$version?: 1000000 | undefined;
|
|
1525
1596
|
script?: string[] | undefined;
|
|
1526
1597
|
}, {
|
|
1527
1598
|
[x: string]: unknown;
|
|
@@ -1529,6 +1600,7 @@ export declare const toUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1529
1600
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
1530
1601
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
1531
1602
|
_sequence: import("@xyo-network/sdk").LocalSequence | import("@xyo-network/sdk").QualifiedSequence;
|
|
1603
|
+
$version?: number | undefined;
|
|
1532
1604
|
}[]];
|
|
1533
1605
|
};
|
|
1534
1606
|
/** Zod schema for validating Signed Hydrated Transaction values. */
|
|
@@ -1551,6 +1623,7 @@ export declare const SignedHydratedTransactionZod: z.ZodMiniTuple<readonly [z.Zo
|
|
|
1551
1623
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").XyoQuantAddress, string>>]>>;
|
|
1552
1624
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>>;
|
|
1553
1625
|
$signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHex, string>>>;
|
|
1626
|
+
$version: z.ZodMiniOptional<z.ZodMiniLiteral<1000000>>;
|
|
1554
1627
|
nbf: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import('../index.js').XL1BlockNumber, number>>;
|
|
1555
1628
|
exp: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import('../index.js').XL1BlockNumber, number>>;
|
|
1556
1629
|
fees: z.ZodMiniObject<{
|
|
@@ -1567,6 +1640,7 @@ export declare const SignedHydratedTransactionZod: z.ZodMiniTuple<readonly [z.Zo
|
|
|
1567
1640
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").XyoQuantAddress, string>>]>;
|
|
1568
1641
|
script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
1569
1642
|
}, z.core.$strip>, z.ZodMiniArray<z.ZodMiniObject<{
|
|
1643
|
+
$version: z.ZodMiniOptional<z.ZodMiniNumberFormat>;
|
|
1570
1644
|
schema: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").BrandedSchema<string>, string>>;
|
|
1571
1645
|
}, z.core.$strict>>], null>;
|
|
1572
1646
|
/** Type representing a hydrated SignedTransaction with resolved payloads. */
|
|
@@ -1605,9 +1679,11 @@ export declare const isSignedHydratedTransaction: <T>(value: T) => value is T &
|
|
|
1605
1679
|
readonly __address: true;
|
|
1606
1680
|
}) | undefined;
|
|
1607
1681
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
1682
|
+
$version?: 1000000 | undefined;
|
|
1608
1683
|
script?: string[] | undefined;
|
|
1609
1684
|
}, {
|
|
1610
1685
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
1686
|
+
$version?: number | undefined;
|
|
1611
1687
|
}[]];
|
|
1612
1688
|
/** Converts a value to SignedHydratedTransaction, throwing if invalid. */
|
|
1613
1689
|
export declare const asSignedHydratedTransaction: {
|
|
@@ -1644,9 +1720,11 @@ export declare const asSignedHydratedTransaction: {
|
|
|
1644
1720
|
readonly __address: true;
|
|
1645
1721
|
}) | undefined;
|
|
1646
1722
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
1723
|
+
$version?: 1000000 | undefined;
|
|
1647
1724
|
script?: string[] | undefined;
|
|
1648
1725
|
}, {
|
|
1649
1726
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
1727
|
+
$version?: number | undefined;
|
|
1650
1728
|
}[]]) | undefined;
|
|
1651
1729
|
<T>(value: T, assert: import("@ariestools/sdk").ZodFactoryConfig): T & [{
|
|
1652
1730
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -1681,9 +1759,11 @@ export declare const asSignedHydratedTransaction: {
|
|
|
1681
1759
|
readonly __address: true;
|
|
1682
1760
|
}) | undefined;
|
|
1683
1761
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
1762
|
+
$version?: 1000000 | undefined;
|
|
1684
1763
|
script?: string[] | undefined;
|
|
1685
1764
|
}, {
|
|
1686
1765
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
1766
|
+
$version?: number | undefined;
|
|
1687
1767
|
}[]];
|
|
1688
1768
|
};
|
|
1689
1769
|
/** Safe conversion helper that returns Signed Hydrated Transaction when validation succeeds and `undefined` otherwise. */
|
|
@@ -1721,9 +1801,11 @@ export declare const toSignedHydratedTransaction: {
|
|
|
1721
1801
|
readonly __address: true;
|
|
1722
1802
|
}) | undefined;
|
|
1723
1803
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
1804
|
+
$version?: 1000000 | undefined;
|
|
1724
1805
|
script?: string[] | undefined;
|
|
1725
1806
|
}, {
|
|
1726
1807
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
1808
|
+
$version?: number | undefined;
|
|
1727
1809
|
}[]] | undefined;
|
|
1728
1810
|
(value: unknown, assert: import("@ariestools/sdk").ZodFactoryConfig): [{
|
|
1729
1811
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -1758,9 +1840,11 @@ export declare const toSignedHydratedTransaction: {
|
|
|
1758
1840
|
readonly __address: true;
|
|
1759
1841
|
}) | undefined;
|
|
1760
1842
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
1843
|
+
$version?: 1000000 | undefined;
|
|
1761
1844
|
script?: string[] | undefined;
|
|
1762
1845
|
}, {
|
|
1763
1846
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
1847
|
+
$version?: number | undefined;
|
|
1764
1848
|
}[]];
|
|
1765
1849
|
};
|
|
1766
1850
|
/** Zod schema for validating Signed Hydrated Transaction With Hash Meta values. */
|
|
@@ -1783,6 +1867,7 @@ export declare const SignedHydratedTransactionWithHashMetaZod: z.ZodMiniTuple<re
|
|
|
1783
1867
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").XyoQuantAddress, string>>]>>;
|
|
1784
1868
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>>;
|
|
1785
1869
|
$signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHex, string>>>;
|
|
1870
|
+
$version: z.ZodMiniOptional<z.ZodMiniLiteral<1000000>>;
|
|
1786
1871
|
nbf: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import('../index.js').XL1BlockNumber, number>>;
|
|
1787
1872
|
exp: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import('../index.js').XL1BlockNumber, number>>;
|
|
1788
1873
|
fees: z.ZodMiniObject<{
|
|
@@ -1801,6 +1886,7 @@ export declare const SignedHydratedTransactionWithHashMetaZod: z.ZodMiniTuple<re
|
|
|
1801
1886
|
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>;
|
|
1802
1887
|
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>;
|
|
1803
1888
|
}, z.core.$strip>, z.ZodMiniArray<z.ZodMiniObject<{
|
|
1889
|
+
$version: z.ZodMiniOptional<z.ZodMiniNumberFormat>;
|
|
1804
1890
|
schema: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").BrandedSchema<string>, string>>;
|
|
1805
1891
|
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>;
|
|
1806
1892
|
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>;
|
|
@@ -1843,12 +1929,14 @@ export declare const isSignedHydratedTransactionWithHashMeta: <T>(value: T) => v
|
|
|
1843
1929
|
readonly __address: true;
|
|
1844
1930
|
}) | undefined;
|
|
1845
1931
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
1932
|
+
$version?: 1000000 | undefined;
|
|
1846
1933
|
script?: string[] | undefined;
|
|
1847
1934
|
}, {
|
|
1848
1935
|
[x: string]: unknown;
|
|
1849
1936
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
1850
1937
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
1851
1938
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
1939
|
+
$version?: number | undefined;
|
|
1852
1940
|
}[]];
|
|
1853
1941
|
/** Converts a value to SignedHydratedTransactionWithHashMeta, throwing if invalid. */
|
|
1854
1942
|
export declare const asSignedHydratedTransactionWithHashMeta: {
|
|
@@ -1887,12 +1975,14 @@ export declare const asSignedHydratedTransactionWithHashMeta: {
|
|
|
1887
1975
|
readonly __address: true;
|
|
1888
1976
|
}) | undefined;
|
|
1889
1977
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
1978
|
+
$version?: 1000000 | undefined;
|
|
1890
1979
|
script?: string[] | undefined;
|
|
1891
1980
|
}, {
|
|
1892
1981
|
[x: string]: unknown;
|
|
1893
1982
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
1894
1983
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
1895
1984
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
1985
|
+
$version?: number | undefined;
|
|
1896
1986
|
}[]]) | undefined;
|
|
1897
1987
|
<T>(value: T, assert: import("@ariestools/sdk").ZodFactoryConfig): T & [{
|
|
1898
1988
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -1929,12 +2019,14 @@ export declare const asSignedHydratedTransactionWithHashMeta: {
|
|
|
1929
2019
|
readonly __address: true;
|
|
1930
2020
|
}) | undefined;
|
|
1931
2021
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
2022
|
+
$version?: 1000000 | undefined;
|
|
1932
2023
|
script?: string[] | undefined;
|
|
1933
2024
|
}, {
|
|
1934
2025
|
[x: string]: unknown;
|
|
1935
2026
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
1936
2027
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
1937
2028
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
2029
|
+
$version?: number | undefined;
|
|
1938
2030
|
}[]];
|
|
1939
2031
|
};
|
|
1940
2032
|
/** Safe conversion helper that returns Signed Hydrated Transaction With Hash Meta when validation succeeds and `undefined` otherwise. */
|
|
@@ -1974,12 +2066,14 @@ export declare const toSignedHydratedTransactionWithHashMeta: {
|
|
|
1974
2066
|
readonly __address: true;
|
|
1975
2067
|
}) | undefined;
|
|
1976
2068
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
2069
|
+
$version?: 1000000 | undefined;
|
|
1977
2070
|
script?: string[] | undefined;
|
|
1978
2071
|
}, {
|
|
1979
2072
|
[x: string]: unknown;
|
|
1980
2073
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
1981
2074
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
1982
2075
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
2076
|
+
$version?: number | undefined;
|
|
1983
2077
|
}[]] | undefined;
|
|
1984
2078
|
(value: unknown, assert: import("@ariestools/sdk").ZodFactoryConfig): [{
|
|
1985
2079
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -2016,12 +2110,14 @@ export declare const toSignedHydratedTransactionWithHashMeta: {
|
|
|
2016
2110
|
readonly __address: true;
|
|
2017
2111
|
}) | undefined;
|
|
2018
2112
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
2113
|
+
$version?: 1000000 | undefined;
|
|
2019
2114
|
script?: string[] | undefined;
|
|
2020
2115
|
}, {
|
|
2021
2116
|
[x: string]: unknown;
|
|
2022
2117
|
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
2023
2118
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
2024
2119
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
2120
|
+
$version?: number | undefined;
|
|
2025
2121
|
}[]];
|
|
2026
2122
|
};
|
|
2027
2123
|
/** Zod schema for validating Signed Hydrated Transaction With Storage Meta values. */
|
|
@@ -2044,6 +2140,7 @@ export declare const SignedHydratedTransactionWithStorageMetaZod: z.ZodMiniTuple
|
|
|
2044
2140
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").XyoQuantAddress, string>>]>>;
|
|
2045
2141
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>>;
|
|
2046
2142
|
$signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHex, string>>>;
|
|
2143
|
+
$version: z.ZodMiniOptional<z.ZodMiniLiteral<1000000>>;
|
|
2047
2144
|
nbf: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import('../index.js').XL1BlockNumber, number>>;
|
|
2048
2145
|
exp: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import('../index.js').XL1BlockNumber, number>>;
|
|
2049
2146
|
fees: z.ZodMiniObject<{
|
|
@@ -2063,6 +2160,7 @@ export declare const SignedHydratedTransactionWithStorageMetaZod: z.ZodMiniTuple
|
|
|
2063
2160
|
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>;
|
|
2064
2161
|
_sequence: z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").LocalSequence, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").QualifiedSequence, string>>]>;
|
|
2065
2162
|
}, z.core.$strip>, z.ZodMiniArray<z.ZodMiniObject<{
|
|
2163
|
+
$version: z.ZodMiniOptional<z.ZodMiniNumberFormat>;
|
|
2066
2164
|
schema: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk").BrandedSchema<string>, string>>;
|
|
2067
2165
|
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>;
|
|
2068
2166
|
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>;
|
|
@@ -2107,6 +2205,7 @@ export declare const isSignedHydratedTransactionWithStorageMeta: <T>(value: T) =
|
|
|
2107
2205
|
readonly __address: true;
|
|
2108
2206
|
}) | undefined;
|
|
2109
2207
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
2208
|
+
$version?: 1000000 | undefined;
|
|
2110
2209
|
script?: string[] | undefined;
|
|
2111
2210
|
}, {
|
|
2112
2211
|
[x: string]: unknown;
|
|
@@ -2114,6 +2213,7 @@ export declare const isSignedHydratedTransactionWithStorageMeta: <T>(value: T) =
|
|
|
2114
2213
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
2115
2214
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
2116
2215
|
_sequence: import("@xyo-network/sdk").LocalSequence | import("@xyo-network/sdk").QualifiedSequence;
|
|
2216
|
+
$version?: number | undefined;
|
|
2117
2217
|
}[]];
|
|
2118
2218
|
/** Converts a value to SignedHydratedTransactionWithStorageMeta, throwing if invalid. */
|
|
2119
2219
|
export declare const asSignedHydratedTransactionWithStorageMeta: {
|
|
@@ -2153,6 +2253,7 @@ export declare const asSignedHydratedTransactionWithStorageMeta: {
|
|
|
2153
2253
|
readonly __address: true;
|
|
2154
2254
|
}) | undefined;
|
|
2155
2255
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
2256
|
+
$version?: 1000000 | undefined;
|
|
2156
2257
|
script?: string[] | undefined;
|
|
2157
2258
|
}, {
|
|
2158
2259
|
[x: string]: unknown;
|
|
@@ -2160,6 +2261,7 @@ export declare const asSignedHydratedTransactionWithStorageMeta: {
|
|
|
2160
2261
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
2161
2262
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
2162
2263
|
_sequence: import("@xyo-network/sdk").LocalSequence | import("@xyo-network/sdk").QualifiedSequence;
|
|
2264
|
+
$version?: number | undefined;
|
|
2163
2265
|
}[]]) | undefined;
|
|
2164
2266
|
<T>(value: T, assert: import("@ariestools/sdk").ZodFactoryConfig): T & [{
|
|
2165
2267
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -2197,6 +2299,7 @@ export declare const asSignedHydratedTransactionWithStorageMeta: {
|
|
|
2197
2299
|
readonly __address: true;
|
|
2198
2300
|
}) | undefined;
|
|
2199
2301
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
2302
|
+
$version?: 1000000 | undefined;
|
|
2200
2303
|
script?: string[] | undefined;
|
|
2201
2304
|
}, {
|
|
2202
2305
|
[x: string]: unknown;
|
|
@@ -2204,6 +2307,7 @@ export declare const asSignedHydratedTransactionWithStorageMeta: {
|
|
|
2204
2307
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
2205
2308
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
2206
2309
|
_sequence: import("@xyo-network/sdk").LocalSequence | import("@xyo-network/sdk").QualifiedSequence;
|
|
2310
|
+
$version?: number | undefined;
|
|
2207
2311
|
}[]];
|
|
2208
2312
|
};
|
|
2209
2313
|
/** Safe conversion helper that returns Signed Hydrated Transaction With Storage Meta when validation succeeds and `undefined` otherwise. */
|
|
@@ -2244,6 +2348,7 @@ export declare const toSignedHydratedTransactionWithStorageMeta: {
|
|
|
2244
2348
|
readonly __address: true;
|
|
2245
2349
|
}) | undefined;
|
|
2246
2350
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
2351
|
+
$version?: 1000000 | undefined;
|
|
2247
2352
|
script?: string[] | undefined;
|
|
2248
2353
|
}, {
|
|
2249
2354
|
[x: string]: unknown;
|
|
@@ -2251,6 +2356,7 @@ export declare const toSignedHydratedTransactionWithStorageMeta: {
|
|
|
2251
2356
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
2252
2357
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
2253
2358
|
_sequence: import("@xyo-network/sdk").LocalSequence | import("@xyo-network/sdk").QualifiedSequence;
|
|
2359
|
+
$version?: number | undefined;
|
|
2254
2360
|
}[]] | undefined;
|
|
2255
2361
|
(value: unknown, assert: import("@ariestools/sdk").ZodFactoryConfig): [{
|
|
2256
2362
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -2288,6 +2394,7 @@ export declare const toSignedHydratedTransactionWithStorageMeta: {
|
|
|
2288
2394
|
readonly __address: true;
|
|
2289
2395
|
}) | undefined;
|
|
2290
2396
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
2397
|
+
$version?: 1000000 | undefined;
|
|
2291
2398
|
script?: string[] | undefined;
|
|
2292
2399
|
}, {
|
|
2293
2400
|
[x: string]: unknown;
|
|
@@ -2295,6 +2402,7 @@ export declare const toSignedHydratedTransactionWithStorageMeta: {
|
|
|
2295
2402
|
_hash: import("@ariestools/sdk").BrandedHash;
|
|
2296
2403
|
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
2297
2404
|
_sequence: import("@xyo-network/sdk").LocalSequence | import("@xyo-network/sdk").QualifiedSequence;
|
|
2405
|
+
$version?: number | undefined;
|
|
2298
2406
|
}[]];
|
|
2299
2407
|
};
|
|
2300
2408
|
//# sourceMappingURL=HydratedTransaction.d.ts.map
|