@xyo-network/xl1-protocol-model 3.1.3 → 4.0.0
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 +1 -1
- package/dist/neutral/BlockNumber/BlockNumber.d.ts +3 -3
- package/dist/neutral/BlockNumber/BlockNumber.d.ts.map +1 -1
- package/dist/neutral/BlockNumber/EthBlockNumber.d.ts +3 -3
- package/dist/neutral/BlockNumber/EthBlockNumber.d.ts.map +1 -1
- package/dist/neutral/BlockNumber/xl1BlockNumber.d.ts +3 -3
- package/dist/neutral/BlockNumber/xl1BlockNumber.d.ts.map +1 -1
- package/dist/neutral/Step/StepHash.d.ts +1 -1
- package/dist/neutral/Step/StepHash.d.ts.map +1 -1
- package/dist/neutral/Step/StepIdentity.d.ts +1 -1
- package/dist/neutral/Step/StepIdentity.d.ts.map +1 -1
- package/dist/neutral/Step/StepSizes.d.ts +1 -1
- package/dist/neutral/Step/StepSizes.d.ts.map +1 -1
- package/dist/neutral/TransferPayload.d.ts +5 -5
- package/dist/neutral/block/BlockBoundWitness.d.ts +159 -159
- package/dist/neutral/block/HydratedBlock.d.ts +426 -426
- package/dist/neutral/block/signed/SignedBlockBoundWitness.d.ts +44 -44
- package/dist/neutral/block/signed/SignedBlockBoundWitnessWithHashMeta.d.ts +86 -86
- package/dist/neutral/block/signed/SignedBlockBoundWitnessWithStorageMeta.d.ts +100 -100
- package/dist/neutral/block/unsigned/UnsignedBlockBoundWitness.d.ts +38 -38
- package/dist/neutral/chain/Chain.d.ts +1 -1
- package/dist/neutral/chain/Chain.d.ts.map +1 -1
- package/dist/neutral/chain/ChainAnalyzer.d.ts +1 -1
- package/dist/neutral/chain/ChainAnalyzer.d.ts.map +1 -1
- package/dist/neutral/chain/ChainId.d.ts +3 -3
- package/dist/neutral/chain/ChainId.d.ts.map +1 -1
- package/dist/neutral/fields/BlockNumber.d.ts +2 -2
- package/dist/neutral/fields/BlockNumber.d.ts.map +1 -1
- package/dist/neutral/index.mjs +52 -52
- package/dist/neutral/index.mjs.map +1 -1
- package/dist/neutral/map/AsyncMap.d.ts +1 -1
- package/dist/neutral/map/AsyncMap.d.ts.map +1 -1
- package/dist/neutral/model/AccountBalance.d.ts +26 -26
- package/dist/neutral/model/AccountBalance.d.ts.map +1 -1
- package/dist/neutral/model/BlockRange/BlockRange.d.ts +3 -3
- package/dist/neutral/model/BlockRange/BlockRange.d.ts.map +1 -1
- package/dist/neutral/model/BlockRange/EthBlockRange.d.ts +3 -3
- package/dist/neutral/model/BlockRange/EthBlockRange.d.ts.map +1 -1
- package/dist/neutral/model/BlockRange/Range.d.ts +2 -2
- package/dist/neutral/model/BlockRange/xl1BlockRange.d.ts +3 -3
- package/dist/neutral/model/BlockRange/xl1BlockRange.d.ts.map +1 -1
- package/dist/neutral/model/BlockRate.d.ts +8 -8
- package/dist/neutral/model/ChainQualification.d.ts +7 -7
- package/dist/neutral/model/Context/BaseContext.zod.d.ts +1 -1
- package/dist/neutral/model/Context/BaseContext.zod.d.ts.map +1 -1
- package/dist/neutral/model/Context/BlockContext.zod.d.ts +6 -6
- package/dist/neutral/model/Context/CachingContext.zod.d.ts +1 -1
- package/dist/neutral/model/Context/ChainContext.zod.d.ts +42 -42
- package/dist/neutral/model/Context/HeadContext.zod.d.ts +19 -19
- package/dist/neutral/model/GatewayName.d.ts +1 -1
- package/dist/neutral/model/GatewayName.d.ts.map +1 -1
- package/dist/neutral/model/HydratedTransaction.d.ts +630 -630
- package/dist/neutral/model/PayloadMap.d.ts +1 -1
- package/dist/neutral/model/PayloadMap.d.ts.map +1 -1
- package/dist/neutral/model/PositionId.d.ts +1 -1
- package/dist/neutral/model/PositionId.d.ts.map +1 -1
- package/dist/neutral/model/Stake.d.ts +3 -3
- package/dist/neutral/model/SyncStepSummary.d.ts +96 -96
- package/dist/neutral/model/addresses.d.ts +1 -1
- package/dist/neutral/model/addresses.d.ts.map +1 -1
- package/dist/neutral/payload/StepIdentityPayload.d.ts +1 -1
- package/dist/neutral/payload/StepIdentityPayload.d.ts.map +1 -1
- package/dist/neutral/payload/application/Exchange/ExchangeOutcome.d.ts +2 -2
- package/dist/neutral/payload/application/Exchange/ExchangeOutcome.d.ts.map +1 -1
- package/dist/neutral/payload/application/Exchange/ExchangeTerms.d.ts +3 -3
- package/dist/neutral/payload/application/Exchange/ExchangeTerms.d.ts.map +1 -1
- package/dist/neutral/payload/application/Exchange/PartySecretReveal.d.ts +1 -1
- package/dist/neutral/payload/application/Exchange/PartySecretReveal.d.ts.map +1 -1
- package/dist/neutral/payload/application/Ordinal/Inscription.d.ts +1 -1
- package/dist/neutral/payload/application/Ordinal/Inscription.d.ts.map +1 -1
- package/dist/neutral/payload/application/Ordinal/OrdinalTransfer.d.ts +2 -2
- package/dist/neutral/payload/application/Ordinal/OrdinalTransfer.d.ts.map +1 -1
- package/dist/neutral/payload/application/Xrc20/TokenDeploy.d.ts +1 -1
- package/dist/neutral/payload/application/Xrc20/TokenDeploy.d.ts.map +1 -1
- package/dist/neutral/payload/application/Xrc20/TokenMint.d.ts +1 -1
- package/dist/neutral/payload/application/Xrc20/TokenMint.d.ts.map +1 -1
- package/dist/neutral/payload/application/Xrc20/TokenTransfer.d.ts +1 -1
- package/dist/neutral/payload/application/Xrc20/TokenTransfer.d.ts.map +1 -1
- package/dist/neutral/payload/elevatable/Bridge/BridgeCompletion.d.ts +1 -1
- package/dist/neutral/payload/elevatable/Bridge/BridgeCompletion.d.ts.map +1 -1
- package/dist/neutral/payload/elevatable/Bridge/BridgeDestinationObservation.d.ts +10 -10
- package/dist/neutral/payload/elevatable/Bridge/BridgeDestinationObservation.d.ts.map +1 -1
- package/dist/neutral/payload/elevatable/Bridge/BridgeDetails.d.ts +16 -16
- package/dist/neutral/payload/elevatable/Bridge/BridgeIntent.d.ts +9 -9
- package/dist/neutral/payload/elevatable/Bridge/BridgeIntent.d.ts.map +1 -1
- package/dist/neutral/payload/elevatable/Bridge/BridgeSourceObservation.d.ts +10 -10
- 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/Executable.d.ts +1 -1
- package/dist/neutral/payload/elevatable/Executable.d.ts.map +1 -1
- package/dist/neutral/payload/elevatable/Hash.d.ts +3 -3
- package/dist/neutral/payload/elevatable/Hash.d.ts.map +1 -1
- package/dist/neutral/payload/elevatable/StepComplete.d.ts +2 -2
- package/dist/neutral/payload/elevatable/StepComplete.d.ts.map +1 -1
- package/dist/neutral/payload/elevatable/Time.d.ts +12 -12
- package/dist/neutral/rejection/BlockRejectionPayload.d.ts +33 -33
- package/dist/neutral/rejection/RejectionError.d.ts +1 -1
- package/dist/neutral/rejection/TransactionRejectionPayload.d.ts +41 -41
- package/dist/neutral/transaction/TransactionBoundWitness.d.ts +568 -568
- package/dist/neutral/transaction/TransactionFees.d.ts +41 -41
- package/dist/neutral/transaction/TransactionFees.d.ts.map +1 -1
- package/package.json +13 -17
|
@@ -9,25 +9,25 @@ export declare const HydratedTransactionZod: z.ZodMiniTuple<readonly [z.ZodMiniO
|
|
|
9
9
|
} & {
|
|
10
10
|
readonly __address: true;
|
|
11
11
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
12
|
-
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
12
|
+
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>;
|
|
13
13
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
14
|
-
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
14
|
+
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>>;
|
|
15
15
|
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
16
16
|
readonly __hex: true;
|
|
17
17
|
} & {
|
|
18
18
|
readonly __address: true;
|
|
19
19
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
20
|
-
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
21
|
-
$signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
20
|
+
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>;
|
|
21
|
+
$signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>, z.ZodMiniNull]>>;
|
|
22
22
|
nbf: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
23
23
|
exp: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
24
24
|
fees: z.ZodMiniObject<{
|
|
25
|
-
base: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
26
|
-
gasLimit: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
27
|
-
gasPrice: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
28
|
-
priority: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
25
|
+
base: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
26
|
+
gasLimit: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
27
|
+
gasPrice: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
28
|
+
priority: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
29
29
|
}, z.core.$strip>;
|
|
30
|
-
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/sdk
|
|
30
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
31
31
|
from: z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
32
32
|
readonly __hex: true;
|
|
33
33
|
} & {
|
|
@@ -49,19 +49,19 @@ export declare const isHydratedTransaction: <T>(value: T) => value is T & [{
|
|
|
49
49
|
} & {
|
|
50
50
|
readonly __address: true;
|
|
51
51
|
}))[];
|
|
52
|
-
payload_hashes: import("@xylabs/sdk
|
|
52
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
53
53
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
54
|
-
previous_hashes: (import("@xylabs/sdk
|
|
55
|
-
$signatures: (import("@xylabs/sdk
|
|
54
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
55
|
+
$signatures: (import("@xylabs/sdk").BrandedHex | null)[];
|
|
56
56
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
57
57
|
exp: import("../index.ts").XL1BlockNumber;
|
|
58
58
|
fees: {
|
|
59
|
-
base: import("@xylabs/sdk
|
|
60
|
-
gasLimit: import("@xylabs/sdk
|
|
61
|
-
gasPrice: import("@xylabs/sdk
|
|
62
|
-
priority: import("@xylabs/sdk
|
|
59
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
60
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
61
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
62
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
63
63
|
};
|
|
64
|
-
chain: import("@xylabs/sdk
|
|
64
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
65
65
|
from: (Lowercase<string> & {
|
|
66
66
|
readonly __hex: true;
|
|
67
67
|
} & {
|
|
@@ -72,7 +72,7 @@ export declare const isHydratedTransaction: <T>(value: T) => value is T & [{
|
|
|
72
72
|
} & {
|
|
73
73
|
readonly __address: true;
|
|
74
74
|
}) | undefined;
|
|
75
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
75
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
76
76
|
script?: string[] | undefined;
|
|
77
77
|
}, {
|
|
78
78
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
@@ -88,19 +88,19 @@ export declare const asHydratedTransaction: {
|
|
|
88
88
|
} & {
|
|
89
89
|
readonly __address: true;
|
|
90
90
|
}))[];
|
|
91
|
-
payload_hashes: import("@xylabs/sdk
|
|
91
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
92
92
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
93
|
-
previous_hashes: (import("@xylabs/sdk
|
|
94
|
-
$signatures: (import("@xylabs/sdk
|
|
93
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
94
|
+
$signatures: (import("@xylabs/sdk").BrandedHex | null)[];
|
|
95
95
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
96
96
|
exp: import("../index.ts").XL1BlockNumber;
|
|
97
97
|
fees: {
|
|
98
|
-
base: import("@xylabs/sdk
|
|
99
|
-
gasLimit: import("@xylabs/sdk
|
|
100
|
-
gasPrice: import("@xylabs/sdk
|
|
101
|
-
priority: import("@xylabs/sdk
|
|
98
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
99
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
100
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
101
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
102
102
|
};
|
|
103
|
-
chain: import("@xylabs/sdk
|
|
103
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
104
104
|
from: (Lowercase<string> & {
|
|
105
105
|
readonly __hex: true;
|
|
106
106
|
} & {
|
|
@@ -111,12 +111,12 @@ export declare const asHydratedTransaction: {
|
|
|
111
111
|
} & {
|
|
112
112
|
readonly __address: true;
|
|
113
113
|
}) | undefined;
|
|
114
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
114
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
115
115
|
script?: string[] | undefined;
|
|
116
116
|
}, {
|
|
117
117
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
118
118
|
}[]]) | undefined;
|
|
119
|
-
<T>(value: T, assert: import("@xylabs/sdk
|
|
119
|
+
<T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & [{
|
|
120
120
|
schema: "network.xyo.boundwitness" & {
|
|
121
121
|
readonly __schema: true;
|
|
122
122
|
};
|
|
@@ -125,19 +125,19 @@ export declare const asHydratedTransaction: {
|
|
|
125
125
|
} & {
|
|
126
126
|
readonly __address: true;
|
|
127
127
|
}))[];
|
|
128
|
-
payload_hashes: import("@xylabs/sdk
|
|
128
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
129
129
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
130
|
-
previous_hashes: (import("@xylabs/sdk
|
|
131
|
-
$signatures: (import("@xylabs/sdk
|
|
130
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
131
|
+
$signatures: (import("@xylabs/sdk").BrandedHex | null)[];
|
|
132
132
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
133
133
|
exp: import("../index.ts").XL1BlockNumber;
|
|
134
134
|
fees: {
|
|
135
|
-
base: import("@xylabs/sdk
|
|
136
|
-
gasLimit: import("@xylabs/sdk
|
|
137
|
-
gasPrice: import("@xylabs/sdk
|
|
138
|
-
priority: import("@xylabs/sdk
|
|
135
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
136
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
137
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
138
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
139
139
|
};
|
|
140
|
-
chain: import("@xylabs/sdk
|
|
140
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
141
141
|
from: (Lowercase<string> & {
|
|
142
142
|
readonly __hex: true;
|
|
143
143
|
} & {
|
|
@@ -148,7 +148,7 @@ export declare const asHydratedTransaction: {
|
|
|
148
148
|
} & {
|
|
149
149
|
readonly __address: true;
|
|
150
150
|
}) | undefined;
|
|
151
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
151
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
152
152
|
script?: string[] | undefined;
|
|
153
153
|
}, {
|
|
154
154
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
@@ -165,19 +165,19 @@ export declare const toHydratedTransaction: {
|
|
|
165
165
|
} & {
|
|
166
166
|
readonly __address: true;
|
|
167
167
|
}))[];
|
|
168
|
-
payload_hashes: import("@xylabs/sdk
|
|
168
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
169
169
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
170
|
-
previous_hashes: (import("@xylabs/sdk
|
|
171
|
-
$signatures: (import("@xylabs/sdk
|
|
170
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
171
|
+
$signatures: (import("@xylabs/sdk").BrandedHex | null)[];
|
|
172
172
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
173
173
|
exp: import("../index.ts").XL1BlockNumber;
|
|
174
174
|
fees: {
|
|
175
|
-
base: import("@xylabs/sdk
|
|
176
|
-
gasLimit: import("@xylabs/sdk
|
|
177
|
-
gasPrice: import("@xylabs/sdk
|
|
178
|
-
priority: import("@xylabs/sdk
|
|
175
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
176
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
177
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
178
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
179
179
|
};
|
|
180
|
-
chain: import("@xylabs/sdk
|
|
180
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
181
181
|
from: (Lowercase<string> & {
|
|
182
182
|
readonly __hex: true;
|
|
183
183
|
} & {
|
|
@@ -188,12 +188,12 @@ export declare const toHydratedTransaction: {
|
|
|
188
188
|
} & {
|
|
189
189
|
readonly __address: true;
|
|
190
190
|
}) | undefined;
|
|
191
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
191
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
192
192
|
script?: string[] | undefined;
|
|
193
193
|
}, {
|
|
194
194
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
195
195
|
}[]]) | undefined;
|
|
196
|
-
<T>(value: T, assert: import("@xylabs/sdk
|
|
196
|
+
<T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & [{
|
|
197
197
|
schema: "network.xyo.boundwitness" & {
|
|
198
198
|
readonly __schema: true;
|
|
199
199
|
};
|
|
@@ -202,19 +202,19 @@ export declare const toHydratedTransaction: {
|
|
|
202
202
|
} & {
|
|
203
203
|
readonly __address: true;
|
|
204
204
|
}))[];
|
|
205
|
-
payload_hashes: import("@xylabs/sdk
|
|
205
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
206
206
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
207
|
-
previous_hashes: (import("@xylabs/sdk
|
|
208
|
-
$signatures: (import("@xylabs/sdk
|
|
207
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
208
|
+
$signatures: (import("@xylabs/sdk").BrandedHex | null)[];
|
|
209
209
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
210
210
|
exp: import("../index.ts").XL1BlockNumber;
|
|
211
211
|
fees: {
|
|
212
|
-
base: import("@xylabs/sdk
|
|
213
|
-
gasLimit: import("@xylabs/sdk
|
|
214
|
-
gasPrice: import("@xylabs/sdk
|
|
215
|
-
priority: import("@xylabs/sdk
|
|
212
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
213
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
214
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
215
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
216
216
|
};
|
|
217
|
-
chain: import("@xylabs/sdk
|
|
217
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
218
218
|
from: (Lowercase<string> & {
|
|
219
219
|
readonly __hex: true;
|
|
220
220
|
} & {
|
|
@@ -225,7 +225,7 @@ export declare const toHydratedTransaction: {
|
|
|
225
225
|
} & {
|
|
226
226
|
readonly __address: true;
|
|
227
227
|
}) | undefined;
|
|
228
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
228
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
229
229
|
script?: string[] | undefined;
|
|
230
230
|
}, {
|
|
231
231
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
@@ -241,37 +241,37 @@ export declare const HydratedTransactionWithHashMetaZod: z.ZodMiniTuple<readonly
|
|
|
241
241
|
} & {
|
|
242
242
|
readonly __address: true;
|
|
243
243
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
244
|
-
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
244
|
+
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>;
|
|
245
245
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
246
|
-
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
246
|
+
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>>;
|
|
247
247
|
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
248
248
|
readonly __hex: true;
|
|
249
249
|
} & {
|
|
250
250
|
readonly __address: true;
|
|
251
251
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
252
|
-
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
253
|
-
$signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
252
|
+
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>;
|
|
253
|
+
$signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>, z.ZodMiniNull]>>;
|
|
254
254
|
nbf: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
255
255
|
exp: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
256
256
|
fees: z.ZodMiniObject<{
|
|
257
|
-
base: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
258
|
-
gasLimit: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
259
|
-
gasPrice: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
260
|
-
priority: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
257
|
+
base: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
258
|
+
gasLimit: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
259
|
+
gasPrice: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
260
|
+
priority: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
261
261
|
}, z.core.$strip>;
|
|
262
|
-
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/sdk
|
|
262
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
263
263
|
from: z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
264
264
|
readonly __hex: true;
|
|
265
265
|
} & {
|
|
266
266
|
readonly __address: true;
|
|
267
267
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>;
|
|
268
268
|
script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
269
|
-
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
270
|
-
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
269
|
+
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
270
|
+
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
271
271
|
}, z.core.$strip>, z.ZodMiniArray<z.ZodMiniObject<{
|
|
272
272
|
schema: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>;
|
|
273
|
-
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
274
|
-
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
273
|
+
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
274
|
+
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
275
275
|
}, z.core.$loose>>], null>;
|
|
276
276
|
/** Type representing a hydrated TransactionWithHashMeta with resolved payloads. */
|
|
277
277
|
export type HydratedTransactionWithHashMeta = z.infer<typeof HydratedTransactionWithHashMetaZod>;
|
|
@@ -285,38 +285,38 @@ export declare const isHydratedTransactionWithHashMeta: <T>(value: T) => value i
|
|
|
285
285
|
} & {
|
|
286
286
|
readonly __address: true;
|
|
287
287
|
}))[];
|
|
288
|
-
payload_hashes: import("@xylabs/sdk
|
|
288
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
289
289
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
290
|
-
previous_hashes: (import("@xylabs/sdk
|
|
291
|
-
$signatures: (import("@xylabs/sdk
|
|
290
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
291
|
+
$signatures: (import("@xylabs/sdk").BrandedHex | null)[];
|
|
292
292
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
293
293
|
exp: import("../index.ts").XL1BlockNumber;
|
|
294
294
|
fees: {
|
|
295
|
-
base: import("@xylabs/sdk
|
|
296
|
-
gasLimit: import("@xylabs/sdk
|
|
297
|
-
gasPrice: import("@xylabs/sdk
|
|
298
|
-
priority: import("@xylabs/sdk
|
|
295
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
296
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
297
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
298
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
299
299
|
};
|
|
300
|
-
chain: import("@xylabs/sdk
|
|
300
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
301
301
|
from: (Lowercase<string> & {
|
|
302
302
|
readonly __hex: true;
|
|
303
303
|
} & {
|
|
304
304
|
readonly __address: true;
|
|
305
305
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
306
|
-
_hash: import("@xylabs/sdk
|
|
307
|
-
_dataHash: import("@xylabs/sdk
|
|
306
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
307
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
308
308
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
309
309
|
readonly __hex: true;
|
|
310
310
|
} & {
|
|
311
311
|
readonly __address: true;
|
|
312
312
|
}) | undefined;
|
|
313
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
313
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
314
314
|
script?: string[] | undefined;
|
|
315
315
|
}, {
|
|
316
316
|
[x: string]: unknown;
|
|
317
317
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
318
|
-
_hash: import("@xylabs/sdk
|
|
319
|
-
_dataHash: import("@xylabs/sdk
|
|
318
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
319
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
320
320
|
}[]];
|
|
321
321
|
/** Converts a value to HydratedTransactionWithHashMeta, throwing if invalid. */
|
|
322
322
|
export declare const asHydratedTransactionWithHashMeta: {
|
|
@@ -329,40 +329,40 @@ export declare const asHydratedTransactionWithHashMeta: {
|
|
|
329
329
|
} & {
|
|
330
330
|
readonly __address: true;
|
|
331
331
|
}))[];
|
|
332
|
-
payload_hashes: import("@xylabs/sdk
|
|
332
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
333
333
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
334
|
-
previous_hashes: (import("@xylabs/sdk
|
|
335
|
-
$signatures: (import("@xylabs/sdk
|
|
334
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
335
|
+
$signatures: (import("@xylabs/sdk").BrandedHex | null)[];
|
|
336
336
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
337
337
|
exp: import("../index.ts").XL1BlockNumber;
|
|
338
338
|
fees: {
|
|
339
|
-
base: import("@xylabs/sdk
|
|
340
|
-
gasLimit: import("@xylabs/sdk
|
|
341
|
-
gasPrice: import("@xylabs/sdk
|
|
342
|
-
priority: import("@xylabs/sdk
|
|
339
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
340
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
341
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
342
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
343
343
|
};
|
|
344
|
-
chain: import("@xylabs/sdk
|
|
344
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
345
345
|
from: (Lowercase<string> & {
|
|
346
346
|
readonly __hex: true;
|
|
347
347
|
} & {
|
|
348
348
|
readonly __address: true;
|
|
349
349
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
350
|
-
_hash: import("@xylabs/sdk
|
|
351
|
-
_dataHash: import("@xylabs/sdk
|
|
350
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
351
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
352
352
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
353
353
|
readonly __hex: true;
|
|
354
354
|
} & {
|
|
355
355
|
readonly __address: true;
|
|
356
356
|
}) | undefined;
|
|
357
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
357
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
358
358
|
script?: string[] | undefined;
|
|
359
359
|
}, {
|
|
360
360
|
[x: string]: unknown;
|
|
361
361
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
362
|
-
_hash: import("@xylabs/sdk
|
|
363
|
-
_dataHash: import("@xylabs/sdk
|
|
362
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
363
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
364
364
|
}[]]) | undefined;
|
|
365
|
-
<T>(value: T, assert: import("@xylabs/sdk
|
|
365
|
+
<T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & [{
|
|
366
366
|
schema: "network.xyo.boundwitness" & {
|
|
367
367
|
readonly __schema: true;
|
|
368
368
|
};
|
|
@@ -371,38 +371,38 @@ export declare const asHydratedTransactionWithHashMeta: {
|
|
|
371
371
|
} & {
|
|
372
372
|
readonly __address: true;
|
|
373
373
|
}))[];
|
|
374
|
-
payload_hashes: import("@xylabs/sdk
|
|
374
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
375
375
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
376
|
-
previous_hashes: (import("@xylabs/sdk
|
|
377
|
-
$signatures: (import("@xylabs/sdk
|
|
376
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
377
|
+
$signatures: (import("@xylabs/sdk").BrandedHex | null)[];
|
|
378
378
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
379
379
|
exp: import("../index.ts").XL1BlockNumber;
|
|
380
380
|
fees: {
|
|
381
|
-
base: import("@xylabs/sdk
|
|
382
|
-
gasLimit: import("@xylabs/sdk
|
|
383
|
-
gasPrice: import("@xylabs/sdk
|
|
384
|
-
priority: import("@xylabs/sdk
|
|
381
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
382
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
383
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
384
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
385
385
|
};
|
|
386
|
-
chain: import("@xylabs/sdk
|
|
386
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
387
387
|
from: (Lowercase<string> & {
|
|
388
388
|
readonly __hex: true;
|
|
389
389
|
} & {
|
|
390
390
|
readonly __address: true;
|
|
391
391
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
392
|
-
_hash: import("@xylabs/sdk
|
|
393
|
-
_dataHash: import("@xylabs/sdk
|
|
392
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
393
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
394
394
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
395
395
|
readonly __hex: true;
|
|
396
396
|
} & {
|
|
397
397
|
readonly __address: true;
|
|
398
398
|
}) | undefined;
|
|
399
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
399
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
400
400
|
script?: string[] | undefined;
|
|
401
401
|
}, {
|
|
402
402
|
[x: string]: unknown;
|
|
403
403
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
404
|
-
_hash: import("@xylabs/sdk
|
|
405
|
-
_dataHash: import("@xylabs/sdk
|
|
404
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
405
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
406
406
|
}[]];
|
|
407
407
|
};
|
|
408
408
|
/** toHydratedTransactionWithHashMeta constant. */
|
|
@@ -416,40 +416,40 @@ export declare const toHydratedTransactionWithHashMeta: {
|
|
|
416
416
|
} & {
|
|
417
417
|
readonly __address: true;
|
|
418
418
|
}))[];
|
|
419
|
-
payload_hashes: import("@xylabs/sdk
|
|
419
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
420
420
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
421
|
-
previous_hashes: (import("@xylabs/sdk
|
|
422
|
-
$signatures: (import("@xylabs/sdk
|
|
421
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
422
|
+
$signatures: (import("@xylabs/sdk").BrandedHex | null)[];
|
|
423
423
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
424
424
|
exp: import("../index.ts").XL1BlockNumber;
|
|
425
425
|
fees: {
|
|
426
|
-
base: import("@xylabs/sdk
|
|
427
|
-
gasLimit: import("@xylabs/sdk
|
|
428
|
-
gasPrice: import("@xylabs/sdk
|
|
429
|
-
priority: import("@xylabs/sdk
|
|
426
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
427
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
428
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
429
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
430
430
|
};
|
|
431
|
-
chain: import("@xylabs/sdk
|
|
431
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
432
432
|
from: (Lowercase<string> & {
|
|
433
433
|
readonly __hex: true;
|
|
434
434
|
} & {
|
|
435
435
|
readonly __address: true;
|
|
436
436
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
437
|
-
_hash: import("@xylabs/sdk
|
|
438
|
-
_dataHash: import("@xylabs/sdk
|
|
437
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
438
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
439
439
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
440
440
|
readonly __hex: true;
|
|
441
441
|
} & {
|
|
442
442
|
readonly __address: true;
|
|
443
443
|
}) | undefined;
|
|
444
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
444
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
445
445
|
script?: string[] | undefined;
|
|
446
446
|
}, {
|
|
447
447
|
[x: string]: unknown;
|
|
448
448
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
449
|
-
_hash: import("@xylabs/sdk
|
|
450
|
-
_dataHash: import("@xylabs/sdk
|
|
449
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
450
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
451
451
|
}[]]) | undefined;
|
|
452
|
-
<T>(value: T, assert: import("@xylabs/sdk
|
|
452
|
+
<T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & [{
|
|
453
453
|
schema: "network.xyo.boundwitness" & {
|
|
454
454
|
readonly __schema: true;
|
|
455
455
|
};
|
|
@@ -458,38 +458,38 @@ export declare const toHydratedTransactionWithHashMeta: {
|
|
|
458
458
|
} & {
|
|
459
459
|
readonly __address: true;
|
|
460
460
|
}))[];
|
|
461
|
-
payload_hashes: import("@xylabs/sdk
|
|
461
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
462
462
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
463
|
-
previous_hashes: (import("@xylabs/sdk
|
|
464
|
-
$signatures: (import("@xylabs/sdk
|
|
463
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
464
|
+
$signatures: (import("@xylabs/sdk").BrandedHex | null)[];
|
|
465
465
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
466
466
|
exp: import("../index.ts").XL1BlockNumber;
|
|
467
467
|
fees: {
|
|
468
|
-
base: import("@xylabs/sdk
|
|
469
|
-
gasLimit: import("@xylabs/sdk
|
|
470
|
-
gasPrice: import("@xylabs/sdk
|
|
471
|
-
priority: import("@xylabs/sdk
|
|
468
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
469
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
470
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
471
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
472
472
|
};
|
|
473
|
-
chain: import("@xylabs/sdk
|
|
473
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
474
474
|
from: (Lowercase<string> & {
|
|
475
475
|
readonly __hex: true;
|
|
476
476
|
} & {
|
|
477
477
|
readonly __address: true;
|
|
478
478
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
479
|
-
_hash: import("@xylabs/sdk
|
|
480
|
-
_dataHash: import("@xylabs/sdk
|
|
479
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
480
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
481
481
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
482
482
|
readonly __hex: true;
|
|
483
483
|
} & {
|
|
484
484
|
readonly __address: true;
|
|
485
485
|
}) | undefined;
|
|
486
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
486
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
487
487
|
script?: string[] | undefined;
|
|
488
488
|
}, {
|
|
489
489
|
[x: string]: unknown;
|
|
490
490
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
491
|
-
_hash: import("@xylabs/sdk
|
|
492
|
-
_dataHash: import("@xylabs/sdk
|
|
491
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
492
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
493
493
|
}[]];
|
|
494
494
|
};
|
|
495
495
|
/** HydratedTransactionWithStorageMetaZod constant. */
|
|
@@ -502,38 +502,38 @@ export declare const HydratedTransactionWithStorageMetaZod: z.ZodMiniTuple<reado
|
|
|
502
502
|
} & {
|
|
503
503
|
readonly __address: true;
|
|
504
504
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
505
|
-
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
505
|
+
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>;
|
|
506
506
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
507
|
-
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
507
|
+
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>>;
|
|
508
508
|
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
509
509
|
readonly __hex: true;
|
|
510
510
|
} & {
|
|
511
511
|
readonly __address: true;
|
|
512
512
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
513
|
-
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
514
|
-
$signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
513
|
+
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>;
|
|
514
|
+
$signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>, z.ZodMiniNull]>>;
|
|
515
515
|
nbf: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
516
516
|
exp: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
517
517
|
fees: z.ZodMiniObject<{
|
|
518
|
-
base: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
519
|
-
gasLimit: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
520
|
-
gasPrice: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
521
|
-
priority: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
518
|
+
base: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
519
|
+
gasLimit: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
520
|
+
gasPrice: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
521
|
+
priority: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
522
522
|
}, z.core.$strip>;
|
|
523
|
-
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/sdk
|
|
523
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
524
524
|
from: z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
525
525
|
readonly __hex: true;
|
|
526
526
|
} & {
|
|
527
527
|
readonly __address: true;
|
|
528
528
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>;
|
|
529
529
|
script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
530
|
-
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
531
|
-
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
530
|
+
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
531
|
+
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
532
532
|
_sequence: z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").LocalSequence, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").QualifiedSequence, string>>]>;
|
|
533
533
|
}, z.core.$strip>, z.ZodMiniArray<z.ZodMiniObject<{
|
|
534
534
|
schema: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>;
|
|
535
|
-
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
536
|
-
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
535
|
+
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
536
|
+
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
537
537
|
_sequence: z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").LocalSequence, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").QualifiedSequence, string>>]>;
|
|
538
538
|
}, z.core.$loose>>], null>;
|
|
539
539
|
/** Type representing a hydrated TransactionWithStorageMeta with resolved payloads. */
|
|
@@ -548,39 +548,39 @@ export declare const isHydratedTransactionWithStorageMeta: <T>(value: T) => valu
|
|
|
548
548
|
} & {
|
|
549
549
|
readonly __address: true;
|
|
550
550
|
}))[];
|
|
551
|
-
payload_hashes: import("@xylabs/sdk
|
|
551
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
552
552
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
553
|
-
previous_hashes: (import("@xylabs/sdk
|
|
554
|
-
$signatures: (import("@xylabs/sdk
|
|
553
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
554
|
+
$signatures: (import("@xylabs/sdk").BrandedHex | null)[];
|
|
555
555
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
556
556
|
exp: import("../index.ts").XL1BlockNumber;
|
|
557
557
|
fees: {
|
|
558
|
-
base: import("@xylabs/sdk
|
|
559
|
-
gasLimit: import("@xylabs/sdk
|
|
560
|
-
gasPrice: import("@xylabs/sdk
|
|
561
|
-
priority: import("@xylabs/sdk
|
|
558
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
559
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
560
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
561
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
562
562
|
};
|
|
563
|
-
chain: import("@xylabs/sdk
|
|
563
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
564
564
|
from: (Lowercase<string> & {
|
|
565
565
|
readonly __hex: true;
|
|
566
566
|
} & {
|
|
567
567
|
readonly __address: true;
|
|
568
568
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
569
|
-
_hash: import("@xylabs/sdk
|
|
570
|
-
_dataHash: import("@xylabs/sdk
|
|
569
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
570
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
571
571
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
572
572
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
573
573
|
readonly __hex: true;
|
|
574
574
|
} & {
|
|
575
575
|
readonly __address: true;
|
|
576
576
|
}) | undefined;
|
|
577
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
577
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
578
578
|
script?: string[] | undefined;
|
|
579
579
|
}, {
|
|
580
580
|
[x: string]: unknown;
|
|
581
581
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
582
|
-
_hash: import("@xylabs/sdk
|
|
583
|
-
_dataHash: import("@xylabs/sdk
|
|
582
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
583
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
584
584
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
585
585
|
}[]];
|
|
586
586
|
/** Converts a value to HydratedTransactionWithStorageMeta, throwing if invalid. */
|
|
@@ -594,42 +594,42 @@ export declare const asHydratedTransactionWithStorageMeta: {
|
|
|
594
594
|
} & {
|
|
595
595
|
readonly __address: true;
|
|
596
596
|
}))[];
|
|
597
|
-
payload_hashes: import("@xylabs/sdk
|
|
597
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
598
598
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
599
|
-
previous_hashes: (import("@xylabs/sdk
|
|
600
|
-
$signatures: (import("@xylabs/sdk
|
|
599
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
600
|
+
$signatures: (import("@xylabs/sdk").BrandedHex | null)[];
|
|
601
601
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
602
602
|
exp: import("../index.ts").XL1BlockNumber;
|
|
603
603
|
fees: {
|
|
604
|
-
base: import("@xylabs/sdk
|
|
605
|
-
gasLimit: import("@xylabs/sdk
|
|
606
|
-
gasPrice: import("@xylabs/sdk
|
|
607
|
-
priority: import("@xylabs/sdk
|
|
604
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
605
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
606
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
607
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
608
608
|
};
|
|
609
|
-
chain: import("@xylabs/sdk
|
|
609
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
610
610
|
from: (Lowercase<string> & {
|
|
611
611
|
readonly __hex: true;
|
|
612
612
|
} & {
|
|
613
613
|
readonly __address: true;
|
|
614
614
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
615
|
-
_hash: import("@xylabs/sdk
|
|
616
|
-
_dataHash: import("@xylabs/sdk
|
|
615
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
616
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
617
617
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
618
618
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
619
619
|
readonly __hex: true;
|
|
620
620
|
} & {
|
|
621
621
|
readonly __address: true;
|
|
622
622
|
}) | undefined;
|
|
623
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
623
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
624
624
|
script?: string[] | undefined;
|
|
625
625
|
}, {
|
|
626
626
|
[x: string]: unknown;
|
|
627
627
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
628
|
-
_hash: import("@xylabs/sdk
|
|
629
|
-
_dataHash: import("@xylabs/sdk
|
|
628
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
629
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
630
630
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
631
631
|
}[]]) | undefined;
|
|
632
|
-
<T>(value: T, assert: import("@xylabs/sdk
|
|
632
|
+
<T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & [{
|
|
633
633
|
schema: "network.xyo.boundwitness" & {
|
|
634
634
|
readonly __schema: true;
|
|
635
635
|
};
|
|
@@ -638,39 +638,39 @@ export declare const asHydratedTransactionWithStorageMeta: {
|
|
|
638
638
|
} & {
|
|
639
639
|
readonly __address: true;
|
|
640
640
|
}))[];
|
|
641
|
-
payload_hashes: import("@xylabs/sdk
|
|
641
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
642
642
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
643
|
-
previous_hashes: (import("@xylabs/sdk
|
|
644
|
-
$signatures: (import("@xylabs/sdk
|
|
643
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
644
|
+
$signatures: (import("@xylabs/sdk").BrandedHex | null)[];
|
|
645
645
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
646
646
|
exp: import("../index.ts").XL1BlockNumber;
|
|
647
647
|
fees: {
|
|
648
|
-
base: import("@xylabs/sdk
|
|
649
|
-
gasLimit: import("@xylabs/sdk
|
|
650
|
-
gasPrice: import("@xylabs/sdk
|
|
651
|
-
priority: import("@xylabs/sdk
|
|
648
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
649
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
650
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
651
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
652
652
|
};
|
|
653
|
-
chain: import("@xylabs/sdk
|
|
653
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
654
654
|
from: (Lowercase<string> & {
|
|
655
655
|
readonly __hex: true;
|
|
656
656
|
} & {
|
|
657
657
|
readonly __address: true;
|
|
658
658
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
659
|
-
_hash: import("@xylabs/sdk
|
|
660
|
-
_dataHash: import("@xylabs/sdk
|
|
659
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
660
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
661
661
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
662
662
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
663
663
|
readonly __hex: true;
|
|
664
664
|
} & {
|
|
665
665
|
readonly __address: true;
|
|
666
666
|
}) | undefined;
|
|
667
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
667
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
668
668
|
script?: string[] | undefined;
|
|
669
669
|
}, {
|
|
670
670
|
[x: string]: unknown;
|
|
671
671
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
672
|
-
_hash: import("@xylabs/sdk
|
|
673
|
-
_dataHash: import("@xylabs/sdk
|
|
672
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
673
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
674
674
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
675
675
|
}[]];
|
|
676
676
|
};
|
|
@@ -685,42 +685,42 @@ export declare const toHydratedTransactionWithStorageMeta: {
|
|
|
685
685
|
} & {
|
|
686
686
|
readonly __address: true;
|
|
687
687
|
}))[];
|
|
688
|
-
payload_hashes: import("@xylabs/sdk
|
|
688
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
689
689
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
690
|
-
previous_hashes: (import("@xylabs/sdk
|
|
691
|
-
$signatures: (import("@xylabs/sdk
|
|
690
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
691
|
+
$signatures: (import("@xylabs/sdk").BrandedHex | null)[];
|
|
692
692
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
693
693
|
exp: import("../index.ts").XL1BlockNumber;
|
|
694
694
|
fees: {
|
|
695
|
-
base: import("@xylabs/sdk
|
|
696
|
-
gasLimit: import("@xylabs/sdk
|
|
697
|
-
gasPrice: import("@xylabs/sdk
|
|
698
|
-
priority: import("@xylabs/sdk
|
|
695
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
696
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
697
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
698
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
699
699
|
};
|
|
700
|
-
chain: import("@xylabs/sdk
|
|
700
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
701
701
|
from: (Lowercase<string> & {
|
|
702
702
|
readonly __hex: true;
|
|
703
703
|
} & {
|
|
704
704
|
readonly __address: true;
|
|
705
705
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
706
|
-
_hash: import("@xylabs/sdk
|
|
707
|
-
_dataHash: import("@xylabs/sdk
|
|
706
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
707
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
708
708
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
709
709
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
710
710
|
readonly __hex: true;
|
|
711
711
|
} & {
|
|
712
712
|
readonly __address: true;
|
|
713
713
|
}) | undefined;
|
|
714
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
714
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
715
715
|
script?: string[] | undefined;
|
|
716
716
|
}, {
|
|
717
717
|
[x: string]: unknown;
|
|
718
718
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
719
|
-
_hash: import("@xylabs/sdk
|
|
720
|
-
_dataHash: import("@xylabs/sdk
|
|
719
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
720
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
721
721
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
722
722
|
}[]]) | undefined;
|
|
723
|
-
<T>(value: T, assert: import("@xylabs/sdk
|
|
723
|
+
<T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & [{
|
|
724
724
|
schema: "network.xyo.boundwitness" & {
|
|
725
725
|
readonly __schema: true;
|
|
726
726
|
};
|
|
@@ -729,39 +729,39 @@ export declare const toHydratedTransactionWithStorageMeta: {
|
|
|
729
729
|
} & {
|
|
730
730
|
readonly __address: true;
|
|
731
731
|
}))[];
|
|
732
|
-
payload_hashes: import("@xylabs/sdk
|
|
732
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
733
733
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
734
|
-
previous_hashes: (import("@xylabs/sdk
|
|
735
|
-
$signatures: (import("@xylabs/sdk
|
|
734
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
735
|
+
$signatures: (import("@xylabs/sdk").BrandedHex | null)[];
|
|
736
736
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
737
737
|
exp: import("../index.ts").XL1BlockNumber;
|
|
738
738
|
fees: {
|
|
739
|
-
base: import("@xylabs/sdk
|
|
740
|
-
gasLimit: import("@xylabs/sdk
|
|
741
|
-
gasPrice: import("@xylabs/sdk
|
|
742
|
-
priority: import("@xylabs/sdk
|
|
739
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
740
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
741
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
742
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
743
743
|
};
|
|
744
|
-
chain: import("@xylabs/sdk
|
|
744
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
745
745
|
from: (Lowercase<string> & {
|
|
746
746
|
readonly __hex: true;
|
|
747
747
|
} & {
|
|
748
748
|
readonly __address: true;
|
|
749
749
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
750
|
-
_hash: import("@xylabs/sdk
|
|
751
|
-
_dataHash: import("@xylabs/sdk
|
|
750
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
751
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
752
752
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
753
753
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
754
754
|
readonly __hex: true;
|
|
755
755
|
} & {
|
|
756
756
|
readonly __address: true;
|
|
757
757
|
}) | undefined;
|
|
758
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
758
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
759
759
|
script?: string[] | undefined;
|
|
760
760
|
}, {
|
|
761
761
|
[x: string]: unknown;
|
|
762
762
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
763
|
-
_hash: import("@xylabs/sdk
|
|
764
|
-
_dataHash: import("@xylabs/sdk
|
|
763
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
764
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
765
765
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
766
766
|
}[]];
|
|
767
767
|
};
|
|
@@ -775,25 +775,25 @@ export declare const UnsignedHydratedTransactionZod: z.ZodMiniTuple<readonly [z.
|
|
|
775
775
|
} & {
|
|
776
776
|
readonly __address: true;
|
|
777
777
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
778
|
-
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
778
|
+
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>;
|
|
779
779
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
780
|
-
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
780
|
+
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>>;
|
|
781
781
|
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
782
782
|
readonly __hex: true;
|
|
783
783
|
} & {
|
|
784
784
|
readonly __address: true;
|
|
785
785
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
786
|
-
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
786
|
+
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>;
|
|
787
787
|
$signatures: z.ZodMiniArray<z.ZodMiniNull>;
|
|
788
788
|
nbf: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
789
789
|
exp: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
790
790
|
fees: z.ZodMiniObject<{
|
|
791
|
-
base: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
792
|
-
gasLimit: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
793
|
-
gasPrice: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
794
|
-
priority: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
791
|
+
base: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
792
|
+
gasLimit: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
793
|
+
gasPrice: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
794
|
+
priority: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
795
795
|
}, z.core.$strip>;
|
|
796
|
-
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/sdk
|
|
796
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
797
797
|
from: z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
798
798
|
readonly __hex: true;
|
|
799
799
|
} & {
|
|
@@ -815,19 +815,19 @@ export declare const isUnsignedHydratedTransaction: <T>(value: T) => value is T
|
|
|
815
815
|
} & {
|
|
816
816
|
readonly __address: true;
|
|
817
817
|
}))[];
|
|
818
|
-
payload_hashes: import("@xylabs/sdk
|
|
818
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
819
819
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
820
|
-
previous_hashes: (import("@xylabs/sdk
|
|
820
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
821
821
|
$signatures: null[];
|
|
822
822
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
823
823
|
exp: import("../index.ts").XL1BlockNumber;
|
|
824
824
|
fees: {
|
|
825
|
-
base: import("@xylabs/sdk
|
|
826
|
-
gasLimit: import("@xylabs/sdk
|
|
827
|
-
gasPrice: import("@xylabs/sdk
|
|
828
|
-
priority: import("@xylabs/sdk
|
|
825
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
826
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
827
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
828
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
829
829
|
};
|
|
830
|
-
chain: import("@xylabs/sdk
|
|
830
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
831
831
|
from: (Lowercase<string> & {
|
|
832
832
|
readonly __hex: true;
|
|
833
833
|
} & {
|
|
@@ -838,7 +838,7 @@ export declare const isUnsignedHydratedTransaction: <T>(value: T) => value is T
|
|
|
838
838
|
} & {
|
|
839
839
|
readonly __address: true;
|
|
840
840
|
}) | undefined;
|
|
841
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
841
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
842
842
|
script?: string[] | undefined;
|
|
843
843
|
}, {
|
|
844
844
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
@@ -854,19 +854,19 @@ export declare const asUnsignedHydratedTransaction: {
|
|
|
854
854
|
} & {
|
|
855
855
|
readonly __address: true;
|
|
856
856
|
}))[];
|
|
857
|
-
payload_hashes: import("@xylabs/sdk
|
|
857
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
858
858
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
859
|
-
previous_hashes: (import("@xylabs/sdk
|
|
859
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
860
860
|
$signatures: null[];
|
|
861
861
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
862
862
|
exp: import("../index.ts").XL1BlockNumber;
|
|
863
863
|
fees: {
|
|
864
|
-
base: import("@xylabs/sdk
|
|
865
|
-
gasLimit: import("@xylabs/sdk
|
|
866
|
-
gasPrice: import("@xylabs/sdk
|
|
867
|
-
priority: import("@xylabs/sdk
|
|
864
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
865
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
866
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
867
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
868
868
|
};
|
|
869
|
-
chain: import("@xylabs/sdk
|
|
869
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
870
870
|
from: (Lowercase<string> & {
|
|
871
871
|
readonly __hex: true;
|
|
872
872
|
} & {
|
|
@@ -877,12 +877,12 @@ export declare const asUnsignedHydratedTransaction: {
|
|
|
877
877
|
} & {
|
|
878
878
|
readonly __address: true;
|
|
879
879
|
}) | undefined;
|
|
880
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
880
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
881
881
|
script?: string[] | undefined;
|
|
882
882
|
}, {
|
|
883
883
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
884
884
|
}[]]) | undefined;
|
|
885
|
-
<T>(value: T, assert: import("@xylabs/sdk
|
|
885
|
+
<T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & [{
|
|
886
886
|
schema: "network.xyo.boundwitness" & {
|
|
887
887
|
readonly __schema: true;
|
|
888
888
|
};
|
|
@@ -891,19 +891,19 @@ export declare const asUnsignedHydratedTransaction: {
|
|
|
891
891
|
} & {
|
|
892
892
|
readonly __address: true;
|
|
893
893
|
}))[];
|
|
894
|
-
payload_hashes: import("@xylabs/sdk
|
|
894
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
895
895
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
896
|
-
previous_hashes: (import("@xylabs/sdk
|
|
896
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
897
897
|
$signatures: null[];
|
|
898
898
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
899
899
|
exp: import("../index.ts").XL1BlockNumber;
|
|
900
900
|
fees: {
|
|
901
|
-
base: import("@xylabs/sdk
|
|
902
|
-
gasLimit: import("@xylabs/sdk
|
|
903
|
-
gasPrice: import("@xylabs/sdk
|
|
904
|
-
priority: import("@xylabs/sdk
|
|
901
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
902
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
903
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
904
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
905
905
|
};
|
|
906
|
-
chain: import("@xylabs/sdk
|
|
906
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
907
907
|
from: (Lowercase<string> & {
|
|
908
908
|
readonly __hex: true;
|
|
909
909
|
} & {
|
|
@@ -914,7 +914,7 @@ export declare const asUnsignedHydratedTransaction: {
|
|
|
914
914
|
} & {
|
|
915
915
|
readonly __address: true;
|
|
916
916
|
}) | undefined;
|
|
917
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
917
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
918
918
|
script?: string[] | undefined;
|
|
919
919
|
}, {
|
|
920
920
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
@@ -931,19 +931,19 @@ export declare const toUnsignedHydratedTransaction: {
|
|
|
931
931
|
} & {
|
|
932
932
|
readonly __address: true;
|
|
933
933
|
}))[];
|
|
934
|
-
payload_hashes: import("@xylabs/sdk
|
|
934
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
935
935
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
936
|
-
previous_hashes: (import("@xylabs/sdk
|
|
936
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
937
937
|
$signatures: null[];
|
|
938
938
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
939
939
|
exp: import("../index.ts").XL1BlockNumber;
|
|
940
940
|
fees: {
|
|
941
|
-
base: import("@xylabs/sdk
|
|
942
|
-
gasLimit: import("@xylabs/sdk
|
|
943
|
-
gasPrice: import("@xylabs/sdk
|
|
944
|
-
priority: import("@xylabs/sdk
|
|
941
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
942
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
943
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
944
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
945
945
|
};
|
|
946
|
-
chain: import("@xylabs/sdk
|
|
946
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
947
947
|
from: (Lowercase<string> & {
|
|
948
948
|
readonly __hex: true;
|
|
949
949
|
} & {
|
|
@@ -954,12 +954,12 @@ export declare const toUnsignedHydratedTransaction: {
|
|
|
954
954
|
} & {
|
|
955
955
|
readonly __address: true;
|
|
956
956
|
}) | undefined;
|
|
957
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
957
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
958
958
|
script?: string[] | undefined;
|
|
959
959
|
}, {
|
|
960
960
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
961
961
|
}[]]) | undefined;
|
|
962
|
-
<T>(value: T, assert: import("@xylabs/sdk
|
|
962
|
+
<T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & [{
|
|
963
963
|
schema: "network.xyo.boundwitness" & {
|
|
964
964
|
readonly __schema: true;
|
|
965
965
|
};
|
|
@@ -968,19 +968,19 @@ export declare const toUnsignedHydratedTransaction: {
|
|
|
968
968
|
} & {
|
|
969
969
|
readonly __address: true;
|
|
970
970
|
}))[];
|
|
971
|
-
payload_hashes: import("@xylabs/sdk
|
|
971
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
972
972
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
973
|
-
previous_hashes: (import("@xylabs/sdk
|
|
973
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
974
974
|
$signatures: null[];
|
|
975
975
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
976
976
|
exp: import("../index.ts").XL1BlockNumber;
|
|
977
977
|
fees: {
|
|
978
|
-
base: import("@xylabs/sdk
|
|
979
|
-
gasLimit: import("@xylabs/sdk
|
|
980
|
-
gasPrice: import("@xylabs/sdk
|
|
981
|
-
priority: import("@xylabs/sdk
|
|
978
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
979
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
980
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
981
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
982
982
|
};
|
|
983
|
-
chain: import("@xylabs/sdk
|
|
983
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
984
984
|
from: (Lowercase<string> & {
|
|
985
985
|
readonly __hex: true;
|
|
986
986
|
} & {
|
|
@@ -991,7 +991,7 @@ export declare const toUnsignedHydratedTransaction: {
|
|
|
991
991
|
} & {
|
|
992
992
|
readonly __address: true;
|
|
993
993
|
}) | undefined;
|
|
994
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
994
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
995
995
|
script?: string[] | undefined;
|
|
996
996
|
}, {
|
|
997
997
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
@@ -1007,37 +1007,37 @@ export declare const UnsignedHydratedTransactionWithHashMetaZod: z.ZodMiniTuple<
|
|
|
1007
1007
|
} & {
|
|
1008
1008
|
readonly __address: true;
|
|
1009
1009
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
1010
|
-
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1010
|
+
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>;
|
|
1011
1011
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
1012
|
-
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1012
|
+
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>>;
|
|
1013
1013
|
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1014
1014
|
readonly __hex: true;
|
|
1015
1015
|
} & {
|
|
1016
1016
|
readonly __address: true;
|
|
1017
1017
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
1018
|
-
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1018
|
+
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>;
|
|
1019
1019
|
$signatures: z.ZodMiniArray<z.ZodMiniNull>;
|
|
1020
1020
|
nbf: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
1021
1021
|
exp: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
1022
1022
|
fees: z.ZodMiniObject<{
|
|
1023
|
-
base: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1024
|
-
gasLimit: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1025
|
-
gasPrice: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1026
|
-
priority: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1023
|
+
base: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
1024
|
+
gasLimit: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
1025
|
+
gasPrice: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
1026
|
+
priority: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
1027
1027
|
}, z.core.$strip>;
|
|
1028
|
-
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/sdk
|
|
1028
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
1029
1029
|
from: z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1030
1030
|
readonly __hex: true;
|
|
1031
1031
|
} & {
|
|
1032
1032
|
readonly __address: true;
|
|
1033
1033
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>;
|
|
1034
1034
|
script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
1035
|
-
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1036
|
-
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1035
|
+
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
1036
|
+
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
1037
1037
|
}, z.core.$strip>, z.ZodMiniArray<z.ZodMiniObject<{
|
|
1038
1038
|
schema: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>;
|
|
1039
|
-
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1040
|
-
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1039
|
+
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
1040
|
+
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
1041
1041
|
}, z.core.$loose>>], null>;
|
|
1042
1042
|
/** Type representing a hydrated UnsignedTransactionWithHashMeta with resolved payloads. */
|
|
1043
1043
|
export type UnsignedHydratedTransactionWithHashMeta = z.infer<typeof UnsignedHydratedTransactionWithHashMetaZod>;
|
|
@@ -1051,38 +1051,38 @@ export declare const isUnsignedHydratedTransactionWithHashMeta: <T>(value: T) =>
|
|
|
1051
1051
|
} & {
|
|
1052
1052
|
readonly __address: true;
|
|
1053
1053
|
}))[];
|
|
1054
|
-
payload_hashes: import("@xylabs/sdk
|
|
1054
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
1055
1055
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1056
|
-
previous_hashes: (import("@xylabs/sdk
|
|
1056
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
1057
1057
|
$signatures: null[];
|
|
1058
1058
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
1059
1059
|
exp: import("../index.ts").XL1BlockNumber;
|
|
1060
1060
|
fees: {
|
|
1061
|
-
base: import("@xylabs/sdk
|
|
1062
|
-
gasLimit: import("@xylabs/sdk
|
|
1063
|
-
gasPrice: import("@xylabs/sdk
|
|
1064
|
-
priority: import("@xylabs/sdk
|
|
1061
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
1062
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
1063
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
1064
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
1065
1065
|
};
|
|
1066
|
-
chain: import("@xylabs/sdk
|
|
1066
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
1067
1067
|
from: (Lowercase<string> & {
|
|
1068
1068
|
readonly __hex: true;
|
|
1069
1069
|
} & {
|
|
1070
1070
|
readonly __address: true;
|
|
1071
1071
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
1072
|
-
_hash: import("@xylabs/sdk
|
|
1073
|
-
_dataHash: import("@xylabs/sdk
|
|
1072
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1073
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1074
1074
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
1075
1075
|
readonly __hex: true;
|
|
1076
1076
|
} & {
|
|
1077
1077
|
readonly __address: true;
|
|
1078
1078
|
}) | undefined;
|
|
1079
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
1079
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
1080
1080
|
script?: string[] | undefined;
|
|
1081
1081
|
}, {
|
|
1082
1082
|
[x: string]: unknown;
|
|
1083
1083
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1084
|
-
_hash: import("@xylabs/sdk
|
|
1085
|
-
_dataHash: import("@xylabs/sdk
|
|
1084
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1085
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1086
1086
|
}[]];
|
|
1087
1087
|
/** Converts a value to UnsignedHydratedTransactionWithHashMeta, throwing if invalid. */
|
|
1088
1088
|
export declare const asUnsignedHydratedTransactionWithHashMeta: {
|
|
@@ -1095,40 +1095,40 @@ export declare const asUnsignedHydratedTransactionWithHashMeta: {
|
|
|
1095
1095
|
} & {
|
|
1096
1096
|
readonly __address: true;
|
|
1097
1097
|
}))[];
|
|
1098
|
-
payload_hashes: import("@xylabs/sdk
|
|
1098
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
1099
1099
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1100
|
-
previous_hashes: (import("@xylabs/sdk
|
|
1100
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
1101
1101
|
$signatures: null[];
|
|
1102
1102
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
1103
1103
|
exp: import("../index.ts").XL1BlockNumber;
|
|
1104
1104
|
fees: {
|
|
1105
|
-
base: import("@xylabs/sdk
|
|
1106
|
-
gasLimit: import("@xylabs/sdk
|
|
1107
|
-
gasPrice: import("@xylabs/sdk
|
|
1108
|
-
priority: import("@xylabs/sdk
|
|
1105
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
1106
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
1107
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
1108
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
1109
1109
|
};
|
|
1110
|
-
chain: import("@xylabs/sdk
|
|
1110
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
1111
1111
|
from: (Lowercase<string> & {
|
|
1112
1112
|
readonly __hex: true;
|
|
1113
1113
|
} & {
|
|
1114
1114
|
readonly __address: true;
|
|
1115
1115
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
1116
|
-
_hash: import("@xylabs/sdk
|
|
1117
|
-
_dataHash: import("@xylabs/sdk
|
|
1116
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1117
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1118
1118
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
1119
1119
|
readonly __hex: true;
|
|
1120
1120
|
} & {
|
|
1121
1121
|
readonly __address: true;
|
|
1122
1122
|
}) | undefined;
|
|
1123
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
1123
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
1124
1124
|
script?: string[] | undefined;
|
|
1125
1125
|
}, {
|
|
1126
1126
|
[x: string]: unknown;
|
|
1127
1127
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1128
|
-
_hash: import("@xylabs/sdk
|
|
1129
|
-
_dataHash: import("@xylabs/sdk
|
|
1128
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1129
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1130
1130
|
}[]]) | undefined;
|
|
1131
|
-
<T>(value: T, assert: import("@xylabs/sdk
|
|
1131
|
+
<T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & [{
|
|
1132
1132
|
schema: "network.xyo.boundwitness" & {
|
|
1133
1133
|
readonly __schema: true;
|
|
1134
1134
|
};
|
|
@@ -1137,38 +1137,38 @@ export declare const asUnsignedHydratedTransactionWithHashMeta: {
|
|
|
1137
1137
|
} & {
|
|
1138
1138
|
readonly __address: true;
|
|
1139
1139
|
}))[];
|
|
1140
|
-
payload_hashes: import("@xylabs/sdk
|
|
1140
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
1141
1141
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1142
|
-
previous_hashes: (import("@xylabs/sdk
|
|
1142
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
1143
1143
|
$signatures: null[];
|
|
1144
1144
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
1145
1145
|
exp: import("../index.ts").XL1BlockNumber;
|
|
1146
1146
|
fees: {
|
|
1147
|
-
base: import("@xylabs/sdk
|
|
1148
|
-
gasLimit: import("@xylabs/sdk
|
|
1149
|
-
gasPrice: import("@xylabs/sdk
|
|
1150
|
-
priority: import("@xylabs/sdk
|
|
1147
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
1148
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
1149
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
1150
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
1151
1151
|
};
|
|
1152
|
-
chain: import("@xylabs/sdk
|
|
1152
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
1153
1153
|
from: (Lowercase<string> & {
|
|
1154
1154
|
readonly __hex: true;
|
|
1155
1155
|
} & {
|
|
1156
1156
|
readonly __address: true;
|
|
1157
1157
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
1158
|
-
_hash: import("@xylabs/sdk
|
|
1159
|
-
_dataHash: import("@xylabs/sdk
|
|
1158
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1159
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1160
1160
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
1161
1161
|
readonly __hex: true;
|
|
1162
1162
|
} & {
|
|
1163
1163
|
readonly __address: true;
|
|
1164
1164
|
}) | undefined;
|
|
1165
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
1165
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
1166
1166
|
script?: string[] | undefined;
|
|
1167
1167
|
}, {
|
|
1168
1168
|
[x: string]: unknown;
|
|
1169
1169
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1170
|
-
_hash: import("@xylabs/sdk
|
|
1171
|
-
_dataHash: import("@xylabs/sdk
|
|
1170
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1171
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1172
1172
|
}[]];
|
|
1173
1173
|
};
|
|
1174
1174
|
/** toUnsignedHydratedTransactionWithHashMeta constant. */
|
|
@@ -1182,40 +1182,40 @@ export declare const toUnsignedHydratedTransactionWithHashMeta: {
|
|
|
1182
1182
|
} & {
|
|
1183
1183
|
readonly __address: true;
|
|
1184
1184
|
}))[];
|
|
1185
|
-
payload_hashes: import("@xylabs/sdk
|
|
1185
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
1186
1186
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1187
|
-
previous_hashes: (import("@xylabs/sdk
|
|
1187
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
1188
1188
|
$signatures: null[];
|
|
1189
1189
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
1190
1190
|
exp: import("../index.ts").XL1BlockNumber;
|
|
1191
1191
|
fees: {
|
|
1192
|
-
base: import("@xylabs/sdk
|
|
1193
|
-
gasLimit: import("@xylabs/sdk
|
|
1194
|
-
gasPrice: import("@xylabs/sdk
|
|
1195
|
-
priority: import("@xylabs/sdk
|
|
1192
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
1193
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
1194
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
1195
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
1196
1196
|
};
|
|
1197
|
-
chain: import("@xylabs/sdk
|
|
1197
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
1198
1198
|
from: (Lowercase<string> & {
|
|
1199
1199
|
readonly __hex: true;
|
|
1200
1200
|
} & {
|
|
1201
1201
|
readonly __address: true;
|
|
1202
1202
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
1203
|
-
_hash: import("@xylabs/sdk
|
|
1204
|
-
_dataHash: import("@xylabs/sdk
|
|
1203
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1204
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1205
1205
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
1206
1206
|
readonly __hex: true;
|
|
1207
1207
|
} & {
|
|
1208
1208
|
readonly __address: true;
|
|
1209
1209
|
}) | undefined;
|
|
1210
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
1210
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
1211
1211
|
script?: string[] | undefined;
|
|
1212
1212
|
}, {
|
|
1213
1213
|
[x: string]: unknown;
|
|
1214
1214
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1215
|
-
_hash: import("@xylabs/sdk
|
|
1216
|
-
_dataHash: import("@xylabs/sdk
|
|
1215
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1216
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1217
1217
|
}[]]) | undefined;
|
|
1218
|
-
<T>(value: T, assert: import("@xylabs/sdk
|
|
1218
|
+
<T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & [{
|
|
1219
1219
|
schema: "network.xyo.boundwitness" & {
|
|
1220
1220
|
readonly __schema: true;
|
|
1221
1221
|
};
|
|
@@ -1224,38 +1224,38 @@ export declare const toUnsignedHydratedTransactionWithHashMeta: {
|
|
|
1224
1224
|
} & {
|
|
1225
1225
|
readonly __address: true;
|
|
1226
1226
|
}))[];
|
|
1227
|
-
payload_hashes: import("@xylabs/sdk
|
|
1227
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
1228
1228
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1229
|
-
previous_hashes: (import("@xylabs/sdk
|
|
1229
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
1230
1230
|
$signatures: null[];
|
|
1231
1231
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
1232
1232
|
exp: import("../index.ts").XL1BlockNumber;
|
|
1233
1233
|
fees: {
|
|
1234
|
-
base: import("@xylabs/sdk
|
|
1235
|
-
gasLimit: import("@xylabs/sdk
|
|
1236
|
-
gasPrice: import("@xylabs/sdk
|
|
1237
|
-
priority: import("@xylabs/sdk
|
|
1234
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
1235
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
1236
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
1237
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
1238
1238
|
};
|
|
1239
|
-
chain: import("@xylabs/sdk
|
|
1239
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
1240
1240
|
from: (Lowercase<string> & {
|
|
1241
1241
|
readonly __hex: true;
|
|
1242
1242
|
} & {
|
|
1243
1243
|
readonly __address: true;
|
|
1244
1244
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
1245
|
-
_hash: import("@xylabs/sdk
|
|
1246
|
-
_dataHash: import("@xylabs/sdk
|
|
1245
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1246
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1247
1247
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
1248
1248
|
readonly __hex: true;
|
|
1249
1249
|
} & {
|
|
1250
1250
|
readonly __address: true;
|
|
1251
1251
|
}) | undefined;
|
|
1252
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
1252
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
1253
1253
|
script?: string[] | undefined;
|
|
1254
1254
|
}, {
|
|
1255
1255
|
[x: string]: unknown;
|
|
1256
1256
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1257
|
-
_hash: import("@xylabs/sdk
|
|
1258
|
-
_dataHash: import("@xylabs/sdk
|
|
1257
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1258
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1259
1259
|
}[]];
|
|
1260
1260
|
};
|
|
1261
1261
|
/** UnsignedHydratedTransactionWithStorageMetaZod constant. */
|
|
@@ -1268,38 +1268,38 @@ export declare const UnsignedHydratedTransactionWithStorageMetaZod: z.ZodMiniTup
|
|
|
1268
1268
|
} & {
|
|
1269
1269
|
readonly __address: true;
|
|
1270
1270
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
1271
|
-
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1271
|
+
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>;
|
|
1272
1272
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
1273
|
-
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1273
|
+
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>>;
|
|
1274
1274
|
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1275
1275
|
readonly __hex: true;
|
|
1276
1276
|
} & {
|
|
1277
1277
|
readonly __address: true;
|
|
1278
1278
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
1279
|
-
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1279
|
+
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>;
|
|
1280
1280
|
$signatures: z.ZodMiniArray<z.ZodMiniNull>;
|
|
1281
1281
|
nbf: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
1282
1282
|
exp: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
1283
1283
|
fees: z.ZodMiniObject<{
|
|
1284
|
-
base: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1285
|
-
gasLimit: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1286
|
-
gasPrice: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1287
|
-
priority: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1284
|
+
base: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
1285
|
+
gasLimit: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
1286
|
+
gasPrice: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
1287
|
+
priority: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
1288
1288
|
}, z.core.$strip>;
|
|
1289
|
-
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/sdk
|
|
1289
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
1290
1290
|
from: z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1291
1291
|
readonly __hex: true;
|
|
1292
1292
|
} & {
|
|
1293
1293
|
readonly __address: true;
|
|
1294
1294
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>;
|
|
1295
1295
|
script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
1296
|
-
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1297
|
-
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1296
|
+
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
1297
|
+
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
1298
1298
|
_sequence: z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").LocalSequence, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").QualifiedSequence, string>>]>;
|
|
1299
1299
|
}, z.core.$strip>, z.ZodMiniArray<z.ZodMiniObject<{
|
|
1300
1300
|
schema: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>;
|
|
1301
|
-
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1302
|
-
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1301
|
+
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
1302
|
+
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
1303
1303
|
_sequence: z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").LocalSequence, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").QualifiedSequence, string>>]>;
|
|
1304
1304
|
}, z.core.$loose>>], null>;
|
|
1305
1305
|
/** Type representing a hydrated UnsignedTransactionWithStorageMeta with resolved payloads. */
|
|
@@ -1314,39 +1314,39 @@ export declare const isUnsignedHydratedTransactionWithStorageMeta: <T>(value: T)
|
|
|
1314
1314
|
} & {
|
|
1315
1315
|
readonly __address: true;
|
|
1316
1316
|
}))[];
|
|
1317
|
-
payload_hashes: import("@xylabs/sdk
|
|
1317
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
1318
1318
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1319
|
-
previous_hashes: (import("@xylabs/sdk
|
|
1319
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
1320
1320
|
$signatures: null[];
|
|
1321
1321
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
1322
1322
|
exp: import("../index.ts").XL1BlockNumber;
|
|
1323
1323
|
fees: {
|
|
1324
|
-
base: import("@xylabs/sdk
|
|
1325
|
-
gasLimit: import("@xylabs/sdk
|
|
1326
|
-
gasPrice: import("@xylabs/sdk
|
|
1327
|
-
priority: import("@xylabs/sdk
|
|
1324
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
1325
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
1326
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
1327
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
1328
1328
|
};
|
|
1329
|
-
chain: import("@xylabs/sdk
|
|
1329
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
1330
1330
|
from: (Lowercase<string> & {
|
|
1331
1331
|
readonly __hex: true;
|
|
1332
1332
|
} & {
|
|
1333
1333
|
readonly __address: true;
|
|
1334
1334
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
1335
|
-
_hash: import("@xylabs/sdk
|
|
1336
|
-
_dataHash: import("@xylabs/sdk
|
|
1335
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1336
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1337
1337
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1338
1338
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
1339
1339
|
readonly __hex: true;
|
|
1340
1340
|
} & {
|
|
1341
1341
|
readonly __address: true;
|
|
1342
1342
|
}) | undefined;
|
|
1343
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
1343
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
1344
1344
|
script?: string[] | undefined;
|
|
1345
1345
|
}, {
|
|
1346
1346
|
[x: string]: unknown;
|
|
1347
1347
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1348
|
-
_hash: import("@xylabs/sdk
|
|
1349
|
-
_dataHash: import("@xylabs/sdk
|
|
1348
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1349
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1350
1350
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1351
1351
|
}[]];
|
|
1352
1352
|
/** Converts a value to UnsignedHydratedTransactionWithStorageMeta, throwing if invalid. */
|
|
@@ -1360,42 +1360,42 @@ export declare const asUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1360
1360
|
} & {
|
|
1361
1361
|
readonly __address: true;
|
|
1362
1362
|
}))[];
|
|
1363
|
-
payload_hashes: import("@xylabs/sdk
|
|
1363
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
1364
1364
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1365
|
-
previous_hashes: (import("@xylabs/sdk
|
|
1365
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
1366
1366
|
$signatures: null[];
|
|
1367
1367
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
1368
1368
|
exp: import("../index.ts").XL1BlockNumber;
|
|
1369
1369
|
fees: {
|
|
1370
|
-
base: import("@xylabs/sdk
|
|
1371
|
-
gasLimit: import("@xylabs/sdk
|
|
1372
|
-
gasPrice: import("@xylabs/sdk
|
|
1373
|
-
priority: import("@xylabs/sdk
|
|
1370
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
1371
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
1372
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
1373
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
1374
1374
|
};
|
|
1375
|
-
chain: import("@xylabs/sdk
|
|
1375
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
1376
1376
|
from: (Lowercase<string> & {
|
|
1377
1377
|
readonly __hex: true;
|
|
1378
1378
|
} & {
|
|
1379
1379
|
readonly __address: true;
|
|
1380
1380
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
1381
|
-
_hash: import("@xylabs/sdk
|
|
1382
|
-
_dataHash: import("@xylabs/sdk
|
|
1381
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1382
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1383
1383
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1384
1384
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
1385
1385
|
readonly __hex: true;
|
|
1386
1386
|
} & {
|
|
1387
1387
|
readonly __address: true;
|
|
1388
1388
|
}) | undefined;
|
|
1389
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
1389
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
1390
1390
|
script?: string[] | undefined;
|
|
1391
1391
|
}, {
|
|
1392
1392
|
[x: string]: unknown;
|
|
1393
1393
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1394
|
-
_hash: import("@xylabs/sdk
|
|
1395
|
-
_dataHash: import("@xylabs/sdk
|
|
1394
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1395
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1396
1396
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1397
1397
|
}[]]) | undefined;
|
|
1398
|
-
<T>(value: T, assert: import("@xylabs/sdk
|
|
1398
|
+
<T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & [{
|
|
1399
1399
|
schema: "network.xyo.boundwitness" & {
|
|
1400
1400
|
readonly __schema: true;
|
|
1401
1401
|
};
|
|
@@ -1404,39 +1404,39 @@ export declare const asUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1404
1404
|
} & {
|
|
1405
1405
|
readonly __address: true;
|
|
1406
1406
|
}))[];
|
|
1407
|
-
payload_hashes: import("@xylabs/sdk
|
|
1407
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
1408
1408
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1409
|
-
previous_hashes: (import("@xylabs/sdk
|
|
1409
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
1410
1410
|
$signatures: null[];
|
|
1411
1411
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
1412
1412
|
exp: import("../index.ts").XL1BlockNumber;
|
|
1413
1413
|
fees: {
|
|
1414
|
-
base: import("@xylabs/sdk
|
|
1415
|
-
gasLimit: import("@xylabs/sdk
|
|
1416
|
-
gasPrice: import("@xylabs/sdk
|
|
1417
|
-
priority: import("@xylabs/sdk
|
|
1414
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
1415
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
1416
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
1417
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
1418
1418
|
};
|
|
1419
|
-
chain: import("@xylabs/sdk
|
|
1419
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
1420
1420
|
from: (Lowercase<string> & {
|
|
1421
1421
|
readonly __hex: true;
|
|
1422
1422
|
} & {
|
|
1423
1423
|
readonly __address: true;
|
|
1424
1424
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
1425
|
-
_hash: import("@xylabs/sdk
|
|
1426
|
-
_dataHash: import("@xylabs/sdk
|
|
1425
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1426
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1427
1427
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1428
1428
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
1429
1429
|
readonly __hex: true;
|
|
1430
1430
|
} & {
|
|
1431
1431
|
readonly __address: true;
|
|
1432
1432
|
}) | undefined;
|
|
1433
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
1433
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
1434
1434
|
script?: string[] | undefined;
|
|
1435
1435
|
}, {
|
|
1436
1436
|
[x: string]: unknown;
|
|
1437
1437
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1438
|
-
_hash: import("@xylabs/sdk
|
|
1439
|
-
_dataHash: import("@xylabs/sdk
|
|
1438
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1439
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1440
1440
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1441
1441
|
}[]];
|
|
1442
1442
|
};
|
|
@@ -1451,42 +1451,42 @@ export declare const toUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1451
1451
|
} & {
|
|
1452
1452
|
readonly __address: true;
|
|
1453
1453
|
}))[];
|
|
1454
|
-
payload_hashes: import("@xylabs/sdk
|
|
1454
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
1455
1455
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1456
|
-
previous_hashes: (import("@xylabs/sdk
|
|
1456
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
1457
1457
|
$signatures: null[];
|
|
1458
1458
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
1459
1459
|
exp: import("../index.ts").XL1BlockNumber;
|
|
1460
1460
|
fees: {
|
|
1461
|
-
base: import("@xylabs/sdk
|
|
1462
|
-
gasLimit: import("@xylabs/sdk
|
|
1463
|
-
gasPrice: import("@xylabs/sdk
|
|
1464
|
-
priority: import("@xylabs/sdk
|
|
1461
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
1462
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
1463
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
1464
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
1465
1465
|
};
|
|
1466
|
-
chain: import("@xylabs/sdk
|
|
1466
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
1467
1467
|
from: (Lowercase<string> & {
|
|
1468
1468
|
readonly __hex: true;
|
|
1469
1469
|
} & {
|
|
1470
1470
|
readonly __address: true;
|
|
1471
1471
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
1472
|
-
_hash: import("@xylabs/sdk
|
|
1473
|
-
_dataHash: import("@xylabs/sdk
|
|
1472
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1473
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1474
1474
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1475
1475
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
1476
1476
|
readonly __hex: true;
|
|
1477
1477
|
} & {
|
|
1478
1478
|
readonly __address: true;
|
|
1479
1479
|
}) | undefined;
|
|
1480
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
1480
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
1481
1481
|
script?: string[] | undefined;
|
|
1482
1482
|
}, {
|
|
1483
1483
|
[x: string]: unknown;
|
|
1484
1484
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1485
|
-
_hash: import("@xylabs/sdk
|
|
1486
|
-
_dataHash: import("@xylabs/sdk
|
|
1485
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1486
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1487
1487
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1488
1488
|
}[]]) | undefined;
|
|
1489
|
-
<T>(value: T, assert: import("@xylabs/sdk
|
|
1489
|
+
<T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & [{
|
|
1490
1490
|
schema: "network.xyo.boundwitness" & {
|
|
1491
1491
|
readonly __schema: true;
|
|
1492
1492
|
};
|
|
@@ -1495,39 +1495,39 @@ export declare const toUnsignedHydratedTransactionWithStorageMeta: {
|
|
|
1495
1495
|
} & {
|
|
1496
1496
|
readonly __address: true;
|
|
1497
1497
|
}))[];
|
|
1498
|
-
payload_hashes: import("@xylabs/sdk
|
|
1498
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
1499
1499
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1500
|
-
previous_hashes: (import("@xylabs/sdk
|
|
1500
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
1501
1501
|
$signatures: null[];
|
|
1502
1502
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
1503
1503
|
exp: import("../index.ts").XL1BlockNumber;
|
|
1504
1504
|
fees: {
|
|
1505
|
-
base: import("@xylabs/sdk
|
|
1506
|
-
gasLimit: import("@xylabs/sdk
|
|
1507
|
-
gasPrice: import("@xylabs/sdk
|
|
1508
|
-
priority: import("@xylabs/sdk
|
|
1505
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
1506
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
1507
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
1508
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
1509
1509
|
};
|
|
1510
|
-
chain: import("@xylabs/sdk
|
|
1510
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
1511
1511
|
from: (Lowercase<string> & {
|
|
1512
1512
|
readonly __hex: true;
|
|
1513
1513
|
} & {
|
|
1514
1514
|
readonly __address: true;
|
|
1515
1515
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
1516
|
-
_hash: import("@xylabs/sdk
|
|
1517
|
-
_dataHash: import("@xylabs/sdk
|
|
1516
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1517
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1518
1518
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1519
1519
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
1520
1520
|
readonly __hex: true;
|
|
1521
1521
|
} & {
|
|
1522
1522
|
readonly __address: true;
|
|
1523
1523
|
}) | undefined;
|
|
1524
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
1524
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
1525
1525
|
script?: string[] | undefined;
|
|
1526
1526
|
}, {
|
|
1527
1527
|
[x: string]: unknown;
|
|
1528
1528
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1529
|
-
_hash: import("@xylabs/sdk
|
|
1530
|
-
_dataHash: import("@xylabs/sdk
|
|
1529
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1530
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1531
1531
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
1532
1532
|
}[]];
|
|
1533
1533
|
};
|
|
@@ -1541,25 +1541,25 @@ export declare const SignedHydratedTransactionZod: z.ZodMiniTuple<readonly [z.Zo
|
|
|
1541
1541
|
} & {
|
|
1542
1542
|
readonly __address: true;
|
|
1543
1543
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
1544
|
-
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1544
|
+
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>;
|
|
1545
1545
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
1546
|
-
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1546
|
+
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>>;
|
|
1547
1547
|
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1548
1548
|
readonly __hex: true;
|
|
1549
1549
|
} & {
|
|
1550
1550
|
readonly __address: true;
|
|
1551
1551
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
1552
|
-
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1553
|
-
$signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1552
|
+
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>;
|
|
1553
|
+
$signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>>;
|
|
1554
1554
|
nbf: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
1555
1555
|
exp: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
1556
1556
|
fees: z.ZodMiniObject<{
|
|
1557
|
-
base: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1558
|
-
gasLimit: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1559
|
-
gasPrice: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1560
|
-
priority: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1557
|
+
base: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
1558
|
+
gasLimit: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
1559
|
+
gasPrice: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
1560
|
+
priority: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
1561
1561
|
}, z.core.$strip>;
|
|
1562
|
-
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/sdk
|
|
1562
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
1563
1563
|
from: z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1564
1564
|
readonly __hex: true;
|
|
1565
1565
|
} & {
|
|
@@ -1581,19 +1581,19 @@ export declare const isSignedHydratedTransaction: <T>(value: T) => value is T &
|
|
|
1581
1581
|
} & {
|
|
1582
1582
|
readonly __address: true;
|
|
1583
1583
|
}))[];
|
|
1584
|
-
payload_hashes: import("@xylabs/sdk
|
|
1584
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
1585
1585
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1586
|
-
previous_hashes: (import("@xylabs/sdk
|
|
1587
|
-
$signatures: import("@xylabs/sdk
|
|
1586
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
1587
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
1588
1588
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
1589
1589
|
exp: import("../index.ts").XL1BlockNumber;
|
|
1590
1590
|
fees: {
|
|
1591
|
-
base: import("@xylabs/sdk
|
|
1592
|
-
gasLimit: import("@xylabs/sdk
|
|
1593
|
-
gasPrice: import("@xylabs/sdk
|
|
1594
|
-
priority: import("@xylabs/sdk
|
|
1591
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
1592
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
1593
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
1594
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
1595
1595
|
};
|
|
1596
|
-
chain: import("@xylabs/sdk
|
|
1596
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
1597
1597
|
from: (Lowercase<string> & {
|
|
1598
1598
|
readonly __hex: true;
|
|
1599
1599
|
} & {
|
|
@@ -1604,7 +1604,7 @@ export declare const isSignedHydratedTransaction: <T>(value: T) => value is T &
|
|
|
1604
1604
|
} & {
|
|
1605
1605
|
readonly __address: true;
|
|
1606
1606
|
}) | undefined;
|
|
1607
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
1607
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
1608
1608
|
script?: string[] | undefined;
|
|
1609
1609
|
}, {
|
|
1610
1610
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
@@ -1620,19 +1620,19 @@ export declare const asSignedHydratedTransaction: {
|
|
|
1620
1620
|
} & {
|
|
1621
1621
|
readonly __address: true;
|
|
1622
1622
|
}))[];
|
|
1623
|
-
payload_hashes: import("@xylabs/sdk
|
|
1623
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
1624
1624
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1625
|
-
previous_hashes: (import("@xylabs/sdk
|
|
1626
|
-
$signatures: import("@xylabs/sdk
|
|
1625
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
1626
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
1627
1627
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
1628
1628
|
exp: import("../index.ts").XL1BlockNumber;
|
|
1629
1629
|
fees: {
|
|
1630
|
-
base: import("@xylabs/sdk
|
|
1631
|
-
gasLimit: import("@xylabs/sdk
|
|
1632
|
-
gasPrice: import("@xylabs/sdk
|
|
1633
|
-
priority: import("@xylabs/sdk
|
|
1630
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
1631
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
1632
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
1633
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
1634
1634
|
};
|
|
1635
|
-
chain: import("@xylabs/sdk
|
|
1635
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
1636
1636
|
from: (Lowercase<string> & {
|
|
1637
1637
|
readonly __hex: true;
|
|
1638
1638
|
} & {
|
|
@@ -1643,12 +1643,12 @@ export declare const asSignedHydratedTransaction: {
|
|
|
1643
1643
|
} & {
|
|
1644
1644
|
readonly __address: true;
|
|
1645
1645
|
}) | undefined;
|
|
1646
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
1646
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
1647
1647
|
script?: string[] | undefined;
|
|
1648
1648
|
}, {
|
|
1649
1649
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1650
1650
|
}[]]) | undefined;
|
|
1651
|
-
<T>(value: T, assert: import("@xylabs/sdk
|
|
1651
|
+
<T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & [{
|
|
1652
1652
|
schema: "network.xyo.boundwitness" & {
|
|
1653
1653
|
readonly __schema: true;
|
|
1654
1654
|
};
|
|
@@ -1657,19 +1657,19 @@ export declare const asSignedHydratedTransaction: {
|
|
|
1657
1657
|
} & {
|
|
1658
1658
|
readonly __address: true;
|
|
1659
1659
|
}))[];
|
|
1660
|
-
payload_hashes: import("@xylabs/sdk
|
|
1660
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
1661
1661
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1662
|
-
previous_hashes: (import("@xylabs/sdk
|
|
1663
|
-
$signatures: import("@xylabs/sdk
|
|
1662
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
1663
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
1664
1664
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
1665
1665
|
exp: import("../index.ts").XL1BlockNumber;
|
|
1666
1666
|
fees: {
|
|
1667
|
-
base: import("@xylabs/sdk
|
|
1668
|
-
gasLimit: import("@xylabs/sdk
|
|
1669
|
-
gasPrice: import("@xylabs/sdk
|
|
1670
|
-
priority: import("@xylabs/sdk
|
|
1667
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
1668
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
1669
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
1670
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
1671
1671
|
};
|
|
1672
|
-
chain: import("@xylabs/sdk
|
|
1672
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
1673
1673
|
from: (Lowercase<string> & {
|
|
1674
1674
|
readonly __hex: true;
|
|
1675
1675
|
} & {
|
|
@@ -1680,7 +1680,7 @@ export declare const asSignedHydratedTransaction: {
|
|
|
1680
1680
|
} & {
|
|
1681
1681
|
readonly __address: true;
|
|
1682
1682
|
}) | undefined;
|
|
1683
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
1683
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
1684
1684
|
script?: string[] | undefined;
|
|
1685
1685
|
}, {
|
|
1686
1686
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
@@ -1697,19 +1697,19 @@ export declare const toSignedHydratedTransaction: {
|
|
|
1697
1697
|
} & {
|
|
1698
1698
|
readonly __address: true;
|
|
1699
1699
|
}))[];
|
|
1700
|
-
payload_hashes: import("@xylabs/sdk
|
|
1700
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
1701
1701
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1702
|
-
previous_hashes: (import("@xylabs/sdk
|
|
1703
|
-
$signatures: import("@xylabs/sdk
|
|
1702
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
1703
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
1704
1704
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
1705
1705
|
exp: import("../index.ts").XL1BlockNumber;
|
|
1706
1706
|
fees: {
|
|
1707
|
-
base: import("@xylabs/sdk
|
|
1708
|
-
gasLimit: import("@xylabs/sdk
|
|
1709
|
-
gasPrice: import("@xylabs/sdk
|
|
1710
|
-
priority: import("@xylabs/sdk
|
|
1707
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
1708
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
1709
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
1710
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
1711
1711
|
};
|
|
1712
|
-
chain: import("@xylabs/sdk
|
|
1712
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
1713
1713
|
from: (Lowercase<string> & {
|
|
1714
1714
|
readonly __hex: true;
|
|
1715
1715
|
} & {
|
|
@@ -1720,12 +1720,12 @@ export declare const toSignedHydratedTransaction: {
|
|
|
1720
1720
|
} & {
|
|
1721
1721
|
readonly __address: true;
|
|
1722
1722
|
}) | undefined;
|
|
1723
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
1723
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
1724
1724
|
script?: string[] | undefined;
|
|
1725
1725
|
}, {
|
|
1726
1726
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1727
1727
|
}[]]) | undefined;
|
|
1728
|
-
<T>(value: T, assert: import("@xylabs/sdk
|
|
1728
|
+
<T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & [{
|
|
1729
1729
|
schema: "network.xyo.boundwitness" & {
|
|
1730
1730
|
readonly __schema: true;
|
|
1731
1731
|
};
|
|
@@ -1734,19 +1734,19 @@ export declare const toSignedHydratedTransaction: {
|
|
|
1734
1734
|
} & {
|
|
1735
1735
|
readonly __address: true;
|
|
1736
1736
|
}))[];
|
|
1737
|
-
payload_hashes: import("@xylabs/sdk
|
|
1737
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
1738
1738
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1739
|
-
previous_hashes: (import("@xylabs/sdk
|
|
1740
|
-
$signatures: import("@xylabs/sdk
|
|
1739
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
1740
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
1741
1741
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
1742
1742
|
exp: import("../index.ts").XL1BlockNumber;
|
|
1743
1743
|
fees: {
|
|
1744
|
-
base: import("@xylabs/sdk
|
|
1745
|
-
gasLimit: import("@xylabs/sdk
|
|
1746
|
-
gasPrice: import("@xylabs/sdk
|
|
1747
|
-
priority: import("@xylabs/sdk
|
|
1744
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
1745
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
1746
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
1747
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
1748
1748
|
};
|
|
1749
|
-
chain: import("@xylabs/sdk
|
|
1749
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
1750
1750
|
from: (Lowercase<string> & {
|
|
1751
1751
|
readonly __hex: true;
|
|
1752
1752
|
} & {
|
|
@@ -1757,7 +1757,7 @@ export declare const toSignedHydratedTransaction: {
|
|
|
1757
1757
|
} & {
|
|
1758
1758
|
readonly __address: true;
|
|
1759
1759
|
}) | undefined;
|
|
1760
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
1760
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
1761
1761
|
script?: string[] | undefined;
|
|
1762
1762
|
}, {
|
|
1763
1763
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
@@ -1773,37 +1773,37 @@ export declare const SignedHydratedTransactionWithHashMetaZod: z.ZodMiniTuple<re
|
|
|
1773
1773
|
} & {
|
|
1774
1774
|
readonly __address: true;
|
|
1775
1775
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
1776
|
-
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1776
|
+
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>;
|
|
1777
1777
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
1778
|
-
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1778
|
+
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>>;
|
|
1779
1779
|
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1780
1780
|
readonly __hex: true;
|
|
1781
1781
|
} & {
|
|
1782
1782
|
readonly __address: true;
|
|
1783
1783
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
1784
|
-
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1785
|
-
$signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1784
|
+
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>;
|
|
1785
|
+
$signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>>;
|
|
1786
1786
|
nbf: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
1787
1787
|
exp: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
1788
1788
|
fees: z.ZodMiniObject<{
|
|
1789
|
-
base: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1790
|
-
gasLimit: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1791
|
-
gasPrice: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1792
|
-
priority: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1789
|
+
base: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
1790
|
+
gasLimit: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
1791
|
+
gasPrice: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
1792
|
+
priority: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
1793
1793
|
}, z.core.$strip>;
|
|
1794
|
-
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/sdk
|
|
1794
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
1795
1795
|
from: z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1796
1796
|
readonly __hex: true;
|
|
1797
1797
|
} & {
|
|
1798
1798
|
readonly __address: true;
|
|
1799
1799
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>;
|
|
1800
1800
|
script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
1801
|
-
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1802
|
-
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1801
|
+
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
1802
|
+
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
1803
1803
|
}, z.core.$strip>, z.ZodMiniArray<z.ZodMiniObject<{
|
|
1804
1804
|
schema: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>;
|
|
1805
|
-
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1806
|
-
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
1805
|
+
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
1806
|
+
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
1807
1807
|
}, z.core.$loose>>], null>;
|
|
1808
1808
|
/** Type representing a hydrated SignedTransactionWithHashMeta with resolved payloads. */
|
|
1809
1809
|
export type SignedHydratedTransactionWithHashMeta = z.infer<typeof SignedHydratedTransactionWithHashMetaZod>;
|
|
@@ -1817,38 +1817,38 @@ export declare const isSignedHydratedTransactionWithHashMeta: <T>(value: T) => v
|
|
|
1817
1817
|
} & {
|
|
1818
1818
|
readonly __address: true;
|
|
1819
1819
|
}))[];
|
|
1820
|
-
payload_hashes: import("@xylabs/sdk
|
|
1820
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
1821
1821
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1822
|
-
previous_hashes: (import("@xylabs/sdk
|
|
1823
|
-
$signatures: import("@xylabs/sdk
|
|
1822
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
1823
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
1824
1824
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
1825
1825
|
exp: import("../index.ts").XL1BlockNumber;
|
|
1826
1826
|
fees: {
|
|
1827
|
-
base: import("@xylabs/sdk
|
|
1828
|
-
gasLimit: import("@xylabs/sdk
|
|
1829
|
-
gasPrice: import("@xylabs/sdk
|
|
1830
|
-
priority: import("@xylabs/sdk
|
|
1827
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
1828
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
1829
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
1830
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
1831
1831
|
};
|
|
1832
|
-
chain: import("@xylabs/sdk
|
|
1832
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
1833
1833
|
from: (Lowercase<string> & {
|
|
1834
1834
|
readonly __hex: true;
|
|
1835
1835
|
} & {
|
|
1836
1836
|
readonly __address: true;
|
|
1837
1837
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
1838
|
-
_hash: import("@xylabs/sdk
|
|
1839
|
-
_dataHash: import("@xylabs/sdk
|
|
1838
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1839
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1840
1840
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
1841
1841
|
readonly __hex: true;
|
|
1842
1842
|
} & {
|
|
1843
1843
|
readonly __address: true;
|
|
1844
1844
|
}) | undefined;
|
|
1845
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
1845
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
1846
1846
|
script?: string[] | undefined;
|
|
1847
1847
|
}, {
|
|
1848
1848
|
[x: string]: unknown;
|
|
1849
1849
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1850
|
-
_hash: import("@xylabs/sdk
|
|
1851
|
-
_dataHash: import("@xylabs/sdk
|
|
1850
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1851
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1852
1852
|
}[]];
|
|
1853
1853
|
/** Converts a value to SignedHydratedTransactionWithHashMeta, throwing if invalid. */
|
|
1854
1854
|
export declare const asSignedHydratedTransactionWithHashMeta: {
|
|
@@ -1861,40 +1861,40 @@ export declare const asSignedHydratedTransactionWithHashMeta: {
|
|
|
1861
1861
|
} & {
|
|
1862
1862
|
readonly __address: true;
|
|
1863
1863
|
}))[];
|
|
1864
|
-
payload_hashes: import("@xylabs/sdk
|
|
1864
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
1865
1865
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1866
|
-
previous_hashes: (import("@xylabs/sdk
|
|
1867
|
-
$signatures: import("@xylabs/sdk
|
|
1866
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
1867
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
1868
1868
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
1869
1869
|
exp: import("../index.ts").XL1BlockNumber;
|
|
1870
1870
|
fees: {
|
|
1871
|
-
base: import("@xylabs/sdk
|
|
1872
|
-
gasLimit: import("@xylabs/sdk
|
|
1873
|
-
gasPrice: import("@xylabs/sdk
|
|
1874
|
-
priority: import("@xylabs/sdk
|
|
1871
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
1872
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
1873
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
1874
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
1875
1875
|
};
|
|
1876
|
-
chain: import("@xylabs/sdk
|
|
1876
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
1877
1877
|
from: (Lowercase<string> & {
|
|
1878
1878
|
readonly __hex: true;
|
|
1879
1879
|
} & {
|
|
1880
1880
|
readonly __address: true;
|
|
1881
1881
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
1882
|
-
_hash: import("@xylabs/sdk
|
|
1883
|
-
_dataHash: import("@xylabs/sdk
|
|
1882
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1883
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1884
1884
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
1885
1885
|
readonly __hex: true;
|
|
1886
1886
|
} & {
|
|
1887
1887
|
readonly __address: true;
|
|
1888
1888
|
}) | undefined;
|
|
1889
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
1889
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
1890
1890
|
script?: string[] | undefined;
|
|
1891
1891
|
}, {
|
|
1892
1892
|
[x: string]: unknown;
|
|
1893
1893
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1894
|
-
_hash: import("@xylabs/sdk
|
|
1895
|
-
_dataHash: import("@xylabs/sdk
|
|
1894
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1895
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1896
1896
|
}[]]) | undefined;
|
|
1897
|
-
<T>(value: T, assert: import("@xylabs/sdk
|
|
1897
|
+
<T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & [{
|
|
1898
1898
|
schema: "network.xyo.boundwitness" & {
|
|
1899
1899
|
readonly __schema: true;
|
|
1900
1900
|
};
|
|
@@ -1903,38 +1903,38 @@ export declare const asSignedHydratedTransactionWithHashMeta: {
|
|
|
1903
1903
|
} & {
|
|
1904
1904
|
readonly __address: true;
|
|
1905
1905
|
}))[];
|
|
1906
|
-
payload_hashes: import("@xylabs/sdk
|
|
1906
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
1907
1907
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1908
|
-
previous_hashes: (import("@xylabs/sdk
|
|
1909
|
-
$signatures: import("@xylabs/sdk
|
|
1908
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
1909
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
1910
1910
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
1911
1911
|
exp: import("../index.ts").XL1BlockNumber;
|
|
1912
1912
|
fees: {
|
|
1913
|
-
base: import("@xylabs/sdk
|
|
1914
|
-
gasLimit: import("@xylabs/sdk
|
|
1915
|
-
gasPrice: import("@xylabs/sdk
|
|
1916
|
-
priority: import("@xylabs/sdk
|
|
1913
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
1914
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
1915
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
1916
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
1917
1917
|
};
|
|
1918
|
-
chain: import("@xylabs/sdk
|
|
1918
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
1919
1919
|
from: (Lowercase<string> & {
|
|
1920
1920
|
readonly __hex: true;
|
|
1921
1921
|
} & {
|
|
1922
1922
|
readonly __address: true;
|
|
1923
1923
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
1924
|
-
_hash: import("@xylabs/sdk
|
|
1925
|
-
_dataHash: import("@xylabs/sdk
|
|
1924
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1925
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1926
1926
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
1927
1927
|
readonly __hex: true;
|
|
1928
1928
|
} & {
|
|
1929
1929
|
readonly __address: true;
|
|
1930
1930
|
}) | undefined;
|
|
1931
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
1931
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
1932
1932
|
script?: string[] | undefined;
|
|
1933
1933
|
}, {
|
|
1934
1934
|
[x: string]: unknown;
|
|
1935
1935
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1936
|
-
_hash: import("@xylabs/sdk
|
|
1937
|
-
_dataHash: import("@xylabs/sdk
|
|
1936
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1937
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1938
1938
|
}[]];
|
|
1939
1939
|
};
|
|
1940
1940
|
/** toSignedHydratedTransactionWithHashMeta constant. */
|
|
@@ -1948,40 +1948,40 @@ export declare const toSignedHydratedTransactionWithHashMeta: {
|
|
|
1948
1948
|
} & {
|
|
1949
1949
|
readonly __address: true;
|
|
1950
1950
|
}))[];
|
|
1951
|
-
payload_hashes: import("@xylabs/sdk
|
|
1951
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
1952
1952
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1953
|
-
previous_hashes: (import("@xylabs/sdk
|
|
1954
|
-
$signatures: import("@xylabs/sdk
|
|
1953
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
1954
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
1955
1955
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
1956
1956
|
exp: import("../index.ts").XL1BlockNumber;
|
|
1957
1957
|
fees: {
|
|
1958
|
-
base: import("@xylabs/sdk
|
|
1959
|
-
gasLimit: import("@xylabs/sdk
|
|
1960
|
-
gasPrice: import("@xylabs/sdk
|
|
1961
|
-
priority: import("@xylabs/sdk
|
|
1958
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
1959
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
1960
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
1961
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
1962
1962
|
};
|
|
1963
|
-
chain: import("@xylabs/sdk
|
|
1963
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
1964
1964
|
from: (Lowercase<string> & {
|
|
1965
1965
|
readonly __hex: true;
|
|
1966
1966
|
} & {
|
|
1967
1967
|
readonly __address: true;
|
|
1968
1968
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
1969
|
-
_hash: import("@xylabs/sdk
|
|
1970
|
-
_dataHash: import("@xylabs/sdk
|
|
1969
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1970
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1971
1971
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
1972
1972
|
readonly __hex: true;
|
|
1973
1973
|
} & {
|
|
1974
1974
|
readonly __address: true;
|
|
1975
1975
|
}) | undefined;
|
|
1976
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
1976
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
1977
1977
|
script?: string[] | undefined;
|
|
1978
1978
|
}, {
|
|
1979
1979
|
[x: string]: unknown;
|
|
1980
1980
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
1981
|
-
_hash: import("@xylabs/sdk
|
|
1982
|
-
_dataHash: import("@xylabs/sdk
|
|
1981
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
1982
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
1983
1983
|
}[]]) | undefined;
|
|
1984
|
-
<T>(value: T, assert: import("@xylabs/sdk
|
|
1984
|
+
<T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & [{
|
|
1985
1985
|
schema: "network.xyo.boundwitness" & {
|
|
1986
1986
|
readonly __schema: true;
|
|
1987
1987
|
};
|
|
@@ -1990,38 +1990,38 @@ export declare const toSignedHydratedTransactionWithHashMeta: {
|
|
|
1990
1990
|
} & {
|
|
1991
1991
|
readonly __address: true;
|
|
1992
1992
|
}))[];
|
|
1993
|
-
payload_hashes: import("@xylabs/sdk
|
|
1993
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
1994
1994
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
1995
|
-
previous_hashes: (import("@xylabs/sdk
|
|
1996
|
-
$signatures: import("@xylabs/sdk
|
|
1995
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
1996
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
1997
1997
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
1998
1998
|
exp: import("../index.ts").XL1BlockNumber;
|
|
1999
1999
|
fees: {
|
|
2000
|
-
base: import("@xylabs/sdk
|
|
2001
|
-
gasLimit: import("@xylabs/sdk
|
|
2002
|
-
gasPrice: import("@xylabs/sdk
|
|
2003
|
-
priority: import("@xylabs/sdk
|
|
2000
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
2001
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
2002
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
2003
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
2004
2004
|
};
|
|
2005
|
-
chain: import("@xylabs/sdk
|
|
2005
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
2006
2006
|
from: (Lowercase<string> & {
|
|
2007
2007
|
readonly __hex: true;
|
|
2008
2008
|
} & {
|
|
2009
2009
|
readonly __address: true;
|
|
2010
2010
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
2011
|
-
_hash: import("@xylabs/sdk
|
|
2012
|
-
_dataHash: import("@xylabs/sdk
|
|
2011
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
2012
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
2013
2013
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
2014
2014
|
readonly __hex: true;
|
|
2015
2015
|
} & {
|
|
2016
2016
|
readonly __address: true;
|
|
2017
2017
|
}) | undefined;
|
|
2018
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
2018
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
2019
2019
|
script?: string[] | undefined;
|
|
2020
2020
|
}, {
|
|
2021
2021
|
[x: string]: unknown;
|
|
2022
2022
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
2023
|
-
_hash: import("@xylabs/sdk
|
|
2024
|
-
_dataHash: import("@xylabs/sdk
|
|
2023
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
2024
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
2025
2025
|
}[]];
|
|
2026
2026
|
};
|
|
2027
2027
|
/** SignedHydratedTransactionWithStorageMetaZod constant. */
|
|
@@ -2034,38 +2034,38 @@ export declare const SignedHydratedTransactionWithStorageMetaZod: z.ZodMiniTuple
|
|
|
2034
2034
|
} & {
|
|
2035
2035
|
readonly __address: true;
|
|
2036
2036
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
2037
|
-
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
2037
|
+
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>;
|
|
2038
2038
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
2039
|
-
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
2039
|
+
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>>;
|
|
2040
2040
|
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
2041
2041
|
readonly __hex: true;
|
|
2042
2042
|
} & {
|
|
2043
2043
|
readonly __address: true;
|
|
2044
2044
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
2045
|
-
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
2046
|
-
$signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
2045
|
+
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>;
|
|
2046
|
+
$signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>>;
|
|
2047
2047
|
nbf: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
2048
2048
|
exp: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import("../index.ts").XL1BlockNumber, number>>;
|
|
2049
2049
|
fees: z.ZodMiniObject<{
|
|
2050
|
-
base: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
2051
|
-
gasLimit: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
2052
|
-
gasPrice: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
2053
|
-
priority: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
2050
|
+
base: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
2051
|
+
gasLimit: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
2052
|
+
gasPrice: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
2053
|
+
priority: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
2054
2054
|
}, z.core.$strip>;
|
|
2055
|
-
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/sdk
|
|
2055
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
2056
2056
|
from: z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
2057
2057
|
readonly __hex: true;
|
|
2058
2058
|
} & {
|
|
2059
2059
|
readonly __address: true;
|
|
2060
2060
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>;
|
|
2061
2061
|
script: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
2062
|
-
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
2063
|
-
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
2062
|
+
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
2063
|
+
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
2064
2064
|
_sequence: z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").LocalSequence, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").QualifiedSequence, string>>]>;
|
|
2065
2065
|
}, z.core.$strip>, z.ZodMiniArray<z.ZodMiniObject<{
|
|
2066
2066
|
schema: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>;
|
|
2067
|
-
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
2068
|
-
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
2067
|
+
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
2068
|
+
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
2069
2069
|
_sequence: z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").LocalSequence, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").QualifiedSequence, string>>]>;
|
|
2070
2070
|
}, z.core.$loose>>], null>;
|
|
2071
2071
|
/** Type representing a hydrated SignedTransactionWithStorageMeta with resolved payloads. */
|
|
@@ -2080,39 +2080,39 @@ export declare const isSignedHydratedTransactionWithStorageMeta: <T>(value: T) =
|
|
|
2080
2080
|
} & {
|
|
2081
2081
|
readonly __address: true;
|
|
2082
2082
|
}))[];
|
|
2083
|
-
payload_hashes: import("@xylabs/sdk
|
|
2083
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
2084
2084
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
2085
|
-
previous_hashes: (import("@xylabs/sdk
|
|
2086
|
-
$signatures: import("@xylabs/sdk
|
|
2085
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
2086
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
2087
2087
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
2088
2088
|
exp: import("../index.ts").XL1BlockNumber;
|
|
2089
2089
|
fees: {
|
|
2090
|
-
base: import("@xylabs/sdk
|
|
2091
|
-
gasLimit: import("@xylabs/sdk
|
|
2092
|
-
gasPrice: import("@xylabs/sdk
|
|
2093
|
-
priority: import("@xylabs/sdk
|
|
2090
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
2091
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
2092
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
2093
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
2094
2094
|
};
|
|
2095
|
-
chain: import("@xylabs/sdk
|
|
2095
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
2096
2096
|
from: (Lowercase<string> & {
|
|
2097
2097
|
readonly __hex: true;
|
|
2098
2098
|
} & {
|
|
2099
2099
|
readonly __address: true;
|
|
2100
2100
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
2101
|
-
_hash: import("@xylabs/sdk
|
|
2102
|
-
_dataHash: import("@xylabs/sdk
|
|
2101
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
2102
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
2103
2103
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2104
2104
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
2105
2105
|
readonly __hex: true;
|
|
2106
2106
|
} & {
|
|
2107
2107
|
readonly __address: true;
|
|
2108
2108
|
}) | undefined;
|
|
2109
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
2109
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
2110
2110
|
script?: string[] | undefined;
|
|
2111
2111
|
}, {
|
|
2112
2112
|
[x: string]: unknown;
|
|
2113
2113
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
2114
|
-
_hash: import("@xylabs/sdk
|
|
2115
|
-
_dataHash: import("@xylabs/sdk
|
|
2114
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
2115
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
2116
2116
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2117
2117
|
}[]];
|
|
2118
2118
|
/** Converts a value to SignedHydratedTransactionWithStorageMeta, throwing if invalid. */
|
|
@@ -2126,42 +2126,42 @@ export declare const asSignedHydratedTransactionWithStorageMeta: {
|
|
|
2126
2126
|
} & {
|
|
2127
2127
|
readonly __address: true;
|
|
2128
2128
|
}))[];
|
|
2129
|
-
payload_hashes: import("@xylabs/sdk
|
|
2129
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
2130
2130
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
2131
|
-
previous_hashes: (import("@xylabs/sdk
|
|
2132
|
-
$signatures: import("@xylabs/sdk
|
|
2131
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
2132
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
2133
2133
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
2134
2134
|
exp: import("../index.ts").XL1BlockNumber;
|
|
2135
2135
|
fees: {
|
|
2136
|
-
base: import("@xylabs/sdk
|
|
2137
|
-
gasLimit: import("@xylabs/sdk
|
|
2138
|
-
gasPrice: import("@xylabs/sdk
|
|
2139
|
-
priority: import("@xylabs/sdk
|
|
2136
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
2137
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
2138
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
2139
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
2140
2140
|
};
|
|
2141
|
-
chain: import("@xylabs/sdk
|
|
2141
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
2142
2142
|
from: (Lowercase<string> & {
|
|
2143
2143
|
readonly __hex: true;
|
|
2144
2144
|
} & {
|
|
2145
2145
|
readonly __address: true;
|
|
2146
2146
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
2147
|
-
_hash: import("@xylabs/sdk
|
|
2148
|
-
_dataHash: import("@xylabs/sdk
|
|
2147
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
2148
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
2149
2149
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2150
2150
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
2151
2151
|
readonly __hex: true;
|
|
2152
2152
|
} & {
|
|
2153
2153
|
readonly __address: true;
|
|
2154
2154
|
}) | undefined;
|
|
2155
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
2155
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
2156
2156
|
script?: string[] | undefined;
|
|
2157
2157
|
}, {
|
|
2158
2158
|
[x: string]: unknown;
|
|
2159
2159
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
2160
|
-
_hash: import("@xylabs/sdk
|
|
2161
|
-
_dataHash: import("@xylabs/sdk
|
|
2160
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
2161
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
2162
2162
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2163
2163
|
}[]]) | undefined;
|
|
2164
|
-
<T>(value: T, assert: import("@xylabs/sdk
|
|
2164
|
+
<T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & [{
|
|
2165
2165
|
schema: "network.xyo.boundwitness" & {
|
|
2166
2166
|
readonly __schema: true;
|
|
2167
2167
|
};
|
|
@@ -2170,39 +2170,39 @@ export declare const asSignedHydratedTransactionWithStorageMeta: {
|
|
|
2170
2170
|
} & {
|
|
2171
2171
|
readonly __address: true;
|
|
2172
2172
|
}))[];
|
|
2173
|
-
payload_hashes: import("@xylabs/sdk
|
|
2173
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
2174
2174
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
2175
|
-
previous_hashes: (import("@xylabs/sdk
|
|
2176
|
-
$signatures: import("@xylabs/sdk
|
|
2175
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
2176
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
2177
2177
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
2178
2178
|
exp: import("../index.ts").XL1BlockNumber;
|
|
2179
2179
|
fees: {
|
|
2180
|
-
base: import("@xylabs/sdk
|
|
2181
|
-
gasLimit: import("@xylabs/sdk
|
|
2182
|
-
gasPrice: import("@xylabs/sdk
|
|
2183
|
-
priority: import("@xylabs/sdk
|
|
2180
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
2181
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
2182
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
2183
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
2184
2184
|
};
|
|
2185
|
-
chain: import("@xylabs/sdk
|
|
2185
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
2186
2186
|
from: (Lowercase<string> & {
|
|
2187
2187
|
readonly __hex: true;
|
|
2188
2188
|
} & {
|
|
2189
2189
|
readonly __address: true;
|
|
2190
2190
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
2191
|
-
_hash: import("@xylabs/sdk
|
|
2192
|
-
_dataHash: import("@xylabs/sdk
|
|
2191
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
2192
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
2193
2193
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2194
2194
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
2195
2195
|
readonly __hex: true;
|
|
2196
2196
|
} & {
|
|
2197
2197
|
readonly __address: true;
|
|
2198
2198
|
}) | undefined;
|
|
2199
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
2199
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
2200
2200
|
script?: string[] | undefined;
|
|
2201
2201
|
}, {
|
|
2202
2202
|
[x: string]: unknown;
|
|
2203
2203
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
2204
|
-
_hash: import("@xylabs/sdk
|
|
2205
|
-
_dataHash: import("@xylabs/sdk
|
|
2204
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
2205
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
2206
2206
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2207
2207
|
}[]];
|
|
2208
2208
|
};
|
|
@@ -2217,42 +2217,42 @@ export declare const toSignedHydratedTransactionWithStorageMeta: {
|
|
|
2217
2217
|
} & {
|
|
2218
2218
|
readonly __address: true;
|
|
2219
2219
|
}))[];
|
|
2220
|
-
payload_hashes: import("@xylabs/sdk
|
|
2220
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
2221
2221
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
2222
|
-
previous_hashes: (import("@xylabs/sdk
|
|
2223
|
-
$signatures: import("@xylabs/sdk
|
|
2222
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
2223
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
2224
2224
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
2225
2225
|
exp: import("../index.ts").XL1BlockNumber;
|
|
2226
2226
|
fees: {
|
|
2227
|
-
base: import("@xylabs/sdk
|
|
2228
|
-
gasLimit: import("@xylabs/sdk
|
|
2229
|
-
gasPrice: import("@xylabs/sdk
|
|
2230
|
-
priority: import("@xylabs/sdk
|
|
2227
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
2228
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
2229
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
2230
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
2231
2231
|
};
|
|
2232
|
-
chain: import("@xylabs/sdk
|
|
2232
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
2233
2233
|
from: (Lowercase<string> & {
|
|
2234
2234
|
readonly __hex: true;
|
|
2235
2235
|
} & {
|
|
2236
2236
|
readonly __address: true;
|
|
2237
2237
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
2238
|
-
_hash: import("@xylabs/sdk
|
|
2239
|
-
_dataHash: import("@xylabs/sdk
|
|
2238
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
2239
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
2240
2240
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2241
2241
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
2242
2242
|
readonly __hex: true;
|
|
2243
2243
|
} & {
|
|
2244
2244
|
readonly __address: true;
|
|
2245
2245
|
}) | undefined;
|
|
2246
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
2246
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
2247
2247
|
script?: string[] | undefined;
|
|
2248
2248
|
}, {
|
|
2249
2249
|
[x: string]: unknown;
|
|
2250
2250
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
2251
|
-
_hash: import("@xylabs/sdk
|
|
2252
|
-
_dataHash: import("@xylabs/sdk
|
|
2251
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
2252
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
2253
2253
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2254
2254
|
}[]]) | undefined;
|
|
2255
|
-
<T>(value: T, assert: import("@xylabs/sdk
|
|
2255
|
+
<T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & [{
|
|
2256
2256
|
schema: "network.xyo.boundwitness" & {
|
|
2257
2257
|
readonly __schema: true;
|
|
2258
2258
|
};
|
|
@@ -2261,39 +2261,39 @@ export declare const toSignedHydratedTransactionWithStorageMeta: {
|
|
|
2261
2261
|
} & {
|
|
2262
2262
|
readonly __address: true;
|
|
2263
2263
|
}))[];
|
|
2264
|
-
payload_hashes: import("@xylabs/sdk
|
|
2264
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
2265
2265
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
2266
|
-
previous_hashes: (import("@xylabs/sdk
|
|
2267
|
-
$signatures: import("@xylabs/sdk
|
|
2266
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
2267
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
2268
2268
|
nbf: import("../index.ts").XL1BlockNumber;
|
|
2269
2269
|
exp: import("../index.ts").XL1BlockNumber;
|
|
2270
2270
|
fees: {
|
|
2271
|
-
base: import("@xylabs/sdk
|
|
2272
|
-
gasLimit: import("@xylabs/sdk
|
|
2273
|
-
gasPrice: import("@xylabs/sdk
|
|
2274
|
-
priority: import("@xylabs/sdk
|
|
2271
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
2272
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
2273
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
2274
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
2275
2275
|
};
|
|
2276
|
-
chain: import("@xylabs/sdk
|
|
2276
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
2277
2277
|
from: (Lowercase<string> & {
|
|
2278
2278
|
readonly __hex: true;
|
|
2279
2279
|
} & {
|
|
2280
2280
|
readonly __address: true;
|
|
2281
2281
|
}) | import("@xyo-network/sdk-js").XyoQuantAddress;
|
|
2282
|
-
_hash: import("@xylabs/sdk
|
|
2283
|
-
_dataHash: import("@xylabs/sdk
|
|
2282
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
2283
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
2284
2284
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2285
2285
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
2286
2286
|
readonly __hex: true;
|
|
2287
2287
|
} & {
|
|
2288
2288
|
readonly __address: true;
|
|
2289
2289
|
}) | undefined;
|
|
2290
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
2290
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
2291
2291
|
script?: string[] | undefined;
|
|
2292
2292
|
}, {
|
|
2293
2293
|
[x: string]: unknown;
|
|
2294
2294
|
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
2295
|
-
_hash: import("@xylabs/sdk
|
|
2296
|
-
_dataHash: import("@xylabs/sdk
|
|
2295
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
2296
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
2297
2297
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
2298
2298
|
}[]];
|
|
2299
2299
|
};
|