@argent/x-shared 1.30.1 → 1.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/features/simulation/transactionReview/getErrorMessageAndLabelFromSimulation.d.ts +6 -0
- package/dist/features/simulation/transactionReview/getMessageFromSimulationError.d.ts +3 -0
- package/dist/features/simulation/transactionReview/index.d.ts +2 -0
- package/dist/features/simulation/transactionReview/schema.d.ts +0 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +1853 -2276
- package/dist/simulation.js +1 -1
- package/dist/simulation.mjs +139 -120
- package/dist/transactionVersion-CnOPxZEg.js +1 -0
- package/dist/transactionVersion-DpP30aO1.mjs +2644 -0
- package/package.json +1 -1
- package/dist/schema-3qaq9ugL.mjs +0 -2171
- package/dist/schema-C-_pmcO7.js +0 -1
|
@@ -25178,6 +25178,5 @@ type TransactionSimulation = z.infer<typeof transactionSimulationSchema>;
|
|
|
25178
25178
|
type TransactionSimulationError = z.infer<typeof transactionSimulationErrorSchema>;
|
|
25179
25179
|
export declare function isNotTransactionSimulationError(transaction: TransactionReviewTransaction): transaction is TransactionSimulation;
|
|
25180
25180
|
export declare function isTransactionSimulationError(transaction: TransactionReviewTransaction): transaction is TransactionSimulationError;
|
|
25181
|
-
export declare function getMessageFromSimulationError(simulationError: SimulationError): string;
|
|
25182
25181
|
export type Warning = z.infer<typeof warningSchema>;
|
|
25183
25182
|
export {};
|