export type ErrorDetails = { address?: string; calldata?: string; cause?: unknown; functionName?: string; sender?: string; value?: string; tag?: string; }; export type TxError = string | { details?: ErrorDetails; message: string; }; //# sourceMappingURL=types.d.ts.map