UNPKG

@cowprotocol/cow-sdk

Version:

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

10 lines (9 loc) • 172 B
/** * How was the order signed? */ export declare enum SigningScheme { EIP712 = "eip712", ETHSIGN = "ethsign", PRESIGN = "presign", EIP1271 = "eip1271" }