UNPKG

@cowprotocol/cow-sdk

Version:

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

8 lines (7 loc) • 142 B
/** * The protocol fee is taken as a percent of the surplus. */ export type Surplus = { factor: number; maxVolumeFactor: number; };