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>

6 lines (5 loc) 119 B
import type { BigUint } from './BigUint'; export type ExecutedAmounts = { sell: BigUint; buy: BigUint; };