UNPKG

@cowprotocol/cow-sdk

Version:

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

9 lines (8 loc) • 248 B
import type { Address } from './Address'; import type { FeePolicy } from './FeePolicy'; import type { TokenAmount } from './TokenAmount'; export type ExecutedProtocolFee = { policy?: FeePolicy; amount?: TokenAmount; token?: Address; };