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) 156 B
/** * Where should the `buyToken` be transferred to? */ export declare enum BuyTokenDestination { ERC20 = "erc20", INTERNAL = "internal" }