UNPKG

@cowprotocol/cow-sdk

Version:

## 📚 [Docs website](https://docs.cow.fi/)

7 lines (6 loc) • 193 B
import { SigningScheme } from '../order-book'; export declare const SIGN_SCHEME_MAP: { eip712: SigningScheme; ethsign: SigningScheme; }; export declare const GAS_LIMIT_DEFAULT: bigint;