@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
|
@@ -11,6 +11,6 @@ export declare const RewardsRangeOptionsZod: z.ZodObject<{
|
|
|
11
11
|
readonly __hex: true;
|
|
12
12
|
} & {
|
|
13
13
|
readonly __address: true;
|
|
14
|
-
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").
|
|
14
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>>;
|
|
15
15
|
}, z.core.$strip>;
|
|
16
16
|
//# sourceMappingURL=RewardsRangeOptions.d.ts.map
|
|
@@ -10,12 +10,12 @@ export declare const StakeZod: z.ZodObject<{
|
|
|
10
10
|
readonly __hex: true;
|
|
11
11
|
} & {
|
|
12
12
|
readonly __address: true;
|
|
13
|
-
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").
|
|
13
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>;
|
|
14
14
|
staker: import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
15
15
|
readonly __hex: true;
|
|
16
16
|
} & {
|
|
17
17
|
readonly __address: true;
|
|
18
|
-
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").
|
|
18
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>;
|
|
19
19
|
withdrawBlock: z.ZodNumber;
|
|
20
20
|
}, z.core.$strip>;
|
|
21
21
|
/** StakeToJsonZod constant. */
|
|
@@ -28,12 +28,12 @@ export declare const StakeToJsonZod: z.ZodPipe<z.ZodObject<{
|
|
|
28
28
|
readonly __hex: true;
|
|
29
29
|
} & {
|
|
30
30
|
readonly __address: true;
|
|
31
|
-
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").
|
|
31
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>;
|
|
32
32
|
staker: import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
33
33
|
readonly __hex: true;
|
|
34
34
|
} & {
|
|
35
35
|
readonly __address: true;
|
|
36
|
-
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").
|
|
36
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>;
|
|
37
37
|
withdrawBlock: z.ZodNumber;
|
|
38
38
|
}, z.core.$strip>, z.ZodTransform<{
|
|
39
39
|
addBlock: number;
|
|
@@ -44,12 +44,12 @@ export declare const StakeToJsonZod: z.ZodPipe<z.ZodObject<{
|
|
|
44
44
|
readonly __hex: true;
|
|
45
45
|
} & {
|
|
46
46
|
readonly __address: true;
|
|
47
|
-
}) | import("@xyo-network/address").
|
|
47
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
48
48
|
staker: (Lowercase<string> & {
|
|
49
49
|
readonly __hex: true;
|
|
50
50
|
} & {
|
|
51
51
|
readonly __address: true;
|
|
52
|
-
}) | import("@xyo-network/address").
|
|
52
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
53
53
|
withdrawBlock: number;
|
|
54
54
|
}, {
|
|
55
55
|
amount: bigint;
|
|
@@ -60,12 +60,12 @@ export declare const StakeToJsonZod: z.ZodPipe<z.ZodObject<{
|
|
|
60
60
|
readonly __hex: true;
|
|
61
61
|
} & {
|
|
62
62
|
readonly __address: true;
|
|
63
|
-
}) | import("@xyo-network/address").
|
|
63
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
64
64
|
staker: (Lowercase<string> & {
|
|
65
65
|
readonly __hex: true;
|
|
66
66
|
} & {
|
|
67
67
|
readonly __address: true;
|
|
68
|
-
}) | import("@xyo-network/address").
|
|
68
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
69
69
|
withdrawBlock: number;
|
|
70
70
|
}>>;
|
|
71
71
|
/** JsonToStakeZod constant. */
|
|
@@ -77,12 +77,12 @@ export declare const JsonToStakeZod: z.ZodPipe<z.ZodObject<{
|
|
|
77
77
|
readonly __hex: true;
|
|
78
78
|
} & {
|
|
79
79
|
readonly __address: true;
|
|
80
|
-
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").
|
|
80
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>;
|
|
81
81
|
staker: import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
82
82
|
readonly __hex: true;
|
|
83
83
|
} & {
|
|
84
84
|
readonly __address: true;
|
|
85
|
-
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").
|
|
85
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>;
|
|
86
86
|
withdrawBlock: z.ZodNumber;
|
|
87
87
|
amount: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>;
|
|
88
88
|
}, z.core.$strip>, z.ZodTransform<{
|
|
@@ -94,12 +94,12 @@ export declare const JsonToStakeZod: z.ZodPipe<z.ZodObject<{
|
|
|
94
94
|
readonly __hex: true;
|
|
95
95
|
} & {
|
|
96
96
|
readonly __address: true;
|
|
97
|
-
}) | import("@xyo-network/address").
|
|
97
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
98
98
|
staker: (Lowercase<string> & {
|
|
99
99
|
readonly __hex: true;
|
|
100
100
|
} & {
|
|
101
101
|
readonly __address: true;
|
|
102
|
-
}) | import("@xyo-network/address").
|
|
102
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
103
103
|
withdrawBlock: number;
|
|
104
104
|
}, {
|
|
105
105
|
addBlock: number;
|
|
@@ -109,12 +109,12 @@ export declare const JsonToStakeZod: z.ZodPipe<z.ZodObject<{
|
|
|
109
109
|
readonly __hex: true;
|
|
110
110
|
} & {
|
|
111
111
|
readonly __address: true;
|
|
112
|
-
}) | import("@xyo-network/address").
|
|
112
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
113
113
|
staker: (Lowercase<string> & {
|
|
114
114
|
readonly __hex: true;
|
|
115
115
|
} & {
|
|
116
116
|
readonly __address: true;
|
|
117
|
-
}) | import("@xyo-network/address").
|
|
117
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
118
118
|
withdrawBlock: number;
|
|
119
119
|
amount: import("@xylabs/sdk-js").BrandedHex;
|
|
120
120
|
}>>;
|
|
@@ -208,7 +208,7 @@ export declare const SyncStepSummaryZod: z.ZodArray<import("zod/mini").ZodMiniTu
|
|
|
208
208
|
readonly __hex: true;
|
|
209
209
|
} & {
|
|
210
210
|
readonly __address: true;
|
|
211
|
-
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").
|
|
211
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
212
212
|
payload_hashes: import("zod/mini").ZodMiniArray<import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
213
213
|
payload_schemas: import("zod/mini").ZodMiniArray<import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/sdk-protocol-js").BrandedSchema<string>, string>>>;
|
|
214
214
|
previous_hashes: import("zod/mini").ZodMiniArray<import("zod/mini").ZodMiniNullable<import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -216,7 +216,7 @@ export declare const SyncStepSummaryZod: z.ZodArray<import("zod/mini").ZodMiniTu
|
|
|
216
216
|
readonly __hex: true;
|
|
217
217
|
} & {
|
|
218
218
|
readonly __address: true;
|
|
219
|
-
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").
|
|
219
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
220
220
|
$sourceQuery: import("zod/mini").ZodMiniOptional<import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
221
221
|
$signatures: import("zod/mini").ZodMiniArray<import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>>;
|
|
222
222
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("../BlockNumber/XL1BlockNumber.ts").XL1BlockNumber, number>>;
|
|
@@ -239,7 +239,7 @@ export declare const isSyncStepSummary: <T>(value: T) => value is T & [{
|
|
|
239
239
|
schema: "network.xyo.boundwitness" & {
|
|
240
240
|
readonly __schema: true;
|
|
241
241
|
};
|
|
242
|
-
addresses: (import("@xyo-network/address").
|
|
242
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
243
243
|
readonly __hex: true;
|
|
244
244
|
} & {
|
|
245
245
|
readonly __address: true;
|
|
@@ -254,7 +254,7 @@ export declare const isSyncStepSummary: <T>(value: T) => value is T & [{
|
|
|
254
254
|
$epoch: number;
|
|
255
255
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
256
256
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
257
|
-
$destination?: import("@xyo-network/address").
|
|
257
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
258
258
|
readonly __hex: true;
|
|
259
259
|
} & {
|
|
260
260
|
readonly __address: true;
|
|
@@ -274,7 +274,7 @@ export declare const asSyncStepSummary: {
|
|
|
274
274
|
schema: "network.xyo.boundwitness" & {
|
|
275
275
|
readonly __schema: true;
|
|
276
276
|
};
|
|
277
|
-
addresses: (import("@xyo-network/address").
|
|
277
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
278
278
|
readonly __hex: true;
|
|
279
279
|
} & {
|
|
280
280
|
readonly __address: true;
|
|
@@ -289,7 +289,7 @@ export declare const asSyncStepSummary: {
|
|
|
289
289
|
$epoch: number;
|
|
290
290
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
291
291
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
292
|
-
$destination?: import("@xyo-network/address").
|
|
292
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
293
293
|
readonly __hex: true;
|
|
294
294
|
} & {
|
|
295
295
|
readonly __address: true;
|
|
@@ -307,7 +307,7 @@ export declare const asSyncStepSummary: {
|
|
|
307
307
|
schema: "network.xyo.boundwitness" & {
|
|
308
308
|
readonly __schema: true;
|
|
309
309
|
};
|
|
310
|
-
addresses: (import("@xyo-network/address").
|
|
310
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
311
311
|
readonly __hex: true;
|
|
312
312
|
} & {
|
|
313
313
|
readonly __address: true;
|
|
@@ -322,7 +322,7 @@ export declare const asSyncStepSummary: {
|
|
|
322
322
|
$epoch: number;
|
|
323
323
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
324
324
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
325
|
-
$destination?: import("@xyo-network/address").
|
|
325
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
326
326
|
readonly __hex: true;
|
|
327
327
|
} & {
|
|
328
328
|
readonly __address: true;
|
|
@@ -343,7 +343,7 @@ export declare const toSyncStepSummary: {
|
|
|
343
343
|
schema: "network.xyo.boundwitness" & {
|
|
344
344
|
readonly __schema: true;
|
|
345
345
|
};
|
|
346
|
-
addresses: (import("@xyo-network/address").
|
|
346
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
347
347
|
readonly __hex: true;
|
|
348
348
|
} & {
|
|
349
349
|
readonly __address: true;
|
|
@@ -358,7 +358,7 @@ export declare const toSyncStepSummary: {
|
|
|
358
358
|
$epoch: number;
|
|
359
359
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
360
360
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
361
|
-
$destination?: import("@xyo-network/address").
|
|
361
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
362
362
|
readonly __hex: true;
|
|
363
363
|
} & {
|
|
364
364
|
readonly __address: true;
|
|
@@ -376,7 +376,7 @@ export declare const toSyncStepSummary: {
|
|
|
376
376
|
schema: "network.xyo.boundwitness" & {
|
|
377
377
|
readonly __schema: true;
|
|
378
378
|
};
|
|
379
|
-
addresses: (import("@xyo-network/address").
|
|
379
|
+
addresses: (import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
380
380
|
readonly __hex: true;
|
|
381
381
|
} & {
|
|
382
382
|
readonly __address: true;
|
|
@@ -391,7 +391,7 @@ export declare const toSyncStepSummary: {
|
|
|
391
391
|
$epoch: number;
|
|
392
392
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
393
393
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
394
|
-
$destination?: import("@xyo-network/address").
|
|
394
|
+
$destination?: import("@xyo-network/address").XyoQuantAddress | (Lowercase<string> & {
|
|
395
395
|
readonly __hex: true;
|
|
396
396
|
} & {
|
|
397
397
|
readonly __address: true;
|
|
@@ -4,9 +4,9 @@ export declare const TransferPairZod: z.ZodTuple<[import("zod/mini").ZodMiniUnio
|
|
|
4
4
|
readonly __hex: true;
|
|
5
5
|
} & {
|
|
6
6
|
readonly __address: true;
|
|
7
|
-
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").
|
|
7
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>, import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
8
8
|
readonly __hex: true;
|
|
9
9
|
} & {
|
|
10
10
|
readonly __address: true;
|
|
11
|
-
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").
|
|
11
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>], null>;
|
|
12
12
|
//# sourceMappingURL=TransferPair.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TransferPair.d.ts","sourceRoot":"","sources":["../../../src/model/TransferPair.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,gCAAgC;AAChC,eAAO,MAAM,eAAe;;;;;;;;
|
|
1
|
+
{"version":3,"file":"TransferPair.d.ts","sourceRoot":"","sources":["../../../src/model/TransferPair.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,gCAAgC;AAChC,eAAO,MAAM,eAAe;;;;;;;;4LAE1B,CAAA"}
|
|
@@ -21,7 +21,7 @@ export declare const BlockRejectionFieldsZod: z.ZodMiniObject<{
|
|
|
21
21
|
readonly __hex: true;
|
|
22
22
|
} & {
|
|
23
23
|
readonly __address: true;
|
|
24
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").
|
|
24
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
25
25
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
26
26
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
27
27
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -29,7 +29,7 @@ export declare const BlockRejectionFieldsZod: z.ZodMiniObject<{
|
|
|
29
29
|
readonly __hex: true;
|
|
30
30
|
} & {
|
|
31
31
|
readonly __address: true;
|
|
32
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").
|
|
32
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
33
33
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
34
34
|
$signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>, z.ZodMiniNull]>>;
|
|
35
35
|
}, z.core.$strip>, z.ZodMiniArray<z.ZodMiniObject<{
|
|
@@ -61,7 +61,7 @@ export declare const BlockRejectionZod: z.ZodMiniObject<{
|
|
|
61
61
|
readonly __hex: true;
|
|
62
62
|
} & {
|
|
63
63
|
readonly __address: true;
|
|
64
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").
|
|
64
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
65
65
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
66
66
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
67
67
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -69,7 +69,7 @@ export declare const BlockRejectionZod: z.ZodMiniObject<{
|
|
|
69
69
|
readonly __hex: true;
|
|
70
70
|
} & {
|
|
71
71
|
readonly __address: true;
|
|
72
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").
|
|
72
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
73
73
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
74
74
|
$signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>, z.ZodMiniNull]>>;
|
|
75
75
|
}, z.core.$strip>, z.ZodMiniArray<z.ZodMiniObject<{
|
|
@@ -97,7 +97,7 @@ export declare const isBlockRejection: (x?: unknown) => x is {
|
|
|
97
97
|
schema: "network.xyo.boundwitness" & {
|
|
98
98
|
readonly __schema: true;
|
|
99
99
|
};
|
|
100
|
-
addresses: (import("@xyo-network/sdk-js").
|
|
100
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
101
101
|
readonly __hex: true;
|
|
102
102
|
} & {
|
|
103
103
|
readonly __address: true;
|
|
@@ -108,7 +108,7 @@ export declare const isBlockRejection: (x?: unknown) => x is {
|
|
|
108
108
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
109
109
|
protocol?: number | undefined;
|
|
110
110
|
step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
|
|
111
|
-
$destination?: import("@xyo-network/sdk-js").
|
|
111
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
112
112
|
readonly __hex: true;
|
|
113
113
|
} & {
|
|
114
114
|
readonly __address: true;
|
|
@@ -138,7 +138,7 @@ export declare const asBlockRejection: import("@xylabs/sdk-js").AsTypeFunction<{
|
|
|
138
138
|
schema: "network.xyo.boundwitness" & {
|
|
139
139
|
readonly __schema: true;
|
|
140
140
|
};
|
|
141
|
-
addresses: (import("@xyo-network/sdk-js").
|
|
141
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
142
142
|
readonly __hex: true;
|
|
143
143
|
} & {
|
|
144
144
|
readonly __address: true;
|
|
@@ -149,7 +149,7 @@ export declare const asBlockRejection: import("@xylabs/sdk-js").AsTypeFunction<{
|
|
|
149
149
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
150
150
|
protocol?: number | undefined;
|
|
151
151
|
step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
|
|
152
|
-
$destination?: import("@xyo-network/sdk-js").
|
|
152
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
153
153
|
readonly __hex: true;
|
|
154
154
|
} & {
|
|
155
155
|
readonly __address: true;
|
|
@@ -21,7 +21,7 @@ export declare const TransactionRejectionFieldsZod: z.ZodMiniObject<{
|
|
|
21
21
|
readonly __hex: true;
|
|
22
22
|
} & {
|
|
23
23
|
readonly __address: true;
|
|
24
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").
|
|
24
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
25
25
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
26
26
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
27
27
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -29,7 +29,7 @@ export declare const TransactionRejectionFieldsZod: z.ZodMiniObject<{
|
|
|
29
29
|
readonly __hex: true;
|
|
30
30
|
} & {
|
|
31
31
|
readonly __address: true;
|
|
32
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").
|
|
32
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
33
33
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
34
34
|
$signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>, z.ZodMiniNull]>>;
|
|
35
35
|
nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
@@ -45,7 +45,7 @@ export declare const TransactionRejectionFieldsZod: z.ZodMiniObject<{
|
|
|
45
45
|
readonly __hex: true;
|
|
46
46
|
} & {
|
|
47
47
|
readonly __address: true;
|
|
48
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").
|
|
48
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>;
|
|
49
49
|
script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
50
50
|
}, z.core.$strip>, z.ZodMiniArray<z.ZodMiniObject<{
|
|
51
51
|
schema: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>;
|
|
@@ -70,7 +70,7 @@ export declare const TransactionRejectionZod: z.ZodMiniObject<{
|
|
|
70
70
|
readonly __hex: true;
|
|
71
71
|
} & {
|
|
72
72
|
readonly __address: true;
|
|
73
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").
|
|
73
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
74
74
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
75
75
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
76
76
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -78,7 +78,7 @@ export declare const TransactionRejectionZod: z.ZodMiniObject<{
|
|
|
78
78
|
readonly __hex: true;
|
|
79
79
|
} & {
|
|
80
80
|
readonly __address: true;
|
|
81
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").
|
|
81
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
82
82
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
83
83
|
$signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>, z.ZodMiniNull]>>;
|
|
84
84
|
nbf: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
@@ -94,7 +94,7 @@ export declare const TransactionRejectionZod: z.ZodMiniObject<{
|
|
|
94
94
|
readonly __hex: true;
|
|
95
95
|
} & {
|
|
96
96
|
readonly __address: true;
|
|
97
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").
|
|
97
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>;
|
|
98
98
|
script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
99
99
|
}, z.core.$strip>, z.ZodMiniArray<z.ZodMiniObject<{
|
|
100
100
|
schema: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>;
|
|
@@ -118,7 +118,7 @@ export declare const isTransactionRejection: (x?: unknown) => x is {
|
|
|
118
118
|
schema: "network.xyo.boundwitness" & {
|
|
119
119
|
readonly __schema: true;
|
|
120
120
|
};
|
|
121
|
-
addresses: (import("@xyo-network/sdk-js").
|
|
121
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
122
122
|
readonly __hex: true;
|
|
123
123
|
} & {
|
|
124
124
|
readonly __address: true;
|
|
@@ -140,8 +140,8 @@ export declare const isTransactionRejection: (x?: unknown) => x is {
|
|
|
140
140
|
readonly __hex: true;
|
|
141
141
|
} & {
|
|
142
142
|
readonly __address: true;
|
|
143
|
-
}) | import("@xyo-network/sdk-js").
|
|
144
|
-
$destination?: import("@xyo-network/sdk-js").
|
|
143
|
+
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
144
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
145
145
|
readonly __hex: true;
|
|
146
146
|
} & {
|
|
147
147
|
readonly __address: true;
|
|
@@ -168,7 +168,7 @@ export declare const asTransactionRejection: import("@xylabs/sdk-js").AsTypeFunc
|
|
|
168
168
|
schema: "network.xyo.boundwitness" & {
|
|
169
169
|
readonly __schema: true;
|
|
170
170
|
};
|
|
171
|
-
addresses: (import("@xyo-network/sdk-js").
|
|
171
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
172
172
|
readonly __hex: true;
|
|
173
173
|
} & {
|
|
174
174
|
readonly __address: true;
|
|
@@ -190,8 +190,8 @@ export declare const asTransactionRejection: import("@xylabs/sdk-js").AsTypeFunc
|
|
|
190
190
|
readonly __hex: true;
|
|
191
191
|
} & {
|
|
192
192
|
readonly __address: true;
|
|
193
|
-
}) | import("@xyo-network/sdk-js").
|
|
194
|
-
$destination?: import("@xyo-network/sdk-js").
|
|
193
|
+
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
194
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
195
195
|
readonly __hex: true;
|
|
196
196
|
} & {
|
|
197
197
|
readonly __address: true;
|