UNPKG

@f5i23q999d/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) 273 B
import type { PriceImprovement } from './PriceImprovement.js'; import type { Surplus } from './Surplus.js'; import type { Volume } from './Volume.js'; /** * Defines the ways to calculate the protocol fee. */ export type FeePolicy = (Surplus | Volume | PriceImprovement);