UNPKG

@cowprotocol/cow-sdk

Version:

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

5 lines (4 loc) • 129 B
/** * Some `calldata` sent to a contract in a transaction encoded as a hex with `0x` prefix. */ export type CallData = string;