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>

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