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) 238 B
/** * The string encoding of a JSON object representing some `appData`. The * format of the JSON expected in the `appData` field is defined * [here](https://github.com/cowprotocol/app-data). * */ export type AppData = string;