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>

7 lines (6 loc) 187 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;