@xyo-network/xl1-protocol-model 3.1.4 → 4.0.1
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,21 +9,21 @@ export declare const SignedBlockBoundWitnessZod: z.ZodMiniObject<{
|
|
|
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.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.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>>;
|
|
22
22
|
block: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import("../../index.ts").XL1BlockNumber, number>>;
|
|
23
|
-
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/sdk
|
|
24
|
-
previous: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
23
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
24
|
+
previous: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>;
|
|
25
25
|
protocol: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
|
|
26
|
-
step_hashes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
26
|
+
step_hashes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>>;
|
|
27
27
|
$epoch: z.ZodMiniNumber<number>;
|
|
28
28
|
}, z.core.$strip>;
|
|
29
29
|
/** SignedBlockBoundWitness type. */
|
|
@@ -38,22 +38,22 @@ export declare const isSignedBlockBoundWitness: <T>(value: T) => value is T & {
|
|
|
38
38
|
} & {
|
|
39
39
|
readonly __address: true;
|
|
40
40
|
}))[];
|
|
41
|
-
payload_hashes: import("@xylabs/sdk
|
|
41
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
42
42
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
43
|
-
previous_hashes: (import("@xylabs/sdk
|
|
44
|
-
$signatures: import("@xylabs/sdk
|
|
43
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
44
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
45
45
|
block: import("../../index.ts").XL1BlockNumber;
|
|
46
|
-
chain: import("@xylabs/sdk
|
|
47
|
-
previous: import("@xylabs/sdk
|
|
46
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
47
|
+
previous: import("@xylabs/sdk").BrandedHash | null;
|
|
48
48
|
$epoch: number;
|
|
49
49
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
50
50
|
readonly __hex: true;
|
|
51
51
|
} & {
|
|
52
52
|
readonly __address: true;
|
|
53
53
|
}) | undefined;
|
|
54
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
54
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
55
55
|
protocol?: number | undefined;
|
|
56
|
-
step_hashes?: import("@xylabs/sdk
|
|
56
|
+
step_hashes?: import("@xylabs/sdk").BrandedHash[] | undefined;
|
|
57
57
|
};
|
|
58
58
|
/** Converts a value to SignedBlockBoundWitness, throwing if invalid. */
|
|
59
59
|
export declare const asSignedBlockBoundWitness: {
|
|
@@ -66,24 +66,24 @@ export declare const asSignedBlockBoundWitness: {
|
|
|
66
66
|
} & {
|
|
67
67
|
readonly __address: true;
|
|
68
68
|
}))[];
|
|
69
|
-
payload_hashes: import("@xylabs/sdk
|
|
69
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
70
70
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
71
|
-
previous_hashes: (import("@xylabs/sdk
|
|
72
|
-
$signatures: import("@xylabs/sdk
|
|
71
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
72
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
73
73
|
block: import("../../index.ts").XL1BlockNumber;
|
|
74
|
-
chain: import("@xylabs/sdk
|
|
75
|
-
previous: import("@xylabs/sdk
|
|
74
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
75
|
+
previous: import("@xylabs/sdk").BrandedHash | null;
|
|
76
76
|
$epoch: number;
|
|
77
77
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
78
78
|
readonly __hex: true;
|
|
79
79
|
} & {
|
|
80
80
|
readonly __address: true;
|
|
81
81
|
}) | undefined;
|
|
82
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
82
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
83
83
|
protocol?: number | undefined;
|
|
84
|
-
step_hashes?: import("@xylabs/sdk
|
|
84
|
+
step_hashes?: import("@xylabs/sdk").BrandedHash[] | undefined;
|
|
85
85
|
}) | undefined;
|
|
86
|
-
<T>(value: T, assert: import("@xylabs/sdk
|
|
86
|
+
<T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & {
|
|
87
87
|
schema: "network.xyo.boundwitness" & {
|
|
88
88
|
readonly __schema: true;
|
|
89
89
|
};
|
|
@@ -92,22 +92,22 @@ export declare const asSignedBlockBoundWitness: {
|
|
|
92
92
|
} & {
|
|
93
93
|
readonly __address: true;
|
|
94
94
|
}))[];
|
|
95
|
-
payload_hashes: import("@xylabs/sdk
|
|
95
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
96
96
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
97
|
-
previous_hashes: (import("@xylabs/sdk
|
|
98
|
-
$signatures: import("@xylabs/sdk
|
|
97
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
98
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
99
99
|
block: import("../../index.ts").XL1BlockNumber;
|
|
100
|
-
chain: import("@xylabs/sdk
|
|
101
|
-
previous: import("@xylabs/sdk
|
|
100
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
101
|
+
previous: import("@xylabs/sdk").BrandedHash | null;
|
|
102
102
|
$epoch: number;
|
|
103
103
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
104
104
|
readonly __hex: true;
|
|
105
105
|
} & {
|
|
106
106
|
readonly __address: true;
|
|
107
107
|
}) | undefined;
|
|
108
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
108
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
109
109
|
protocol?: number | undefined;
|
|
110
|
-
step_hashes?: import("@xylabs/sdk
|
|
110
|
+
step_hashes?: import("@xylabs/sdk").BrandedHash[] | undefined;
|
|
111
111
|
};
|
|
112
112
|
};
|
|
113
113
|
/** toSignedBlockBoundWitness constant. */
|
|
@@ -121,24 +121,24 @@ export declare const toSignedBlockBoundWitness: {
|
|
|
121
121
|
} & {
|
|
122
122
|
readonly __address: true;
|
|
123
123
|
}))[];
|
|
124
|
-
payload_hashes: import("@xylabs/sdk
|
|
124
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
125
125
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
126
|
-
previous_hashes: (import("@xylabs/sdk
|
|
127
|
-
$signatures: import("@xylabs/sdk
|
|
126
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
127
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
128
128
|
block: import("../../index.ts").XL1BlockNumber;
|
|
129
|
-
chain: import("@xylabs/sdk
|
|
130
|
-
previous: import("@xylabs/sdk
|
|
129
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
130
|
+
previous: import("@xylabs/sdk").BrandedHash | null;
|
|
131
131
|
$epoch: number;
|
|
132
132
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
133
133
|
readonly __hex: true;
|
|
134
134
|
} & {
|
|
135
135
|
readonly __address: true;
|
|
136
136
|
}) | undefined;
|
|
137
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
137
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
138
138
|
protocol?: number | undefined;
|
|
139
|
-
step_hashes?: import("@xylabs/sdk
|
|
139
|
+
step_hashes?: import("@xylabs/sdk").BrandedHash[] | undefined;
|
|
140
140
|
}) | undefined;
|
|
141
|
-
<T>(value: T, assert: import("@xylabs/sdk
|
|
141
|
+
<T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & {
|
|
142
142
|
schema: "network.xyo.boundwitness" & {
|
|
143
143
|
readonly __schema: true;
|
|
144
144
|
};
|
|
@@ -147,22 +147,22 @@ export declare const toSignedBlockBoundWitness: {
|
|
|
147
147
|
} & {
|
|
148
148
|
readonly __address: true;
|
|
149
149
|
}))[];
|
|
150
|
-
payload_hashes: import("@xylabs/sdk
|
|
150
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
151
151
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
152
|
-
previous_hashes: (import("@xylabs/sdk
|
|
153
|
-
$signatures: import("@xylabs/sdk
|
|
152
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
153
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
154
154
|
block: import("../../index.ts").XL1BlockNumber;
|
|
155
|
-
chain: import("@xylabs/sdk
|
|
156
|
-
previous: import("@xylabs/sdk
|
|
155
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
156
|
+
previous: import("@xylabs/sdk").BrandedHash | null;
|
|
157
157
|
$epoch: number;
|
|
158
158
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
159
159
|
readonly __hex: true;
|
|
160
160
|
} & {
|
|
161
161
|
readonly __address: true;
|
|
162
162
|
}) | undefined;
|
|
163
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
163
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
164
164
|
protocol?: number | undefined;
|
|
165
|
-
step_hashes?: import("@xylabs/sdk
|
|
165
|
+
step_hashes?: import("@xylabs/sdk").BrandedHash[] | undefined;
|
|
166
166
|
};
|
|
167
167
|
};
|
|
168
168
|
//# sourceMappingURL=SignedBlockBoundWitness.d.ts.map
|
|
@@ -9,24 +9,24 @@ export declare const SignedBlockBoundWitnessWithHashMetaZod: z.ZodMiniObject<{
|
|
|
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.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.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>>;
|
|
22
22
|
block: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import("../../index.ts").XL1BlockNumber, number>>;
|
|
23
|
-
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/sdk
|
|
24
|
-
previous: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
23
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
24
|
+
previous: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>;
|
|
25
25
|
protocol: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
|
|
26
|
-
step_hashes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
26
|
+
step_hashes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>>;
|
|
27
27
|
$epoch: z.ZodMiniNumber<number>;
|
|
28
|
-
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
29
|
-
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
28
|
+
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
29
|
+
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>;
|
|
30
30
|
}, z.core.$strip>;
|
|
31
31
|
/** SignedBlockBoundWitnessWithHashMeta type. */
|
|
32
32
|
export type SignedBlockBoundWitnessWithHashMeta = z.infer<typeof SignedBlockBoundWitnessWithHashMetaZod>;
|
|
@@ -40,24 +40,24 @@ export declare const isSignedBlockBoundWitnessWithHashMeta: <T>(value: T) => val
|
|
|
40
40
|
} & {
|
|
41
41
|
readonly __address: true;
|
|
42
42
|
}))[];
|
|
43
|
-
payload_hashes: import("@xylabs/sdk
|
|
43
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
44
44
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
45
|
-
previous_hashes: (import("@xylabs/sdk
|
|
46
|
-
$signatures: import("@xylabs/sdk
|
|
45
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
46
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
47
47
|
block: import("../../index.ts").XL1BlockNumber;
|
|
48
|
-
chain: import("@xylabs/sdk
|
|
49
|
-
previous: import("@xylabs/sdk
|
|
48
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
49
|
+
previous: import("@xylabs/sdk").BrandedHash | null;
|
|
50
50
|
$epoch: number;
|
|
51
|
-
_hash: import("@xylabs/sdk
|
|
52
|
-
_dataHash: import("@xylabs/sdk
|
|
51
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
52
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
53
53
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
54
54
|
readonly __hex: true;
|
|
55
55
|
} & {
|
|
56
56
|
readonly __address: true;
|
|
57
57
|
}) | undefined;
|
|
58
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
58
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
59
59
|
protocol?: number | undefined;
|
|
60
|
-
step_hashes?: import("@xylabs/sdk
|
|
60
|
+
step_hashes?: import("@xylabs/sdk").BrandedHash[] | undefined;
|
|
61
61
|
};
|
|
62
62
|
/** Converts a value to SignedBlockBoundWitnessWithHashMeta, throwing if invalid. */
|
|
63
63
|
export declare const asSignedBlockBoundWitnessWithHashMeta: {
|
|
@@ -70,26 +70,26 @@ export declare const asSignedBlockBoundWitnessWithHashMeta: {
|
|
|
70
70
|
} & {
|
|
71
71
|
readonly __address: true;
|
|
72
72
|
}))[];
|
|
73
|
-
payload_hashes: import("@xylabs/sdk
|
|
73
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
74
74
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
75
|
-
previous_hashes: (import("@xylabs/sdk
|
|
76
|
-
$signatures: import("@xylabs/sdk
|
|
75
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
76
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
77
77
|
block: import("../../index.ts").XL1BlockNumber;
|
|
78
|
-
chain: import("@xylabs/sdk
|
|
79
|
-
previous: import("@xylabs/sdk
|
|
78
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
79
|
+
previous: import("@xylabs/sdk").BrandedHash | null;
|
|
80
80
|
$epoch: number;
|
|
81
|
-
_hash: import("@xylabs/sdk
|
|
82
|
-
_dataHash: import("@xylabs/sdk
|
|
81
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
82
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
83
83
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
84
84
|
readonly __hex: true;
|
|
85
85
|
} & {
|
|
86
86
|
readonly __address: true;
|
|
87
87
|
}) | undefined;
|
|
88
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
88
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
89
89
|
protocol?: number | undefined;
|
|
90
|
-
step_hashes?: import("@xylabs/sdk
|
|
90
|
+
step_hashes?: import("@xylabs/sdk").BrandedHash[] | undefined;
|
|
91
91
|
}) | undefined;
|
|
92
|
-
<T>(value: T, assert: import("@xylabs/sdk
|
|
92
|
+
<T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & {
|
|
93
93
|
schema: "network.xyo.boundwitness" & {
|
|
94
94
|
readonly __schema: true;
|
|
95
95
|
};
|
|
@@ -98,24 +98,24 @@ export declare const asSignedBlockBoundWitnessWithHashMeta: {
|
|
|
98
98
|
} & {
|
|
99
99
|
readonly __address: true;
|
|
100
100
|
}))[];
|
|
101
|
-
payload_hashes: import("@xylabs/sdk
|
|
101
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
102
102
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
103
|
-
previous_hashes: (import("@xylabs/sdk
|
|
104
|
-
$signatures: import("@xylabs/sdk
|
|
103
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
104
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
105
105
|
block: import("../../index.ts").XL1BlockNumber;
|
|
106
|
-
chain: import("@xylabs/sdk
|
|
107
|
-
previous: import("@xylabs/sdk
|
|
106
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
107
|
+
previous: import("@xylabs/sdk").BrandedHash | null;
|
|
108
108
|
$epoch: number;
|
|
109
|
-
_hash: import("@xylabs/sdk
|
|
110
|
-
_dataHash: import("@xylabs/sdk
|
|
109
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
110
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
111
111
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
112
112
|
readonly __hex: true;
|
|
113
113
|
} & {
|
|
114
114
|
readonly __address: true;
|
|
115
115
|
}) | undefined;
|
|
116
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
116
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
117
117
|
protocol?: number | undefined;
|
|
118
|
-
step_hashes?: import("@xylabs/sdk
|
|
118
|
+
step_hashes?: import("@xylabs/sdk").BrandedHash[] | undefined;
|
|
119
119
|
};
|
|
120
120
|
};
|
|
121
121
|
/** SignedBlockBoundWitnessWithHashMetaishZod constant. */
|
|
@@ -128,21 +128,21 @@ export declare const SignedBlockBoundWitnessWithHashMetaishZod: z.ZodMiniPipe<z.
|
|
|
128
128
|
} & {
|
|
129
129
|
readonly __address: true;
|
|
130
130
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
131
|
-
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
131
|
+
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>;
|
|
132
132
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
133
|
-
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
133
|
+
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>>;
|
|
134
134
|
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
135
135
|
readonly __hex: true;
|
|
136
136
|
} & {
|
|
137
137
|
readonly __address: true;
|
|
138
138
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
139
|
-
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
140
|
-
$signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
139
|
+
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>;
|
|
140
|
+
$signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHex, string>>>;
|
|
141
141
|
block: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import("../../index.ts").XL1BlockNumber, number>>;
|
|
142
|
-
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/sdk
|
|
143
|
-
previous: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
142
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/sdk").BrandedHex, string>>;
|
|
143
|
+
previous: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>;
|
|
144
144
|
protocol: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
|
|
145
|
-
step_hashes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk
|
|
145
|
+
step_hashes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk").BrandedHash, string>>>>;
|
|
146
146
|
$epoch: z.ZodMiniNumber<number>;
|
|
147
147
|
}, z.core.$strip>, z.ZodMiniTransform<{
|
|
148
148
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -153,22 +153,22 @@ export declare const SignedBlockBoundWitnessWithHashMetaishZod: z.ZodMiniPipe<z.
|
|
|
153
153
|
} & {
|
|
154
154
|
readonly __address: true;
|
|
155
155
|
}))[];
|
|
156
|
-
payload_hashes: import("@xylabs/sdk
|
|
156
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
157
157
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
158
|
-
previous_hashes: (import("@xylabs/sdk
|
|
159
|
-
$signatures: import("@xylabs/sdk
|
|
158
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
159
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
160
160
|
block: import("../../index.ts").XL1BlockNumber;
|
|
161
|
-
chain: import("@xylabs/sdk
|
|
162
|
-
previous: import("@xylabs/sdk
|
|
161
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
162
|
+
previous: import("@xylabs/sdk").BrandedHash | null;
|
|
163
163
|
$epoch: number;
|
|
164
164
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
165
165
|
readonly __hex: true;
|
|
166
166
|
} & {
|
|
167
167
|
readonly __address: true;
|
|
168
168
|
}) | undefined;
|
|
169
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
169
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
170
170
|
protocol?: number | undefined;
|
|
171
|
-
step_hashes?: import("@xylabs/sdk
|
|
171
|
+
step_hashes?: import("@xylabs/sdk").BrandedHash[] | undefined;
|
|
172
172
|
} & {
|
|
173
173
|
schema: "network.xyo.boundwitness" & {
|
|
174
174
|
readonly __schema: true;
|
|
@@ -178,24 +178,24 @@ export declare const SignedBlockBoundWitnessWithHashMetaishZod: z.ZodMiniPipe<z.
|
|
|
178
178
|
} & {
|
|
179
179
|
readonly __address: true;
|
|
180
180
|
}))[];
|
|
181
|
-
payload_hashes: import("@xylabs/sdk
|
|
181
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
182
182
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
183
|
-
previous_hashes: (import("@xylabs/sdk
|
|
184
|
-
$signatures: import("@xylabs/sdk
|
|
183
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
184
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
185
185
|
block: import("../../index.ts").XL1BlockNumber;
|
|
186
|
-
chain: import("@xylabs/sdk
|
|
187
|
-
previous: import("@xylabs/sdk
|
|
186
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
187
|
+
previous: import("@xylabs/sdk").BrandedHash | null;
|
|
188
188
|
$epoch: number;
|
|
189
|
-
_hash: import("@xylabs/sdk
|
|
190
|
-
_dataHash: import("@xylabs/sdk
|
|
189
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
190
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
191
191
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
192
192
|
readonly __hex: true;
|
|
193
193
|
} & {
|
|
194
194
|
readonly __address: true;
|
|
195
195
|
}) | undefined;
|
|
196
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
196
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
197
197
|
protocol?: number | undefined;
|
|
198
|
-
step_hashes?: import("@xylabs/sdk
|
|
198
|
+
step_hashes?: import("@xylabs/sdk").BrandedHash[] | undefined;
|
|
199
199
|
}, {
|
|
200
200
|
schema: "network.xyo.boundwitness" & {
|
|
201
201
|
readonly __schema: true;
|
|
@@ -205,22 +205,22 @@ export declare const SignedBlockBoundWitnessWithHashMetaishZod: z.ZodMiniPipe<z.
|
|
|
205
205
|
} & {
|
|
206
206
|
readonly __address: true;
|
|
207
207
|
}))[];
|
|
208
|
-
payload_hashes: import("@xylabs/sdk
|
|
208
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
209
209
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
210
|
-
previous_hashes: (import("@xylabs/sdk
|
|
211
|
-
$signatures: import("@xylabs/sdk
|
|
210
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
211
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
212
212
|
block: import("../../index.ts").XL1BlockNumber;
|
|
213
|
-
chain: import("@xylabs/sdk
|
|
214
|
-
previous: import("@xylabs/sdk
|
|
213
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
214
|
+
previous: import("@xylabs/sdk").BrandedHash | null;
|
|
215
215
|
$epoch: number;
|
|
216
216
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
217
217
|
readonly __hex: true;
|
|
218
218
|
} & {
|
|
219
219
|
readonly __address: true;
|
|
220
220
|
}) | undefined;
|
|
221
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
221
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
222
222
|
protocol?: number | undefined;
|
|
223
|
-
step_hashes?: import("@xylabs/sdk
|
|
223
|
+
step_hashes?: import("@xylabs/sdk").BrandedHash[] | undefined;
|
|
224
224
|
}>>;
|
|
225
225
|
/** SignedBlockBoundWitnessWithHashMetaish type. */
|
|
226
226
|
export type SignedBlockBoundWitnessWithHashMetaish = z.input<typeof SignedBlockBoundWitnessWithHashMetaishZod>;
|
|
@@ -235,26 +235,26 @@ export declare const toSignedBlockBoundWitnessWithHashMeta: {
|
|
|
235
235
|
} & {
|
|
236
236
|
readonly __address: true;
|
|
237
237
|
}))[];
|
|
238
|
-
payload_hashes: import("@xylabs/sdk
|
|
238
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
239
239
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
240
|
-
previous_hashes: (import("@xylabs/sdk
|
|
241
|
-
$signatures: import("@xylabs/sdk
|
|
240
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
241
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
242
242
|
block: import("../../index.ts").XL1BlockNumber;
|
|
243
|
-
chain: import("@xylabs/sdk
|
|
244
|
-
previous: import("@xylabs/sdk
|
|
243
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
244
|
+
previous: import("@xylabs/sdk").BrandedHash | null;
|
|
245
245
|
$epoch: number;
|
|
246
|
-
_hash: import("@xylabs/sdk
|
|
247
|
-
_dataHash: import("@xylabs/sdk
|
|
246
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
247
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
248
248
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
249
249
|
readonly __hex: true;
|
|
250
250
|
} & {
|
|
251
251
|
readonly __address: true;
|
|
252
252
|
}) | undefined;
|
|
253
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
253
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
254
254
|
protocol?: number | undefined;
|
|
255
|
-
step_hashes?: import("@xylabs/sdk
|
|
255
|
+
step_hashes?: import("@xylabs/sdk").BrandedHash[] | undefined;
|
|
256
256
|
}) | undefined;
|
|
257
|
-
<T>(value: T, assert: import("@xylabs/sdk
|
|
257
|
+
<T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & {
|
|
258
258
|
schema: "network.xyo.boundwitness" & {
|
|
259
259
|
readonly __schema: true;
|
|
260
260
|
};
|
|
@@ -263,24 +263,24 @@ export declare const toSignedBlockBoundWitnessWithHashMeta: {
|
|
|
263
263
|
} & {
|
|
264
264
|
readonly __address: true;
|
|
265
265
|
}))[];
|
|
266
|
-
payload_hashes: import("@xylabs/sdk
|
|
266
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
267
267
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
268
|
-
previous_hashes: (import("@xylabs/sdk
|
|
269
|
-
$signatures: import("@xylabs/sdk
|
|
268
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
269
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
270
270
|
block: import("../../index.ts").XL1BlockNumber;
|
|
271
|
-
chain: import("@xylabs/sdk
|
|
272
|
-
previous: import("@xylabs/sdk
|
|
271
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
272
|
+
previous: import("@xylabs/sdk").BrandedHash | null;
|
|
273
273
|
$epoch: number;
|
|
274
|
-
_hash: import("@xylabs/sdk
|
|
275
|
-
_dataHash: import("@xylabs/sdk
|
|
274
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
275
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
276
276
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
277
277
|
readonly __hex: true;
|
|
278
278
|
} & {
|
|
279
279
|
readonly __address: true;
|
|
280
280
|
}) | undefined;
|
|
281
|
-
$sourceQuery?: import("@xylabs/sdk
|
|
281
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
282
282
|
protocol?: number | undefined;
|
|
283
|
-
step_hashes?: import("@xylabs/sdk
|
|
283
|
+
step_hashes?: import("@xylabs/sdk").BrandedHash[] | undefined;
|
|
284
284
|
};
|
|
285
285
|
};
|
|
286
286
|
//# sourceMappingURL=SignedBlockBoundWitnessWithHashMeta.d.ts.map
|