@xyo-network/xl1-protocol-model 2.0.5 → 2.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/neutral/TransferPayload.d.ts +1 -1
- package/dist/neutral/block/BlockBoundWitness.d.ts +57 -57
- package/dist/neutral/block/HydratedBlock.d.ts +141 -141
- package/dist/neutral/block/signed/SignedBlockBoundWitness.d.ts +19 -19
- package/dist/neutral/block/signed/SignedBlockBoundWitnessWithHashMeta.d.ts +32 -32
- package/dist/neutral/block/signed/SignedBlockBoundWitnessWithStorageMeta.d.ts +38 -38
- package/dist/neutral/block/unsigned/UnsignedBlockBoundWitness.d.ts +19 -19
- package/dist/neutral/fields/BlockNumber.d.ts +2 -2
- package/dist/neutral/fields/BlockNumber.d.ts.map +1 -1
- package/dist/neutral/index.mjs +70 -21
- package/dist/neutral/index.mjs.map +4 -4
- package/dist/neutral/model/AccountBalance.d.ts +8 -8
- package/dist/neutral/model/Context/ChainContext.zod.d.ts +18 -18
- package/dist/neutral/model/Context/HeadContext.zod.d.ts +8 -8
- package/dist/neutral/model/HydratedTransaction.d.ts +171 -171
- package/dist/neutral/model/SyncStepSummary.d.ts +409 -0
- package/dist/neutral/model/SyncStepSummary.d.ts.map +1 -0
- package/dist/neutral/model/index.d.ts +1 -0
- package/dist/neutral/model/index.d.ts.map +1 -1
- package/dist/neutral/payload/StepIdentityPayload.d.ts +1 -1
- package/dist/neutral/payload/StepIdentityPayload.d.ts.map +1 -1
- package/dist/neutral/payload/elevatable/Bridge/BridgeDestinationObservation.d.ts +1 -1
- package/dist/neutral/payload/elevatable/Bridge/BridgeDestinationObservation.d.ts.map +1 -1
- package/dist/neutral/payload/elevatable/Bridge/BridgeIntent.d.ts +1 -1
- package/dist/neutral/payload/elevatable/Bridge/BridgeIntent.d.ts.map +1 -1
- package/dist/neutral/payload/elevatable/Bridge/BridgeSourceObservation.d.ts +1 -1
- package/dist/neutral/payload/elevatable/Bridge/BridgeSourceObservation.d.ts.map +1 -1
- package/dist/neutral/payload/elevatable/Hash.d.ts +1 -1
- package/dist/neutral/payload/elevatable/Hash.d.ts.map +1 -1
- package/dist/neutral/payload/elevatable/StepComplete.d.ts +1 -1
- package/dist/neutral/payload/elevatable/StepComplete.d.ts.map +1 -1
- package/dist/neutral/rejection/BlockRejectionPayload.d.ts +15 -15
- package/dist/neutral/rejection/TransactionRejectionPayload.d.ts +15 -15
- package/dist/neutral/transaction/TransactionBoundWitness.d.ts +171 -171
- package/package.json +14 -54
|
@@ -59,19 +59,19 @@ export declare const TransactionBoundWitnessZod: z.ZodMiniObject<{
|
|
|
59
59
|
schema: z.ZodMiniLiteral<"network.xyo.boundwitness" & {
|
|
60
60
|
readonly __schema: true;
|
|
61
61
|
}>;
|
|
62
|
-
addresses: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
62
|
+
addresses: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
63
63
|
readonly __hex: true;
|
|
64
64
|
} & {
|
|
65
65
|
readonly __address: true;
|
|
66
|
-
}, string
|
|
66
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, 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>>>>;
|
|
70
|
-
$destination: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
70
|
+
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
71
71
|
readonly __hex: true;
|
|
72
72
|
} & {
|
|
73
73
|
readonly __address: true;
|
|
74
|
-
}, string
|
|
74
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, 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>>;
|
|
@@ -97,11 +97,11 @@ 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: (Lowercase<string> & {
|
|
100
|
+
addresses: ((Lowercase<string> & {
|
|
101
101
|
readonly __hex: true;
|
|
102
102
|
} & {
|
|
103
103
|
readonly __address: true;
|
|
104
|
-
})[];
|
|
104
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
105
105
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
106
106
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
107
107
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -120,7 +120,7 @@ export declare const isTransactionBoundWitness: <T>(value: T) => value is T & {
|
|
|
120
120
|
} & {
|
|
121
121
|
readonly __address: true;
|
|
122
122
|
};
|
|
123
|
-
$destination?: (Lowercase<string> & {
|
|
123
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
124
124
|
readonly __hex: true;
|
|
125
125
|
} & {
|
|
126
126
|
readonly __address: true;
|
|
@@ -134,11 +134,11 @@ export declare const asTransactionBoundWitness: {
|
|
|
134
134
|
schema: "network.xyo.boundwitness" & {
|
|
135
135
|
readonly __schema: true;
|
|
136
136
|
};
|
|
137
|
-
addresses: (Lowercase<string> & {
|
|
137
|
+
addresses: ((Lowercase<string> & {
|
|
138
138
|
readonly __hex: true;
|
|
139
139
|
} & {
|
|
140
140
|
readonly __address: true;
|
|
141
|
-
})[];
|
|
141
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
142
142
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
143
143
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
144
144
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -157,7 +157,7 @@ export declare const asTransactionBoundWitness: {
|
|
|
157
157
|
} & {
|
|
158
158
|
readonly __address: true;
|
|
159
159
|
};
|
|
160
|
-
$destination?: (Lowercase<string> & {
|
|
160
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
161
161
|
readonly __hex: true;
|
|
162
162
|
} & {
|
|
163
163
|
readonly __address: true;
|
|
@@ -169,11 +169,11 @@ export declare const asTransactionBoundWitness: {
|
|
|
169
169
|
schema: "network.xyo.boundwitness" & {
|
|
170
170
|
readonly __schema: true;
|
|
171
171
|
};
|
|
172
|
-
addresses: (Lowercase<string> & {
|
|
172
|
+
addresses: ((Lowercase<string> & {
|
|
173
173
|
readonly __hex: true;
|
|
174
174
|
} & {
|
|
175
175
|
readonly __address: true;
|
|
176
|
-
})[];
|
|
176
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
177
177
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
178
178
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
179
179
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -192,7 +192,7 @@ export declare const asTransactionBoundWitness: {
|
|
|
192
192
|
} & {
|
|
193
193
|
readonly __address: true;
|
|
194
194
|
};
|
|
195
|
-
$destination?: (Lowercase<string> & {
|
|
195
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
196
196
|
readonly __hex: true;
|
|
197
197
|
} & {
|
|
198
198
|
readonly __address: true;
|
|
@@ -207,11 +207,11 @@ export declare const toTransactionBoundWitness: {
|
|
|
207
207
|
schema: "network.xyo.boundwitness" & {
|
|
208
208
|
readonly __schema: true;
|
|
209
209
|
};
|
|
210
|
-
addresses: (Lowercase<string> & {
|
|
210
|
+
addresses: ((Lowercase<string> & {
|
|
211
211
|
readonly __hex: true;
|
|
212
212
|
} & {
|
|
213
213
|
readonly __address: true;
|
|
214
|
-
})[];
|
|
214
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
215
215
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
216
216
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
217
217
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -230,7 +230,7 @@ export declare const toTransactionBoundWitness: {
|
|
|
230
230
|
} & {
|
|
231
231
|
readonly __address: true;
|
|
232
232
|
};
|
|
233
|
-
$destination?: (Lowercase<string> & {
|
|
233
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
234
234
|
readonly __hex: true;
|
|
235
235
|
} & {
|
|
236
236
|
readonly __address: true;
|
|
@@ -242,11 +242,11 @@ export declare const toTransactionBoundWitness: {
|
|
|
242
242
|
schema: "network.xyo.boundwitness" & {
|
|
243
243
|
readonly __schema: true;
|
|
244
244
|
};
|
|
245
|
-
addresses: (Lowercase<string> & {
|
|
245
|
+
addresses: ((Lowercase<string> & {
|
|
246
246
|
readonly __hex: true;
|
|
247
247
|
} & {
|
|
248
248
|
readonly __address: true;
|
|
249
|
-
})[];
|
|
249
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
250
250
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
251
251
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
252
252
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -265,7 +265,7 @@ export declare const toTransactionBoundWitness: {
|
|
|
265
265
|
} & {
|
|
266
266
|
readonly __address: true;
|
|
267
267
|
};
|
|
268
|
-
$destination?: (Lowercase<string> & {
|
|
268
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
269
269
|
readonly __hex: true;
|
|
270
270
|
} & {
|
|
271
271
|
readonly __address: true;
|
|
@@ -279,19 +279,19 @@ export declare const TransactionBoundWitnessWithHashMetaZod: z.ZodMiniObject<{
|
|
|
279
279
|
schema: z.ZodMiniLiteral<"network.xyo.boundwitness" & {
|
|
280
280
|
readonly __schema: true;
|
|
281
281
|
}>;
|
|
282
|
-
addresses: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
282
|
+
addresses: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
283
283
|
readonly __hex: true;
|
|
284
284
|
} & {
|
|
285
285
|
readonly __address: true;
|
|
286
|
-
}, string
|
|
286
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, 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>>>>;
|
|
290
|
-
$destination: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
290
|
+
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
291
291
|
readonly __hex: true;
|
|
292
292
|
} & {
|
|
293
293
|
readonly __address: true;
|
|
294
|
-
}, string
|
|
294
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, 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>>;
|
|
@@ -319,11 +319,11 @@ export declare const isTransactionBoundWitnessWithHashMeta: <T>(value: T) => val
|
|
|
319
319
|
schema: "network.xyo.boundwitness" & {
|
|
320
320
|
readonly __schema: true;
|
|
321
321
|
};
|
|
322
|
-
addresses: (Lowercase<string> & {
|
|
322
|
+
addresses: ((Lowercase<string> & {
|
|
323
323
|
readonly __hex: true;
|
|
324
324
|
} & {
|
|
325
325
|
readonly __address: true;
|
|
326
|
-
})[];
|
|
326
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
327
327
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
328
328
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
329
329
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -344,7 +344,7 @@ export declare const isTransactionBoundWitnessWithHashMeta: <T>(value: T) => val
|
|
|
344
344
|
};
|
|
345
345
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
346
346
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
347
|
-
$destination?: (Lowercase<string> & {
|
|
347
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
348
348
|
readonly __hex: true;
|
|
349
349
|
} & {
|
|
350
350
|
readonly __address: true;
|
|
@@ -358,11 +358,11 @@ export declare const asTransactionBoundWitnessWithHashMeta: {
|
|
|
358
358
|
schema: "network.xyo.boundwitness" & {
|
|
359
359
|
readonly __schema: true;
|
|
360
360
|
};
|
|
361
|
-
addresses: (Lowercase<string> & {
|
|
361
|
+
addresses: ((Lowercase<string> & {
|
|
362
362
|
readonly __hex: true;
|
|
363
363
|
} & {
|
|
364
364
|
readonly __address: true;
|
|
365
|
-
})[];
|
|
365
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
366
366
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
367
367
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
368
368
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -383,7 +383,7 @@ export declare const asTransactionBoundWitnessWithHashMeta: {
|
|
|
383
383
|
};
|
|
384
384
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
385
385
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
386
|
-
$destination?: (Lowercase<string> & {
|
|
386
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
387
387
|
readonly __hex: true;
|
|
388
388
|
} & {
|
|
389
389
|
readonly __address: true;
|
|
@@ -395,11 +395,11 @@ export declare const asTransactionBoundWitnessWithHashMeta: {
|
|
|
395
395
|
schema: "network.xyo.boundwitness" & {
|
|
396
396
|
readonly __schema: true;
|
|
397
397
|
};
|
|
398
|
-
addresses: (Lowercase<string> & {
|
|
398
|
+
addresses: ((Lowercase<string> & {
|
|
399
399
|
readonly __hex: true;
|
|
400
400
|
} & {
|
|
401
401
|
readonly __address: true;
|
|
402
|
-
})[];
|
|
402
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
403
403
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
404
404
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
405
405
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -420,7 +420,7 @@ export declare const asTransactionBoundWitnessWithHashMeta: {
|
|
|
420
420
|
};
|
|
421
421
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
422
422
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
423
|
-
$destination?: (Lowercase<string> & {
|
|
423
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
424
424
|
readonly __hex: true;
|
|
425
425
|
} & {
|
|
426
426
|
readonly __address: true;
|
|
@@ -435,11 +435,11 @@ export declare const toTransactionBoundWitnessWithHashMeta: {
|
|
|
435
435
|
schema: "network.xyo.boundwitness" & {
|
|
436
436
|
readonly __schema: true;
|
|
437
437
|
};
|
|
438
|
-
addresses: (Lowercase<string> & {
|
|
438
|
+
addresses: ((Lowercase<string> & {
|
|
439
439
|
readonly __hex: true;
|
|
440
440
|
} & {
|
|
441
441
|
readonly __address: true;
|
|
442
|
-
})[];
|
|
442
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
443
443
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
444
444
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
445
445
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -460,7 +460,7 @@ export declare const toTransactionBoundWitnessWithHashMeta: {
|
|
|
460
460
|
};
|
|
461
461
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
462
462
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
463
|
-
$destination?: (Lowercase<string> & {
|
|
463
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
464
464
|
readonly __hex: true;
|
|
465
465
|
} & {
|
|
466
466
|
readonly __address: true;
|
|
@@ -472,11 +472,11 @@ export declare const toTransactionBoundWitnessWithHashMeta: {
|
|
|
472
472
|
schema: "network.xyo.boundwitness" & {
|
|
473
473
|
readonly __schema: true;
|
|
474
474
|
};
|
|
475
|
-
addresses: (Lowercase<string> & {
|
|
475
|
+
addresses: ((Lowercase<string> & {
|
|
476
476
|
readonly __hex: true;
|
|
477
477
|
} & {
|
|
478
478
|
readonly __address: true;
|
|
479
|
-
})[];
|
|
479
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
480
480
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
481
481
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
482
482
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -497,7 +497,7 @@ export declare const toTransactionBoundWitnessWithHashMeta: {
|
|
|
497
497
|
};
|
|
498
498
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
499
499
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
500
|
-
$destination?: (Lowercase<string> & {
|
|
500
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
501
501
|
readonly __hex: true;
|
|
502
502
|
} & {
|
|
503
503
|
readonly __address: true;
|
|
@@ -511,19 +511,19 @@ export declare const TransactionBoundWitnessWithStorageMetaZod: z.ZodMiniObject<
|
|
|
511
511
|
schema: z.ZodMiniLiteral<"network.xyo.boundwitness" & {
|
|
512
512
|
readonly __schema: true;
|
|
513
513
|
}>;
|
|
514
|
-
addresses: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
514
|
+
addresses: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
515
515
|
readonly __hex: true;
|
|
516
516
|
} & {
|
|
517
517
|
readonly __address: true;
|
|
518
|
-
}, string
|
|
518
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, 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>>>>;
|
|
522
|
-
$destination: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
522
|
+
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
523
523
|
readonly __hex: true;
|
|
524
524
|
} & {
|
|
525
525
|
readonly __address: true;
|
|
526
|
-
}, string
|
|
526
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, 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>>;
|
|
@@ -552,11 +552,11 @@ export declare const isTransactionBoundWitnessWithStorageMeta: <T>(value: T) =>
|
|
|
552
552
|
schema: "network.xyo.boundwitness" & {
|
|
553
553
|
readonly __schema: true;
|
|
554
554
|
};
|
|
555
|
-
addresses: (Lowercase<string> & {
|
|
555
|
+
addresses: ((Lowercase<string> & {
|
|
556
556
|
readonly __hex: true;
|
|
557
557
|
} & {
|
|
558
558
|
readonly __address: true;
|
|
559
|
-
})[];
|
|
559
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
560
560
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
561
561
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
562
562
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -578,7 +578,7 @@ export declare const isTransactionBoundWitnessWithStorageMeta: <T>(value: T) =>
|
|
|
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?: (Lowercase<string> & {
|
|
581
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
582
582
|
readonly __hex: true;
|
|
583
583
|
} & {
|
|
584
584
|
readonly __address: true;
|
|
@@ -592,11 +592,11 @@ export declare const asTransactionBoundWitnessWithStorageMeta: {
|
|
|
592
592
|
schema: "network.xyo.boundwitness" & {
|
|
593
593
|
readonly __schema: true;
|
|
594
594
|
};
|
|
595
|
-
addresses: (Lowercase<string> & {
|
|
595
|
+
addresses: ((Lowercase<string> & {
|
|
596
596
|
readonly __hex: true;
|
|
597
597
|
} & {
|
|
598
598
|
readonly __address: true;
|
|
599
|
-
})[];
|
|
599
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
600
600
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
601
601
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
602
602
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -618,7 +618,7 @@ export declare const asTransactionBoundWitnessWithStorageMeta: {
|
|
|
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?: (Lowercase<string> & {
|
|
621
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
622
622
|
readonly __hex: true;
|
|
623
623
|
} & {
|
|
624
624
|
readonly __address: true;
|
|
@@ -630,11 +630,11 @@ export declare const asTransactionBoundWitnessWithStorageMeta: {
|
|
|
630
630
|
schema: "network.xyo.boundwitness" & {
|
|
631
631
|
readonly __schema: true;
|
|
632
632
|
};
|
|
633
|
-
addresses: (Lowercase<string> & {
|
|
633
|
+
addresses: ((Lowercase<string> & {
|
|
634
634
|
readonly __hex: true;
|
|
635
635
|
} & {
|
|
636
636
|
readonly __address: true;
|
|
637
|
-
})[];
|
|
637
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
638
638
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
639
639
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
640
640
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -656,7 +656,7 @@ export declare const asTransactionBoundWitnessWithStorageMeta: {
|
|
|
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?: (Lowercase<string> & {
|
|
659
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
660
660
|
readonly __hex: true;
|
|
661
661
|
} & {
|
|
662
662
|
readonly __address: true;
|
|
@@ -671,11 +671,11 @@ export declare const toTransactionBoundWitnessWithStorageMeta: {
|
|
|
671
671
|
schema: "network.xyo.boundwitness" & {
|
|
672
672
|
readonly __schema: true;
|
|
673
673
|
};
|
|
674
|
-
addresses: (Lowercase<string> & {
|
|
674
|
+
addresses: ((Lowercase<string> & {
|
|
675
675
|
readonly __hex: true;
|
|
676
676
|
} & {
|
|
677
677
|
readonly __address: true;
|
|
678
|
-
})[];
|
|
678
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
679
679
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
680
680
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
681
681
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -697,7 +697,7 @@ export declare const toTransactionBoundWitnessWithStorageMeta: {
|
|
|
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?: (Lowercase<string> & {
|
|
700
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
701
701
|
readonly __hex: true;
|
|
702
702
|
} & {
|
|
703
703
|
readonly __address: true;
|
|
@@ -709,11 +709,11 @@ export declare const toTransactionBoundWitnessWithStorageMeta: {
|
|
|
709
709
|
schema: "network.xyo.boundwitness" & {
|
|
710
710
|
readonly __schema: true;
|
|
711
711
|
};
|
|
712
|
-
addresses: (Lowercase<string> & {
|
|
712
|
+
addresses: ((Lowercase<string> & {
|
|
713
713
|
readonly __hex: true;
|
|
714
714
|
} & {
|
|
715
715
|
readonly __address: true;
|
|
716
|
-
})[];
|
|
716
|
+
}) | import("@xyo-network/sdk-js").XyoQuant1Address)[];
|
|
717
717
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
718
718
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
719
719
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -735,7 +735,7 @@ export declare const toTransactionBoundWitnessWithStorageMeta: {
|
|
|
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?: (Lowercase<string> & {
|
|
738
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
739
739
|
readonly __hex: true;
|
|
740
740
|
} & {
|
|
741
741
|
readonly __address: true;
|
|
@@ -749,19 +749,19 @@ export declare const UnsignedTransactionBoundWitnessZod: z.ZodMiniObject<{
|
|
|
749
749
|
schema: z.ZodMiniLiteral<"network.xyo.boundwitness" & {
|
|
750
750
|
readonly __schema: true;
|
|
751
751
|
}>;
|
|
752
|
-
addresses: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
752
|
+
addresses: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
753
753
|
readonly __hex: true;
|
|
754
754
|
} & {
|
|
755
755
|
readonly __address: true;
|
|
756
|
-
}, string
|
|
756
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, 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>>>>;
|
|
760
|
-
$destination: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
760
|
+
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
761
761
|
readonly __hex: true;
|
|
762
762
|
} & {
|
|
763
763
|
readonly __address: true;
|
|
764
|
-
}, string
|
|
764
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, 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>>;
|
|
@@ -787,11 +787,11 @@ export declare const isUnsignedTransactionBoundWitness: <T>(value: T) => value i
|
|
|
787
787
|
schema: "network.xyo.boundwitness" & {
|
|
788
788
|
readonly __schema: true;
|
|
789
789
|
};
|
|
790
|
-
addresses: (Lowercase<string> & {
|
|
790
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
791
791
|
readonly __hex: true;
|
|
792
792
|
} & {
|
|
793
793
|
readonly __address: true;
|
|
794
|
-
})[];
|
|
794
|
+
}))[];
|
|
795
795
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
796
796
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
797
797
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -810,7 +810,7 @@ export declare const isUnsignedTransactionBoundWitness: <T>(value: T) => value i
|
|
|
810
810
|
} & {
|
|
811
811
|
readonly __address: true;
|
|
812
812
|
};
|
|
813
|
-
$destination?: (Lowercase<string> & {
|
|
813
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
814
814
|
readonly __hex: true;
|
|
815
815
|
} & {
|
|
816
816
|
readonly __address: true;
|
|
@@ -824,11 +824,11 @@ export declare const asUnsignedTransactionBoundWitness: {
|
|
|
824
824
|
schema: "network.xyo.boundwitness" & {
|
|
825
825
|
readonly __schema: true;
|
|
826
826
|
};
|
|
827
|
-
addresses: (Lowercase<string> & {
|
|
827
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
828
828
|
readonly __hex: true;
|
|
829
829
|
} & {
|
|
830
830
|
readonly __address: true;
|
|
831
|
-
})[];
|
|
831
|
+
}))[];
|
|
832
832
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
833
833
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
834
834
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -847,7 +847,7 @@ export declare const asUnsignedTransactionBoundWitness: {
|
|
|
847
847
|
} & {
|
|
848
848
|
readonly __address: true;
|
|
849
849
|
};
|
|
850
|
-
$destination?: (Lowercase<string> & {
|
|
850
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
851
851
|
readonly __hex: true;
|
|
852
852
|
} & {
|
|
853
853
|
readonly __address: true;
|
|
@@ -859,11 +859,11 @@ export declare const asUnsignedTransactionBoundWitness: {
|
|
|
859
859
|
schema: "network.xyo.boundwitness" & {
|
|
860
860
|
readonly __schema: true;
|
|
861
861
|
};
|
|
862
|
-
addresses: (Lowercase<string> & {
|
|
862
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
863
863
|
readonly __hex: true;
|
|
864
864
|
} & {
|
|
865
865
|
readonly __address: true;
|
|
866
|
-
})[];
|
|
866
|
+
}))[];
|
|
867
867
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
868
868
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
869
869
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -882,7 +882,7 @@ export declare const asUnsignedTransactionBoundWitness: {
|
|
|
882
882
|
} & {
|
|
883
883
|
readonly __address: true;
|
|
884
884
|
};
|
|
885
|
-
$destination?: (Lowercase<string> & {
|
|
885
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
886
886
|
readonly __hex: true;
|
|
887
887
|
} & {
|
|
888
888
|
readonly __address: true;
|
|
@@ -897,11 +897,11 @@ export declare const toUnsignedTransactionBoundWitness: {
|
|
|
897
897
|
schema: "network.xyo.boundwitness" & {
|
|
898
898
|
readonly __schema: true;
|
|
899
899
|
};
|
|
900
|
-
addresses: (Lowercase<string> & {
|
|
900
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
901
901
|
readonly __hex: true;
|
|
902
902
|
} & {
|
|
903
903
|
readonly __address: true;
|
|
904
|
-
})[];
|
|
904
|
+
}))[];
|
|
905
905
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
906
906
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
907
907
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -920,7 +920,7 @@ export declare const toUnsignedTransactionBoundWitness: {
|
|
|
920
920
|
} & {
|
|
921
921
|
readonly __address: true;
|
|
922
922
|
};
|
|
923
|
-
$destination?: (Lowercase<string> & {
|
|
923
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
924
924
|
readonly __hex: true;
|
|
925
925
|
} & {
|
|
926
926
|
readonly __address: true;
|
|
@@ -932,11 +932,11 @@ export declare const toUnsignedTransactionBoundWitness: {
|
|
|
932
932
|
schema: "network.xyo.boundwitness" & {
|
|
933
933
|
readonly __schema: true;
|
|
934
934
|
};
|
|
935
|
-
addresses: (Lowercase<string> & {
|
|
935
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
936
936
|
readonly __hex: true;
|
|
937
937
|
} & {
|
|
938
938
|
readonly __address: true;
|
|
939
|
-
})[];
|
|
939
|
+
}))[];
|
|
940
940
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
941
941
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
942
942
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -955,7 +955,7 @@ export declare const toUnsignedTransactionBoundWitness: {
|
|
|
955
955
|
} & {
|
|
956
956
|
readonly __address: true;
|
|
957
957
|
};
|
|
958
|
-
$destination?: (Lowercase<string> & {
|
|
958
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
959
959
|
readonly __hex: true;
|
|
960
960
|
} & {
|
|
961
961
|
readonly __address: true;
|
|
@@ -969,19 +969,19 @@ export declare const UnsignedTransactionBoundWitnessWithHashMetaZod: z.ZodMiniOb
|
|
|
969
969
|
schema: z.ZodMiniLiteral<"network.xyo.boundwitness" & {
|
|
970
970
|
readonly __schema: true;
|
|
971
971
|
}>;
|
|
972
|
-
addresses: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
972
|
+
addresses: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
973
973
|
readonly __hex: true;
|
|
974
974
|
} & {
|
|
975
975
|
readonly __address: true;
|
|
976
|
-
}, string
|
|
976
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, 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>>>>;
|
|
980
|
-
$destination: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
980
|
+
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
981
981
|
readonly __hex: true;
|
|
982
982
|
} & {
|
|
983
983
|
readonly __address: true;
|
|
984
|
-
}, string
|
|
984
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, 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>>;
|
|
@@ -1009,11 +1009,11 @@ export declare const isUnsignedTransactionBoundWitnessWithHashMeta: <T>(value: T
|
|
|
1009
1009
|
schema: "network.xyo.boundwitness" & {
|
|
1010
1010
|
readonly __schema: true;
|
|
1011
1011
|
};
|
|
1012
|
-
addresses: (Lowercase<string> & {
|
|
1012
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1013
1013
|
readonly __hex: true;
|
|
1014
1014
|
} & {
|
|
1015
1015
|
readonly __address: true;
|
|
1016
|
-
})[];
|
|
1016
|
+
}))[];
|
|
1017
1017
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1018
1018
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1019
1019
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -1034,7 +1034,7 @@ export declare const isUnsignedTransactionBoundWitnessWithHashMeta: <T>(value: T
|
|
|
1034
1034
|
};
|
|
1035
1035
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1036
1036
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1037
|
-
$destination?: (Lowercase<string> & {
|
|
1037
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1038
1038
|
readonly __hex: true;
|
|
1039
1039
|
} & {
|
|
1040
1040
|
readonly __address: true;
|
|
@@ -1048,11 +1048,11 @@ export declare const asUnsignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1048
1048
|
schema: "network.xyo.boundwitness" & {
|
|
1049
1049
|
readonly __schema: true;
|
|
1050
1050
|
};
|
|
1051
|
-
addresses: (Lowercase<string> & {
|
|
1051
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1052
1052
|
readonly __hex: true;
|
|
1053
1053
|
} & {
|
|
1054
1054
|
readonly __address: true;
|
|
1055
|
-
})[];
|
|
1055
|
+
}))[];
|
|
1056
1056
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1057
1057
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1058
1058
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -1073,7 +1073,7 @@ export declare const asUnsignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1073
1073
|
};
|
|
1074
1074
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1075
1075
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1076
|
-
$destination?: (Lowercase<string> & {
|
|
1076
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1077
1077
|
readonly __hex: true;
|
|
1078
1078
|
} & {
|
|
1079
1079
|
readonly __address: true;
|
|
@@ -1085,11 +1085,11 @@ export declare const asUnsignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1085
1085
|
schema: "network.xyo.boundwitness" & {
|
|
1086
1086
|
readonly __schema: true;
|
|
1087
1087
|
};
|
|
1088
|
-
addresses: (Lowercase<string> & {
|
|
1088
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1089
1089
|
readonly __hex: true;
|
|
1090
1090
|
} & {
|
|
1091
1091
|
readonly __address: true;
|
|
1092
|
-
})[];
|
|
1092
|
+
}))[];
|
|
1093
1093
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1094
1094
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1095
1095
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -1110,7 +1110,7 @@ export declare const asUnsignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1110
1110
|
};
|
|
1111
1111
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1112
1112
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1113
|
-
$destination?: (Lowercase<string> & {
|
|
1113
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1114
1114
|
readonly __hex: true;
|
|
1115
1115
|
} & {
|
|
1116
1116
|
readonly __address: true;
|
|
@@ -1125,11 +1125,11 @@ export declare const toUnsignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1125
1125
|
schema: "network.xyo.boundwitness" & {
|
|
1126
1126
|
readonly __schema: true;
|
|
1127
1127
|
};
|
|
1128
|
-
addresses: (Lowercase<string> & {
|
|
1128
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1129
1129
|
readonly __hex: true;
|
|
1130
1130
|
} & {
|
|
1131
1131
|
readonly __address: true;
|
|
1132
|
-
})[];
|
|
1132
|
+
}))[];
|
|
1133
1133
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1134
1134
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1135
1135
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -1150,7 +1150,7 @@ export declare const toUnsignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1150
1150
|
};
|
|
1151
1151
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1152
1152
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1153
|
-
$destination?: (Lowercase<string> & {
|
|
1153
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1154
1154
|
readonly __hex: true;
|
|
1155
1155
|
} & {
|
|
1156
1156
|
readonly __address: true;
|
|
@@ -1162,11 +1162,11 @@ export declare const toUnsignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1162
1162
|
schema: "network.xyo.boundwitness" & {
|
|
1163
1163
|
readonly __schema: true;
|
|
1164
1164
|
};
|
|
1165
|
-
addresses: (Lowercase<string> & {
|
|
1165
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1166
1166
|
readonly __hex: true;
|
|
1167
1167
|
} & {
|
|
1168
1168
|
readonly __address: true;
|
|
1169
|
-
})[];
|
|
1169
|
+
}))[];
|
|
1170
1170
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1171
1171
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1172
1172
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -1187,7 +1187,7 @@ export declare const toUnsignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1187
1187
|
};
|
|
1188
1188
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1189
1189
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1190
|
-
$destination?: (Lowercase<string> & {
|
|
1190
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1191
1191
|
readonly __hex: true;
|
|
1192
1192
|
} & {
|
|
1193
1193
|
readonly __address: true;
|
|
@@ -1201,19 +1201,19 @@ export declare const UnsignedTransactionBoundWitnessWithStorageMetaZod: z.ZodMin
|
|
|
1201
1201
|
schema: z.ZodMiniLiteral<"network.xyo.boundwitness" & {
|
|
1202
1202
|
readonly __schema: true;
|
|
1203
1203
|
}>;
|
|
1204
|
-
addresses: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1204
|
+
addresses: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1205
1205
|
readonly __hex: true;
|
|
1206
1206
|
} & {
|
|
1207
1207
|
readonly __address: true;
|
|
1208
|
-
}, string
|
|
1208
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, 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>>>>;
|
|
1212
|
-
$destination: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1212
|
+
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1213
1213
|
readonly __hex: true;
|
|
1214
1214
|
} & {
|
|
1215
1215
|
readonly __address: true;
|
|
1216
|
-
}, string
|
|
1216
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, 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>>;
|
|
@@ -1242,11 +1242,11 @@ export declare const isUnsignedTransactionBoundWitnessWithStorageMeta: <T>(value
|
|
|
1242
1242
|
schema: "network.xyo.boundwitness" & {
|
|
1243
1243
|
readonly __schema: true;
|
|
1244
1244
|
};
|
|
1245
|
-
addresses: (Lowercase<string> & {
|
|
1245
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1246
1246
|
readonly __hex: true;
|
|
1247
1247
|
} & {
|
|
1248
1248
|
readonly __address: true;
|
|
1249
|
-
})[];
|
|
1249
|
+
}))[];
|
|
1250
1250
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1251
1251
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1252
1252
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -1268,7 +1268,7 @@ export declare const isUnsignedTransactionBoundWitnessWithStorageMeta: <T>(value
|
|
|
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?: (Lowercase<string> & {
|
|
1271
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1272
1272
|
readonly __hex: true;
|
|
1273
1273
|
} & {
|
|
1274
1274
|
readonly __address: true;
|
|
@@ -1282,11 +1282,11 @@ export declare const asUnsignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
1282
1282
|
schema: "network.xyo.boundwitness" & {
|
|
1283
1283
|
readonly __schema: true;
|
|
1284
1284
|
};
|
|
1285
|
-
addresses: (Lowercase<string> & {
|
|
1285
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1286
1286
|
readonly __hex: true;
|
|
1287
1287
|
} & {
|
|
1288
1288
|
readonly __address: true;
|
|
1289
|
-
})[];
|
|
1289
|
+
}))[];
|
|
1290
1290
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1291
1291
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1292
1292
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -1308,7 +1308,7 @@ export declare const asUnsignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
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?: (Lowercase<string> & {
|
|
1311
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1312
1312
|
readonly __hex: true;
|
|
1313
1313
|
} & {
|
|
1314
1314
|
readonly __address: true;
|
|
@@ -1320,11 +1320,11 @@ export declare const asUnsignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
1320
1320
|
schema: "network.xyo.boundwitness" & {
|
|
1321
1321
|
readonly __schema: true;
|
|
1322
1322
|
};
|
|
1323
|
-
addresses: (Lowercase<string> & {
|
|
1323
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1324
1324
|
readonly __hex: true;
|
|
1325
1325
|
} & {
|
|
1326
1326
|
readonly __address: true;
|
|
1327
|
-
})[];
|
|
1327
|
+
}))[];
|
|
1328
1328
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1329
1329
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1330
1330
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -1346,7 +1346,7 @@ export declare const asUnsignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
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?: (Lowercase<string> & {
|
|
1349
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1350
1350
|
readonly __hex: true;
|
|
1351
1351
|
} & {
|
|
1352
1352
|
readonly __address: true;
|
|
@@ -1361,11 +1361,11 @@ export declare const toUnsignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
1361
1361
|
schema: "network.xyo.boundwitness" & {
|
|
1362
1362
|
readonly __schema: true;
|
|
1363
1363
|
};
|
|
1364
|
-
addresses: (Lowercase<string> & {
|
|
1364
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1365
1365
|
readonly __hex: true;
|
|
1366
1366
|
} & {
|
|
1367
1367
|
readonly __address: true;
|
|
1368
|
-
})[];
|
|
1368
|
+
}))[];
|
|
1369
1369
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1370
1370
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1371
1371
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -1387,7 +1387,7 @@ export declare const toUnsignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
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?: (Lowercase<string> & {
|
|
1390
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1391
1391
|
readonly __hex: true;
|
|
1392
1392
|
} & {
|
|
1393
1393
|
readonly __address: true;
|
|
@@ -1399,11 +1399,11 @@ export declare const toUnsignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
1399
1399
|
schema: "network.xyo.boundwitness" & {
|
|
1400
1400
|
readonly __schema: true;
|
|
1401
1401
|
};
|
|
1402
|
-
addresses: (Lowercase<string> & {
|
|
1402
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1403
1403
|
readonly __hex: true;
|
|
1404
1404
|
} & {
|
|
1405
1405
|
readonly __address: true;
|
|
1406
|
-
})[];
|
|
1406
|
+
}))[];
|
|
1407
1407
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1408
1408
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1409
1409
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -1425,7 +1425,7 @@ export declare const toUnsignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
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?: (Lowercase<string> & {
|
|
1428
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1429
1429
|
readonly __hex: true;
|
|
1430
1430
|
} & {
|
|
1431
1431
|
readonly __address: true;
|
|
@@ -1439,19 +1439,19 @@ export declare const SignedTransactionBoundWitnessZod: z.ZodMiniObject<{
|
|
|
1439
1439
|
schema: z.ZodMiniLiteral<"network.xyo.boundwitness" & {
|
|
1440
1440
|
readonly __schema: true;
|
|
1441
1441
|
}>;
|
|
1442
|
-
addresses: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1442
|
+
addresses: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1443
1443
|
readonly __hex: true;
|
|
1444
1444
|
} & {
|
|
1445
1445
|
readonly __address: true;
|
|
1446
|
-
}, string
|
|
1446
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, 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>>>>;
|
|
1450
|
-
$destination: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1450
|
+
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1451
1451
|
readonly __hex: true;
|
|
1452
1452
|
} & {
|
|
1453
1453
|
readonly __address: true;
|
|
1454
|
-
}, string
|
|
1454
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, 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>>;
|
|
@@ -1477,11 +1477,11 @@ export declare const isSignedTransactionBoundWitness: <T>(value: T) => value is
|
|
|
1477
1477
|
schema: "network.xyo.boundwitness" & {
|
|
1478
1478
|
readonly __schema: true;
|
|
1479
1479
|
};
|
|
1480
|
-
addresses: (Lowercase<string> & {
|
|
1480
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1481
1481
|
readonly __hex: true;
|
|
1482
1482
|
} & {
|
|
1483
1483
|
readonly __address: true;
|
|
1484
|
-
})[];
|
|
1484
|
+
}))[];
|
|
1485
1485
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1486
1486
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1487
1487
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -1500,7 +1500,7 @@ export declare const isSignedTransactionBoundWitness: <T>(value: T) => value is
|
|
|
1500
1500
|
} & {
|
|
1501
1501
|
readonly __address: true;
|
|
1502
1502
|
};
|
|
1503
|
-
$destination?: (Lowercase<string> & {
|
|
1503
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1504
1504
|
readonly __hex: true;
|
|
1505
1505
|
} & {
|
|
1506
1506
|
readonly __address: true;
|
|
@@ -1514,11 +1514,11 @@ export declare const asSignedTransactionBoundWitness: {
|
|
|
1514
1514
|
schema: "network.xyo.boundwitness" & {
|
|
1515
1515
|
readonly __schema: true;
|
|
1516
1516
|
};
|
|
1517
|
-
addresses: (Lowercase<string> & {
|
|
1517
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1518
1518
|
readonly __hex: true;
|
|
1519
1519
|
} & {
|
|
1520
1520
|
readonly __address: true;
|
|
1521
|
-
})[];
|
|
1521
|
+
}))[];
|
|
1522
1522
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1523
1523
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1524
1524
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -1537,7 +1537,7 @@ export declare const asSignedTransactionBoundWitness: {
|
|
|
1537
1537
|
} & {
|
|
1538
1538
|
readonly __address: true;
|
|
1539
1539
|
};
|
|
1540
|
-
$destination?: (Lowercase<string> & {
|
|
1540
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1541
1541
|
readonly __hex: true;
|
|
1542
1542
|
} & {
|
|
1543
1543
|
readonly __address: true;
|
|
@@ -1549,11 +1549,11 @@ export declare const asSignedTransactionBoundWitness: {
|
|
|
1549
1549
|
schema: "network.xyo.boundwitness" & {
|
|
1550
1550
|
readonly __schema: true;
|
|
1551
1551
|
};
|
|
1552
|
-
addresses: (Lowercase<string> & {
|
|
1552
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1553
1553
|
readonly __hex: true;
|
|
1554
1554
|
} & {
|
|
1555
1555
|
readonly __address: true;
|
|
1556
|
-
})[];
|
|
1556
|
+
}))[];
|
|
1557
1557
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1558
1558
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1559
1559
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -1572,7 +1572,7 @@ export declare const asSignedTransactionBoundWitness: {
|
|
|
1572
1572
|
} & {
|
|
1573
1573
|
readonly __address: true;
|
|
1574
1574
|
};
|
|
1575
|
-
$destination?: (Lowercase<string> & {
|
|
1575
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1576
1576
|
readonly __hex: true;
|
|
1577
1577
|
} & {
|
|
1578
1578
|
readonly __address: true;
|
|
@@ -1587,11 +1587,11 @@ export declare const toSignedTransactionBoundWitness: {
|
|
|
1587
1587
|
schema: "network.xyo.boundwitness" & {
|
|
1588
1588
|
readonly __schema: true;
|
|
1589
1589
|
};
|
|
1590
|
-
addresses: (Lowercase<string> & {
|
|
1590
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1591
1591
|
readonly __hex: true;
|
|
1592
1592
|
} & {
|
|
1593
1593
|
readonly __address: true;
|
|
1594
|
-
})[];
|
|
1594
|
+
}))[];
|
|
1595
1595
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1596
1596
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1597
1597
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -1610,7 +1610,7 @@ export declare const toSignedTransactionBoundWitness: {
|
|
|
1610
1610
|
} & {
|
|
1611
1611
|
readonly __address: true;
|
|
1612
1612
|
};
|
|
1613
|
-
$destination?: (Lowercase<string> & {
|
|
1613
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1614
1614
|
readonly __hex: true;
|
|
1615
1615
|
} & {
|
|
1616
1616
|
readonly __address: true;
|
|
@@ -1622,11 +1622,11 @@ export declare const toSignedTransactionBoundWitness: {
|
|
|
1622
1622
|
schema: "network.xyo.boundwitness" & {
|
|
1623
1623
|
readonly __schema: true;
|
|
1624
1624
|
};
|
|
1625
|
-
addresses: (Lowercase<string> & {
|
|
1625
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1626
1626
|
readonly __hex: true;
|
|
1627
1627
|
} & {
|
|
1628
1628
|
readonly __address: true;
|
|
1629
|
-
})[];
|
|
1629
|
+
}))[];
|
|
1630
1630
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1631
1631
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1632
1632
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -1645,7 +1645,7 @@ export declare const toSignedTransactionBoundWitness: {
|
|
|
1645
1645
|
} & {
|
|
1646
1646
|
readonly __address: true;
|
|
1647
1647
|
};
|
|
1648
|
-
$destination?: (Lowercase<string> & {
|
|
1648
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1649
1649
|
readonly __hex: true;
|
|
1650
1650
|
} & {
|
|
1651
1651
|
readonly __address: true;
|
|
@@ -1659,19 +1659,19 @@ export declare const SignedTransactionBoundWitnessWithHashMetaZod: z.ZodMiniObje
|
|
|
1659
1659
|
schema: z.ZodMiniLiteral<"network.xyo.boundwitness" & {
|
|
1660
1660
|
readonly __schema: true;
|
|
1661
1661
|
}>;
|
|
1662
|
-
addresses: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1662
|
+
addresses: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1663
1663
|
readonly __hex: true;
|
|
1664
1664
|
} & {
|
|
1665
1665
|
readonly __address: true;
|
|
1666
|
-
}, string
|
|
1666
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, 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>>>>;
|
|
1670
|
-
$destination: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1670
|
+
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1671
1671
|
readonly __hex: true;
|
|
1672
1672
|
} & {
|
|
1673
1673
|
readonly __address: true;
|
|
1674
|
-
}, string
|
|
1674
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, 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>>;
|
|
@@ -1699,11 +1699,11 @@ export declare const isSignedTransactionBoundWitnessWithHashMeta: <T>(value: T)
|
|
|
1699
1699
|
schema: "network.xyo.boundwitness" & {
|
|
1700
1700
|
readonly __schema: true;
|
|
1701
1701
|
};
|
|
1702
|
-
addresses: (Lowercase<string> & {
|
|
1702
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1703
1703
|
readonly __hex: true;
|
|
1704
1704
|
} & {
|
|
1705
1705
|
readonly __address: true;
|
|
1706
|
-
})[];
|
|
1706
|
+
}))[];
|
|
1707
1707
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1708
1708
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1709
1709
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -1724,7 +1724,7 @@ export declare const isSignedTransactionBoundWitnessWithHashMeta: <T>(value: T)
|
|
|
1724
1724
|
};
|
|
1725
1725
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1726
1726
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1727
|
-
$destination?: (Lowercase<string> & {
|
|
1727
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1728
1728
|
readonly __hex: true;
|
|
1729
1729
|
} & {
|
|
1730
1730
|
readonly __address: true;
|
|
@@ -1738,11 +1738,11 @@ export declare const asSignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1738
1738
|
schema: "network.xyo.boundwitness" & {
|
|
1739
1739
|
readonly __schema: true;
|
|
1740
1740
|
};
|
|
1741
|
-
addresses: (Lowercase<string> & {
|
|
1741
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1742
1742
|
readonly __hex: true;
|
|
1743
1743
|
} & {
|
|
1744
1744
|
readonly __address: true;
|
|
1745
|
-
})[];
|
|
1745
|
+
}))[];
|
|
1746
1746
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1747
1747
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1748
1748
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -1763,7 +1763,7 @@ export declare const asSignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1763
1763
|
};
|
|
1764
1764
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1765
1765
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1766
|
-
$destination?: (Lowercase<string> & {
|
|
1766
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1767
1767
|
readonly __hex: true;
|
|
1768
1768
|
} & {
|
|
1769
1769
|
readonly __address: true;
|
|
@@ -1775,11 +1775,11 @@ export declare const asSignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1775
1775
|
schema: "network.xyo.boundwitness" & {
|
|
1776
1776
|
readonly __schema: true;
|
|
1777
1777
|
};
|
|
1778
|
-
addresses: (Lowercase<string> & {
|
|
1778
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1779
1779
|
readonly __hex: true;
|
|
1780
1780
|
} & {
|
|
1781
1781
|
readonly __address: true;
|
|
1782
|
-
})[];
|
|
1782
|
+
}))[];
|
|
1783
1783
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1784
1784
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1785
1785
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -1800,7 +1800,7 @@ export declare const asSignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1800
1800
|
};
|
|
1801
1801
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1802
1802
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1803
|
-
$destination?: (Lowercase<string> & {
|
|
1803
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1804
1804
|
readonly __hex: true;
|
|
1805
1805
|
} & {
|
|
1806
1806
|
readonly __address: true;
|
|
@@ -1815,11 +1815,11 @@ export declare const toSignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1815
1815
|
schema: "network.xyo.boundwitness" & {
|
|
1816
1816
|
readonly __schema: true;
|
|
1817
1817
|
};
|
|
1818
|
-
addresses: (Lowercase<string> & {
|
|
1818
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1819
1819
|
readonly __hex: true;
|
|
1820
1820
|
} & {
|
|
1821
1821
|
readonly __address: true;
|
|
1822
|
-
})[];
|
|
1822
|
+
}))[];
|
|
1823
1823
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1824
1824
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1825
1825
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -1840,7 +1840,7 @@ export declare const toSignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1840
1840
|
};
|
|
1841
1841
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1842
1842
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1843
|
-
$destination?: (Lowercase<string> & {
|
|
1843
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1844
1844
|
readonly __hex: true;
|
|
1845
1845
|
} & {
|
|
1846
1846
|
readonly __address: true;
|
|
@@ -1852,11 +1852,11 @@ export declare const toSignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1852
1852
|
schema: "network.xyo.boundwitness" & {
|
|
1853
1853
|
readonly __schema: true;
|
|
1854
1854
|
};
|
|
1855
|
-
addresses: (Lowercase<string> & {
|
|
1855
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1856
1856
|
readonly __hex: true;
|
|
1857
1857
|
} & {
|
|
1858
1858
|
readonly __address: true;
|
|
1859
|
-
})[];
|
|
1859
|
+
}))[];
|
|
1860
1860
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1861
1861
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1862
1862
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -1877,7 +1877,7 @@ export declare const toSignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1877
1877
|
};
|
|
1878
1878
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1879
1879
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1880
|
-
$destination?: (Lowercase<string> & {
|
|
1880
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1881
1881
|
readonly __hex: true;
|
|
1882
1882
|
} & {
|
|
1883
1883
|
readonly __address: true;
|
|
@@ -1891,19 +1891,19 @@ export declare const SignedTransactionBoundWitnessWithStorageMetaZod: z.ZodMiniO
|
|
|
1891
1891
|
schema: z.ZodMiniLiteral<"network.xyo.boundwitness" & {
|
|
1892
1892
|
readonly __schema: true;
|
|
1893
1893
|
}>;
|
|
1894
|
-
addresses: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1894
|
+
addresses: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1895
1895
|
readonly __hex: true;
|
|
1896
1896
|
} & {
|
|
1897
1897
|
readonly __address: true;
|
|
1898
|
-
}, string
|
|
1898
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, 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>>>>;
|
|
1902
|
-
$destination: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1902
|
+
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1903
1903
|
readonly __hex: true;
|
|
1904
1904
|
} & {
|
|
1905
1905
|
readonly __address: true;
|
|
1906
|
-
}, string
|
|
1906
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuant1Address, 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>>;
|
|
@@ -1932,11 +1932,11 @@ export declare const isSignedTransactionBoundWitnessWithStorageMeta: <T>(value:
|
|
|
1932
1932
|
schema: "network.xyo.boundwitness" & {
|
|
1933
1933
|
readonly __schema: true;
|
|
1934
1934
|
};
|
|
1935
|
-
addresses: (Lowercase<string> & {
|
|
1935
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1936
1936
|
readonly __hex: true;
|
|
1937
1937
|
} & {
|
|
1938
1938
|
readonly __address: true;
|
|
1939
|
-
})[];
|
|
1939
|
+
}))[];
|
|
1940
1940
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1941
1941
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1942
1942
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -1958,7 +1958,7 @@ export declare const isSignedTransactionBoundWitnessWithStorageMeta: <T>(value:
|
|
|
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?: (Lowercase<string> & {
|
|
1961
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1962
1962
|
readonly __hex: true;
|
|
1963
1963
|
} & {
|
|
1964
1964
|
readonly __address: true;
|
|
@@ -1972,11 +1972,11 @@ export declare const asSignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
1972
1972
|
schema: "network.xyo.boundwitness" & {
|
|
1973
1973
|
readonly __schema: true;
|
|
1974
1974
|
};
|
|
1975
|
-
addresses: (Lowercase<string> & {
|
|
1975
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
1976
1976
|
readonly __hex: true;
|
|
1977
1977
|
} & {
|
|
1978
1978
|
readonly __address: true;
|
|
1979
|
-
})[];
|
|
1979
|
+
}))[];
|
|
1980
1980
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1981
1981
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1982
1982
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -1998,7 +1998,7 @@ export declare const asSignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
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?: (Lowercase<string> & {
|
|
2001
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2002
2002
|
readonly __hex: true;
|
|
2003
2003
|
} & {
|
|
2004
2004
|
readonly __address: true;
|
|
@@ -2010,11 +2010,11 @@ export declare const asSignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
2010
2010
|
schema: "network.xyo.boundwitness" & {
|
|
2011
2011
|
readonly __schema: true;
|
|
2012
2012
|
};
|
|
2013
|
-
addresses: (Lowercase<string> & {
|
|
2013
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2014
2014
|
readonly __hex: true;
|
|
2015
2015
|
} & {
|
|
2016
2016
|
readonly __address: true;
|
|
2017
|
-
})[];
|
|
2017
|
+
}))[];
|
|
2018
2018
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
2019
2019
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
2020
2020
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -2036,7 +2036,7 @@ export declare const asSignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
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?: (Lowercase<string> & {
|
|
2039
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2040
2040
|
readonly __hex: true;
|
|
2041
2041
|
} & {
|
|
2042
2042
|
readonly __address: true;
|
|
@@ -2051,11 +2051,11 @@ export declare const toSignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
2051
2051
|
schema: "network.xyo.boundwitness" & {
|
|
2052
2052
|
readonly __schema: true;
|
|
2053
2053
|
};
|
|
2054
|
-
addresses: (Lowercase<string> & {
|
|
2054
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2055
2055
|
readonly __hex: true;
|
|
2056
2056
|
} & {
|
|
2057
2057
|
readonly __address: true;
|
|
2058
|
-
})[];
|
|
2058
|
+
}))[];
|
|
2059
2059
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
2060
2060
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
2061
2061
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -2077,7 +2077,7 @@ export declare const toSignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
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?: (Lowercase<string> & {
|
|
2080
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2081
2081
|
readonly __hex: true;
|
|
2082
2082
|
} & {
|
|
2083
2083
|
readonly __address: true;
|
|
@@ -2089,11 +2089,11 @@ export declare const toSignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
2089
2089
|
schema: "network.xyo.boundwitness" & {
|
|
2090
2090
|
readonly __schema: true;
|
|
2091
2091
|
};
|
|
2092
|
-
addresses: (Lowercase<string> & {
|
|
2092
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2093
2093
|
readonly __hex: true;
|
|
2094
2094
|
} & {
|
|
2095
2095
|
readonly __address: true;
|
|
2096
|
-
})[];
|
|
2096
|
+
}))[];
|
|
2097
2097
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
2098
2098
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
2099
2099
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -2115,7 +2115,7 @@ export declare const toSignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
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?: (Lowercase<string> & {
|
|
2118
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuant1Address | (Lowercase<string> & {
|
|
2119
2119
|
readonly __hex: true;
|
|
2120
2120
|
} & {
|
|
2121
2121
|
readonly __address: true;
|