UNPKG

@cowprotocol/cow-sdk

Version:

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

5 lines (4 loc) • 261 B
import { OrderTypedData } from './types'; import { UnsignedOrder } from '../order-signing'; import { SupportedChainId } from '../chains'; export declare function getOrderTypedData(chainId: SupportedChainId, orderToSign: UnsignedOrder): Promise<OrderTypedData>;