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>

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