UNPKG

@cowprotocol/cow-sdk

Version:

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

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