UNPKG

@cowprotocol/cow-sdk

Version:

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

8 lines (7 loc) • 149 B
/** * Where should the `buyToken` be transferred to? */ export declare enum BuyTokenDestination { ERC20 = "erc20", INTERNAL = "internal" }