UNPKG

@cowprotocol/cow-sdk

Version:

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

7 lines (6 loc) • 117 B
/** * The protocol fee is taken as a percent of the order volume. */ export type Volume = { factor: number; };