@xyo-network/xl1-protocol-model 2.0.9 → 2.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/neutral/TransferPayload.d.ts +8 -8
- package/dist/neutral/block/BlockBoundWitness.d.ts +36 -36
- package/dist/neutral/block/HydratedBlock.d.ts +88 -88
- package/dist/neutral/block/signed/SignedBlockBoundWitness.d.ts +12 -12
- package/dist/neutral/block/signed/SignedBlockBoundWitnessWithHashMeta.d.ts +20 -20
- package/dist/neutral/block/signed/SignedBlockBoundWitnessWithStorageMeta.d.ts +24 -24
- package/dist/neutral/block/unsigned/UnsignedBlockBoundWitness.d.ts +12 -12
- package/dist/neutral/model/AccountBalance.d.ts +7 -7
- package/dist/neutral/model/Context/ChainContext.zod.d.ts +6 -6
- package/dist/neutral/model/Context/HeadContext.zod.d.ts +4 -4
- package/dist/neutral/model/HydratedTransaction.d.ts +162 -162
- package/dist/neutral/model/RewardsRangeOptions.d.ts +1 -1
- package/dist/neutral/model/Stake.d.ts +14 -14
- package/dist/neutral/model/SyncStepSummary.d.ts +12 -12
- package/dist/neutral/model/TransferPair.d.ts +2 -2
- package/dist/neutral/model/TransferPair.d.ts.map +1 -1
- package/dist/neutral/rejection/BlockRejectionPayload.d.ts +8 -8
- package/dist/neutral/rejection/TransactionRejectionPayload.d.ts +12 -12
- package/dist/neutral/transaction/TransactionBoundWitness.d.ts +164 -164
- package/package.json +7 -7
|
@@ -32,7 +32,7 @@ export declare const TransactionBoundWitnessIdentityFields: z.ZodMiniObject<{
|
|
|
32
32
|
readonly __hex: true;
|
|
33
33
|
} & {
|
|
34
34
|
readonly __address: true;
|
|
35
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
35
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>;
|
|
36
36
|
}, z.core.$strip>;
|
|
37
37
|
/** TransactionBoundWitnessFieldsZod constant. */
|
|
38
38
|
export declare const TransactionBoundWitnessFieldsZod: z.ZodMiniObject<{
|
|
@@ -49,7 +49,7 @@ export declare const TransactionBoundWitnessFieldsZod: z.ZodMiniObject<{
|
|
|
49
49
|
readonly __hex: true;
|
|
50
50
|
} & {
|
|
51
51
|
readonly __address: true;
|
|
52
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
52
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>;
|
|
53
53
|
script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
54
54
|
}, z.core.$strip>;
|
|
55
55
|
/** TransactionBoundWitnessFields type. */
|
|
@@ -63,7 +63,7 @@ export declare const TransactionBoundWitnessZod: z.ZodMiniObject<{
|
|
|
63
63
|
readonly __hex: true;
|
|
64
64
|
} & {
|
|
65
65
|
readonly __address: true;
|
|
66
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
66
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
67
67
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
68
68
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
69
69
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -71,7 +71,7 @@ export declare const TransactionBoundWitnessZod: z.ZodMiniObject<{
|
|
|
71
71
|
readonly __hex: true;
|
|
72
72
|
} & {
|
|
73
73
|
readonly __address: true;
|
|
74
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
74
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
75
75
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
76
76
|
$signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>, z.ZodMiniNull]>>;
|
|
77
77
|
nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../BlockNumber/XL1BlockNumber.ts").XL1BlockNumber, number>>;
|
|
@@ -87,7 +87,7 @@ export declare const TransactionBoundWitnessZod: z.ZodMiniObject<{
|
|
|
87
87
|
readonly __hex: true;
|
|
88
88
|
} & {
|
|
89
89
|
readonly __address: true;
|
|
90
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
90
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>;
|
|
91
91
|
script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
92
92
|
}, z.core.$strip>;
|
|
93
93
|
/** TransactionBoundWitness type. */
|
|
@@ -97,7 +97,7 @@ export declare const isTransactionBoundWitness: <T>(value: T) => value is T & {
|
|
|
97
97
|
schema: "network.xyo.boundwitness" & {
|
|
98
98
|
readonly __schema: true;
|
|
99
99
|
};
|
|
100
|
-
addresses: (import("@xyo-network/address").
|
|
100
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
101
101
|
readonly __hex: true;
|
|
102
102
|
} & {
|
|
103
103
|
readonly __address: true;
|
|
@@ -119,8 +119,8 @@ export declare const isTransactionBoundWitness: <T>(value: T) => value is T & {
|
|
|
119
119
|
readonly __hex: true;
|
|
120
120
|
} & {
|
|
121
121
|
readonly __address: true;
|
|
122
|
-
}) | import("@xyo-network/address").
|
|
123
|
-
$destination?: import("@xyo-network/address").
|
|
122
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
123
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
124
124
|
readonly __hex: true;
|
|
125
125
|
} & {
|
|
126
126
|
readonly __address: true;
|
|
@@ -134,7 +134,7 @@ export declare const asTransactionBoundWitness: {
|
|
|
134
134
|
schema: "network.xyo.boundwitness" & {
|
|
135
135
|
readonly __schema: true;
|
|
136
136
|
};
|
|
137
|
-
addresses: (import("@xyo-network/address").
|
|
137
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
138
138
|
readonly __hex: true;
|
|
139
139
|
} & {
|
|
140
140
|
readonly __address: true;
|
|
@@ -156,8 +156,8 @@ export declare const asTransactionBoundWitness: {
|
|
|
156
156
|
readonly __hex: true;
|
|
157
157
|
} & {
|
|
158
158
|
readonly __address: true;
|
|
159
|
-
}) | import("@xyo-network/address").
|
|
160
|
-
$destination?: import("@xyo-network/address").
|
|
159
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
160
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
161
161
|
readonly __hex: true;
|
|
162
162
|
} & {
|
|
163
163
|
readonly __address: true;
|
|
@@ -169,7 +169,7 @@ export declare const asTransactionBoundWitness: {
|
|
|
169
169
|
schema: "network.xyo.boundwitness" & {
|
|
170
170
|
readonly __schema: true;
|
|
171
171
|
};
|
|
172
|
-
addresses: (import("@xyo-network/address").
|
|
172
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
173
173
|
readonly __hex: true;
|
|
174
174
|
} & {
|
|
175
175
|
readonly __address: true;
|
|
@@ -191,8 +191,8 @@ export declare const asTransactionBoundWitness: {
|
|
|
191
191
|
readonly __hex: true;
|
|
192
192
|
} & {
|
|
193
193
|
readonly __address: true;
|
|
194
|
-
}) | import("@xyo-network/address").
|
|
195
|
-
$destination?: import("@xyo-network/address").
|
|
194
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
195
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
196
196
|
readonly __hex: true;
|
|
197
197
|
} & {
|
|
198
198
|
readonly __address: true;
|
|
@@ -207,7 +207,7 @@ export declare const toTransactionBoundWitness: {
|
|
|
207
207
|
schema: "network.xyo.boundwitness" & {
|
|
208
208
|
readonly __schema: true;
|
|
209
209
|
};
|
|
210
|
-
addresses: (import("@xyo-network/address").
|
|
210
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
211
211
|
readonly __hex: true;
|
|
212
212
|
} & {
|
|
213
213
|
readonly __address: true;
|
|
@@ -229,8 +229,8 @@ export declare const toTransactionBoundWitness: {
|
|
|
229
229
|
readonly __hex: true;
|
|
230
230
|
} & {
|
|
231
231
|
readonly __address: true;
|
|
232
|
-
}) | import("@xyo-network/address").
|
|
233
|
-
$destination?: import("@xyo-network/address").
|
|
232
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
233
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
234
234
|
readonly __hex: true;
|
|
235
235
|
} & {
|
|
236
236
|
readonly __address: true;
|
|
@@ -242,7 +242,7 @@ export declare const toTransactionBoundWitness: {
|
|
|
242
242
|
schema: "network.xyo.boundwitness" & {
|
|
243
243
|
readonly __schema: true;
|
|
244
244
|
};
|
|
245
|
-
addresses: (import("@xyo-network/address").
|
|
245
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
246
246
|
readonly __hex: true;
|
|
247
247
|
} & {
|
|
248
248
|
readonly __address: true;
|
|
@@ -264,8 +264,8 @@ export declare const toTransactionBoundWitness: {
|
|
|
264
264
|
readonly __hex: true;
|
|
265
265
|
} & {
|
|
266
266
|
readonly __address: true;
|
|
267
|
-
}) | import("@xyo-network/address").
|
|
268
|
-
$destination?: import("@xyo-network/address").
|
|
267
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
268
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
269
269
|
readonly __hex: true;
|
|
270
270
|
} & {
|
|
271
271
|
readonly __address: true;
|
|
@@ -283,7 +283,7 @@ export declare const TransactionBoundWitnessWithHashMetaZod: z.ZodMiniObject<{
|
|
|
283
283
|
readonly __hex: true;
|
|
284
284
|
} & {
|
|
285
285
|
readonly __address: true;
|
|
286
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
286
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
287
287
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
288
288
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
289
289
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -291,7 +291,7 @@ export declare const TransactionBoundWitnessWithHashMetaZod: z.ZodMiniObject<{
|
|
|
291
291
|
readonly __hex: true;
|
|
292
292
|
} & {
|
|
293
293
|
readonly __address: true;
|
|
294
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
294
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
295
295
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
296
296
|
$signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>, z.ZodMiniNull]>>;
|
|
297
297
|
nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../BlockNumber/XL1BlockNumber.ts").XL1BlockNumber, number>>;
|
|
@@ -307,7 +307,7 @@ export declare const TransactionBoundWitnessWithHashMetaZod: z.ZodMiniObject<{
|
|
|
307
307
|
readonly __hex: true;
|
|
308
308
|
} & {
|
|
309
309
|
readonly __address: true;
|
|
310
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
310
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>;
|
|
311
311
|
script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
312
312
|
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
313
313
|
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
@@ -319,7 +319,7 @@ export declare const isTransactionBoundWitnessWithHashMeta: <T>(value: T) => val
|
|
|
319
319
|
schema: "network.xyo.boundwitness" & {
|
|
320
320
|
readonly __schema: true;
|
|
321
321
|
};
|
|
322
|
-
addresses: (import("@xyo-network/address").
|
|
322
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
323
323
|
readonly __hex: true;
|
|
324
324
|
} & {
|
|
325
325
|
readonly __address: true;
|
|
@@ -341,10 +341,10 @@ export declare const isTransactionBoundWitnessWithHashMeta: <T>(value: T) => val
|
|
|
341
341
|
readonly __hex: true;
|
|
342
342
|
} & {
|
|
343
343
|
readonly __address: true;
|
|
344
|
-
}) | import("@xyo-network/address").
|
|
344
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
345
345
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
346
346
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
347
|
-
$destination?: import("@xyo-network/address").
|
|
347
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
348
348
|
readonly __hex: true;
|
|
349
349
|
} & {
|
|
350
350
|
readonly __address: true;
|
|
@@ -358,7 +358,7 @@ export declare const asTransactionBoundWitnessWithHashMeta: {
|
|
|
358
358
|
schema: "network.xyo.boundwitness" & {
|
|
359
359
|
readonly __schema: true;
|
|
360
360
|
};
|
|
361
|
-
addresses: (import("@xyo-network/address").
|
|
361
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
362
362
|
readonly __hex: true;
|
|
363
363
|
} & {
|
|
364
364
|
readonly __address: true;
|
|
@@ -380,10 +380,10 @@ export declare const asTransactionBoundWitnessWithHashMeta: {
|
|
|
380
380
|
readonly __hex: true;
|
|
381
381
|
} & {
|
|
382
382
|
readonly __address: true;
|
|
383
|
-
}) | import("@xyo-network/address").
|
|
383
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
384
384
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
385
385
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
386
|
-
$destination?: import("@xyo-network/address").
|
|
386
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
387
387
|
readonly __hex: true;
|
|
388
388
|
} & {
|
|
389
389
|
readonly __address: true;
|
|
@@ -395,7 +395,7 @@ export declare const asTransactionBoundWitnessWithHashMeta: {
|
|
|
395
395
|
schema: "network.xyo.boundwitness" & {
|
|
396
396
|
readonly __schema: true;
|
|
397
397
|
};
|
|
398
|
-
addresses: (import("@xyo-network/address").
|
|
398
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
399
399
|
readonly __hex: true;
|
|
400
400
|
} & {
|
|
401
401
|
readonly __address: true;
|
|
@@ -417,10 +417,10 @@ export declare const asTransactionBoundWitnessWithHashMeta: {
|
|
|
417
417
|
readonly __hex: true;
|
|
418
418
|
} & {
|
|
419
419
|
readonly __address: true;
|
|
420
|
-
}) | import("@xyo-network/address").
|
|
420
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
421
421
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
422
422
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
423
|
-
$destination?: import("@xyo-network/address").
|
|
423
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
424
424
|
readonly __hex: true;
|
|
425
425
|
} & {
|
|
426
426
|
readonly __address: true;
|
|
@@ -435,7 +435,7 @@ export declare const toTransactionBoundWitnessWithHashMeta: {
|
|
|
435
435
|
schema: "network.xyo.boundwitness" & {
|
|
436
436
|
readonly __schema: true;
|
|
437
437
|
};
|
|
438
|
-
addresses: (import("@xyo-network/address").
|
|
438
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
439
439
|
readonly __hex: true;
|
|
440
440
|
} & {
|
|
441
441
|
readonly __address: true;
|
|
@@ -457,10 +457,10 @@ export declare const toTransactionBoundWitnessWithHashMeta: {
|
|
|
457
457
|
readonly __hex: true;
|
|
458
458
|
} & {
|
|
459
459
|
readonly __address: true;
|
|
460
|
-
}) | import("@xyo-network/address").
|
|
460
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
461
461
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
462
462
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
463
|
-
$destination?: import("@xyo-network/address").
|
|
463
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
464
464
|
readonly __hex: true;
|
|
465
465
|
} & {
|
|
466
466
|
readonly __address: true;
|
|
@@ -472,7 +472,7 @@ export declare const toTransactionBoundWitnessWithHashMeta: {
|
|
|
472
472
|
schema: "network.xyo.boundwitness" & {
|
|
473
473
|
readonly __schema: true;
|
|
474
474
|
};
|
|
475
|
-
addresses: (import("@xyo-network/address").
|
|
475
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
476
476
|
readonly __hex: true;
|
|
477
477
|
} & {
|
|
478
478
|
readonly __address: true;
|
|
@@ -494,10 +494,10 @@ export declare const toTransactionBoundWitnessWithHashMeta: {
|
|
|
494
494
|
readonly __hex: true;
|
|
495
495
|
} & {
|
|
496
496
|
readonly __address: true;
|
|
497
|
-
}) | import("@xyo-network/address").
|
|
497
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
498
498
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
499
499
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
500
|
-
$destination?: import("@xyo-network/address").
|
|
500
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
501
501
|
readonly __hex: true;
|
|
502
502
|
} & {
|
|
503
503
|
readonly __address: true;
|
|
@@ -515,7 +515,7 @@ export declare const TransactionBoundWitnessWithStorageMetaZod: z.ZodMiniObject<
|
|
|
515
515
|
readonly __hex: true;
|
|
516
516
|
} & {
|
|
517
517
|
readonly __address: true;
|
|
518
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
518
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
519
519
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
520
520
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
521
521
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -523,7 +523,7 @@ export declare const TransactionBoundWitnessWithStorageMetaZod: z.ZodMiniObject<
|
|
|
523
523
|
readonly __hex: true;
|
|
524
524
|
} & {
|
|
525
525
|
readonly __address: true;
|
|
526
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
526
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
527
527
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
528
528
|
$signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>, z.ZodMiniNull]>>;
|
|
529
529
|
nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../BlockNumber/XL1BlockNumber.ts").XL1BlockNumber, number>>;
|
|
@@ -539,7 +539,7 @@ export declare const TransactionBoundWitnessWithStorageMetaZod: z.ZodMiniObject<
|
|
|
539
539
|
readonly __hex: true;
|
|
540
540
|
} & {
|
|
541
541
|
readonly __address: true;
|
|
542
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
542
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>;
|
|
543
543
|
script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
544
544
|
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
545
545
|
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
@@ -552,7 +552,7 @@ export declare const isTransactionBoundWitnessWithStorageMeta: <T>(value: T) =>
|
|
|
552
552
|
schema: "network.xyo.boundwitness" & {
|
|
553
553
|
readonly __schema: true;
|
|
554
554
|
};
|
|
555
|
-
addresses: (import("@xyo-network/address").
|
|
555
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
556
556
|
readonly __hex: true;
|
|
557
557
|
} & {
|
|
558
558
|
readonly __address: true;
|
|
@@ -574,11 +574,11 @@ export declare const isTransactionBoundWitnessWithStorageMeta: <T>(value: T) =>
|
|
|
574
574
|
readonly __hex: true;
|
|
575
575
|
} & {
|
|
576
576
|
readonly __address: true;
|
|
577
|
-
}) | import("@xyo-network/address").
|
|
577
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
578
578
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
579
579
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
580
580
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
581
|
-
$destination?: import("@xyo-network/address").
|
|
581
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
582
582
|
readonly __hex: true;
|
|
583
583
|
} & {
|
|
584
584
|
readonly __address: true;
|
|
@@ -592,7 +592,7 @@ export declare const asTransactionBoundWitnessWithStorageMeta: {
|
|
|
592
592
|
schema: "network.xyo.boundwitness" & {
|
|
593
593
|
readonly __schema: true;
|
|
594
594
|
};
|
|
595
|
-
addresses: (import("@xyo-network/address").
|
|
595
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
596
596
|
readonly __hex: true;
|
|
597
597
|
} & {
|
|
598
598
|
readonly __address: true;
|
|
@@ -614,11 +614,11 @@ export declare const asTransactionBoundWitnessWithStorageMeta: {
|
|
|
614
614
|
readonly __hex: true;
|
|
615
615
|
} & {
|
|
616
616
|
readonly __address: true;
|
|
617
|
-
}) | import("@xyo-network/address").
|
|
617
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
618
618
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
619
619
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
620
620
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
621
|
-
$destination?: import("@xyo-network/address").
|
|
621
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
622
622
|
readonly __hex: true;
|
|
623
623
|
} & {
|
|
624
624
|
readonly __address: true;
|
|
@@ -630,7 +630,7 @@ export declare const asTransactionBoundWitnessWithStorageMeta: {
|
|
|
630
630
|
schema: "network.xyo.boundwitness" & {
|
|
631
631
|
readonly __schema: true;
|
|
632
632
|
};
|
|
633
|
-
addresses: (import("@xyo-network/address").
|
|
633
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
634
634
|
readonly __hex: true;
|
|
635
635
|
} & {
|
|
636
636
|
readonly __address: true;
|
|
@@ -652,11 +652,11 @@ export declare const asTransactionBoundWitnessWithStorageMeta: {
|
|
|
652
652
|
readonly __hex: true;
|
|
653
653
|
} & {
|
|
654
654
|
readonly __address: true;
|
|
655
|
-
}) | import("@xyo-network/address").
|
|
655
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
656
656
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
657
657
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
658
658
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
659
|
-
$destination?: import("@xyo-network/address").
|
|
659
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
660
660
|
readonly __hex: true;
|
|
661
661
|
} & {
|
|
662
662
|
readonly __address: true;
|
|
@@ -671,7 +671,7 @@ export declare const toTransactionBoundWitnessWithStorageMeta: {
|
|
|
671
671
|
schema: "network.xyo.boundwitness" & {
|
|
672
672
|
readonly __schema: true;
|
|
673
673
|
};
|
|
674
|
-
addresses: (import("@xyo-network/address").
|
|
674
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
675
675
|
readonly __hex: true;
|
|
676
676
|
} & {
|
|
677
677
|
readonly __address: true;
|
|
@@ -693,11 +693,11 @@ export declare const toTransactionBoundWitnessWithStorageMeta: {
|
|
|
693
693
|
readonly __hex: true;
|
|
694
694
|
} & {
|
|
695
695
|
readonly __address: true;
|
|
696
|
-
}) | import("@xyo-network/address").
|
|
696
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
697
697
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
698
698
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
699
699
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
700
|
-
$destination?: import("@xyo-network/address").
|
|
700
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
701
701
|
readonly __hex: true;
|
|
702
702
|
} & {
|
|
703
703
|
readonly __address: true;
|
|
@@ -709,7 +709,7 @@ export declare const toTransactionBoundWitnessWithStorageMeta: {
|
|
|
709
709
|
schema: "network.xyo.boundwitness" & {
|
|
710
710
|
readonly __schema: true;
|
|
711
711
|
};
|
|
712
|
-
addresses: (import("@xyo-network/address").
|
|
712
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
713
713
|
readonly __hex: true;
|
|
714
714
|
} & {
|
|
715
715
|
readonly __address: true;
|
|
@@ -731,11 +731,11 @@ export declare const toTransactionBoundWitnessWithStorageMeta: {
|
|
|
731
731
|
readonly __hex: true;
|
|
732
732
|
} & {
|
|
733
733
|
readonly __address: true;
|
|
734
|
-
}) | import("@xyo-network/address").
|
|
734
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
735
735
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
736
736
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
737
737
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
738
|
-
$destination?: import("@xyo-network/address").
|
|
738
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
739
739
|
readonly __hex: true;
|
|
740
740
|
} & {
|
|
741
741
|
readonly __address: true;
|
|
@@ -753,7 +753,7 @@ export declare const UnsignedTransactionBoundWitnessZod: z.ZodMiniObject<{
|
|
|
753
753
|
readonly __hex: true;
|
|
754
754
|
} & {
|
|
755
755
|
readonly __address: true;
|
|
756
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
756
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
757
757
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
758
758
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
759
759
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -761,7 +761,7 @@ export declare const UnsignedTransactionBoundWitnessZod: z.ZodMiniObject<{
|
|
|
761
761
|
readonly __hex: true;
|
|
762
762
|
} & {
|
|
763
763
|
readonly __address: true;
|
|
764
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
764
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
765
765
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
766
766
|
$signatures: z.ZodMiniArray<z.ZodMiniNull>;
|
|
767
767
|
nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../BlockNumber/XL1BlockNumber.ts").XL1BlockNumber, number>>;
|
|
@@ -777,7 +777,7 @@ export declare const UnsignedTransactionBoundWitnessZod: z.ZodMiniObject<{
|
|
|
777
777
|
readonly __hex: true;
|
|
778
778
|
} & {
|
|
779
779
|
readonly __address: true;
|
|
780
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
780
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>;
|
|
781
781
|
script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
782
782
|
}, z.core.$strip>;
|
|
783
783
|
/** UnsignedTransactionBoundWitness type. */
|
|
@@ -787,7 +787,7 @@ export declare const isUnsignedTransactionBoundWitness: <T>(value: T) => value i
|
|
|
787
787
|
schema: "network.xyo.boundwitness" & {
|
|
788
788
|
readonly __schema: true;
|
|
789
789
|
};
|
|
790
|
-
addresses: (import("@xyo-network/address").
|
|
790
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
791
791
|
readonly __hex: true;
|
|
792
792
|
} & {
|
|
793
793
|
readonly __address: true;
|
|
@@ -809,8 +809,8 @@ export declare const isUnsignedTransactionBoundWitness: <T>(value: T) => value i
|
|
|
809
809
|
readonly __hex: true;
|
|
810
810
|
} & {
|
|
811
811
|
readonly __address: true;
|
|
812
|
-
}) | import("@xyo-network/address").
|
|
813
|
-
$destination?: import("@xyo-network/address").
|
|
812
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
813
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
814
814
|
readonly __hex: true;
|
|
815
815
|
} & {
|
|
816
816
|
readonly __address: true;
|
|
@@ -824,7 +824,7 @@ export declare const asUnsignedTransactionBoundWitness: {
|
|
|
824
824
|
schema: "network.xyo.boundwitness" & {
|
|
825
825
|
readonly __schema: true;
|
|
826
826
|
};
|
|
827
|
-
addresses: (import("@xyo-network/address").
|
|
827
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
828
828
|
readonly __hex: true;
|
|
829
829
|
} & {
|
|
830
830
|
readonly __address: true;
|
|
@@ -846,8 +846,8 @@ export declare const asUnsignedTransactionBoundWitness: {
|
|
|
846
846
|
readonly __hex: true;
|
|
847
847
|
} & {
|
|
848
848
|
readonly __address: true;
|
|
849
|
-
}) | import("@xyo-network/address").
|
|
850
|
-
$destination?: import("@xyo-network/address").
|
|
849
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
850
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
851
851
|
readonly __hex: true;
|
|
852
852
|
} & {
|
|
853
853
|
readonly __address: true;
|
|
@@ -859,7 +859,7 @@ export declare const asUnsignedTransactionBoundWitness: {
|
|
|
859
859
|
schema: "network.xyo.boundwitness" & {
|
|
860
860
|
readonly __schema: true;
|
|
861
861
|
};
|
|
862
|
-
addresses: (import("@xyo-network/address").
|
|
862
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
863
863
|
readonly __hex: true;
|
|
864
864
|
} & {
|
|
865
865
|
readonly __address: true;
|
|
@@ -881,8 +881,8 @@ export declare const asUnsignedTransactionBoundWitness: {
|
|
|
881
881
|
readonly __hex: true;
|
|
882
882
|
} & {
|
|
883
883
|
readonly __address: true;
|
|
884
|
-
}) | import("@xyo-network/address").
|
|
885
|
-
$destination?: import("@xyo-network/address").
|
|
884
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
885
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
886
886
|
readonly __hex: true;
|
|
887
887
|
} & {
|
|
888
888
|
readonly __address: true;
|
|
@@ -897,7 +897,7 @@ export declare const toUnsignedTransactionBoundWitness: {
|
|
|
897
897
|
schema: "network.xyo.boundwitness" & {
|
|
898
898
|
readonly __schema: true;
|
|
899
899
|
};
|
|
900
|
-
addresses: (import("@xyo-network/address").
|
|
900
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
901
901
|
readonly __hex: true;
|
|
902
902
|
} & {
|
|
903
903
|
readonly __address: true;
|
|
@@ -919,8 +919,8 @@ export declare const toUnsignedTransactionBoundWitness: {
|
|
|
919
919
|
readonly __hex: true;
|
|
920
920
|
} & {
|
|
921
921
|
readonly __address: true;
|
|
922
|
-
}) | import("@xyo-network/address").
|
|
923
|
-
$destination?: import("@xyo-network/address").
|
|
922
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
923
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
924
924
|
readonly __hex: true;
|
|
925
925
|
} & {
|
|
926
926
|
readonly __address: true;
|
|
@@ -932,7 +932,7 @@ export declare const toUnsignedTransactionBoundWitness: {
|
|
|
932
932
|
schema: "network.xyo.boundwitness" & {
|
|
933
933
|
readonly __schema: true;
|
|
934
934
|
};
|
|
935
|
-
addresses: (import("@xyo-network/address").
|
|
935
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
936
936
|
readonly __hex: true;
|
|
937
937
|
} & {
|
|
938
938
|
readonly __address: true;
|
|
@@ -954,8 +954,8 @@ export declare const toUnsignedTransactionBoundWitness: {
|
|
|
954
954
|
readonly __hex: true;
|
|
955
955
|
} & {
|
|
956
956
|
readonly __address: true;
|
|
957
|
-
}) | import("@xyo-network/address").
|
|
958
|
-
$destination?: import("@xyo-network/address").
|
|
957
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
958
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
959
959
|
readonly __hex: true;
|
|
960
960
|
} & {
|
|
961
961
|
readonly __address: true;
|
|
@@ -973,7 +973,7 @@ export declare const UnsignedTransactionBoundWitnessWithHashMetaZod: z.ZodMiniOb
|
|
|
973
973
|
readonly __hex: true;
|
|
974
974
|
} & {
|
|
975
975
|
readonly __address: true;
|
|
976
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
976
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
977
977
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
978
978
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
979
979
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -981,7 +981,7 @@ export declare const UnsignedTransactionBoundWitnessWithHashMetaZod: z.ZodMiniOb
|
|
|
981
981
|
readonly __hex: true;
|
|
982
982
|
} & {
|
|
983
983
|
readonly __address: true;
|
|
984
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
984
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
985
985
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
986
986
|
$signatures: z.ZodMiniArray<z.ZodMiniNull>;
|
|
987
987
|
nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../BlockNumber/XL1BlockNumber.ts").XL1BlockNumber, number>>;
|
|
@@ -997,7 +997,7 @@ export declare const UnsignedTransactionBoundWitnessWithHashMetaZod: z.ZodMiniOb
|
|
|
997
997
|
readonly __hex: true;
|
|
998
998
|
} & {
|
|
999
999
|
readonly __address: true;
|
|
1000
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
1000
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>;
|
|
1001
1001
|
script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
1002
1002
|
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
1003
1003
|
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
@@ -1009,7 +1009,7 @@ export declare const isUnsignedTransactionBoundWitnessWithHashMeta: <T>(value: T
|
|
|
1009
1009
|
schema: "network.xyo.boundwitness" & {
|
|
1010
1010
|
readonly __schema: true;
|
|
1011
1011
|
};
|
|
1012
|
-
addresses: (import("@xyo-network/address").
|
|
1012
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1013
1013
|
readonly __hex: true;
|
|
1014
1014
|
} & {
|
|
1015
1015
|
readonly __address: true;
|
|
@@ -1031,10 +1031,10 @@ export declare const isUnsignedTransactionBoundWitnessWithHashMeta: <T>(value: T
|
|
|
1031
1031
|
readonly __hex: true;
|
|
1032
1032
|
} & {
|
|
1033
1033
|
readonly __address: true;
|
|
1034
|
-
}) | import("@xyo-network/address").
|
|
1034
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1035
1035
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1036
1036
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1037
|
-
$destination?: import("@xyo-network/address").
|
|
1037
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1038
1038
|
readonly __hex: true;
|
|
1039
1039
|
} & {
|
|
1040
1040
|
readonly __address: true;
|
|
@@ -1048,7 +1048,7 @@ export declare const asUnsignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1048
1048
|
schema: "network.xyo.boundwitness" & {
|
|
1049
1049
|
readonly __schema: true;
|
|
1050
1050
|
};
|
|
1051
|
-
addresses: (import("@xyo-network/address").
|
|
1051
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1052
1052
|
readonly __hex: true;
|
|
1053
1053
|
} & {
|
|
1054
1054
|
readonly __address: true;
|
|
@@ -1070,10 +1070,10 @@ export declare const asUnsignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1070
1070
|
readonly __hex: true;
|
|
1071
1071
|
} & {
|
|
1072
1072
|
readonly __address: true;
|
|
1073
|
-
}) | import("@xyo-network/address").
|
|
1073
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1074
1074
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1075
1075
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1076
|
-
$destination?: import("@xyo-network/address").
|
|
1076
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1077
1077
|
readonly __hex: true;
|
|
1078
1078
|
} & {
|
|
1079
1079
|
readonly __address: true;
|
|
@@ -1085,7 +1085,7 @@ export declare const asUnsignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1085
1085
|
schema: "network.xyo.boundwitness" & {
|
|
1086
1086
|
readonly __schema: true;
|
|
1087
1087
|
};
|
|
1088
|
-
addresses: (import("@xyo-network/address").
|
|
1088
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1089
1089
|
readonly __hex: true;
|
|
1090
1090
|
} & {
|
|
1091
1091
|
readonly __address: true;
|
|
@@ -1107,10 +1107,10 @@ export declare const asUnsignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1107
1107
|
readonly __hex: true;
|
|
1108
1108
|
} & {
|
|
1109
1109
|
readonly __address: true;
|
|
1110
|
-
}) | import("@xyo-network/address").
|
|
1110
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1111
1111
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1112
1112
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1113
|
-
$destination?: import("@xyo-network/address").
|
|
1113
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1114
1114
|
readonly __hex: true;
|
|
1115
1115
|
} & {
|
|
1116
1116
|
readonly __address: true;
|
|
@@ -1125,7 +1125,7 @@ export declare const toUnsignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1125
1125
|
schema: "network.xyo.boundwitness" & {
|
|
1126
1126
|
readonly __schema: true;
|
|
1127
1127
|
};
|
|
1128
|
-
addresses: (import("@xyo-network/address").
|
|
1128
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1129
1129
|
readonly __hex: true;
|
|
1130
1130
|
} & {
|
|
1131
1131
|
readonly __address: true;
|
|
@@ -1147,10 +1147,10 @@ export declare const toUnsignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1147
1147
|
readonly __hex: true;
|
|
1148
1148
|
} & {
|
|
1149
1149
|
readonly __address: true;
|
|
1150
|
-
}) | import("@xyo-network/address").
|
|
1150
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1151
1151
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1152
1152
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1153
|
-
$destination?: import("@xyo-network/address").
|
|
1153
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1154
1154
|
readonly __hex: true;
|
|
1155
1155
|
} & {
|
|
1156
1156
|
readonly __address: true;
|
|
@@ -1162,7 +1162,7 @@ export declare const toUnsignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1162
1162
|
schema: "network.xyo.boundwitness" & {
|
|
1163
1163
|
readonly __schema: true;
|
|
1164
1164
|
};
|
|
1165
|
-
addresses: (import("@xyo-network/address").
|
|
1165
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1166
1166
|
readonly __hex: true;
|
|
1167
1167
|
} & {
|
|
1168
1168
|
readonly __address: true;
|
|
@@ -1184,10 +1184,10 @@ export declare const toUnsignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1184
1184
|
readonly __hex: true;
|
|
1185
1185
|
} & {
|
|
1186
1186
|
readonly __address: true;
|
|
1187
|
-
}) | import("@xyo-network/address").
|
|
1187
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1188
1188
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1189
1189
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1190
|
-
$destination?: import("@xyo-network/address").
|
|
1190
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1191
1191
|
readonly __hex: true;
|
|
1192
1192
|
} & {
|
|
1193
1193
|
readonly __address: true;
|
|
@@ -1205,7 +1205,7 @@ export declare const UnsignedTransactionBoundWitnessWithStorageMetaZod: z.ZodMin
|
|
|
1205
1205
|
readonly __hex: true;
|
|
1206
1206
|
} & {
|
|
1207
1207
|
readonly __address: true;
|
|
1208
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
1208
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
1209
1209
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1210
1210
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
1211
1211
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -1213,7 +1213,7 @@ export declare const UnsignedTransactionBoundWitnessWithStorageMetaZod: z.ZodMin
|
|
|
1213
1213
|
readonly __hex: true;
|
|
1214
1214
|
} & {
|
|
1215
1215
|
readonly __address: true;
|
|
1216
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
1216
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
1217
1217
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1218
1218
|
$signatures: z.ZodMiniArray<z.ZodMiniNull>;
|
|
1219
1219
|
nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../BlockNumber/XL1BlockNumber.ts").XL1BlockNumber, number>>;
|
|
@@ -1229,7 +1229,7 @@ export declare const UnsignedTransactionBoundWitnessWithStorageMetaZod: z.ZodMin
|
|
|
1229
1229
|
readonly __hex: true;
|
|
1230
1230
|
} & {
|
|
1231
1231
|
readonly __address: true;
|
|
1232
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
1232
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>;
|
|
1233
1233
|
script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
1234
1234
|
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
1235
1235
|
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
@@ -1242,7 +1242,7 @@ export declare const isUnsignedTransactionBoundWitnessWithStorageMeta: <T>(value
|
|
|
1242
1242
|
schema: "network.xyo.boundwitness" & {
|
|
1243
1243
|
readonly __schema: true;
|
|
1244
1244
|
};
|
|
1245
|
-
addresses: (import("@xyo-network/address").
|
|
1245
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1246
1246
|
readonly __hex: true;
|
|
1247
1247
|
} & {
|
|
1248
1248
|
readonly __address: true;
|
|
@@ -1264,11 +1264,11 @@ export declare const isUnsignedTransactionBoundWitnessWithStorageMeta: <T>(value
|
|
|
1264
1264
|
readonly __hex: true;
|
|
1265
1265
|
} & {
|
|
1266
1266
|
readonly __address: true;
|
|
1267
|
-
}) | import("@xyo-network/address").
|
|
1267
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1268
1268
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1269
1269
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1270
1270
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1271
|
-
$destination?: import("@xyo-network/address").
|
|
1271
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1272
1272
|
readonly __hex: true;
|
|
1273
1273
|
} & {
|
|
1274
1274
|
readonly __address: true;
|
|
@@ -1282,7 +1282,7 @@ export declare const asUnsignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
1282
1282
|
schema: "network.xyo.boundwitness" & {
|
|
1283
1283
|
readonly __schema: true;
|
|
1284
1284
|
};
|
|
1285
|
-
addresses: (import("@xyo-network/address").
|
|
1285
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1286
1286
|
readonly __hex: true;
|
|
1287
1287
|
} & {
|
|
1288
1288
|
readonly __address: true;
|
|
@@ -1304,11 +1304,11 @@ export declare const asUnsignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
1304
1304
|
readonly __hex: true;
|
|
1305
1305
|
} & {
|
|
1306
1306
|
readonly __address: true;
|
|
1307
|
-
}) | import("@xyo-network/address").
|
|
1307
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1308
1308
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1309
1309
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1310
1310
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1311
|
-
$destination?: import("@xyo-network/address").
|
|
1311
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1312
1312
|
readonly __hex: true;
|
|
1313
1313
|
} & {
|
|
1314
1314
|
readonly __address: true;
|
|
@@ -1320,7 +1320,7 @@ export declare const asUnsignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
1320
1320
|
schema: "network.xyo.boundwitness" & {
|
|
1321
1321
|
readonly __schema: true;
|
|
1322
1322
|
};
|
|
1323
|
-
addresses: (import("@xyo-network/address").
|
|
1323
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1324
1324
|
readonly __hex: true;
|
|
1325
1325
|
} & {
|
|
1326
1326
|
readonly __address: true;
|
|
@@ -1342,11 +1342,11 @@ export declare const asUnsignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
1342
1342
|
readonly __hex: true;
|
|
1343
1343
|
} & {
|
|
1344
1344
|
readonly __address: true;
|
|
1345
|
-
}) | import("@xyo-network/address").
|
|
1345
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1346
1346
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1347
1347
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1348
1348
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1349
|
-
$destination?: import("@xyo-network/address").
|
|
1349
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1350
1350
|
readonly __hex: true;
|
|
1351
1351
|
} & {
|
|
1352
1352
|
readonly __address: true;
|
|
@@ -1361,7 +1361,7 @@ export declare const toUnsignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
1361
1361
|
schema: "network.xyo.boundwitness" & {
|
|
1362
1362
|
readonly __schema: true;
|
|
1363
1363
|
};
|
|
1364
|
-
addresses: (import("@xyo-network/address").
|
|
1364
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1365
1365
|
readonly __hex: true;
|
|
1366
1366
|
} & {
|
|
1367
1367
|
readonly __address: true;
|
|
@@ -1383,11 +1383,11 @@ export declare const toUnsignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
1383
1383
|
readonly __hex: true;
|
|
1384
1384
|
} & {
|
|
1385
1385
|
readonly __address: true;
|
|
1386
|
-
}) | import("@xyo-network/address").
|
|
1386
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1387
1387
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1388
1388
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1389
1389
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1390
|
-
$destination?: import("@xyo-network/address").
|
|
1390
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1391
1391
|
readonly __hex: true;
|
|
1392
1392
|
} & {
|
|
1393
1393
|
readonly __address: true;
|
|
@@ -1399,7 +1399,7 @@ export declare const toUnsignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
1399
1399
|
schema: "network.xyo.boundwitness" & {
|
|
1400
1400
|
readonly __schema: true;
|
|
1401
1401
|
};
|
|
1402
|
-
addresses: (import("@xyo-network/address").
|
|
1402
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1403
1403
|
readonly __hex: true;
|
|
1404
1404
|
} & {
|
|
1405
1405
|
readonly __address: true;
|
|
@@ -1421,11 +1421,11 @@ export declare const toUnsignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
1421
1421
|
readonly __hex: true;
|
|
1422
1422
|
} & {
|
|
1423
1423
|
readonly __address: true;
|
|
1424
|
-
}) | import("@xyo-network/address").
|
|
1424
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1425
1425
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1426
1426
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1427
1427
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1428
|
-
$destination?: import("@xyo-network/address").
|
|
1428
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1429
1429
|
readonly __hex: true;
|
|
1430
1430
|
} & {
|
|
1431
1431
|
readonly __address: true;
|
|
@@ -1443,7 +1443,7 @@ export declare const SignedTransactionBoundWitnessZod: z.ZodMiniObject<{
|
|
|
1443
1443
|
readonly __hex: true;
|
|
1444
1444
|
} & {
|
|
1445
1445
|
readonly __address: true;
|
|
1446
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
1446
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
1447
1447
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1448
1448
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
1449
1449
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -1451,7 +1451,7 @@ export declare const SignedTransactionBoundWitnessZod: z.ZodMiniObject<{
|
|
|
1451
1451
|
readonly __hex: true;
|
|
1452
1452
|
} & {
|
|
1453
1453
|
readonly __address: true;
|
|
1454
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
1454
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
1455
1455
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1456
1456
|
$signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>>;
|
|
1457
1457
|
nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../BlockNumber/XL1BlockNumber.ts").XL1BlockNumber, number>>;
|
|
@@ -1467,7 +1467,7 @@ export declare const SignedTransactionBoundWitnessZod: z.ZodMiniObject<{
|
|
|
1467
1467
|
readonly __hex: true;
|
|
1468
1468
|
} & {
|
|
1469
1469
|
readonly __address: true;
|
|
1470
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
1470
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>;
|
|
1471
1471
|
script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
1472
1472
|
}, z.core.$strip>;
|
|
1473
1473
|
/** SignedTransactionBoundWitness type. */
|
|
@@ -1477,7 +1477,7 @@ export declare const isSignedTransactionBoundWitness: <T>(value: T) => value is
|
|
|
1477
1477
|
schema: "network.xyo.boundwitness" & {
|
|
1478
1478
|
readonly __schema: true;
|
|
1479
1479
|
};
|
|
1480
|
-
addresses: (import("@xyo-network/address").
|
|
1480
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1481
1481
|
readonly __hex: true;
|
|
1482
1482
|
} & {
|
|
1483
1483
|
readonly __address: true;
|
|
@@ -1499,8 +1499,8 @@ export declare const isSignedTransactionBoundWitness: <T>(value: T) => value is
|
|
|
1499
1499
|
readonly __hex: true;
|
|
1500
1500
|
} & {
|
|
1501
1501
|
readonly __address: true;
|
|
1502
|
-
}) | import("@xyo-network/address").
|
|
1503
|
-
$destination?: import("@xyo-network/address").
|
|
1502
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1503
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1504
1504
|
readonly __hex: true;
|
|
1505
1505
|
} & {
|
|
1506
1506
|
readonly __address: true;
|
|
@@ -1514,7 +1514,7 @@ export declare const asSignedTransactionBoundWitness: {
|
|
|
1514
1514
|
schema: "network.xyo.boundwitness" & {
|
|
1515
1515
|
readonly __schema: true;
|
|
1516
1516
|
};
|
|
1517
|
-
addresses: (import("@xyo-network/address").
|
|
1517
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1518
1518
|
readonly __hex: true;
|
|
1519
1519
|
} & {
|
|
1520
1520
|
readonly __address: true;
|
|
@@ -1536,8 +1536,8 @@ export declare const asSignedTransactionBoundWitness: {
|
|
|
1536
1536
|
readonly __hex: true;
|
|
1537
1537
|
} & {
|
|
1538
1538
|
readonly __address: true;
|
|
1539
|
-
}) | import("@xyo-network/address").
|
|
1540
|
-
$destination?: import("@xyo-network/address").
|
|
1539
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1540
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1541
1541
|
readonly __hex: true;
|
|
1542
1542
|
} & {
|
|
1543
1543
|
readonly __address: true;
|
|
@@ -1549,7 +1549,7 @@ export declare const asSignedTransactionBoundWitness: {
|
|
|
1549
1549
|
schema: "network.xyo.boundwitness" & {
|
|
1550
1550
|
readonly __schema: true;
|
|
1551
1551
|
};
|
|
1552
|
-
addresses: (import("@xyo-network/address").
|
|
1552
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1553
1553
|
readonly __hex: true;
|
|
1554
1554
|
} & {
|
|
1555
1555
|
readonly __address: true;
|
|
@@ -1571,8 +1571,8 @@ export declare const asSignedTransactionBoundWitness: {
|
|
|
1571
1571
|
readonly __hex: true;
|
|
1572
1572
|
} & {
|
|
1573
1573
|
readonly __address: true;
|
|
1574
|
-
}) | import("@xyo-network/address").
|
|
1575
|
-
$destination?: import("@xyo-network/address").
|
|
1574
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1575
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1576
1576
|
readonly __hex: true;
|
|
1577
1577
|
} & {
|
|
1578
1578
|
readonly __address: true;
|
|
@@ -1587,7 +1587,7 @@ export declare const toSignedTransactionBoundWitness: {
|
|
|
1587
1587
|
schema: "network.xyo.boundwitness" & {
|
|
1588
1588
|
readonly __schema: true;
|
|
1589
1589
|
};
|
|
1590
|
-
addresses: (import("@xyo-network/address").
|
|
1590
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1591
1591
|
readonly __hex: true;
|
|
1592
1592
|
} & {
|
|
1593
1593
|
readonly __address: true;
|
|
@@ -1609,8 +1609,8 @@ export declare const toSignedTransactionBoundWitness: {
|
|
|
1609
1609
|
readonly __hex: true;
|
|
1610
1610
|
} & {
|
|
1611
1611
|
readonly __address: true;
|
|
1612
|
-
}) | import("@xyo-network/address").
|
|
1613
|
-
$destination?: import("@xyo-network/address").
|
|
1612
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1613
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1614
1614
|
readonly __hex: true;
|
|
1615
1615
|
} & {
|
|
1616
1616
|
readonly __address: true;
|
|
@@ -1622,7 +1622,7 @@ export declare const toSignedTransactionBoundWitness: {
|
|
|
1622
1622
|
schema: "network.xyo.boundwitness" & {
|
|
1623
1623
|
readonly __schema: true;
|
|
1624
1624
|
};
|
|
1625
|
-
addresses: (import("@xyo-network/address").
|
|
1625
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1626
1626
|
readonly __hex: true;
|
|
1627
1627
|
} & {
|
|
1628
1628
|
readonly __address: true;
|
|
@@ -1644,8 +1644,8 @@ export declare const toSignedTransactionBoundWitness: {
|
|
|
1644
1644
|
readonly __hex: true;
|
|
1645
1645
|
} & {
|
|
1646
1646
|
readonly __address: true;
|
|
1647
|
-
}) | import("@xyo-network/address").
|
|
1648
|
-
$destination?: import("@xyo-network/address").
|
|
1647
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1648
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1649
1649
|
readonly __hex: true;
|
|
1650
1650
|
} & {
|
|
1651
1651
|
readonly __address: true;
|
|
@@ -1663,7 +1663,7 @@ export declare const SignedTransactionBoundWitnessWithHashMetaZod: z.ZodMiniObje
|
|
|
1663
1663
|
readonly __hex: true;
|
|
1664
1664
|
} & {
|
|
1665
1665
|
readonly __address: true;
|
|
1666
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
1666
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
1667
1667
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1668
1668
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
1669
1669
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -1671,7 +1671,7 @@ export declare const SignedTransactionBoundWitnessWithHashMetaZod: z.ZodMiniObje
|
|
|
1671
1671
|
readonly __hex: true;
|
|
1672
1672
|
} & {
|
|
1673
1673
|
readonly __address: true;
|
|
1674
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
1674
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
1675
1675
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1676
1676
|
$signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>>;
|
|
1677
1677
|
nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../BlockNumber/XL1BlockNumber.ts").XL1BlockNumber, number>>;
|
|
@@ -1687,7 +1687,7 @@ export declare const SignedTransactionBoundWitnessWithHashMetaZod: z.ZodMiniObje
|
|
|
1687
1687
|
readonly __hex: true;
|
|
1688
1688
|
} & {
|
|
1689
1689
|
readonly __address: true;
|
|
1690
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
1690
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>;
|
|
1691
1691
|
script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
1692
1692
|
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
1693
1693
|
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
@@ -1699,7 +1699,7 @@ export declare const isSignedTransactionBoundWitnessWithHashMeta: <T>(value: T)
|
|
|
1699
1699
|
schema: "network.xyo.boundwitness" & {
|
|
1700
1700
|
readonly __schema: true;
|
|
1701
1701
|
};
|
|
1702
|
-
addresses: (import("@xyo-network/address").
|
|
1702
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1703
1703
|
readonly __hex: true;
|
|
1704
1704
|
} & {
|
|
1705
1705
|
readonly __address: true;
|
|
@@ -1721,10 +1721,10 @@ export declare const isSignedTransactionBoundWitnessWithHashMeta: <T>(value: T)
|
|
|
1721
1721
|
readonly __hex: true;
|
|
1722
1722
|
} & {
|
|
1723
1723
|
readonly __address: true;
|
|
1724
|
-
}) | import("@xyo-network/address").
|
|
1724
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1725
1725
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1726
1726
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1727
|
-
$destination?: import("@xyo-network/address").
|
|
1727
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1728
1728
|
readonly __hex: true;
|
|
1729
1729
|
} & {
|
|
1730
1730
|
readonly __address: true;
|
|
@@ -1738,7 +1738,7 @@ export declare const asSignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1738
1738
|
schema: "network.xyo.boundwitness" & {
|
|
1739
1739
|
readonly __schema: true;
|
|
1740
1740
|
};
|
|
1741
|
-
addresses: (import("@xyo-network/address").
|
|
1741
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1742
1742
|
readonly __hex: true;
|
|
1743
1743
|
} & {
|
|
1744
1744
|
readonly __address: true;
|
|
@@ -1760,10 +1760,10 @@ export declare const asSignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1760
1760
|
readonly __hex: true;
|
|
1761
1761
|
} & {
|
|
1762
1762
|
readonly __address: true;
|
|
1763
|
-
}) | import("@xyo-network/address").
|
|
1763
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1764
1764
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1765
1765
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1766
|
-
$destination?: import("@xyo-network/address").
|
|
1766
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1767
1767
|
readonly __hex: true;
|
|
1768
1768
|
} & {
|
|
1769
1769
|
readonly __address: true;
|
|
@@ -1775,7 +1775,7 @@ export declare const asSignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1775
1775
|
schema: "network.xyo.boundwitness" & {
|
|
1776
1776
|
readonly __schema: true;
|
|
1777
1777
|
};
|
|
1778
|
-
addresses: (import("@xyo-network/address").
|
|
1778
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1779
1779
|
readonly __hex: true;
|
|
1780
1780
|
} & {
|
|
1781
1781
|
readonly __address: true;
|
|
@@ -1797,10 +1797,10 @@ export declare const asSignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1797
1797
|
readonly __hex: true;
|
|
1798
1798
|
} & {
|
|
1799
1799
|
readonly __address: true;
|
|
1800
|
-
}) | import("@xyo-network/address").
|
|
1800
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1801
1801
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1802
1802
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1803
|
-
$destination?: import("@xyo-network/address").
|
|
1803
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1804
1804
|
readonly __hex: true;
|
|
1805
1805
|
} & {
|
|
1806
1806
|
readonly __address: true;
|
|
@@ -1815,7 +1815,7 @@ export declare const toSignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1815
1815
|
schema: "network.xyo.boundwitness" & {
|
|
1816
1816
|
readonly __schema: true;
|
|
1817
1817
|
};
|
|
1818
|
-
addresses: (import("@xyo-network/address").
|
|
1818
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1819
1819
|
readonly __hex: true;
|
|
1820
1820
|
} & {
|
|
1821
1821
|
readonly __address: true;
|
|
@@ -1837,10 +1837,10 @@ export declare const toSignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1837
1837
|
readonly __hex: true;
|
|
1838
1838
|
} & {
|
|
1839
1839
|
readonly __address: true;
|
|
1840
|
-
}) | import("@xyo-network/address").
|
|
1840
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1841
1841
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1842
1842
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1843
|
-
$destination?: import("@xyo-network/address").
|
|
1843
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1844
1844
|
readonly __hex: true;
|
|
1845
1845
|
} & {
|
|
1846
1846
|
readonly __address: true;
|
|
@@ -1852,7 +1852,7 @@ export declare const toSignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1852
1852
|
schema: "network.xyo.boundwitness" & {
|
|
1853
1853
|
readonly __schema: true;
|
|
1854
1854
|
};
|
|
1855
|
-
addresses: (import("@xyo-network/address").
|
|
1855
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1856
1856
|
readonly __hex: true;
|
|
1857
1857
|
} & {
|
|
1858
1858
|
readonly __address: true;
|
|
@@ -1874,10 +1874,10 @@ export declare const toSignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1874
1874
|
readonly __hex: true;
|
|
1875
1875
|
} & {
|
|
1876
1876
|
readonly __address: true;
|
|
1877
|
-
}) | import("@xyo-network/address").
|
|
1877
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1878
1878
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1879
1879
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1880
|
-
$destination?: import("@xyo-network/address").
|
|
1880
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1881
1881
|
readonly __hex: true;
|
|
1882
1882
|
} & {
|
|
1883
1883
|
readonly __address: true;
|
|
@@ -1895,7 +1895,7 @@ export declare const SignedTransactionBoundWitnessWithStorageMetaZod: z.ZodMiniO
|
|
|
1895
1895
|
readonly __hex: true;
|
|
1896
1896
|
} & {
|
|
1897
1897
|
readonly __address: true;
|
|
1898
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
1898
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
1899
1899
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1900
1900
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
1901
1901
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -1903,7 +1903,7 @@ export declare const SignedTransactionBoundWitnessWithStorageMetaZod: z.ZodMiniO
|
|
|
1903
1903
|
readonly __hex: true;
|
|
1904
1904
|
} & {
|
|
1905
1905
|
readonly __address: true;
|
|
1906
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
1906
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
1907
1907
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1908
1908
|
$signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>>;
|
|
1909
1909
|
nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../BlockNumber/XL1BlockNumber.ts").XL1BlockNumber, number>>;
|
|
@@ -1919,7 +1919,7 @@ export declare const SignedTransactionBoundWitnessWithStorageMetaZod: z.ZodMiniO
|
|
|
1919
1919
|
readonly __hex: true;
|
|
1920
1920
|
} & {
|
|
1921
1921
|
readonly __address: true;
|
|
1922
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
1922
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>;
|
|
1923
1923
|
script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
1924
1924
|
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
1925
1925
|
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
@@ -1932,7 +1932,7 @@ export declare const isSignedTransactionBoundWitnessWithStorageMeta: <T>(value:
|
|
|
1932
1932
|
schema: "network.xyo.boundwitness" & {
|
|
1933
1933
|
readonly __schema: true;
|
|
1934
1934
|
};
|
|
1935
|
-
addresses: (import("@xyo-network/address").
|
|
1935
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1936
1936
|
readonly __hex: true;
|
|
1937
1937
|
} & {
|
|
1938
1938
|
readonly __address: true;
|
|
@@ -1954,11 +1954,11 @@ export declare const isSignedTransactionBoundWitnessWithStorageMeta: <T>(value:
|
|
|
1954
1954
|
readonly __hex: true;
|
|
1955
1955
|
} & {
|
|
1956
1956
|
readonly __address: true;
|
|
1957
|
-
}) | import("@xyo-network/address").
|
|
1957
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1958
1958
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1959
1959
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1960
1960
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1961
|
-
$destination?: import("@xyo-network/address").
|
|
1961
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1962
1962
|
readonly __hex: true;
|
|
1963
1963
|
} & {
|
|
1964
1964
|
readonly __address: true;
|
|
@@ -1972,7 +1972,7 @@ export declare const asSignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
1972
1972
|
schema: "network.xyo.boundwitness" & {
|
|
1973
1973
|
readonly __schema: true;
|
|
1974
1974
|
};
|
|
1975
|
-
addresses: (import("@xyo-network/address").
|
|
1975
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
1976
1976
|
readonly __hex: true;
|
|
1977
1977
|
} & {
|
|
1978
1978
|
readonly __address: true;
|
|
@@ -1994,11 +1994,11 @@ export declare const asSignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
1994
1994
|
readonly __hex: true;
|
|
1995
1995
|
} & {
|
|
1996
1996
|
readonly __address: true;
|
|
1997
|
-
}) | import("@xyo-network/address").
|
|
1997
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1998
1998
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1999
1999
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
2000
2000
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2001
|
-
$destination?: import("@xyo-network/address").
|
|
2001
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
2002
2002
|
readonly __hex: true;
|
|
2003
2003
|
} & {
|
|
2004
2004
|
readonly __address: true;
|
|
@@ -2010,7 +2010,7 @@ export declare const asSignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
2010
2010
|
schema: "network.xyo.boundwitness" & {
|
|
2011
2011
|
readonly __schema: true;
|
|
2012
2012
|
};
|
|
2013
|
-
addresses: (import("@xyo-network/address").
|
|
2013
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
2014
2014
|
readonly __hex: true;
|
|
2015
2015
|
} & {
|
|
2016
2016
|
readonly __address: true;
|
|
@@ -2032,11 +2032,11 @@ export declare const asSignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
2032
2032
|
readonly __hex: true;
|
|
2033
2033
|
} & {
|
|
2034
2034
|
readonly __address: true;
|
|
2035
|
-
}) | import("@xyo-network/address").
|
|
2035
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
2036
2036
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
2037
2037
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
2038
2038
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2039
|
-
$destination?: import("@xyo-network/address").
|
|
2039
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
2040
2040
|
readonly __hex: true;
|
|
2041
2041
|
} & {
|
|
2042
2042
|
readonly __address: true;
|
|
@@ -2051,7 +2051,7 @@ export declare const toSignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
2051
2051
|
schema: "network.xyo.boundwitness" & {
|
|
2052
2052
|
readonly __schema: true;
|
|
2053
2053
|
};
|
|
2054
|
-
addresses: (import("@xyo-network/address").
|
|
2054
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
2055
2055
|
readonly __hex: true;
|
|
2056
2056
|
} & {
|
|
2057
2057
|
readonly __address: true;
|
|
@@ -2073,11 +2073,11 @@ export declare const toSignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
2073
2073
|
readonly __hex: true;
|
|
2074
2074
|
} & {
|
|
2075
2075
|
readonly __address: true;
|
|
2076
|
-
}) | import("@xyo-network/address").
|
|
2076
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
2077
2077
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
2078
2078
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
2079
2079
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2080
|
-
$destination?: import("@xyo-network/address").
|
|
2080
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
2081
2081
|
readonly __hex: true;
|
|
2082
2082
|
} & {
|
|
2083
2083
|
readonly __address: true;
|
|
@@ -2089,7 +2089,7 @@ export declare const toSignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
2089
2089
|
schema: "network.xyo.boundwitness" & {
|
|
2090
2090
|
readonly __schema: true;
|
|
2091
2091
|
};
|
|
2092
|
-
addresses: (import("@xyo-network/address").
|
|
2092
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
2093
2093
|
readonly __hex: true;
|
|
2094
2094
|
} & {
|
|
2095
2095
|
readonly __address: true;
|
|
@@ -2111,11 +2111,11 @@ export declare const toSignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
2111
2111
|
readonly __hex: true;
|
|
2112
2112
|
} & {
|
|
2113
2113
|
readonly __address: true;
|
|
2114
|
-
}) | import("@xyo-network/address").
|
|
2114
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
2115
2115
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
2116
2116
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
2117
2117
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2118
|
-
$destination?: import("@xyo-network/address").
|
|
2118
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
2119
2119
|
readonly __hex: true;
|
|
2120
2120
|
} & {
|
|
2121
2121
|
readonly __address: true;
|