@xyo-network/xl1-protocol-model 4.0.6 → 4.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/neutral/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 +33 -33
- 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 +72 -72
- 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 +9 -7
|
@@ -9,24 +9,24 @@ export declare const SignedBlockBoundWitnessWithStorageMetaZod: 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("@
|
|
12
|
+
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/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("@
|
|
14
|
+
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/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("@
|
|
21
|
-
$signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@
|
|
20
|
+
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>>;
|
|
21
|
+
$signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/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("@
|
|
24
|
-
previous: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@
|
|
23
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@ariestools/sdk").BrandedHex, string>>;
|
|
24
|
+
previous: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/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("@
|
|
26
|
+
step_hashes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>>>;
|
|
27
27
|
$epoch: z.ZodMiniNumber<number>;
|
|
28
|
-
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@
|
|
29
|
-
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@
|
|
28
|
+
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>;
|
|
29
|
+
_dataHash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>;
|
|
30
30
|
_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>>]>;
|
|
31
31
|
}, z.core.$strip>;
|
|
32
32
|
/** SignedBlockBoundWitnessWithStorageMeta type. */
|
|
@@ -41,25 +41,25 @@ export declare const isSignedBlockBoundWitnessWithStorageMeta: <T>(value: T) =>
|
|
|
41
41
|
} & {
|
|
42
42
|
readonly __address: true;
|
|
43
43
|
}))[];
|
|
44
|
-
payload_hashes: import("@
|
|
44
|
+
payload_hashes: import("@ariestools/sdk").BrandedHash[];
|
|
45
45
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
46
|
-
previous_hashes: (import("@
|
|
47
|
-
$signatures: import("@
|
|
46
|
+
previous_hashes: (import("@ariestools/sdk").BrandedHash | null)[];
|
|
47
|
+
$signatures: import("@ariestools/sdk").BrandedHex[];
|
|
48
48
|
block: import("../../index.ts").XL1BlockNumber;
|
|
49
|
-
chain: import("@
|
|
50
|
-
previous: import("@
|
|
49
|
+
chain: import("@ariestools/sdk").BrandedHex;
|
|
50
|
+
previous: import("@ariestools/sdk").BrandedHash | null;
|
|
51
51
|
$epoch: number;
|
|
52
|
-
_hash: import("@
|
|
53
|
-
_dataHash: import("@
|
|
52
|
+
_hash: import("@ariestools/sdk").BrandedHash;
|
|
53
|
+
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
54
54
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
55
55
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
56
56
|
readonly __hex: true;
|
|
57
57
|
} & {
|
|
58
58
|
readonly __address: true;
|
|
59
59
|
}) | undefined;
|
|
60
|
-
$sourceQuery?: import("@
|
|
60
|
+
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
61
61
|
protocol?: number | undefined;
|
|
62
|
-
step_hashes?: import("@
|
|
62
|
+
step_hashes?: import("@ariestools/sdk").BrandedHash[] | undefined;
|
|
63
63
|
};
|
|
64
64
|
/** Converts a value to SignedBlockBoundWitnessWithStorageMeta, throwing if invalid. */
|
|
65
65
|
export declare const asSignedBlockBoundWitnessWithStorageMeta: {
|
|
@@ -72,27 +72,27 @@ export declare const asSignedBlockBoundWitnessWithStorageMeta: {
|
|
|
72
72
|
} & {
|
|
73
73
|
readonly __address: true;
|
|
74
74
|
}))[];
|
|
75
|
-
payload_hashes: import("@
|
|
75
|
+
payload_hashes: import("@ariestools/sdk").BrandedHash[];
|
|
76
76
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
77
|
-
previous_hashes: (import("@
|
|
78
|
-
$signatures: import("@
|
|
77
|
+
previous_hashes: (import("@ariestools/sdk").BrandedHash | null)[];
|
|
78
|
+
$signatures: import("@ariestools/sdk").BrandedHex[];
|
|
79
79
|
block: import("../../index.ts").XL1BlockNumber;
|
|
80
|
-
chain: import("@
|
|
81
|
-
previous: import("@
|
|
80
|
+
chain: import("@ariestools/sdk").BrandedHex;
|
|
81
|
+
previous: import("@ariestools/sdk").BrandedHash | null;
|
|
82
82
|
$epoch: number;
|
|
83
|
-
_hash: import("@
|
|
84
|
-
_dataHash: import("@
|
|
83
|
+
_hash: import("@ariestools/sdk").BrandedHash;
|
|
84
|
+
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
85
85
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
86
86
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
87
87
|
readonly __hex: true;
|
|
88
88
|
} & {
|
|
89
89
|
readonly __address: true;
|
|
90
90
|
}) | undefined;
|
|
91
|
-
$sourceQuery?: import("@
|
|
91
|
+
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
92
92
|
protocol?: number | undefined;
|
|
93
|
-
step_hashes?: import("@
|
|
93
|
+
step_hashes?: import("@ariestools/sdk").BrandedHash[] | undefined;
|
|
94
94
|
}) | undefined;
|
|
95
|
-
<T>(value: T, assert: import("@
|
|
95
|
+
<T>(value: T, assert: import("@ariestools/sdk").ZodFactoryConfig): T & {
|
|
96
96
|
schema: "network.xyo.boundwitness" & {
|
|
97
97
|
readonly __schema: true;
|
|
98
98
|
};
|
|
@@ -101,25 +101,25 @@ export declare const asSignedBlockBoundWitnessWithStorageMeta: {
|
|
|
101
101
|
} & {
|
|
102
102
|
readonly __address: true;
|
|
103
103
|
}))[];
|
|
104
|
-
payload_hashes: import("@
|
|
104
|
+
payload_hashes: import("@ariestools/sdk").BrandedHash[];
|
|
105
105
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
106
|
-
previous_hashes: (import("@
|
|
107
|
-
$signatures: import("@
|
|
106
|
+
previous_hashes: (import("@ariestools/sdk").BrandedHash | null)[];
|
|
107
|
+
$signatures: import("@ariestools/sdk").BrandedHex[];
|
|
108
108
|
block: import("../../index.ts").XL1BlockNumber;
|
|
109
|
-
chain: import("@
|
|
110
|
-
previous: import("@
|
|
109
|
+
chain: import("@ariestools/sdk").BrandedHex;
|
|
110
|
+
previous: import("@ariestools/sdk").BrandedHash | null;
|
|
111
111
|
$epoch: number;
|
|
112
|
-
_hash: import("@
|
|
113
|
-
_dataHash: import("@
|
|
112
|
+
_hash: import("@ariestools/sdk").BrandedHash;
|
|
113
|
+
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
114
114
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
115
115
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
116
116
|
readonly __hex: true;
|
|
117
117
|
} & {
|
|
118
118
|
readonly __address: true;
|
|
119
119
|
}) | undefined;
|
|
120
|
-
$sourceQuery?: import("@
|
|
120
|
+
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
121
121
|
protocol?: number | undefined;
|
|
122
|
-
step_hashes?: import("@
|
|
122
|
+
step_hashes?: import("@ariestools/sdk").BrandedHash[] | undefined;
|
|
123
123
|
};
|
|
124
124
|
};
|
|
125
125
|
/** SignedBlockBoundWitnessWithStorageMetaishZod constant. */
|
|
@@ -132,21 +132,21 @@ export declare const SignedBlockBoundWitnessWithStorageMetaishZod: z.ZodMiniPipe
|
|
|
132
132
|
} & {
|
|
133
133
|
readonly __address: true;
|
|
134
134
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
135
|
-
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@
|
|
135
|
+
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>>;
|
|
136
136
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
137
|
-
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@
|
|
137
|
+
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>>>;
|
|
138
138
|
$destination: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
139
139
|
readonly __hex: true;
|
|
140
140
|
} & {
|
|
141
141
|
readonly __address: true;
|
|
142
142
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
143
|
-
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@
|
|
144
|
-
$signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@
|
|
143
|
+
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>>;
|
|
144
|
+
$signatures: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHex, string>>>;
|
|
145
145
|
block: import("zod").ZodPipe<import("zod").ZodInt, import("zod").ZodTransform<import("../../index.ts").XL1BlockNumber, number>>;
|
|
146
|
-
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@
|
|
147
|
-
previous: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@
|
|
146
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@ariestools/sdk").BrandedHex, string>>;
|
|
147
|
+
previous: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>>;
|
|
148
148
|
protocol: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
|
|
149
|
-
step_hashes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@
|
|
149
|
+
step_hashes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>>>;
|
|
150
150
|
$epoch: z.ZodMiniNumber<number>;
|
|
151
151
|
}, z.core.$strip>, z.ZodMiniTransform<{
|
|
152
152
|
schema: "network.xyo.boundwitness" & {
|
|
@@ -157,22 +157,22 @@ export declare const SignedBlockBoundWitnessWithStorageMetaishZod: z.ZodMiniPipe
|
|
|
157
157
|
} & {
|
|
158
158
|
readonly __address: true;
|
|
159
159
|
}))[];
|
|
160
|
-
payload_hashes: import("@
|
|
160
|
+
payload_hashes: import("@ariestools/sdk").BrandedHash[];
|
|
161
161
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
162
|
-
previous_hashes: (import("@
|
|
163
|
-
$signatures: import("@
|
|
162
|
+
previous_hashes: (import("@ariestools/sdk").BrandedHash | null)[];
|
|
163
|
+
$signatures: import("@ariestools/sdk").BrandedHex[];
|
|
164
164
|
block: import("../../index.ts").XL1BlockNumber;
|
|
165
|
-
chain: import("@
|
|
166
|
-
previous: import("@
|
|
165
|
+
chain: import("@ariestools/sdk").BrandedHex;
|
|
166
|
+
previous: import("@ariestools/sdk").BrandedHash | null;
|
|
167
167
|
$epoch: number;
|
|
168
168
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
169
169
|
readonly __hex: true;
|
|
170
170
|
} & {
|
|
171
171
|
readonly __address: true;
|
|
172
172
|
}) | undefined;
|
|
173
|
-
$sourceQuery?: import("@
|
|
173
|
+
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
174
174
|
protocol?: number | undefined;
|
|
175
|
-
step_hashes?: import("@
|
|
175
|
+
step_hashes?: import("@ariestools/sdk").BrandedHash[] | undefined;
|
|
176
176
|
} & {
|
|
177
177
|
schema: "network.xyo.boundwitness" & {
|
|
178
178
|
readonly __schema: true;
|
|
@@ -182,25 +182,25 @@ export declare const SignedBlockBoundWitnessWithStorageMetaishZod: z.ZodMiniPipe
|
|
|
182
182
|
} & {
|
|
183
183
|
readonly __address: true;
|
|
184
184
|
}))[];
|
|
185
|
-
payload_hashes: import("@
|
|
185
|
+
payload_hashes: import("@ariestools/sdk").BrandedHash[];
|
|
186
186
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
187
|
-
previous_hashes: (import("@
|
|
188
|
-
$signatures: import("@
|
|
187
|
+
previous_hashes: (import("@ariestools/sdk").BrandedHash | null)[];
|
|
188
|
+
$signatures: import("@ariestools/sdk").BrandedHex[];
|
|
189
189
|
block: import("../../index.ts").XL1BlockNumber;
|
|
190
|
-
chain: import("@
|
|
191
|
-
previous: import("@
|
|
190
|
+
chain: import("@ariestools/sdk").BrandedHex;
|
|
191
|
+
previous: import("@ariestools/sdk").BrandedHash | null;
|
|
192
192
|
$epoch: number;
|
|
193
|
-
_hash: import("@
|
|
194
|
-
_dataHash: import("@
|
|
193
|
+
_hash: import("@ariestools/sdk").BrandedHash;
|
|
194
|
+
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
195
195
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
196
196
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
197
197
|
readonly __hex: true;
|
|
198
198
|
} & {
|
|
199
199
|
readonly __address: true;
|
|
200
200
|
}) | undefined;
|
|
201
|
-
$sourceQuery?: import("@
|
|
201
|
+
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
202
202
|
protocol?: number | undefined;
|
|
203
|
-
step_hashes?: import("@
|
|
203
|
+
step_hashes?: import("@ariestools/sdk").BrandedHash[] | undefined;
|
|
204
204
|
}, {
|
|
205
205
|
schema: "network.xyo.boundwitness" & {
|
|
206
206
|
readonly __schema: true;
|
|
@@ -210,22 +210,22 @@ export declare const SignedBlockBoundWitnessWithStorageMetaishZod: z.ZodMiniPipe
|
|
|
210
210
|
} & {
|
|
211
211
|
readonly __address: true;
|
|
212
212
|
}))[];
|
|
213
|
-
payload_hashes: import("@
|
|
213
|
+
payload_hashes: import("@ariestools/sdk").BrandedHash[];
|
|
214
214
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
215
|
-
previous_hashes: (import("@
|
|
216
|
-
$signatures: import("@
|
|
215
|
+
previous_hashes: (import("@ariestools/sdk").BrandedHash | null)[];
|
|
216
|
+
$signatures: import("@ariestools/sdk").BrandedHex[];
|
|
217
217
|
block: import("../../index.ts").XL1BlockNumber;
|
|
218
|
-
chain: import("@
|
|
219
|
-
previous: import("@
|
|
218
|
+
chain: import("@ariestools/sdk").BrandedHex;
|
|
219
|
+
previous: import("@ariestools/sdk").BrandedHash | null;
|
|
220
220
|
$epoch: number;
|
|
221
221
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
222
222
|
readonly __hex: true;
|
|
223
223
|
} & {
|
|
224
224
|
readonly __address: true;
|
|
225
225
|
}) | undefined;
|
|
226
|
-
$sourceQuery?: import("@
|
|
226
|
+
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
227
227
|
protocol?: number | undefined;
|
|
228
|
-
step_hashes?: import("@
|
|
228
|
+
step_hashes?: import("@ariestools/sdk").BrandedHash[] | undefined;
|
|
229
229
|
}>>;
|
|
230
230
|
/** SignedBlockBoundWitnessWithStorageMetaish type. */
|
|
231
231
|
export type SignedBlockBoundWitnessWithStorageMetaish = z.input<typeof SignedBlockBoundWitnessWithStorageMetaishZod>;
|
|
@@ -240,22 +240,22 @@ export declare const toSignedBlockBoundWitnessWithStorageMeta: {
|
|
|
240
240
|
} & {
|
|
241
241
|
readonly __address: true;
|
|
242
242
|
}))[];
|
|
243
|
-
payload_hashes: import("@
|
|
243
|
+
payload_hashes: import("@ariestools/sdk").BrandedHash[];
|
|
244
244
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
245
|
-
previous_hashes: (import("@
|
|
246
|
-
$signatures: import("@
|
|
245
|
+
previous_hashes: (import("@ariestools/sdk").BrandedHash | null)[];
|
|
246
|
+
$signatures: import("@ariestools/sdk").BrandedHex[];
|
|
247
247
|
block: import("../../index.ts").XL1BlockNumber;
|
|
248
|
-
chain: import("@
|
|
249
|
-
previous: import("@
|
|
248
|
+
chain: import("@ariestools/sdk").BrandedHex;
|
|
249
|
+
previous: import("@ariestools/sdk").BrandedHash | null;
|
|
250
250
|
$epoch: number;
|
|
251
251
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
252
252
|
readonly __hex: true;
|
|
253
253
|
} & {
|
|
254
254
|
readonly __address: true;
|
|
255
255
|
}) | undefined;
|
|
256
|
-
$sourceQuery?: import("@
|
|
256
|
+
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
257
257
|
protocol?: number | undefined;
|
|
258
|
-
step_hashes?: import("@
|
|
258
|
+
step_hashes?: import("@ariestools/sdk").BrandedHash[] | undefined;
|
|
259
259
|
} & {
|
|
260
260
|
schema: "network.xyo.boundwitness" & {
|
|
261
261
|
readonly __schema: true;
|
|
@@ -265,27 +265,27 @@ export declare const toSignedBlockBoundWitnessWithStorageMeta: {
|
|
|
265
265
|
} & {
|
|
266
266
|
readonly __address: true;
|
|
267
267
|
}))[];
|
|
268
|
-
payload_hashes: import("@
|
|
268
|
+
payload_hashes: import("@ariestools/sdk").BrandedHash[];
|
|
269
269
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
270
|
-
previous_hashes: (import("@
|
|
271
|
-
$signatures: import("@
|
|
270
|
+
previous_hashes: (import("@ariestools/sdk").BrandedHash | null)[];
|
|
271
|
+
$signatures: import("@ariestools/sdk").BrandedHex[];
|
|
272
272
|
block: import("../../index.ts").XL1BlockNumber;
|
|
273
|
-
chain: import("@
|
|
274
|
-
previous: import("@
|
|
273
|
+
chain: import("@ariestools/sdk").BrandedHex;
|
|
274
|
+
previous: import("@ariestools/sdk").BrandedHash | null;
|
|
275
275
|
$epoch: number;
|
|
276
|
-
_hash: import("@
|
|
277
|
-
_dataHash: import("@
|
|
276
|
+
_hash: import("@ariestools/sdk").BrandedHash;
|
|
277
|
+
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
278
278
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
279
279
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
280
280
|
readonly __hex: true;
|
|
281
281
|
} & {
|
|
282
282
|
readonly __address: true;
|
|
283
283
|
}) | undefined;
|
|
284
|
-
$sourceQuery?: import("@
|
|
284
|
+
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
285
285
|
protocol?: number | undefined;
|
|
286
|
-
step_hashes?: import("@
|
|
286
|
+
step_hashes?: import("@ariestools/sdk").BrandedHash[] | undefined;
|
|
287
287
|
}) | undefined;
|
|
288
|
-
<T>(value: T, assert: import("@
|
|
288
|
+
<T>(value: T, assert: import("@ariestools/sdk").ZodFactoryConfig): T & {
|
|
289
289
|
schema: "network.xyo.boundwitness" & {
|
|
290
290
|
readonly __schema: true;
|
|
291
291
|
};
|
|
@@ -294,22 +294,22 @@ export declare const toSignedBlockBoundWitnessWithStorageMeta: {
|
|
|
294
294
|
} & {
|
|
295
295
|
readonly __address: true;
|
|
296
296
|
}))[];
|
|
297
|
-
payload_hashes: import("@
|
|
297
|
+
payload_hashes: import("@ariestools/sdk").BrandedHash[];
|
|
298
298
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
299
|
-
previous_hashes: (import("@
|
|
300
|
-
$signatures: import("@
|
|
299
|
+
previous_hashes: (import("@ariestools/sdk").BrandedHash | null)[];
|
|
300
|
+
$signatures: import("@ariestools/sdk").BrandedHex[];
|
|
301
301
|
block: import("../../index.ts").XL1BlockNumber;
|
|
302
|
-
chain: import("@
|
|
303
|
-
previous: import("@
|
|
302
|
+
chain: import("@ariestools/sdk").BrandedHex;
|
|
303
|
+
previous: import("@ariestools/sdk").BrandedHash | null;
|
|
304
304
|
$epoch: number;
|
|
305
305
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
306
306
|
readonly __hex: true;
|
|
307
307
|
} & {
|
|
308
308
|
readonly __address: true;
|
|
309
309
|
}) | undefined;
|
|
310
|
-
$sourceQuery?: import("@
|
|
310
|
+
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
311
311
|
protocol?: number | undefined;
|
|
312
|
-
step_hashes?: import("@
|
|
312
|
+
step_hashes?: import("@ariestools/sdk").BrandedHash[] | undefined;
|
|
313
313
|
} & {
|
|
314
314
|
schema: "network.xyo.boundwitness" & {
|
|
315
315
|
readonly __schema: true;
|
|
@@ -319,25 +319,25 @@ export declare const toSignedBlockBoundWitnessWithStorageMeta: {
|
|
|
319
319
|
} & {
|
|
320
320
|
readonly __address: true;
|
|
321
321
|
}))[];
|
|
322
|
-
payload_hashes: import("@
|
|
322
|
+
payload_hashes: import("@ariestools/sdk").BrandedHash[];
|
|
323
323
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
324
|
-
previous_hashes: (import("@
|
|
325
|
-
$signatures: import("@
|
|
324
|
+
previous_hashes: (import("@ariestools/sdk").BrandedHash | null)[];
|
|
325
|
+
$signatures: import("@ariestools/sdk").BrandedHex[];
|
|
326
326
|
block: import("../../index.ts").XL1BlockNumber;
|
|
327
|
-
chain: import("@
|
|
328
|
-
previous: import("@
|
|
327
|
+
chain: import("@ariestools/sdk").BrandedHex;
|
|
328
|
+
previous: import("@ariestools/sdk").BrandedHash | null;
|
|
329
329
|
$epoch: number;
|
|
330
|
-
_hash: import("@
|
|
331
|
-
_dataHash: import("@
|
|
330
|
+
_hash: import("@ariestools/sdk").BrandedHash;
|
|
331
|
+
_dataHash: import("@ariestools/sdk").BrandedHash;
|
|
332
332
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
333
333
|
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
334
334
|
readonly __hex: true;
|
|
335
335
|
} & {
|
|
336
336
|
readonly __address: true;
|
|
337
337
|
}) | undefined;
|
|
338
|
-
$sourceQuery?: import("@
|
|
338
|
+
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
339
339
|
protocol?: number | undefined;
|
|
340
|
-
step_hashes?: import("@
|
|
340
|
+
step_hashes?: import("@ariestools/sdk").BrandedHash[] | undefined;
|
|
341
341
|
};
|
|
342
342
|
};
|
|
343
343
|
//# sourceMappingURL=SignedBlockBoundWitnessWithStorageMeta.d.ts.map
|
|
@@ -9,21 +9,21 @@ export declare const UnsignedBlockBoundWitnessZod: 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("@
|
|
12
|
+
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/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("@
|
|
14
|
+
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/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("@
|
|
20
|
+
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>>;
|
|
21
21
|
$signatures: z.ZodMiniArray<z.ZodMiniNull>;
|
|
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("@
|
|
24
|
-
previous: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@
|
|
23
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@ariestools/sdk").BrandedHex, string>>;
|
|
24
|
+
previous: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/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("@
|
|
26
|
+
step_hashes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHash, string>>>>;
|
|
27
27
|
$epoch: z.ZodMiniNumber<number>;
|
|
28
28
|
}, z.core.$strip>;
|
|
29
29
|
/** UnsignedBlockBoundWitness type. */
|
|
@@ -38,22 +38,22 @@ export declare const isUnsignedBlockBoundWitness: <T>(value: T) => value is T &
|
|
|
38
38
|
} & {
|
|
39
39
|
readonly __address: true;
|
|
40
40
|
}))[];
|
|
41
|
-
payload_hashes: import("@
|
|
41
|
+
payload_hashes: import("@ariestools/sdk").BrandedHash[];
|
|
42
42
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
43
|
-
previous_hashes: (import("@
|
|
43
|
+
previous_hashes: (import("@ariestools/sdk").BrandedHash | null)[];
|
|
44
44
|
$signatures: null[];
|
|
45
45
|
block: import("../../index.ts").XL1BlockNumber;
|
|
46
|
-
chain: import("@
|
|
47
|
-
previous: import("@
|
|
46
|
+
chain: import("@ariestools/sdk").BrandedHex;
|
|
47
|
+
previous: import("@ariestools/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("@
|
|
54
|
+
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
55
55
|
protocol?: number | undefined;
|
|
56
|
-
step_hashes?: import("@
|
|
56
|
+
step_hashes?: import("@ariestools/sdk").BrandedHash[] | undefined;
|
|
57
57
|
};
|
|
58
58
|
/** Converts a value to UnsignedBlockBoundWitness, throwing if invalid. */
|
|
59
59
|
export declare const asUnsignedBlockBoundWitness: {
|
|
@@ -66,24 +66,24 @@ export declare const asUnsignedBlockBoundWitness: {
|
|
|
66
66
|
} & {
|
|
67
67
|
readonly __address: true;
|
|
68
68
|
}))[];
|
|
69
|
-
payload_hashes: import("@
|
|
69
|
+
payload_hashes: import("@ariestools/sdk").BrandedHash[];
|
|
70
70
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
71
|
-
previous_hashes: (import("@
|
|
71
|
+
previous_hashes: (import("@ariestools/sdk").BrandedHash | null)[];
|
|
72
72
|
$signatures: null[];
|
|
73
73
|
block: import("../../index.ts").XL1BlockNumber;
|
|
74
|
-
chain: import("@
|
|
75
|
-
previous: import("@
|
|
74
|
+
chain: import("@ariestools/sdk").BrandedHex;
|
|
75
|
+
previous: import("@ariestools/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("@
|
|
82
|
+
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
83
83
|
protocol?: number | undefined;
|
|
84
|
-
step_hashes?: import("@
|
|
84
|
+
step_hashes?: import("@ariestools/sdk").BrandedHash[] | undefined;
|
|
85
85
|
}) | undefined;
|
|
86
|
-
<T>(value: T, assert: import("@
|
|
86
|
+
<T>(value: T, assert: import("@ariestools/sdk").ZodFactoryConfig): T & {
|
|
87
87
|
schema: "network.xyo.boundwitness" & {
|
|
88
88
|
readonly __schema: true;
|
|
89
89
|
};
|
|
@@ -92,22 +92,22 @@ export declare const asUnsignedBlockBoundWitness: {
|
|
|
92
92
|
} & {
|
|
93
93
|
readonly __address: true;
|
|
94
94
|
}))[];
|
|
95
|
-
payload_hashes: import("@
|
|
95
|
+
payload_hashes: import("@ariestools/sdk").BrandedHash[];
|
|
96
96
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
97
|
-
previous_hashes: (import("@
|
|
97
|
+
previous_hashes: (import("@ariestools/sdk").BrandedHash | null)[];
|
|
98
98
|
$signatures: null[];
|
|
99
99
|
block: import("../../index.ts").XL1BlockNumber;
|
|
100
|
-
chain: import("@
|
|
101
|
-
previous: import("@
|
|
100
|
+
chain: import("@ariestools/sdk").BrandedHex;
|
|
101
|
+
previous: import("@ariestools/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("@
|
|
108
|
+
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
109
109
|
protocol?: number | undefined;
|
|
110
|
-
step_hashes?: import("@
|
|
110
|
+
step_hashes?: import("@ariestools/sdk").BrandedHash[] | undefined;
|
|
111
111
|
};
|
|
112
112
|
};
|
|
113
113
|
/** toUnsignedBlockBoundWitness constant. */
|
|
@@ -121,24 +121,24 @@ export declare const toUnsignedBlockBoundWitness: {
|
|
|
121
121
|
} & {
|
|
122
122
|
readonly __address: true;
|
|
123
123
|
}))[];
|
|
124
|
-
payload_hashes: import("@
|
|
124
|
+
payload_hashes: import("@ariestools/sdk").BrandedHash[];
|
|
125
125
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
126
|
-
previous_hashes: (import("@
|
|
126
|
+
previous_hashes: (import("@ariestools/sdk").BrandedHash | null)[];
|
|
127
127
|
$signatures: null[];
|
|
128
128
|
block: import("../../index.ts").XL1BlockNumber;
|
|
129
|
-
chain: import("@
|
|
130
|
-
previous: import("@
|
|
129
|
+
chain: import("@ariestools/sdk").BrandedHex;
|
|
130
|
+
previous: import("@ariestools/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("@
|
|
137
|
+
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
138
138
|
protocol?: number | undefined;
|
|
139
|
-
step_hashes?: import("@
|
|
139
|
+
step_hashes?: import("@ariestools/sdk").BrandedHash[] | undefined;
|
|
140
140
|
}) | undefined;
|
|
141
|
-
<T>(value: T, assert: import("@
|
|
141
|
+
<T>(value: T, assert: import("@ariestools/sdk").ZodFactoryConfig): T & {
|
|
142
142
|
schema: "network.xyo.boundwitness" & {
|
|
143
143
|
readonly __schema: true;
|
|
144
144
|
};
|
|
@@ -147,22 +147,22 @@ export declare const toUnsignedBlockBoundWitness: {
|
|
|
147
147
|
} & {
|
|
148
148
|
readonly __address: true;
|
|
149
149
|
}))[];
|
|
150
|
-
payload_hashes: import("@
|
|
150
|
+
payload_hashes: import("@ariestools/sdk").BrandedHash[];
|
|
151
151
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
152
|
-
previous_hashes: (import("@
|
|
152
|
+
previous_hashes: (import("@ariestools/sdk").BrandedHash | null)[];
|
|
153
153
|
$signatures: null[];
|
|
154
154
|
block: import("../../index.ts").XL1BlockNumber;
|
|
155
|
-
chain: import("@
|
|
156
|
-
previous: import("@
|
|
155
|
+
chain: import("@ariestools/sdk").BrandedHex;
|
|
156
|
+
previous: import("@ariestools/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("@
|
|
163
|
+
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
164
164
|
protocol?: number | undefined;
|
|
165
|
-
step_hashes?: import("@
|
|
165
|
+
step_hashes?: import("@ariestools/sdk").BrandedHash[] | undefined;
|
|
166
166
|
};
|
|
167
167
|
};
|
|
168
168
|
//# sourceMappingURL=UnsignedBlockBoundWitness.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
/** ChainZod constant. */
|
|
3
|
-
export declare const ChainZod: z.ZodPipe<z.ZodString, z.ZodTransform<import("@
|
|
3
|
+
export declare const ChainZod: z.ZodPipe<z.ZodString, z.ZodTransform<import("@ariestools/sdk").BrandedHex, string>>;
|
|
4
4
|
//# sourceMappingURL=Chain.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Chain.d.ts","sourceRoot":"","sources":["../../../src/chain/Chain.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAIvB,yBAAyB;AACzB,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"Chain.d.ts","sourceRoot":"","sources":["../../../src/chain/Chain.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAIvB,yBAAyB;AACzB,eAAO,MAAM,QAAQ,sFAAqF,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChainAnalyzer.d.ts","sourceRoot":"","sources":["../../../src/chain/ChainAnalyzer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ChainAnalyzer.d.ts","sourceRoot":"","sources":["../../../src/chain/ChainAnalyzer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AACjD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAA;AAElD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAEtD,+BAA+B;AAC/B,MAAM,WAAW,aAAa,CAAC,CAAC,SAAS,OAAO,GAAG,OAAO;IACxD,OAAO,CAAC,KAAK,EAAE,aAAa,GAAG,UAAU,CAAC,OAAO,CAAC,CAAA;IAClD,MAAM,IAAI,CAAC,CAAA;IACX,cAAc,IAAI,OAAO,CAAA;CAC1B"}
|