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>

8 lines (7 loc) 271 B
import type { PriceImprovement } from './PriceImprovement'; import type { Surplus } from './Surplus'; import type { Volume } from './Volume'; /** * Defines the ways to calculate the protocol fee. */ export type FeePolicy = (Surplus | Volume | PriceImprovement);