@xyo-network/xl1-protocol 5.4.2 → 5.5.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/dist/neutral/modules/protocol-model/TransferPayload.d.ts +118 -36
- package/dist/neutral/modules/protocol-model/TransferPayload.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/block/AllowedBlockPayload.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/evidence/CandidatePairPayload.d.ts +91 -4
- package/dist/neutral/modules/protocol-model/evidence/CandidatePairPayload.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/evidence/CandidateSeenPayload.d.ts +97 -4
- package/dist/neutral/modules/protocol-model/evidence/CandidateSeenPayload.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/evidence/EvidenceNotePayload.d.ts +103 -4
- package/dist/neutral/modules/protocol-model/evidence/EvidenceNotePayload.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/fields/BlockNumber.d.ts +66 -15
- package/dist/neutral/modules/protocol-model/fields/BlockNumber.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/payload/StepIdentityPayload.d.ts +56 -5
- package/dist/neutral/modules/protocol-model/payload/StepIdentityPayload.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/payload/StepWitness.d.ts +97 -4
- package/dist/neutral/modules/protocol-model/payload/StepWitness.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/payload/application/Exchange/ExchangeOutcome.d.ts +58 -4
- package/dist/neutral/modules/protocol-model/payload/application/Exchange/ExchangeOutcome.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/payload/application/Exchange/ExchangeTerms.d.ts +163 -4
- package/dist/neutral/modules/protocol-model/payload/application/Exchange/ExchangeTerms.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/payload/application/Exchange/PartySecretReveal.d.ts +49 -4
- package/dist/neutral/modules/protocol-model/payload/application/Exchange/PartySecretReveal.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/payload/application/Ordinal/Inscription.d.ts +55 -4
- package/dist/neutral/modules/protocol-model/payload/application/Ordinal/Inscription.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/payload/application/Ordinal/OrdinalTransfer.d.ts +79 -4
- package/dist/neutral/modules/protocol-model/payload/application/Ordinal/OrdinalTransfer.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenDeploy.d.ts +67 -4
- package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenDeploy.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenMint.d.ts +55 -4
- package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenMint.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenTransfer.d.ts +85 -4
- package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenTransfer.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeDestinationObservation.d.ts +100 -5
- package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeDestinationObservation.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeIntent.d.ts +98 -5
- package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeIntent.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeSourceObservation.d.ts +100 -5
- package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeSourceObservation.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/payload/elevatable/ChainStakeIntent.d.ts +105 -10
- package/dist/neutral/modules/protocol-model/payload/elevatable/ChainStakeIntent.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/payload/elevatable/Claim.d.ts +112 -36
- package/dist/neutral/modules/protocol-model/payload/elevatable/Claim.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/payload/elevatable/Hash.d.ts +59 -10
- package/dist/neutral/modules/protocol-model/payload/elevatable/Hash.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/payload/elevatable/StepComplete.d.ts +111 -16
- package/dist/neutral/modules/protocol-model/payload/elevatable/StepComplete.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/payload/elevatable/Time.d.ts +62 -21
- package/dist/neutral/modules/protocol-model/payload/elevatable/Time.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/payload/slash/SlashAdjudicationPayload.d.ts +127 -4
- package/dist/neutral/modules/protocol-model/payload/slash/SlashAdjudicationPayload.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/payload/slash/SlashChallengePayload.d.ts +85 -4
- package/dist/neutral/modules/protocol-model/payload/slash/SlashChallengePayload.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/payload/slash/SlashCommitPayload.d.ts +79 -4
- package/dist/neutral/modules/protocol-model/payload/slash/SlashCommitPayload.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/payload/slash/SlashEvidencePayload.d.ts +79 -4
- package/dist/neutral/modules/protocol-model/payload/slash/SlashEvidencePayload.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/payload/slash/SlashRequestPayload.d.ts +139 -4
- package/dist/neutral/modules/protocol-model/payload/slash/SlashRequestPayload.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/rejection/BlockRejectionPayload.d.ts +178 -41
- package/dist/neutral/modules/protocol-model/rejection/BlockRejectionPayload.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/rejection/TransactionRejectionPayload.d.ts +209 -48
- package/dist/neutral/modules/protocol-model/rejection/TransactionRejectionPayload.d.ts.map +1 -1
- package/dist/neutral/protocol-model.mjs +969 -684
- package/dist/neutral/protocol-model.mjs.map +3 -3
- package/package.json +3 -3
|
@@ -108,7 +108,7 @@ export declare const TransactionRejectionZod: z.ZodMiniObject<{
|
|
|
108
108
|
/** A transaction rejection payload representing a rejected transaction with reasons. */
|
|
109
109
|
export type TransactionRejection = z.infer<typeof TransactionRejectionZod>;
|
|
110
110
|
/** Type guard that checks if a value is a TransactionRejection payload. */
|
|
111
|
-
export declare const isTransactionRejection: (
|
|
111
|
+
export declare const isTransactionRejection: <T>(value: T) => value is T & {
|
|
112
112
|
schema: "network.xyo.transaction.rejection" & {
|
|
113
113
|
readonly __schema: true;
|
|
114
114
|
};
|
|
@@ -161,56 +161,217 @@ export declare const isTransactionRejection: (x?: unknown) => x is {
|
|
|
161
161
|
$version?: number | undefined;
|
|
162
162
|
};
|
|
163
163
|
/** Casts a value to TransactionRejection or returns undefined if invalid. */
|
|
164
|
-
export declare const asTransactionRejection:
|
|
165
|
-
|
|
166
|
-
|
|
164
|
+
export declare const asTransactionRejection: {
|
|
165
|
+
<T>(value: T): (T & {
|
|
166
|
+
schema: "network.xyo.transaction.rejection" & {
|
|
167
|
+
readonly __schema: true;
|
|
168
|
+
};
|
|
169
|
+
errors: {
|
|
170
|
+
[x: string]: unknown;
|
|
171
|
+
hash: import("@ariestools/sdk").BrandedHash;
|
|
172
|
+
name: string;
|
|
173
|
+
message?: string | undefined;
|
|
174
|
+
}[];
|
|
175
|
+
rejector: string;
|
|
176
|
+
transaction: [{
|
|
177
|
+
schema: "network.xyo.boundwitness" & {
|
|
178
|
+
readonly __schema: true;
|
|
179
|
+
};
|
|
180
|
+
addresses: (import("@xyo-network/sdk").XyoQuantAddress | (Lowercase<string> & {
|
|
181
|
+
readonly __hex: true;
|
|
182
|
+
} & {
|
|
183
|
+
readonly __address: true;
|
|
184
|
+
}))[];
|
|
185
|
+
payload_hashes: import("@ariestools/sdk").BrandedHash[];
|
|
186
|
+
payload_schemas: import("@xyo-network/sdk").BrandedSchema<string>[];
|
|
187
|
+
previous_hashes: (import("@ariestools/sdk").BrandedHash | null)[];
|
|
188
|
+
$signatures: (import("@ariestools/sdk").BrandedHex | null)[];
|
|
189
|
+
nbf: import('../index.js').XL1BlockNumber;
|
|
190
|
+
exp: import('../index.js').XL1BlockNumber;
|
|
191
|
+
fees: {
|
|
192
|
+
base: import("@ariestools/sdk").BrandedHex;
|
|
193
|
+
gasLimit: import("@ariestools/sdk").BrandedHex;
|
|
194
|
+
gasPrice: import("@ariestools/sdk").BrandedHex;
|
|
195
|
+
priority: import("@ariestools/sdk").BrandedHex;
|
|
196
|
+
};
|
|
197
|
+
chain: import("@ariestools/sdk").BrandedHex;
|
|
198
|
+
from: (Lowercase<string> & {
|
|
199
|
+
readonly __hex: true;
|
|
200
|
+
} & {
|
|
201
|
+
readonly __address: true;
|
|
202
|
+
}) | import("@xyo-network/sdk").XyoQuantAddress;
|
|
203
|
+
$destination?: import("@xyo-network/sdk").XyoQuantAddress | (Lowercase<string> & {
|
|
204
|
+
readonly __hex: true;
|
|
205
|
+
} & {
|
|
206
|
+
readonly __address: true;
|
|
207
|
+
}) | undefined;
|
|
208
|
+
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
209
|
+
$version?: 1000000 | undefined;
|
|
210
|
+
script?: string[] | undefined;
|
|
211
|
+
}, {
|
|
212
|
+
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
213
|
+
$version?: number | undefined;
|
|
214
|
+
}[]];
|
|
215
|
+
$version?: number | undefined;
|
|
216
|
+
}) | undefined;
|
|
217
|
+
<T>(value: T, assert: import("@ariestools/sdk").ZodFactoryConfig): T & {
|
|
218
|
+
schema: "network.xyo.transaction.rejection" & {
|
|
219
|
+
readonly __schema: true;
|
|
220
|
+
};
|
|
221
|
+
errors: {
|
|
222
|
+
[x: string]: unknown;
|
|
223
|
+
hash: import("@ariestools/sdk").BrandedHash;
|
|
224
|
+
name: string;
|
|
225
|
+
message?: string | undefined;
|
|
226
|
+
}[];
|
|
227
|
+
rejector: string;
|
|
228
|
+
transaction: [{
|
|
229
|
+
schema: "network.xyo.boundwitness" & {
|
|
230
|
+
readonly __schema: true;
|
|
231
|
+
};
|
|
232
|
+
addresses: (import("@xyo-network/sdk").XyoQuantAddress | (Lowercase<string> & {
|
|
233
|
+
readonly __hex: true;
|
|
234
|
+
} & {
|
|
235
|
+
readonly __address: true;
|
|
236
|
+
}))[];
|
|
237
|
+
payload_hashes: import("@ariestools/sdk").BrandedHash[];
|
|
238
|
+
payload_schemas: import("@xyo-network/sdk").BrandedSchema<string>[];
|
|
239
|
+
previous_hashes: (import("@ariestools/sdk").BrandedHash | null)[];
|
|
240
|
+
$signatures: (import("@ariestools/sdk").BrandedHex | null)[];
|
|
241
|
+
nbf: import('../index.js').XL1BlockNumber;
|
|
242
|
+
exp: import('../index.js').XL1BlockNumber;
|
|
243
|
+
fees: {
|
|
244
|
+
base: import("@ariestools/sdk").BrandedHex;
|
|
245
|
+
gasLimit: import("@ariestools/sdk").BrandedHex;
|
|
246
|
+
gasPrice: import("@ariestools/sdk").BrandedHex;
|
|
247
|
+
priority: import("@ariestools/sdk").BrandedHex;
|
|
248
|
+
};
|
|
249
|
+
chain: import("@ariestools/sdk").BrandedHex;
|
|
250
|
+
from: (Lowercase<string> & {
|
|
251
|
+
readonly __hex: true;
|
|
252
|
+
} & {
|
|
253
|
+
readonly __address: true;
|
|
254
|
+
}) | import("@xyo-network/sdk").XyoQuantAddress;
|
|
255
|
+
$destination?: import("@xyo-network/sdk").XyoQuantAddress | (Lowercase<string> & {
|
|
256
|
+
readonly __hex: true;
|
|
257
|
+
} & {
|
|
258
|
+
readonly __address: true;
|
|
259
|
+
}) | undefined;
|
|
260
|
+
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
261
|
+
$version?: 1000000 | undefined;
|
|
262
|
+
script?: string[] | undefined;
|
|
263
|
+
}, {
|
|
264
|
+
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
265
|
+
$version?: number | undefined;
|
|
266
|
+
}[]];
|
|
267
|
+
$version?: number | undefined;
|
|
167
268
|
};
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
}[];
|
|
174
|
-
rejector: string;
|
|
175
|
-
transaction: [{
|
|
176
|
-
schema: "network.xyo.boundwitness" & {
|
|
269
|
+
};
|
|
270
|
+
/** Coerces a value to TransactionRejection or returns undefined if invalid. */
|
|
271
|
+
export declare const toTransactionRejection: {
|
|
272
|
+
(value: unknown): {
|
|
273
|
+
schema: "network.xyo.transaction.rejection" & {
|
|
177
274
|
readonly __schema: true;
|
|
178
275
|
};
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
276
|
+
errors: {
|
|
277
|
+
[x: string]: unknown;
|
|
278
|
+
hash: import("@ariestools/sdk").BrandedHash;
|
|
279
|
+
name: string;
|
|
280
|
+
message?: string | undefined;
|
|
281
|
+
}[];
|
|
282
|
+
rejector: string;
|
|
283
|
+
transaction: [{
|
|
284
|
+
schema: "network.xyo.boundwitness" & {
|
|
285
|
+
readonly __schema: true;
|
|
286
|
+
};
|
|
287
|
+
addresses: (import("@xyo-network/sdk").XyoQuantAddress | (Lowercase<string> & {
|
|
288
|
+
readonly __hex: true;
|
|
289
|
+
} & {
|
|
290
|
+
readonly __address: true;
|
|
291
|
+
}))[];
|
|
292
|
+
payload_hashes: import("@ariestools/sdk").BrandedHash[];
|
|
293
|
+
payload_schemas: import("@xyo-network/sdk").BrandedSchema<string>[];
|
|
294
|
+
previous_hashes: (import("@ariestools/sdk").BrandedHash | null)[];
|
|
295
|
+
$signatures: (import("@ariestools/sdk").BrandedHex | null)[];
|
|
296
|
+
nbf: import('../index.js').XL1BlockNumber;
|
|
297
|
+
exp: import('../index.js').XL1BlockNumber;
|
|
298
|
+
fees: {
|
|
299
|
+
base: import("@ariestools/sdk").BrandedHex;
|
|
300
|
+
gasLimit: import("@ariestools/sdk").BrandedHex;
|
|
301
|
+
gasPrice: import("@ariestools/sdk").BrandedHex;
|
|
302
|
+
priority: import("@ariestools/sdk").BrandedHex;
|
|
303
|
+
};
|
|
304
|
+
chain: import("@ariestools/sdk").BrandedHex;
|
|
305
|
+
from: (Lowercase<string> & {
|
|
306
|
+
readonly __hex: true;
|
|
307
|
+
} & {
|
|
308
|
+
readonly __address: true;
|
|
309
|
+
}) | import("@xyo-network/sdk").XyoQuantAddress;
|
|
310
|
+
$destination?: import("@xyo-network/sdk").XyoQuantAddress | (Lowercase<string> & {
|
|
311
|
+
readonly __hex: true;
|
|
312
|
+
} & {
|
|
313
|
+
readonly __address: true;
|
|
314
|
+
}) | undefined;
|
|
315
|
+
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
316
|
+
$version?: 1000000 | undefined;
|
|
317
|
+
script?: string[] | undefined;
|
|
318
|
+
}, {
|
|
319
|
+
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
320
|
+
$version?: number | undefined;
|
|
321
|
+
}[]];
|
|
322
|
+
$version?: number | undefined;
|
|
323
|
+
} | undefined;
|
|
324
|
+
(value: unknown, assert: import("@ariestools/sdk").ZodFactoryConfig): {
|
|
325
|
+
schema: "network.xyo.transaction.rejection" & {
|
|
326
|
+
readonly __schema: true;
|
|
195
327
|
};
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
328
|
+
errors: {
|
|
329
|
+
[x: string]: unknown;
|
|
330
|
+
hash: import("@ariestools/sdk").BrandedHash;
|
|
331
|
+
name: string;
|
|
332
|
+
message?: string | undefined;
|
|
333
|
+
}[];
|
|
334
|
+
rejector: string;
|
|
335
|
+
transaction: [{
|
|
336
|
+
schema: "network.xyo.boundwitness" & {
|
|
337
|
+
readonly __schema: true;
|
|
338
|
+
};
|
|
339
|
+
addresses: (import("@xyo-network/sdk").XyoQuantAddress | (Lowercase<string> & {
|
|
340
|
+
readonly __hex: true;
|
|
341
|
+
} & {
|
|
342
|
+
readonly __address: true;
|
|
343
|
+
}))[];
|
|
344
|
+
payload_hashes: import("@ariestools/sdk").BrandedHash[];
|
|
345
|
+
payload_schemas: import("@xyo-network/sdk").BrandedSchema<string>[];
|
|
346
|
+
previous_hashes: (import("@ariestools/sdk").BrandedHash | null)[];
|
|
347
|
+
$signatures: (import("@ariestools/sdk").BrandedHex | null)[];
|
|
348
|
+
nbf: import('../index.js').XL1BlockNumber;
|
|
349
|
+
exp: import('../index.js').XL1BlockNumber;
|
|
350
|
+
fees: {
|
|
351
|
+
base: import("@ariestools/sdk").BrandedHex;
|
|
352
|
+
gasLimit: import("@ariestools/sdk").BrandedHex;
|
|
353
|
+
gasPrice: import("@ariestools/sdk").BrandedHex;
|
|
354
|
+
priority: import("@ariestools/sdk").BrandedHex;
|
|
355
|
+
};
|
|
356
|
+
chain: import("@ariestools/sdk").BrandedHex;
|
|
357
|
+
from: (Lowercase<string> & {
|
|
358
|
+
readonly __hex: true;
|
|
359
|
+
} & {
|
|
360
|
+
readonly __address: true;
|
|
361
|
+
}) | import("@xyo-network/sdk").XyoQuantAddress;
|
|
362
|
+
$destination?: import("@xyo-network/sdk").XyoQuantAddress | (Lowercase<string> & {
|
|
363
|
+
readonly __hex: true;
|
|
364
|
+
} & {
|
|
365
|
+
readonly __address: true;
|
|
366
|
+
}) | undefined;
|
|
367
|
+
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
368
|
+
$version?: 1000000 | undefined;
|
|
369
|
+
script?: string[] | undefined;
|
|
370
|
+
}, {
|
|
371
|
+
schema: import("@xyo-network/sdk").BrandedSchema<string>;
|
|
372
|
+
$version?: number | undefined;
|
|
373
|
+
}[]];
|
|
212
374
|
$version?: number | undefined;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
}>;
|
|
375
|
+
};
|
|
376
|
+
};
|
|
216
377
|
//# sourceMappingURL=TransactionRejectionPayload.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TransactionRejectionPayload.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/rejection/TransactionRejectionPayload.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAA;AAK5B,4DAA4D;AAC5D,eAAO,MAAM,0BAA0B;;CAAsD,CAAA;AAC7F,mEAAmE;AACnE,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAA;AAE1E,6EAA6E;AAC7E,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAIxC,CAAA;AAEF,+DAA+D;AAC/D,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGnC,CAAA;AAED,wFAAwF;AACxF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAE1E,2EAA2E;AAC3E,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"TransactionRejectionPayload.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/rejection/TransactionRejectionPayload.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAA;AAK5B,4DAA4D;AAC5D,eAAO,MAAM,0BAA0B;;CAAsD,CAAA;AAC7F,mEAAmE;AACnE,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAA;AAE1E,6EAA6E;AAC7E,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAIxC,CAAA;AAEF,+DAA+D;AAC/D,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGnC,CAAA;AAED,wFAAwF;AACxF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAE1E,2EAA2E;AAC3E,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwC,CAAA;AAC3E,6EAA6E;AAC7E,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAkE,CAAA;AACrG,+EAA+E;AAC/E,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAkE,CAAA"}
|