@xyo-network/xl1-protocol-model 2.0.9 → 2.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -6
- 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/index.mjs +1 -1
- package/dist/neutral/index.mjs.map +2 -2
- 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 +12 -14
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[![logo][]]
|
|
1
|
+
[![logo][]](https://xyo.network)
|
|
2
2
|
|
|
3
3
|
# @xyo-network/xl1-protocol-model
|
|
4
4
|
|
|
@@ -104,13 +104,10 @@ See the [LICENSE](./LICENSE) file (LGPL-3.0-only).
|
|
|
104
104
|
|
|
105
105
|
## Credits
|
|
106
106
|
|
|
107
|
-
[Made with 🔥 and ❄️ by XYO](https://xyo.network)
|
|
108
|
-
|
|
109
|
-
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
|
110
|
-
[logo-link]: https://xyo.network
|
|
107
|
+
[Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
|
|
111
108
|
|
|
112
109
|
[npm-badge]: https://img.shields.io/npm/v/@xyo-network/xl1-protocol-model.svg
|
|
113
110
|
[npm-link]: https://www.npmjs.com/package/@xyo-network/xl1-protocol-model
|
|
114
|
-
|
|
115
111
|
[license-badge]: https://img.shields.io/npm/l/@xyo-network/xl1-protocol-model.svg
|
|
116
112
|
[license-link]: ./LICENSE
|
|
113
|
+
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
|
@@ -13,12 +13,12 @@ export declare const TransferFieldsZod: z.ZodMiniObject<{
|
|
|
13
13
|
readonly __hex: true;
|
|
14
14
|
} & {
|
|
15
15
|
readonly __address: true;
|
|
16
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
16
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>;
|
|
17
17
|
transfers: z.ZodMiniRecord<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
18
18
|
readonly __hex: true;
|
|
19
19
|
} & {
|
|
20
20
|
readonly __address: true;
|
|
21
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
21
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>>;
|
|
22
22
|
}, z.core.$strip>;
|
|
23
23
|
/** Zod schema for a complete transfer payload including schema and fields */
|
|
24
24
|
export declare const TransferZod: z.ZodMiniObject<{
|
|
@@ -31,12 +31,12 @@ export declare const TransferZod: z.ZodMiniObject<{
|
|
|
31
31
|
readonly __hex: true;
|
|
32
32
|
} & {
|
|
33
33
|
readonly __address: true;
|
|
34
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
34
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>;
|
|
35
35
|
transfers: z.ZodMiniRecord<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
36
36
|
readonly __hex: true;
|
|
37
37
|
} & {
|
|
38
38
|
readonly __address: true;
|
|
39
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
39
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>>;
|
|
40
40
|
}, z.core.$strip>;
|
|
41
41
|
/** A transfer payload representing the movement of XL1 tokens between addresses */
|
|
42
42
|
export type Transfer = z.infer<typeof TransferZod>;
|
|
@@ -50,12 +50,12 @@ export declare const isTransfer: (x?: unknown) => x is {
|
|
|
50
50
|
readonly __hex: true;
|
|
51
51
|
} & {
|
|
52
52
|
readonly __address: true;
|
|
53
|
-
}) | import("@xyo-network/address").
|
|
53
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
54
54
|
transfers: Record<(Lowercase<string> & {
|
|
55
55
|
readonly __hex: true;
|
|
56
56
|
} & {
|
|
57
57
|
readonly __address: true;
|
|
58
|
-
}) | import("@xyo-network/address").
|
|
58
|
+
}) | import("@xyo-network/address").XyoQuantAddress, import("@xylabs/sdk-js").BrandedHex>;
|
|
59
59
|
context?: Record<string, unknown> | undefined;
|
|
60
60
|
};
|
|
61
61
|
/** Casts a value to Transfer or returns undefined if invalid */
|
|
@@ -68,12 +68,12 @@ export declare const asTransfer: import("@xylabs/sdk-js").AsTypeFunction<{
|
|
|
68
68
|
readonly __hex: true;
|
|
69
69
|
} & {
|
|
70
70
|
readonly __address: true;
|
|
71
|
-
}) | import("@xyo-network/address").
|
|
71
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
72
72
|
transfers: Record<(Lowercase<string> & {
|
|
73
73
|
readonly __hex: true;
|
|
74
74
|
} & {
|
|
75
75
|
readonly __address: true;
|
|
76
|
-
}) | import("@xyo-network/address").
|
|
76
|
+
}) | import("@xyo-network/address").XyoQuantAddress, import("@xylabs/sdk-js").BrandedHex>;
|
|
77
77
|
context?: Record<string, unknown> | undefined;
|
|
78
78
|
}>;
|
|
79
79
|
//# sourceMappingURL=TransferPayload.d.ts.map
|
|
@@ -26,7 +26,7 @@ export declare const BlockBoundWitnessZod: z.ZodMiniObject<{
|
|
|
26
26
|
readonly __hex: true;
|
|
27
27
|
} & {
|
|
28
28
|
readonly __address: true;
|
|
29
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").
|
|
29
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
30
30
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
31
31
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
32
32
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -34,7 +34,7 @@ export declare const BlockBoundWitnessZod: z.ZodMiniObject<{
|
|
|
34
34
|
readonly __hex: true;
|
|
35
35
|
} & {
|
|
36
36
|
readonly __address: true;
|
|
37
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").
|
|
37
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
38
38
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
39
39
|
$signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>, z.ZodMiniNull]>>;
|
|
40
40
|
}, z.core.$strip>;
|
|
@@ -49,7 +49,7 @@ export declare const isBlockBoundWitness: <T>(value: T) => value is T & {
|
|
|
49
49
|
schema: "network.xyo.boundwitness" & {
|
|
50
50
|
readonly __schema: true;
|
|
51
51
|
};
|
|
52
|
-
addresses: (import("@xyo-network/sdk-js").
|
|
52
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
53
53
|
readonly __hex: true;
|
|
54
54
|
} & {
|
|
55
55
|
readonly __address: true;
|
|
@@ -60,7 +60,7 @@ export declare const isBlockBoundWitness: <T>(value: T) => value is T & {
|
|
|
60
60
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
61
61
|
protocol?: number | undefined;
|
|
62
62
|
step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
|
|
63
|
-
$destination?: import("@xyo-network/sdk-js").
|
|
63
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
64
64
|
readonly __hex: true;
|
|
65
65
|
} & {
|
|
66
66
|
readonly __address: true;
|
|
@@ -77,7 +77,7 @@ export declare const asBlockBoundWitness: {
|
|
|
77
77
|
schema: "network.xyo.boundwitness" & {
|
|
78
78
|
readonly __schema: true;
|
|
79
79
|
};
|
|
80
|
-
addresses: (import("@xyo-network/sdk-js").
|
|
80
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
81
81
|
readonly __hex: true;
|
|
82
82
|
} & {
|
|
83
83
|
readonly __address: true;
|
|
@@ -88,7 +88,7 @@ export declare const asBlockBoundWitness: {
|
|
|
88
88
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
89
89
|
protocol?: number | undefined;
|
|
90
90
|
step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
|
|
91
|
-
$destination?: import("@xyo-network/sdk-js").
|
|
91
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
92
92
|
readonly __hex: true;
|
|
93
93
|
} & {
|
|
94
94
|
readonly __address: true;
|
|
@@ -103,7 +103,7 @@ export declare const asBlockBoundWitness: {
|
|
|
103
103
|
schema: "network.xyo.boundwitness" & {
|
|
104
104
|
readonly __schema: true;
|
|
105
105
|
};
|
|
106
|
-
addresses: (import("@xyo-network/sdk-js").
|
|
106
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
107
107
|
readonly __hex: true;
|
|
108
108
|
} & {
|
|
109
109
|
readonly __address: true;
|
|
@@ -114,7 +114,7 @@ export declare const asBlockBoundWitness: {
|
|
|
114
114
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
115
115
|
protocol?: number | undefined;
|
|
116
116
|
step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
|
|
117
|
-
$destination?: import("@xyo-network/sdk-js").
|
|
117
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
118
118
|
readonly __hex: true;
|
|
119
119
|
} & {
|
|
120
120
|
readonly __address: true;
|
|
@@ -132,7 +132,7 @@ export declare const toBlockBoundWitness: {
|
|
|
132
132
|
schema: "network.xyo.boundwitness" & {
|
|
133
133
|
readonly __schema: true;
|
|
134
134
|
};
|
|
135
|
-
addresses: (import("@xyo-network/sdk-js").
|
|
135
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
136
136
|
readonly __hex: true;
|
|
137
137
|
} & {
|
|
138
138
|
readonly __address: true;
|
|
@@ -143,7 +143,7 @@ export declare const toBlockBoundWitness: {
|
|
|
143
143
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
144
144
|
protocol?: number | undefined;
|
|
145
145
|
step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
|
|
146
|
-
$destination?: import("@xyo-network/sdk-js").
|
|
146
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
147
147
|
readonly __hex: true;
|
|
148
148
|
} & {
|
|
149
149
|
readonly __address: true;
|
|
@@ -158,7 +158,7 @@ export declare const toBlockBoundWitness: {
|
|
|
158
158
|
schema: "network.xyo.boundwitness" & {
|
|
159
159
|
readonly __schema: true;
|
|
160
160
|
};
|
|
161
|
-
addresses: (import("@xyo-network/sdk-js").
|
|
161
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
162
162
|
readonly __hex: true;
|
|
163
163
|
} & {
|
|
164
164
|
readonly __address: true;
|
|
@@ -169,7 +169,7 @@ export declare const toBlockBoundWitness: {
|
|
|
169
169
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
170
170
|
protocol?: number | undefined;
|
|
171
171
|
step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
|
|
172
|
-
$destination?: import("@xyo-network/sdk-js").
|
|
172
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
173
173
|
readonly __hex: true;
|
|
174
174
|
} & {
|
|
175
175
|
readonly __address: true;
|
|
@@ -192,7 +192,7 @@ export declare const BlockBoundWitnessWithHashMetaZod: z.ZodMiniObject<{
|
|
|
192
192
|
readonly __hex: true;
|
|
193
193
|
} & {
|
|
194
194
|
readonly __address: true;
|
|
195
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").
|
|
195
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
196
196
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
197
197
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
198
198
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -200,7 +200,7 @@ export declare const BlockBoundWitnessWithHashMetaZod: z.ZodMiniObject<{
|
|
|
200
200
|
readonly __hex: true;
|
|
201
201
|
} & {
|
|
202
202
|
readonly __address: true;
|
|
203
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").
|
|
203
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
204
204
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
205
205
|
$signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>, z.ZodMiniNull]>>;
|
|
206
206
|
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
@@ -218,7 +218,7 @@ export declare const isBlockBoundWitnessWithHashMeta: <T>(value: T) => value is
|
|
|
218
218
|
schema: "network.xyo.boundwitness" & {
|
|
219
219
|
readonly __schema: true;
|
|
220
220
|
};
|
|
221
|
-
addresses: (import("@xyo-network/sdk-js").
|
|
221
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
222
222
|
readonly __hex: true;
|
|
223
223
|
} & {
|
|
224
224
|
readonly __address: true;
|
|
@@ -231,7 +231,7 @@ export declare const isBlockBoundWitnessWithHashMeta: <T>(value: T) => value is
|
|
|
231
231
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
232
232
|
protocol?: number | undefined;
|
|
233
233
|
step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
|
|
234
|
-
$destination?: import("@xyo-network/sdk-js").
|
|
234
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
235
235
|
readonly __hex: true;
|
|
236
236
|
} & {
|
|
237
237
|
readonly __address: true;
|
|
@@ -248,7 +248,7 @@ export declare const asBlockBoundWitnessWithHashMeta: {
|
|
|
248
248
|
schema: "network.xyo.boundwitness" & {
|
|
249
249
|
readonly __schema: true;
|
|
250
250
|
};
|
|
251
|
-
addresses: (import("@xyo-network/sdk-js").
|
|
251
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
252
252
|
readonly __hex: true;
|
|
253
253
|
} & {
|
|
254
254
|
readonly __address: true;
|
|
@@ -261,7 +261,7 @@ export declare const asBlockBoundWitnessWithHashMeta: {
|
|
|
261
261
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
262
262
|
protocol?: number | undefined;
|
|
263
263
|
step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
|
|
264
|
-
$destination?: import("@xyo-network/sdk-js").
|
|
264
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
265
265
|
readonly __hex: true;
|
|
266
266
|
} & {
|
|
267
267
|
readonly __address: true;
|
|
@@ -276,7 +276,7 @@ export declare const asBlockBoundWitnessWithHashMeta: {
|
|
|
276
276
|
schema: "network.xyo.boundwitness" & {
|
|
277
277
|
readonly __schema: true;
|
|
278
278
|
};
|
|
279
|
-
addresses: (import("@xyo-network/sdk-js").
|
|
279
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
280
280
|
readonly __hex: true;
|
|
281
281
|
} & {
|
|
282
282
|
readonly __address: true;
|
|
@@ -289,7 +289,7 @@ export declare const asBlockBoundWitnessWithHashMeta: {
|
|
|
289
289
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
290
290
|
protocol?: number | undefined;
|
|
291
291
|
step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
|
|
292
|
-
$destination?: import("@xyo-network/sdk-js").
|
|
292
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
293
293
|
readonly __hex: true;
|
|
294
294
|
} & {
|
|
295
295
|
readonly __address: true;
|
|
@@ -307,7 +307,7 @@ export declare const toBlockBoundWitnessWithHashMeta: {
|
|
|
307
307
|
schema: "network.xyo.boundwitness" & {
|
|
308
308
|
readonly __schema: true;
|
|
309
309
|
};
|
|
310
|
-
addresses: (import("@xyo-network/sdk-js").
|
|
310
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
311
311
|
readonly __hex: true;
|
|
312
312
|
} & {
|
|
313
313
|
readonly __address: true;
|
|
@@ -320,7 +320,7 @@ export declare const toBlockBoundWitnessWithHashMeta: {
|
|
|
320
320
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
321
321
|
protocol?: number | undefined;
|
|
322
322
|
step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
|
|
323
|
-
$destination?: import("@xyo-network/sdk-js").
|
|
323
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
324
324
|
readonly __hex: true;
|
|
325
325
|
} & {
|
|
326
326
|
readonly __address: true;
|
|
@@ -335,7 +335,7 @@ export declare const toBlockBoundWitnessWithHashMeta: {
|
|
|
335
335
|
schema: "network.xyo.boundwitness" & {
|
|
336
336
|
readonly __schema: true;
|
|
337
337
|
};
|
|
338
|
-
addresses: (import("@xyo-network/sdk-js").
|
|
338
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
339
339
|
readonly __hex: true;
|
|
340
340
|
} & {
|
|
341
341
|
readonly __address: true;
|
|
@@ -348,7 +348,7 @@ export declare const toBlockBoundWitnessWithHashMeta: {
|
|
|
348
348
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
349
349
|
protocol?: number | undefined;
|
|
350
350
|
step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
|
|
351
|
-
$destination?: import("@xyo-network/sdk-js").
|
|
351
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
352
352
|
readonly __hex: true;
|
|
353
353
|
} & {
|
|
354
354
|
readonly __address: true;
|
|
@@ -371,7 +371,7 @@ export declare const BlockBoundWitnessWithStorageMetaZod: z.ZodMiniObject<{
|
|
|
371
371
|
readonly __hex: true;
|
|
372
372
|
} & {
|
|
373
373
|
readonly __address: true;
|
|
374
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").
|
|
374
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
375
375
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
376
376
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
377
377
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -379,7 +379,7 @@ export declare const BlockBoundWitnessWithStorageMetaZod: z.ZodMiniObject<{
|
|
|
379
379
|
readonly __hex: true;
|
|
380
380
|
} & {
|
|
381
381
|
readonly __address: true;
|
|
382
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").
|
|
382
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
383
383
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
384
384
|
$signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>, z.ZodMiniNull]>>;
|
|
385
385
|
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
@@ -398,7 +398,7 @@ export declare const isBlockBoundWitnessWithStorageMeta: <T>(value: T) => value
|
|
|
398
398
|
schema: "network.xyo.boundwitness" & {
|
|
399
399
|
readonly __schema: true;
|
|
400
400
|
};
|
|
401
|
-
addresses: (import("@xyo-network/sdk-js").
|
|
401
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
402
402
|
readonly __hex: true;
|
|
403
403
|
} & {
|
|
404
404
|
readonly __address: true;
|
|
@@ -412,7 +412,7 @@ export declare const isBlockBoundWitnessWithStorageMeta: <T>(value: T) => value
|
|
|
412
412
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
413
413
|
protocol?: number | undefined;
|
|
414
414
|
step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
|
|
415
|
-
$destination?: import("@xyo-network/sdk-js").
|
|
415
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
416
416
|
readonly __hex: true;
|
|
417
417
|
} & {
|
|
418
418
|
readonly __address: true;
|
|
@@ -429,7 +429,7 @@ export declare const asBlockBoundWitnessWithStorageMeta: {
|
|
|
429
429
|
schema: "network.xyo.boundwitness" & {
|
|
430
430
|
readonly __schema: true;
|
|
431
431
|
};
|
|
432
|
-
addresses: (import("@xyo-network/sdk-js").
|
|
432
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
433
433
|
readonly __hex: true;
|
|
434
434
|
} & {
|
|
435
435
|
readonly __address: true;
|
|
@@ -443,7 +443,7 @@ export declare const asBlockBoundWitnessWithStorageMeta: {
|
|
|
443
443
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
444
444
|
protocol?: number | undefined;
|
|
445
445
|
step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
|
|
446
|
-
$destination?: import("@xyo-network/sdk-js").
|
|
446
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
447
447
|
readonly __hex: true;
|
|
448
448
|
} & {
|
|
449
449
|
readonly __address: true;
|
|
@@ -458,7 +458,7 @@ export declare const asBlockBoundWitnessWithStorageMeta: {
|
|
|
458
458
|
schema: "network.xyo.boundwitness" & {
|
|
459
459
|
readonly __schema: true;
|
|
460
460
|
};
|
|
461
|
-
addresses: (import("@xyo-network/sdk-js").
|
|
461
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
462
462
|
readonly __hex: true;
|
|
463
463
|
} & {
|
|
464
464
|
readonly __address: true;
|
|
@@ -472,7 +472,7 @@ export declare const asBlockBoundWitnessWithStorageMeta: {
|
|
|
472
472
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
473
473
|
protocol?: number | undefined;
|
|
474
474
|
step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
|
|
475
|
-
$destination?: import("@xyo-network/sdk-js").
|
|
475
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
476
476
|
readonly __hex: true;
|
|
477
477
|
} & {
|
|
478
478
|
readonly __address: true;
|
|
@@ -490,7 +490,7 @@ export declare const toBlockBoundWitnessWithStorageMeta: {
|
|
|
490
490
|
schema: "network.xyo.boundwitness" & {
|
|
491
491
|
readonly __schema: true;
|
|
492
492
|
};
|
|
493
|
-
addresses: (import("@xyo-network/sdk-js").
|
|
493
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
494
494
|
readonly __hex: true;
|
|
495
495
|
} & {
|
|
496
496
|
readonly __address: true;
|
|
@@ -504,7 +504,7 @@ export declare const toBlockBoundWitnessWithStorageMeta: {
|
|
|
504
504
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
505
505
|
protocol?: number | undefined;
|
|
506
506
|
step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
|
|
507
|
-
$destination?: import("@xyo-network/sdk-js").
|
|
507
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
508
508
|
readonly __hex: true;
|
|
509
509
|
} & {
|
|
510
510
|
readonly __address: true;
|
|
@@ -519,7 +519,7 @@ export declare const toBlockBoundWitnessWithStorageMeta: {
|
|
|
519
519
|
schema: "network.xyo.boundwitness" & {
|
|
520
520
|
readonly __schema: true;
|
|
521
521
|
};
|
|
522
|
-
addresses: (import("@xyo-network/sdk-js").
|
|
522
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
523
523
|
readonly __hex: true;
|
|
524
524
|
} & {
|
|
525
525
|
readonly __address: true;
|
|
@@ -533,7 +533,7 @@ export declare const toBlockBoundWitnessWithStorageMeta: {
|
|
|
533
533
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
534
534
|
protocol?: number | undefined;
|
|
535
535
|
step_hashes?: import("@xylabs/sdk-js").BrandedHash[] | undefined;
|
|
536
|
-
$destination?: import("@xyo-network/sdk-js").
|
|
536
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
537
537
|
readonly __hex: true;
|
|
538
538
|
} & {
|
|
539
539
|
readonly __address: true;
|