UNPKG

@cowprotocol/cow-sdk

Version:

<p align="center"> <img width="400" src="https://github.com/cowprotocol/cow-sdk/raw/main/docs/images/CoW.png" /> </p>

6 lines (5 loc) 178 B
export declare class CowError extends Error { error_code?: string; constructor(message: string, error_code?: string); } export declare const logPrefix = "cow-sdk:";