@xyo-network/xl1-protocol 1.24.21 → 1.24.23
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/block/AllowedBlockPayload.d.ts +1 -1
- package/dist/neutral/block/AllowedBlockPayload.d.ts.map +1 -1
- package/dist/neutral/block/BlockBoundWitness.d.ts +24 -24
- package/dist/neutral/block/BlockBoundWitness.d.ts.map +1 -1
- package/dist/neutral/block/HydratedBlock.d.ts +114 -114
- package/dist/neutral/block/signed/SignedBlockBoundWitness.d.ts +6 -6
- package/dist/neutral/block/signed/SignedBlockBoundWitnessWithHashMeta.d.ts +10 -10
- package/dist/neutral/block/signed/SignedBlockBoundWitnessWithHashMeta.d.ts.map +1 -1
- package/dist/neutral/block/signed/SignedBlockBoundWitnessWithStorageMeta.d.ts +19 -19
- package/dist/neutral/block/signed/SignedBlockBoundWitnessWithStorageMeta.d.ts.map +1 -1
- package/dist/neutral/block/unsigned/UnsignedBlockBoundWitness.d.ts +6 -6
- package/dist/neutral/chain/ChainAnalyzer.d.ts +1 -1
- package/dist/neutral/chain/ChainAnalyzer.d.ts.map +1 -1
- package/dist/neutral/fields/BlockNumber.d.ts +1 -1
- package/dist/neutral/fields/BlockNumber.d.ts.map +1 -1
- package/dist/neutral/index.mjs +30 -29
- package/dist/neutral/index.mjs.map +1 -1
- package/dist/neutral/model/Context/BlockContext.zod.d.ts +1 -1
- package/dist/neutral/model/Context/BlockContext.zod.d.ts.map +1 -1
- package/dist/neutral/model/HydratedTransaction.d.ts +144 -144
- package/dist/neutral/model/PayloadMap.d.ts +1 -1
- package/dist/neutral/model/PayloadMap.d.ts.map +1 -1
- package/dist/neutral/model/Sequence.d.ts +1 -1
- package/dist/neutral/model/Sequence.d.ts.map +1 -1
- package/dist/neutral/network/Status.d.ts +1 -1
- package/dist/neutral/network/Status.d.ts.map +1 -1
- package/dist/neutral/payload/Meta.d.ts +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/ChainStakeIntent.d.ts +1 -1
- package/dist/neutral/payload/elevatable/ChainStakeIntent.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/providers/DataLake/Provider.d.ts +1 -1
- package/dist/neutral/providers/DataLake/Provider.d.ts.map +1 -1
- package/dist/neutral/providers/DataLake/Runner.d.ts +1 -1
- package/dist/neutral/providers/DataLake/Runner.d.ts.map +1 -1
- package/dist/neutral/providers/DataLake/Viewer.d.ts +1 -2
- package/dist/neutral/providers/DataLake/Viewer.d.ts.map +1 -1
- package/dist/neutral/providers/TransactionHelper.d.ts +1 -1
- package/dist/neutral/providers/TransactionHelper.d.ts.map +1 -1
- package/dist/neutral/providers/XyoGatewayRunner.d.ts +1 -1
- package/dist/neutral/providers/XyoGatewayRunner.d.ts.map +1 -1
- package/dist/neutral/providers/signer/XyoSigner.d.ts +1 -2
- package/dist/neutral/providers/signer/XyoSigner.d.ts.map +1 -1
- package/dist/neutral/repository/Repository.d.ts +1 -2
- package/dist/neutral/repository/Repository.d.ts.map +1 -1
- package/dist/neutral/runners/Block.d.ts +1 -1
- package/dist/neutral/runners/Block.d.ts.map +1 -1
- package/dist/neutral/transaction/TransactionBoundWitness.d.ts +72 -72
- package/dist/neutral/validation/boundwitness/BoundWitnessValidationFunction.d.ts +1 -1
- package/dist/neutral/validation/boundwitness/BoundWitnessValidationFunction.d.ts.map +1 -1
- package/dist/neutral/validation/boundwitness/HydratedBoundWitnessValidationFunction.d.ts +1 -2
- package/dist/neutral/validation/boundwitness/HydratedBoundWitnessValidationFunction.d.ts.map +1 -1
- package/dist/neutral/validation/boundwitness/error.d.ts +1 -2
- package/dist/neutral/validation/boundwitness/error.d.ts.map +1 -1
- package/dist/neutral/validation/error.d.ts +1 -1
- package/dist/neutral/validation/error.d.ts.map +1 -1
- package/dist/neutral/validation/payload/InBlockPayloadValidationFunction.d.ts +1 -1
- package/dist/neutral/validation/payload/InBlockPayloadValidationFunction.d.ts.map +1 -1
- package/dist/neutral/validation/payload/error.d.ts +1 -1
- package/dist/neutral/validation/payload/error.d.ts.map +1 -1
- package/dist/neutral/viewers/Block.d.ts +1 -1
- package/dist/neutral/viewers/Block.d.ts.map +1 -1
- package/dist/neutral/viewers/TransferBalance.d.ts +1 -1
- package/dist/neutral/viewers/TransferBalance.d.ts.map +1 -1
- package/package.json +7 -9
- package/src/TransferPayload.ts +1 -1
- package/src/block/AllowedBlockPayload.ts +2 -3
- package/src/block/BlockBoundWitness.ts +3 -2
- package/src/block/HydratedBlock.ts +1 -1
- package/src/block/signed/SignedBlockBoundWitness.ts +1 -1
- package/src/block/signed/SignedBlockBoundWitnessWithHashMeta.ts +1 -2
- package/src/block/signed/SignedBlockBoundWitnessWithStorageMeta.ts +1 -2
- package/src/block/unsigned/UnsignedBlockBoundWitness.ts +1 -1
- package/src/chain/ChainAnalyzer.ts +1 -1
- package/src/fields/BlockNumber.ts +2 -2
- package/src/model/BlockRate.ts +1 -1
- package/src/model/Context/BlockContext.zod.ts +1 -1
- package/src/model/HydratedTransaction.ts +1 -1
- package/src/model/PayloadMap.ts +1 -1
- package/src/model/Sequence.ts +2 -2
- package/src/network/Status.ts +2 -2
- package/src/payload/Meta.ts +1 -1
- package/src/payload/StepIdentityPayload.ts +2 -2
- package/src/payload/elevatable/Bridge/BridgeDestinationObservation.ts +2 -2
- package/src/payload/elevatable/Bridge/BridgeIntent.ts +2 -2
- package/src/payload/elevatable/Bridge/BridgeSourceObservation.ts +2 -2
- package/src/payload/elevatable/ChainStakeIntent.ts +2 -2
- package/src/payload/elevatable/Executable.ts +1 -1
- package/src/payload/elevatable/Hash.ts +2 -2
- package/src/payload/elevatable/StepComplete.ts +2 -2
- package/src/payload/elevatable/Time.ts +1 -1
- package/src/providers/DataLake/Provider.ts +1 -1
- package/src/providers/DataLake/Runner.ts +1 -1
- package/src/providers/DataLake/Viewer.ts +1 -2
- package/src/providers/TransactionHelper.ts +1 -1
- package/src/providers/XyoGatewayRunner.ts +1 -1
- package/src/providers/signer/XyoSigner.ts +1 -2
- package/src/repository/Repository.ts +3 -2
- package/src/runners/Block.ts +1 -1
- package/src/transaction/TransactionBoundWitness.ts +3 -3
- package/src/validation/boundwitness/BoundWitnessValidationFunction.ts +1 -1
- package/src/validation/boundwitness/HydratedBoundWitnessValidationFunction.ts +3 -2
- package/src/validation/boundwitness/error.ts +1 -2
- package/src/validation/error.ts +1 -1
- package/src/validation/payload/InBlockPayloadValidationFunction.ts +1 -1
- package/src/validation/payload/error.ts +1 -1
- package/src/viewers/Block.ts +1 -1
- package/src/viewers/TransferBalance.ts +1 -1
|
@@ -9,7 +9,7 @@ export declare const HydratedTransactionZod: z.ZodTuple<[z.ZodObject<{
|
|
|
9
9
|
readonly __address: true;
|
|
10
10
|
}, string>>>;
|
|
11
11
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
12
|
-
payload_schemas: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/
|
|
12
|
+
payload_schemas: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
13
13
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
14
14
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<Lowercase<string> & {
|
|
15
15
|
readonly __hex: true;
|
|
@@ -34,7 +34,7 @@ export declare const HydratedTransactionZod: z.ZodTuple<[z.ZodObject<{
|
|
|
34
34
|
}, string>>;
|
|
35
35
|
script: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
36
36
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
37
|
-
schema: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/
|
|
37
|
+
schema: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>;
|
|
38
38
|
}, z.core.$strict>>], null>;
|
|
39
39
|
export type HydratedTransaction = z.infer<typeof HydratedTransactionZod>;
|
|
40
40
|
export declare const isHydratedTransaction: <T>(value: T) => value is T & [{
|
|
@@ -47,7 +47,7 @@ export declare const isHydratedTransaction: <T>(value: T) => value is T & [{
|
|
|
47
47
|
readonly __address: true;
|
|
48
48
|
})[];
|
|
49
49
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
50
|
-
payload_schemas: import("@xyo-network/
|
|
50
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
51
51
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
52
52
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
53
53
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -72,7 +72,7 @@ export declare const isHydratedTransaction: <T>(value: T) => value is T & [{
|
|
|
72
72
|
$sourceQuery?: import("@xylabs/sdk-js").BrandedHash | undefined;
|
|
73
73
|
script?: string[] | undefined;
|
|
74
74
|
}, {
|
|
75
|
-
schema: import("@xyo-network/
|
|
75
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
76
76
|
}[]];
|
|
77
77
|
export declare const asHydratedTransaction: {
|
|
78
78
|
<T>(value: T): (T & [{
|
|
@@ -85,7 +85,7 @@ export declare const asHydratedTransaction: {
|
|
|
85
85
|
readonly __address: true;
|
|
86
86
|
})[];
|
|
87
87
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
88
|
-
payload_schemas: import("@xyo-network/
|
|
88
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
89
89
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
90
90
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
91
91
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -110,7 +110,7 @@ export declare const asHydratedTransaction: {
|
|
|
110
110
|
$sourceQuery?: import("@xylabs/sdk-js").BrandedHash | undefined;
|
|
111
111
|
script?: string[] | undefined;
|
|
112
112
|
}, {
|
|
113
|
-
schema: import("@xyo-network/
|
|
113
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
114
114
|
}[]]) | undefined;
|
|
115
115
|
<T>(value: T, assert: import("@xylabs/sdk-js").ZodFactoryConfig): T & [{
|
|
116
116
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -122,7 +122,7 @@ export declare const asHydratedTransaction: {
|
|
|
122
122
|
readonly __address: true;
|
|
123
123
|
})[];
|
|
124
124
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
125
|
-
payload_schemas: import("@xyo-network/
|
|
125
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
126
126
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
127
127
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
128
128
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -147,7 +147,7 @@ export declare const asHydratedTransaction: {
|
|
|
147
147
|
$sourceQuery?: import("@xylabs/sdk-js").BrandedHash | undefined;
|
|
148
148
|
script?: string[] | undefined;
|
|
149
149
|
}, {
|
|
150
|
-
schema: import("@xyo-network/
|
|
150
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
151
151
|
}[]];
|
|
152
152
|
};
|
|
153
153
|
export declare const toHydratedTransaction: {
|
|
@@ -161,7 +161,7 @@ export declare const toHydratedTransaction: {
|
|
|
161
161
|
readonly __address: true;
|
|
162
162
|
})[];
|
|
163
163
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
164
|
-
payload_schemas: import("@xyo-network/
|
|
164
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
165
165
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
166
166
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
167
167
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -186,7 +186,7 @@ export declare const toHydratedTransaction: {
|
|
|
186
186
|
$sourceQuery?: import("@xylabs/sdk-js").BrandedHash | undefined;
|
|
187
187
|
script?: string[] | undefined;
|
|
188
188
|
}, {
|
|
189
|
-
schema: import("@xyo-network/
|
|
189
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
190
190
|
}[]]) | undefined;
|
|
191
191
|
<T>(value: T, assert: import("@xylabs/sdk-js").ZodFactoryConfig): T & [{
|
|
192
192
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -198,7 +198,7 @@ export declare const toHydratedTransaction: {
|
|
|
198
198
|
readonly __address: true;
|
|
199
199
|
})[];
|
|
200
200
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
201
|
-
payload_schemas: import("@xyo-network/
|
|
201
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
202
202
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
203
203
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
204
204
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -223,7 +223,7 @@ export declare const toHydratedTransaction: {
|
|
|
223
223
|
$sourceQuery?: import("@xylabs/sdk-js").BrandedHash | undefined;
|
|
224
224
|
script?: string[] | undefined;
|
|
225
225
|
}, {
|
|
226
|
-
schema: import("@xyo-network/
|
|
226
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
227
227
|
}[]];
|
|
228
228
|
};
|
|
229
229
|
export declare const HydratedTransactionWithHashMetaZod: z.ZodTuple<[z.ZodIntersection<z.ZodObject<{
|
|
@@ -236,7 +236,7 @@ export declare const HydratedTransactionWithHashMetaZod: z.ZodTuple<[z.ZodInters
|
|
|
236
236
|
readonly __address: true;
|
|
237
237
|
}, string>>>;
|
|
238
238
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
239
|
-
payload_schemas: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/
|
|
239
|
+
payload_schemas: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
240
240
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
241
241
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<Lowercase<string> & {
|
|
242
242
|
readonly __hex: true;
|
|
@@ -264,7 +264,7 @@ export declare const HydratedTransactionWithHashMetaZod: z.ZodTuple<[z.ZodInters
|
|
|
264
264
|
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
265
265
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
266
266
|
}, z.core.$strip>>, z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
267
|
-
schema: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/
|
|
267
|
+
schema: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>;
|
|
268
268
|
}, z.core.$strict>, z.ZodObject<{
|
|
269
269
|
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
270
270
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
@@ -280,7 +280,7 @@ export declare const isHydratedTransactionWithHashMeta: <T>(value: T) => value i
|
|
|
280
280
|
readonly __address: true;
|
|
281
281
|
})[];
|
|
282
282
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
283
|
-
payload_schemas: import("@xyo-network/
|
|
283
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
284
284
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
285
285
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
286
286
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -308,7 +308,7 @@ export declare const isHydratedTransactionWithHashMeta: <T>(value: T) => value i
|
|
|
308
308
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
309
309
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
310
310
|
}, ({
|
|
311
|
-
schema: import("@xyo-network/
|
|
311
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
312
312
|
} & {
|
|
313
313
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
314
314
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
@@ -324,7 +324,7 @@ export declare const asHydratedTransactionWithHashMeta: {
|
|
|
324
324
|
readonly __address: true;
|
|
325
325
|
})[];
|
|
326
326
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
327
|
-
payload_schemas: import("@xyo-network/
|
|
327
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
328
328
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
329
329
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
330
330
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -352,7 +352,7 @@ export declare const asHydratedTransactionWithHashMeta: {
|
|
|
352
352
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
353
353
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
354
354
|
}, ({
|
|
355
|
-
schema: import("@xyo-network/
|
|
355
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
356
356
|
} & {
|
|
357
357
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
358
358
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
@@ -367,7 +367,7 @@ export declare const asHydratedTransactionWithHashMeta: {
|
|
|
367
367
|
readonly __address: true;
|
|
368
368
|
})[];
|
|
369
369
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
370
|
-
payload_schemas: import("@xyo-network/
|
|
370
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
371
371
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
372
372
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
373
373
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -395,7 +395,7 @@ export declare const asHydratedTransactionWithHashMeta: {
|
|
|
395
395
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
396
396
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
397
397
|
}, ({
|
|
398
|
-
schema: import("@xyo-network/
|
|
398
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
399
399
|
} & {
|
|
400
400
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
401
401
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
@@ -412,7 +412,7 @@ export declare const toHydratedTransactionWithHashMeta: {
|
|
|
412
412
|
readonly __address: true;
|
|
413
413
|
})[];
|
|
414
414
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
415
|
-
payload_schemas: import("@xyo-network/
|
|
415
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
416
416
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
417
417
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
418
418
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -440,7 +440,7 @@ export declare const toHydratedTransactionWithHashMeta: {
|
|
|
440
440
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
441
441
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
442
442
|
}, ({
|
|
443
|
-
schema: import("@xyo-network/
|
|
443
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
444
444
|
} & {
|
|
445
445
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
446
446
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
@@ -455,7 +455,7 @@ export declare const toHydratedTransactionWithHashMeta: {
|
|
|
455
455
|
readonly __address: true;
|
|
456
456
|
})[];
|
|
457
457
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
458
|
-
payload_schemas: import("@xyo-network/
|
|
458
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
459
459
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
460
460
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
461
461
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -483,7 +483,7 @@ export declare const toHydratedTransactionWithHashMeta: {
|
|
|
483
483
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
484
484
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
485
485
|
}, ({
|
|
486
|
-
schema: import("@xyo-network/
|
|
486
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
487
487
|
} & {
|
|
488
488
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
489
489
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
@@ -499,7 +499,7 @@ export declare const HydratedTransactionWithStorageMetaZod: z.ZodTuple<[z.ZodInt
|
|
|
499
499
|
readonly __address: true;
|
|
500
500
|
}, string>>>;
|
|
501
501
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
502
|
-
payload_schemas: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/
|
|
502
|
+
payload_schemas: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
503
503
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
504
504
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<Lowercase<string> & {
|
|
505
505
|
readonly __hex: true;
|
|
@@ -526,13 +526,13 @@ export declare const HydratedTransactionWithStorageMetaZod: z.ZodTuple<[z.ZodInt
|
|
|
526
526
|
}, z.core.$strip>, z.ZodObject<{
|
|
527
527
|
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
528
528
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
529
|
-
_sequence: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/
|
|
529
|
+
_sequence: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").QualifiedSequence, string>>]>;
|
|
530
530
|
}, z.core.$strip>>, z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
531
|
-
schema: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/
|
|
531
|
+
schema: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>;
|
|
532
532
|
}, z.core.$strict>, z.ZodObject<{
|
|
533
533
|
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
534
534
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
535
|
-
_sequence: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/
|
|
535
|
+
_sequence: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").QualifiedSequence, string>>]>;
|
|
536
536
|
}, z.core.$strip>>>], null>;
|
|
537
537
|
export type HydratedTransactionWithStorageMeta = z.infer<typeof HydratedTransactionWithStorageMetaZod>;
|
|
538
538
|
export declare const isHydratedTransactionWithStorageMeta: <T>(value: T) => value is T & [{
|
|
@@ -545,7 +545,7 @@ export declare const isHydratedTransactionWithStorageMeta: <T>(value: T) => valu
|
|
|
545
545
|
readonly __address: true;
|
|
546
546
|
})[];
|
|
547
547
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
548
|
-
payload_schemas: import("@xyo-network/
|
|
548
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
549
549
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
550
550
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
551
551
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -572,13 +572,13 @@ export declare const isHydratedTransactionWithStorageMeta: <T>(value: T) => valu
|
|
|
572
572
|
} & {
|
|
573
573
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
574
574
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
575
|
-
_sequence: import("@xyo-network/
|
|
575
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
576
576
|
}, ({
|
|
577
|
-
schema: import("@xyo-network/
|
|
577
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
578
578
|
} & {
|
|
579
579
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
580
580
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
581
|
-
_sequence: import("@xyo-network/
|
|
581
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
582
582
|
})[]];
|
|
583
583
|
export declare const asHydratedTransactionWithStorageMeta: {
|
|
584
584
|
<T>(value: T): (T & [{
|
|
@@ -591,7 +591,7 @@ export declare const asHydratedTransactionWithStorageMeta: {
|
|
|
591
591
|
readonly __address: true;
|
|
592
592
|
})[];
|
|
593
593
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
594
|
-
payload_schemas: import("@xyo-network/
|
|
594
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
595
595
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
596
596
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
597
597
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -618,13 +618,13 @@ export declare const asHydratedTransactionWithStorageMeta: {
|
|
|
618
618
|
} & {
|
|
619
619
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
620
620
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
621
|
-
_sequence: import("@xyo-network/
|
|
621
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
622
622
|
}, ({
|
|
623
|
-
schema: import("@xyo-network/
|
|
623
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
624
624
|
} & {
|
|
625
625
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
626
626
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
627
|
-
_sequence: import("@xyo-network/
|
|
627
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
628
628
|
})[]]) | undefined;
|
|
629
629
|
<T>(value: T, assert: import("@xylabs/sdk-js").ZodFactoryConfig): T & [{
|
|
630
630
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -636,7 +636,7 @@ export declare const asHydratedTransactionWithStorageMeta: {
|
|
|
636
636
|
readonly __address: true;
|
|
637
637
|
})[];
|
|
638
638
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
639
|
-
payload_schemas: import("@xyo-network/
|
|
639
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
640
640
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
641
641
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
642
642
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -663,13 +663,13 @@ export declare const asHydratedTransactionWithStorageMeta: {
|
|
|
663
663
|
} & {
|
|
664
664
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
665
665
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
666
|
-
_sequence: import("@xyo-network/
|
|
666
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
667
667
|
}, ({
|
|
668
|
-
schema: import("@xyo-network/
|
|
668
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
669
669
|
} & {
|
|
670
670
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
671
671
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
672
|
-
_sequence: import("@xyo-network/
|
|
672
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
673
673
|
})[]];
|
|
674
674
|
};
|
|
675
675
|
export declare const toHydratedTransactionWithStorageMeta: {
|
|
@@ -683,7 +683,7 @@ export declare const toHydratedTransactionWithStorageMeta: {
|
|
|
683
683
|
readonly __address: true;
|
|
684
684
|
})[];
|
|
685
685
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
686
|
-
payload_schemas: import("@xyo-network/
|
|
686
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
687
687
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
688
688
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
689
689
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -710,13 +710,13 @@ export declare const toHydratedTransactionWithStorageMeta: {
|
|
|
710
710
|
} & {
|
|
711
711
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
712
712
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
713
|
-
_sequence: import("@xyo-network/
|
|
713
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
714
714
|
}, ({
|
|
715
|
-
schema: import("@xyo-network/
|
|
715
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
716
716
|
} & {
|
|
717
717
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
718
718
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
719
|
-
_sequence: import("@xyo-network/
|
|
719
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
720
720
|
})[]]) | undefined;
|
|
721
721
|
<T>(value: T, assert: import("@xylabs/sdk-js").ZodFactoryConfig): T & [{
|
|
722
722
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -728,7 +728,7 @@ export declare const toHydratedTransactionWithStorageMeta: {
|
|
|
728
728
|
readonly __address: true;
|
|
729
729
|
})[];
|
|
730
730
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
731
|
-
payload_schemas: import("@xyo-network/
|
|
731
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
732
732
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
733
733
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
734
734
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -755,13 +755,13 @@ export declare const toHydratedTransactionWithStorageMeta: {
|
|
|
755
755
|
} & {
|
|
756
756
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
757
757
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
758
|
-
_sequence: import("@xyo-network/
|
|
758
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
759
759
|
}, ({
|
|
760
|
-
schema: import("@xyo-network/
|
|
760
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
761
761
|
} & {
|
|
762
762
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
763
763
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
764
|
-
_sequence: import("@xyo-network/
|
|
764
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
765
765
|
})[]];
|
|
766
766
|
};
|
|
767
767
|
export declare const UnsignedHydratedTransactionZod: z.ZodTuple<[z.ZodObject<{
|
|
@@ -774,7 +774,7 @@ export declare const UnsignedHydratedTransactionZod: z.ZodTuple<[z.ZodObject<{
|
|
|
774
774
|
readonly __address: true;
|
|
775
775
|
}, string>>>;
|
|
776
776
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
777
|
-
payload_schemas: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/
|
|
777
|
+
payload_schemas: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
778
778
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
779
779
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<Lowercase<string> & {
|
|
780
780
|
readonly __hex: true;
|
|
@@ -799,7 +799,7 @@ export declare const UnsignedHydratedTransactionZod: z.ZodTuple<[z.ZodObject<{
|
|
|
799
799
|
}, string>>;
|
|
800
800
|
script: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
801
801
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
802
|
-
schema: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/
|
|
802
|
+
schema: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>;
|
|
803
803
|
}, z.core.$strict>>], null>;
|
|
804
804
|
export type UnsignedHydratedTransaction = z.infer<typeof UnsignedHydratedTransactionZod>;
|
|
805
805
|
export declare const isUnsignedHydratedTransaction: <T>(value: T) => value is T & [{
|
|
@@ -812,7 +812,7 @@ export declare const isUnsignedHydratedTransaction: <T>(value: T) => value is T
|
|
|
812
812
|
readonly __address: true;
|
|
813
813
|
})[];
|
|
814
814
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
815
|
-
payload_schemas: import("@xyo-network/
|
|
815
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
816
816
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
817
817
|
$signatures: null[];
|
|
818
818
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -837,7 +837,7 @@ export declare const isUnsignedHydratedTransaction: <T>(value: T) => value is T
|
|
|
837
837
|
$sourceQuery?: import("@xylabs/sdk-js").BrandedHash | undefined;
|
|
838
838
|
script?: string[] | undefined;
|
|
839
839
|
}, {
|
|
840
|
-
schema: import("@xyo-network/
|
|
840
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
841
841
|
}[]];
|
|
842
842
|
export declare const asUnsignedHydratedTransaction: {
|
|
843
843
|
<T>(value: T): (T & [{
|
|
@@ -850,7 +850,7 @@ export declare const asUnsignedHydratedTransaction: {
|
|
|
850
850
|
readonly __address: true;
|
|
851
851
|
})[];
|
|
852
852
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
853
|
-
payload_schemas: import("@xyo-network/
|
|
853
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
854
854
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
855
855
|
$signatures: null[];
|
|
856
856
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -875,7 +875,7 @@ export declare const asUnsignedHydratedTransaction: {
|
|
|
875
875
|
$sourceQuery?: import("@xylabs/sdk-js").BrandedHash | undefined;
|
|
876
876
|
script?: string[] | undefined;
|
|
877
877
|
}, {
|
|
878
|
-
schema: import("@xyo-network/
|
|
878
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
879
879
|
}[]]) | undefined;
|
|
880
880
|
<T>(value: T, assert: import("@xylabs/sdk-js").ZodFactoryConfig): T & [{
|
|
881
881
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -887,7 +887,7 @@ export declare const asUnsignedHydratedTransaction: {
|
|
|
887
887
|
readonly __address: true;
|
|
888
888
|
})[];
|
|
889
889
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
890
|
-
payload_schemas: import("@xyo-network/
|
|
890
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
891
891
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
892
892
|
$signatures: null[];
|
|
893
893
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -912,7 +912,7 @@ export declare const asUnsignedHydratedTransaction: {
|
|
|
912
912
|
$sourceQuery?: import("@xylabs/sdk-js").BrandedHash | undefined;
|
|
913
913
|
script?: string[] | undefined;
|
|
914
914
|
}, {
|
|
915
|
-
schema: import("@xyo-network/
|
|
915
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
916
916
|
}[]];
|
|
917
917
|
};
|
|
918
918
|
export declare const toUnsignedHydratedTransaction: {
|
|
@@ -926,7 +926,7 @@ export declare const toUnsignedHydratedTransaction: {
|
|
|
926
926
|
readonly __address: true;
|
|
927
927
|
})[];
|
|
928
928
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
929
|
-
payload_schemas: import("@xyo-network/
|
|
929
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
930
930
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
931
931
|
$signatures: null[];
|
|
932
932
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -951,7 +951,7 @@ export declare const toUnsignedHydratedTransaction: {
|
|
|
951
951
|
$sourceQuery?: import("@xylabs/sdk-js").BrandedHash | undefined;
|
|
952
952
|
script?: string[] | undefined;
|
|
953
953
|
}, {
|
|
954
|
-
schema: import("@xyo-network/
|
|
954
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
955
955
|
}[]]) | undefined;
|
|
956
956
|
<T>(value: T, assert: import("@xylabs/sdk-js").ZodFactoryConfig): T & [{
|
|
957
957
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -963,7 +963,7 @@ export declare const toUnsignedHydratedTransaction: {
|
|
|
963
963
|
readonly __address: true;
|
|
964
964
|
})[];
|
|
965
965
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
966
|
-
payload_schemas: import("@xyo-network/
|
|
966
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
967
967
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
968
968
|
$signatures: null[];
|
|
969
969
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -988,7 +988,7 @@ export declare const toUnsignedHydratedTransaction: {
|
|
|
988
988
|
$sourceQuery?: import("@xylabs/sdk-js").BrandedHash | undefined;
|
|
989
989
|
script?: string[] | undefined;
|
|
990
990
|
}, {
|
|
991
|
-
schema: import("@xyo-network/
|
|
991
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
992
992
|
}[]];
|
|
993
993
|
};
|
|
994
994
|
export declare const UnsignedHydratedTransactionWithHashMetaZod: z.ZodTuple<[z.ZodIntersection<z.ZodObject<{
|
|
@@ -1001,7 +1001,7 @@ export declare const UnsignedHydratedTransactionWithHashMetaZod: z.ZodTuple<[z.Z
|
|
|
1001
1001
|
readonly __address: true;
|
|
1002
1002
|
}, string>>>;
|
|
1003
1003
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1004
|
-
payload_schemas: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/
|
|
1004
|
+
payload_schemas: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
1005
1005
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
1006
1006
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<Lowercase<string> & {
|
|
1007
1007
|
readonly __hex: true;
|
|
@@ -1029,7 +1029,7 @@ export declare const UnsignedHydratedTransactionWithHashMetaZod: z.ZodTuple<[z.Z
|
|
|
1029
1029
|
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
1030
1030
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
1031
1031
|
}, z.core.$strip>>, z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
1032
|
-
schema: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/
|
|
1032
|
+
schema: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>;
|
|
1033
1033
|
}, z.core.$strict>, z.ZodObject<{
|
|
1034
1034
|
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
1035
1035
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
@@ -1045,7 +1045,7 @@ export declare const isUnsignedHydratedTransactionWithHashMeta: <T>(value: T) =>
|
|
|
1045
1045
|
readonly __address: true;
|
|
1046
1046
|
})[];
|
|
1047
1047
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1048
|
-
payload_schemas: import("@xyo-network/
|
|
1048
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1049
1049
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
1050
1050
|
$signatures: null[];
|
|
1051
1051
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -1073,7 +1073,7 @@ export declare const isUnsignedHydratedTransactionWithHashMeta: <T>(value: T) =>
|
|
|
1073
1073
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1074
1074
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1075
1075
|
}, ({
|
|
1076
|
-
schema: import("@xyo-network/
|
|
1076
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1077
1077
|
} & {
|
|
1078
1078
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1079
1079
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
@@ -1089,7 +1089,7 @@ export declare const asUnsignedHydratedTransactionWithHashMeta: {
|
|
|
1089
1089
|
readonly __address: true;
|
|
1090
1090
|
})[];
|
|
1091
1091
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1092
|
-
payload_schemas: import("@xyo-network/
|
|
1092
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1093
1093
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
1094
1094
|
$signatures: null[];
|
|
1095
1095
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -1117,7 +1117,7 @@ export declare const asUnsignedHydratedTransactionWithHashMeta: {
|
|
|
1117
1117
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1118
1118
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1119
1119
|
}, ({
|
|
1120
|
-
schema: import("@xyo-network/
|
|
1120
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1121
1121
|
} & {
|
|
1122
1122
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1123
1123
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
@@ -1132,7 +1132,7 @@ export declare const asUnsignedHydratedTransactionWithHashMeta: {
|
|
|
1132
1132
|
readonly __address: true;
|
|
1133
1133
|
})[];
|
|
1134
1134
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1135
|
-
payload_schemas: import("@xyo-network/
|
|
1135
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1136
1136
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
1137
1137
|
$signatures: null[];
|
|
1138
1138
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -1160,7 +1160,7 @@ export declare const asUnsignedHydratedTransactionWithHashMeta: {
|
|
|
1160
1160
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1161
1161
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1162
1162
|
}, ({
|
|
1163
|
-
schema: import("@xyo-network/
|
|
1163
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1164
1164
|
} & {
|
|
1165
1165
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1166
1166
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
@@ -1177,7 +1177,7 @@ export declare const toUnsignedHydratedTransactionWithHashMeta: {
|
|
|
1177
1177
|
readonly __address: true;
|
|
1178
1178
|
})[];
|
|
1179
1179
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1180
|
-
payload_schemas: import("@xyo-network/
|
|
1180
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1181
1181
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
1182
1182
|
$signatures: null[];
|
|
1183
1183
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -1205,7 +1205,7 @@ export declare const toUnsignedHydratedTransactionWithHashMeta: {
|
|
|
1205
1205
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1206
1206
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1207
1207
|
}, ({
|
|
1208
|
-
schema: import("@xyo-network/
|
|
1208
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1209
1209
|
} & {
|
|
1210
1210
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1211
1211
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
@@ -1220,7 +1220,7 @@ export declare const toUnsignedHydratedTransactionWithHashMeta: {
|
|
|
1220
1220
|
readonly __address: true;
|
|
1221
1221
|
})[];
|
|
1222
1222
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1223
|
-
payload_schemas: import("@xyo-network/
|
|
1223
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1224
1224
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
1225
1225
|
$signatures: null[];
|
|
1226
1226
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -1248,7 +1248,7 @@ export declare const toUnsignedHydratedTransactionWithHashMeta: {
|
|
|
1248
1248
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1249
1249
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1250
1250
|
}, ({
|
|
1251
|
-
schema: import("@xyo-network/
|
|
1251
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1252
1252
|
} & {
|
|
1253
1253
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1254
1254
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
@@ -1264,7 +1264,7 @@ export declare const UnsignedHydratedTransactionWithStorageMetaZod: z.ZodTuple<[
|
|
|
1264
1264
|
readonly __address: true;
|
|
1265
1265
|
}, string>>>;
|
|
1266
1266
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1267
|
-
payload_schemas: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/
|
|
1267
|
+
payload_schemas: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
1268
1268
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
1269
1269
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<Lowercase<string> & {
|
|
1270
1270
|
readonly __hex: true;
|
|
@@ -1291,13 +1291,13 @@ export declare const UnsignedHydratedTransactionWithStorageMetaZod: z.ZodTuple<[
|
|
|
1291
1291
|
}, z.core.$strip>, z.ZodObject<{
|
|
1292
1292
|
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
1293
1293
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
1294
|
-
_sequence: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/
|
|
1294
|
+
_sequence: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").QualifiedSequence, string>>]>;
|
|
1295
1295
|
}, z.core.$strip>>, z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
1296
|
-
schema: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/
|
|
1296
|
+
schema: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>;
|
|
1297
1297
|
}, z.core.$strict>, z.ZodObject<{
|
|
1298
1298
|
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
1299
1299
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
1300
|
-
_sequence: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/
|
|
1300
|
+
_sequence: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").QualifiedSequence, string>>]>;
|
|
1301
1301
|
}, z.core.$strip>>>], null>;
|
|
1302
1302
|
export type UnsignedHydratedTransactionWithStorageMeta = z.infer<typeof UnsignedHydratedTransactionWithStorageMetaZod>;
|
|
1303
1303
|
export declare const isUnsignedHydratedTransactionWithStorageMeta: <T>(value: T) => value is T & [{
|
|
@@ -1310,7 +1310,7 @@ export declare const isUnsignedHydratedTransactionWithStorageMeta: <T>(value: T)
|
|
|
1310
1310
|
readonly __address: true;
|
|
1311
1311
|
})[];
|
|
1312
1312
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1313
|
-
payload_schemas: import("@xyo-network/
|
|
1313
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1314
1314
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
1315
1315
|
$signatures: null[];
|
|
1316
1316
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -1337,13 +1337,13 @@ export declare const isUnsignedHydratedTransactionWithStorageMeta: <T>(value: T)
|
|
|
1337
1337
|
} & {
|
|
1338
1338
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1339
1339
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1340
|
-
_sequence: import("@xyo-network/
|
|
1340
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1341
1341
|
}, ({
|
|
1342
|
-
schema: import("@xyo-network/
|
|
1342
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1343
1343
|
} & {
|
|
1344
1344
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1345
1345
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1346
|
-
_sequence: import("@xyo-network/
|
|
1346
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1347
1347
|
})[]];
|
|
1348
1348
|
export declare const asUnsignedHydratedTransactionWithStorageMeta: {
|
|
1349
1349
|
<T>(value: T): (T & [{
|
|
@@ -1356,7 +1356,7 @@ export declare const asUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1356
1356
|
readonly __address: true;
|
|
1357
1357
|
})[];
|
|
1358
1358
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1359
|
-
payload_schemas: import("@xyo-network/
|
|
1359
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1360
1360
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
1361
1361
|
$signatures: null[];
|
|
1362
1362
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -1383,13 +1383,13 @@ export declare const asUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1383
1383
|
} & {
|
|
1384
1384
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1385
1385
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1386
|
-
_sequence: import("@xyo-network/
|
|
1386
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1387
1387
|
}, ({
|
|
1388
|
-
schema: import("@xyo-network/
|
|
1388
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1389
1389
|
} & {
|
|
1390
1390
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1391
1391
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1392
|
-
_sequence: import("@xyo-network/
|
|
1392
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1393
1393
|
})[]]) | undefined;
|
|
1394
1394
|
<T>(value: T, assert: import("@xylabs/sdk-js").ZodFactoryConfig): T & [{
|
|
1395
1395
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -1401,7 +1401,7 @@ export declare const asUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1401
1401
|
readonly __address: true;
|
|
1402
1402
|
})[];
|
|
1403
1403
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1404
|
-
payload_schemas: import("@xyo-network/
|
|
1404
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1405
1405
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
1406
1406
|
$signatures: null[];
|
|
1407
1407
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -1428,13 +1428,13 @@ export declare const asUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1428
1428
|
} & {
|
|
1429
1429
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1430
1430
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1431
|
-
_sequence: import("@xyo-network/
|
|
1431
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1432
1432
|
}, ({
|
|
1433
|
-
schema: import("@xyo-network/
|
|
1433
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1434
1434
|
} & {
|
|
1435
1435
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1436
1436
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1437
|
-
_sequence: import("@xyo-network/
|
|
1437
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1438
1438
|
})[]];
|
|
1439
1439
|
};
|
|
1440
1440
|
export declare const toUnsignedHydratedTransactionWithStorageMeta: {
|
|
@@ -1448,7 +1448,7 @@ export declare const toUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1448
1448
|
readonly __address: true;
|
|
1449
1449
|
})[];
|
|
1450
1450
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1451
|
-
payload_schemas: import("@xyo-network/
|
|
1451
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1452
1452
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
1453
1453
|
$signatures: null[];
|
|
1454
1454
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -1475,13 +1475,13 @@ export declare const toUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1475
1475
|
} & {
|
|
1476
1476
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1477
1477
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1478
|
-
_sequence: import("@xyo-network/
|
|
1478
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1479
1479
|
}, ({
|
|
1480
|
-
schema: import("@xyo-network/
|
|
1480
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1481
1481
|
} & {
|
|
1482
1482
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1483
1483
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1484
|
-
_sequence: import("@xyo-network/
|
|
1484
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1485
1485
|
})[]]) | undefined;
|
|
1486
1486
|
<T>(value: T, assert: import("@xylabs/sdk-js").ZodFactoryConfig): T & [{
|
|
1487
1487
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -1493,7 +1493,7 @@ export declare const toUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1493
1493
|
readonly __address: true;
|
|
1494
1494
|
})[];
|
|
1495
1495
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1496
|
-
payload_schemas: import("@xyo-network/
|
|
1496
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1497
1497
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
1498
1498
|
$signatures: null[];
|
|
1499
1499
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -1520,13 +1520,13 @@ export declare const toUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1520
1520
|
} & {
|
|
1521
1521
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1522
1522
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1523
|
-
_sequence: import("@xyo-network/
|
|
1523
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1524
1524
|
}, ({
|
|
1525
|
-
schema: import("@xyo-network/
|
|
1525
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1526
1526
|
} & {
|
|
1527
1527
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1528
1528
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1529
|
-
_sequence: import("@xyo-network/
|
|
1529
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1530
1530
|
})[]];
|
|
1531
1531
|
};
|
|
1532
1532
|
export declare const SignedHydratedTransactionZod: z.ZodTuple<[z.ZodObject<{
|
|
@@ -1539,7 +1539,7 @@ export declare const SignedHydratedTransactionZod: z.ZodTuple<[z.ZodObject<{
|
|
|
1539
1539
|
readonly __address: true;
|
|
1540
1540
|
}, string>>>;
|
|
1541
1541
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1542
|
-
payload_schemas: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/
|
|
1542
|
+
payload_schemas: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
1543
1543
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
1544
1544
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<Lowercase<string> & {
|
|
1545
1545
|
readonly __hex: true;
|
|
@@ -1564,7 +1564,7 @@ export declare const SignedHydratedTransactionZod: z.ZodTuple<[z.ZodObject<{
|
|
|
1564
1564
|
}, string>>;
|
|
1565
1565
|
script: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1566
1566
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1567
|
-
schema: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/
|
|
1567
|
+
schema: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>;
|
|
1568
1568
|
}, z.core.$strict>>], null>;
|
|
1569
1569
|
export type SignedHydratedTransaction = z.infer<typeof SignedHydratedTransactionZod>;
|
|
1570
1570
|
export declare const isSignedHydratedTransaction: <T>(value: T) => value is T & [{
|
|
@@ -1577,7 +1577,7 @@ export declare const isSignedHydratedTransaction: <T>(value: T) => value is T &
|
|
|
1577
1577
|
readonly __address: true;
|
|
1578
1578
|
})[];
|
|
1579
1579
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1580
|
-
payload_schemas: import("@xyo-network/
|
|
1580
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1581
1581
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
1582
1582
|
$signatures: import("@xylabs/sdk-js").BrandedHex[];
|
|
1583
1583
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -1602,7 +1602,7 @@ export declare const isSignedHydratedTransaction: <T>(value: T) => value is T &
|
|
|
1602
1602
|
$sourceQuery?: import("@xylabs/sdk-js").BrandedHash | undefined;
|
|
1603
1603
|
script?: string[] | undefined;
|
|
1604
1604
|
}, {
|
|
1605
|
-
schema: import("@xyo-network/
|
|
1605
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1606
1606
|
}[]];
|
|
1607
1607
|
export declare const asSignedHydratedTransaction: {
|
|
1608
1608
|
<T>(value: T): (T & [{
|
|
@@ -1615,7 +1615,7 @@ export declare const asSignedHydratedTransaction: {
|
|
|
1615
1615
|
readonly __address: true;
|
|
1616
1616
|
})[];
|
|
1617
1617
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1618
|
-
payload_schemas: import("@xyo-network/
|
|
1618
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1619
1619
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
1620
1620
|
$signatures: import("@xylabs/sdk-js").BrandedHex[];
|
|
1621
1621
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -1640,7 +1640,7 @@ export declare const asSignedHydratedTransaction: {
|
|
|
1640
1640
|
$sourceQuery?: import("@xylabs/sdk-js").BrandedHash | undefined;
|
|
1641
1641
|
script?: string[] | undefined;
|
|
1642
1642
|
}, {
|
|
1643
|
-
schema: import("@xyo-network/
|
|
1643
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1644
1644
|
}[]]) | undefined;
|
|
1645
1645
|
<T>(value: T, assert: import("@xylabs/sdk-js").ZodFactoryConfig): T & [{
|
|
1646
1646
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -1652,7 +1652,7 @@ export declare const asSignedHydratedTransaction: {
|
|
|
1652
1652
|
readonly __address: true;
|
|
1653
1653
|
})[];
|
|
1654
1654
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1655
|
-
payload_schemas: import("@xyo-network/
|
|
1655
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1656
1656
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
1657
1657
|
$signatures: import("@xylabs/sdk-js").BrandedHex[];
|
|
1658
1658
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -1677,7 +1677,7 @@ export declare const asSignedHydratedTransaction: {
|
|
|
1677
1677
|
$sourceQuery?: import("@xylabs/sdk-js").BrandedHash | undefined;
|
|
1678
1678
|
script?: string[] | undefined;
|
|
1679
1679
|
}, {
|
|
1680
|
-
schema: import("@xyo-network/
|
|
1680
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1681
1681
|
}[]];
|
|
1682
1682
|
};
|
|
1683
1683
|
export declare const toSignedHydratedTransaction: {
|
|
@@ -1691,7 +1691,7 @@ export declare const toSignedHydratedTransaction: {
|
|
|
1691
1691
|
readonly __address: true;
|
|
1692
1692
|
})[];
|
|
1693
1693
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1694
|
-
payload_schemas: import("@xyo-network/
|
|
1694
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1695
1695
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
1696
1696
|
$signatures: import("@xylabs/sdk-js").BrandedHex[];
|
|
1697
1697
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -1716,7 +1716,7 @@ export declare const toSignedHydratedTransaction: {
|
|
|
1716
1716
|
$sourceQuery?: import("@xylabs/sdk-js").BrandedHash | undefined;
|
|
1717
1717
|
script?: string[] | undefined;
|
|
1718
1718
|
}, {
|
|
1719
|
-
schema: import("@xyo-network/
|
|
1719
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1720
1720
|
}[]]) | undefined;
|
|
1721
1721
|
<T>(value: T, assert: import("@xylabs/sdk-js").ZodFactoryConfig): T & [{
|
|
1722
1722
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -1728,7 +1728,7 @@ export declare const toSignedHydratedTransaction: {
|
|
|
1728
1728
|
readonly __address: true;
|
|
1729
1729
|
})[];
|
|
1730
1730
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1731
|
-
payload_schemas: import("@xyo-network/
|
|
1731
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1732
1732
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
1733
1733
|
$signatures: import("@xylabs/sdk-js").BrandedHex[];
|
|
1734
1734
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -1753,7 +1753,7 @@ export declare const toSignedHydratedTransaction: {
|
|
|
1753
1753
|
$sourceQuery?: import("@xylabs/sdk-js").BrandedHash | undefined;
|
|
1754
1754
|
script?: string[] | undefined;
|
|
1755
1755
|
}, {
|
|
1756
|
-
schema: import("@xyo-network/
|
|
1756
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1757
1757
|
}[]];
|
|
1758
1758
|
};
|
|
1759
1759
|
export declare const SignedHydratedTransactionWithHashMetaZod: z.ZodTuple<[z.ZodIntersection<z.ZodObject<{
|
|
@@ -1766,7 +1766,7 @@ export declare const SignedHydratedTransactionWithHashMetaZod: z.ZodTuple<[z.Zod
|
|
|
1766
1766
|
readonly __address: true;
|
|
1767
1767
|
}, string>>>;
|
|
1768
1768
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1769
|
-
payload_schemas: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/
|
|
1769
|
+
payload_schemas: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
1770
1770
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
1771
1771
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<Lowercase<string> & {
|
|
1772
1772
|
readonly __hex: true;
|
|
@@ -1794,7 +1794,7 @@ export declare const SignedHydratedTransactionWithHashMetaZod: z.ZodTuple<[z.Zod
|
|
|
1794
1794
|
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
1795
1795
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
1796
1796
|
}, z.core.$strip>>, z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
1797
|
-
schema: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/
|
|
1797
|
+
schema: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>;
|
|
1798
1798
|
}, z.core.$strict>, z.ZodObject<{
|
|
1799
1799
|
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
1800
1800
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
@@ -1810,7 +1810,7 @@ export declare const isSignedHydratedTransactionWithHashMeta: <T>(value: T) => v
|
|
|
1810
1810
|
readonly __address: true;
|
|
1811
1811
|
})[];
|
|
1812
1812
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1813
|
-
payload_schemas: import("@xyo-network/
|
|
1813
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1814
1814
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
1815
1815
|
$signatures: import("@xylabs/sdk-js").BrandedHex[];
|
|
1816
1816
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -1838,7 +1838,7 @@ export declare const isSignedHydratedTransactionWithHashMeta: <T>(value: T) => v
|
|
|
1838
1838
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1839
1839
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1840
1840
|
}, ({
|
|
1841
|
-
schema: import("@xyo-network/
|
|
1841
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1842
1842
|
} & {
|
|
1843
1843
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1844
1844
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
@@ -1854,7 +1854,7 @@ export declare const asSignedHydratedTransactionWithHashMeta: {
|
|
|
1854
1854
|
readonly __address: true;
|
|
1855
1855
|
})[];
|
|
1856
1856
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1857
|
-
payload_schemas: import("@xyo-network/
|
|
1857
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1858
1858
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
1859
1859
|
$signatures: import("@xylabs/sdk-js").BrandedHex[];
|
|
1860
1860
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -1882,7 +1882,7 @@ export declare const asSignedHydratedTransactionWithHashMeta: {
|
|
|
1882
1882
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1883
1883
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1884
1884
|
}, ({
|
|
1885
|
-
schema: import("@xyo-network/
|
|
1885
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1886
1886
|
} & {
|
|
1887
1887
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1888
1888
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
@@ -1897,7 +1897,7 @@ export declare const asSignedHydratedTransactionWithHashMeta: {
|
|
|
1897
1897
|
readonly __address: true;
|
|
1898
1898
|
})[];
|
|
1899
1899
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1900
|
-
payload_schemas: import("@xyo-network/
|
|
1900
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1901
1901
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
1902
1902
|
$signatures: import("@xylabs/sdk-js").BrandedHex[];
|
|
1903
1903
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -1925,7 +1925,7 @@ export declare const asSignedHydratedTransactionWithHashMeta: {
|
|
|
1925
1925
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1926
1926
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1927
1927
|
}, ({
|
|
1928
|
-
schema: import("@xyo-network/
|
|
1928
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1929
1929
|
} & {
|
|
1930
1930
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1931
1931
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
@@ -1942,7 +1942,7 @@ export declare const toSignedHydratedTransactionWithHashMeta: {
|
|
|
1942
1942
|
readonly __address: true;
|
|
1943
1943
|
})[];
|
|
1944
1944
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1945
|
-
payload_schemas: import("@xyo-network/
|
|
1945
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1946
1946
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
1947
1947
|
$signatures: import("@xylabs/sdk-js").BrandedHex[];
|
|
1948
1948
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -1970,7 +1970,7 @@ export declare const toSignedHydratedTransactionWithHashMeta: {
|
|
|
1970
1970
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1971
1971
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
1972
1972
|
}, ({
|
|
1973
|
-
schema: import("@xyo-network/
|
|
1973
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1974
1974
|
} & {
|
|
1975
1975
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
1976
1976
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
@@ -1985,7 +1985,7 @@ export declare const toSignedHydratedTransactionWithHashMeta: {
|
|
|
1985
1985
|
readonly __address: true;
|
|
1986
1986
|
})[];
|
|
1987
1987
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
1988
|
-
payload_schemas: import("@xyo-network/
|
|
1988
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1989
1989
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
1990
1990
|
$signatures: import("@xylabs/sdk-js").BrandedHex[];
|
|
1991
1991
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -2013,7 +2013,7 @@ export declare const toSignedHydratedTransactionWithHashMeta: {
|
|
|
2013
2013
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
2014
2014
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
2015
2015
|
}, ({
|
|
2016
|
-
schema: import("@xyo-network/
|
|
2016
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
2017
2017
|
} & {
|
|
2018
2018
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
2019
2019
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
@@ -2029,7 +2029,7 @@ export declare const SignedHydratedTransactionWithStorageMetaZod: z.ZodTuple<[z.
|
|
|
2029
2029
|
readonly __address: true;
|
|
2030
2030
|
}, string>>>;
|
|
2031
2031
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
2032
|
-
payload_schemas: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/
|
|
2032
|
+
payload_schemas: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
2033
2033
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
2034
2034
|
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<Lowercase<string> & {
|
|
2035
2035
|
readonly __hex: true;
|
|
@@ -2056,13 +2056,13 @@ export declare const SignedHydratedTransactionWithStorageMetaZod: z.ZodTuple<[z.
|
|
|
2056
2056
|
}, z.core.$strip>, z.ZodObject<{
|
|
2057
2057
|
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
2058
2058
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
2059
|
-
_sequence: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/
|
|
2059
|
+
_sequence: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").QualifiedSequence, string>>]>;
|
|
2060
2060
|
}, z.core.$strip>>, z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
2061
|
-
schema: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/
|
|
2061
|
+
schema: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>;
|
|
2062
2062
|
}, z.core.$strict>, z.ZodObject<{
|
|
2063
2063
|
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
2064
2064
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
2065
|
-
_sequence: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/
|
|
2065
|
+
_sequence: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/sdk-js").QualifiedSequence, string>>]>;
|
|
2066
2066
|
}, z.core.$strip>>>], null>;
|
|
2067
2067
|
export type SignedHydratedTransactionWithStorageMeta = z.infer<typeof SignedHydratedTransactionWithStorageMetaZod>;
|
|
2068
2068
|
export declare const isSignedHydratedTransactionWithStorageMeta: <T>(value: T) => value is T & [{
|
|
@@ -2075,7 +2075,7 @@ export declare const isSignedHydratedTransactionWithStorageMeta: <T>(value: T) =
|
|
|
2075
2075
|
readonly __address: true;
|
|
2076
2076
|
})[];
|
|
2077
2077
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
2078
|
-
payload_schemas: import("@xyo-network/
|
|
2078
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
2079
2079
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
2080
2080
|
$signatures: import("@xylabs/sdk-js").BrandedHex[];
|
|
2081
2081
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -2102,13 +2102,13 @@ export declare const isSignedHydratedTransactionWithStorageMeta: <T>(value: T) =
|
|
|
2102
2102
|
} & {
|
|
2103
2103
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
2104
2104
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
2105
|
-
_sequence: import("@xyo-network/
|
|
2105
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2106
2106
|
}, ({
|
|
2107
|
-
schema: import("@xyo-network/
|
|
2107
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
2108
2108
|
} & {
|
|
2109
2109
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
2110
2110
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
2111
|
-
_sequence: import("@xyo-network/
|
|
2111
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2112
2112
|
})[]];
|
|
2113
2113
|
export declare const asSignedHydratedTransactionWithStorageMeta: {
|
|
2114
2114
|
<T>(value: T): (T & [{
|
|
@@ -2121,7 +2121,7 @@ export declare const asSignedHydratedTransactionWithStorageMeta: {
|
|
|
2121
2121
|
readonly __address: true;
|
|
2122
2122
|
})[];
|
|
2123
2123
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
2124
|
-
payload_schemas: import("@xyo-network/
|
|
2124
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
2125
2125
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
2126
2126
|
$signatures: import("@xylabs/sdk-js").BrandedHex[];
|
|
2127
2127
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -2148,13 +2148,13 @@ export declare const asSignedHydratedTransactionWithStorageMeta: {
|
|
|
2148
2148
|
} & {
|
|
2149
2149
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
2150
2150
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
2151
|
-
_sequence: import("@xyo-network/
|
|
2151
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2152
2152
|
}, ({
|
|
2153
|
-
schema: import("@xyo-network/
|
|
2153
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
2154
2154
|
} & {
|
|
2155
2155
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
2156
2156
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
2157
|
-
_sequence: import("@xyo-network/
|
|
2157
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2158
2158
|
})[]]) | undefined;
|
|
2159
2159
|
<T>(value: T, assert: import("@xylabs/sdk-js").ZodFactoryConfig): T & [{
|
|
2160
2160
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -2166,7 +2166,7 @@ export declare const asSignedHydratedTransactionWithStorageMeta: {
|
|
|
2166
2166
|
readonly __address: true;
|
|
2167
2167
|
})[];
|
|
2168
2168
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
2169
|
-
payload_schemas: import("@xyo-network/
|
|
2169
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
2170
2170
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
2171
2171
|
$signatures: import("@xylabs/sdk-js").BrandedHex[];
|
|
2172
2172
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -2193,13 +2193,13 @@ export declare const asSignedHydratedTransactionWithStorageMeta: {
|
|
|
2193
2193
|
} & {
|
|
2194
2194
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
2195
2195
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
2196
|
-
_sequence: import("@xyo-network/
|
|
2196
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2197
2197
|
}, ({
|
|
2198
|
-
schema: import("@xyo-network/
|
|
2198
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
2199
2199
|
} & {
|
|
2200
2200
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
2201
2201
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
2202
|
-
_sequence: import("@xyo-network/
|
|
2202
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2203
2203
|
})[]];
|
|
2204
2204
|
};
|
|
2205
2205
|
export declare const toSignedHydratedTransactionWithStorageMeta: {
|
|
@@ -2213,7 +2213,7 @@ export declare const toSignedHydratedTransactionWithStorageMeta: {
|
|
|
2213
2213
|
readonly __address: true;
|
|
2214
2214
|
})[];
|
|
2215
2215
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
2216
|
-
payload_schemas: import("@xyo-network/
|
|
2216
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
2217
2217
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
2218
2218
|
$signatures: import("@xylabs/sdk-js").BrandedHex[];
|
|
2219
2219
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -2240,13 +2240,13 @@ export declare const toSignedHydratedTransactionWithStorageMeta: {
|
|
|
2240
2240
|
} & {
|
|
2241
2241
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
2242
2242
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
2243
|
-
_sequence: import("@xyo-network/
|
|
2243
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2244
2244
|
}, ({
|
|
2245
|
-
schema: import("@xyo-network/
|
|
2245
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
2246
2246
|
} & {
|
|
2247
2247
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
2248
2248
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
2249
|
-
_sequence: import("@xyo-network/
|
|
2249
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2250
2250
|
})[]]) | undefined;
|
|
2251
2251
|
<T>(value: T, assert: import("@xylabs/sdk-js").ZodFactoryConfig): T & [{
|
|
2252
2252
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -2258,7 +2258,7 @@ export declare const toSignedHydratedTransactionWithStorageMeta: {
|
|
|
2258
2258
|
readonly __address: true;
|
|
2259
2259
|
})[];
|
|
2260
2260
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
2261
|
-
payload_schemas: import("@xyo-network/
|
|
2261
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
2262
2262
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
2263
2263
|
$signatures: import("@xylabs/sdk-js").BrandedHex[];
|
|
2264
2264
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
@@ -2285,13 +2285,13 @@ export declare const toSignedHydratedTransactionWithStorageMeta: {
|
|
|
2285
2285
|
} & {
|
|
2286
2286
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
2287
2287
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
2288
|
-
_sequence: import("@xyo-network/
|
|
2288
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2289
2289
|
}, ({
|
|
2290
|
-
schema: import("@xyo-network/
|
|
2290
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
2291
2291
|
} & {
|
|
2292
2292
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
2293
2293
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
2294
|
-
_sequence: import("@xyo-network/
|
|
2294
|
+
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2295
2295
|
})[]];
|
|
2296
2296
|
};
|
|
2297
2297
|
//# sourceMappingURL=HydratedTransaction.d.ts.map
|