UNPKG

@cowprotocol/cow-sdk

Version:

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

7 lines (6 loc) • 181 B
/** * 32 bytes encoded as hex with `0x` prefix. * It's expected to be the hash of the stringified JSON object representing the `appData`. * */ export type AppDataHash = string;