UNPKG

@cowprotocol/cow-sdk

Version:

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

4 lines (3 loc) • 217 B
import type { Order } from '@cowprotocol/contracts'; import type { SupportedChainId } from './chains'; export declare function computeOrderUid(chainId: SupportedChainId, owner: string, order: Order): Promise<string>;