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>

11 lines (10 loc) 144 B
/** * The total surplus. * */ export type TotalSurplus = { /** * The total surplus. */ totalSurplus?: string; };