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>

9 lines (8 loc) 177 B
/** * Where should the `sellToken` be drawn from? */ export declare enum SellTokenSource { ERC20 = "erc20", INTERNAL = "internal", EXTERNAL = "external" }