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>

11 lines (10 loc) 177 B
/** * The estimated native price for the token * */ export type NativePriceResponse = { /** * Estimated price of the token. */ price?: number; };