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>

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