UNPKG

@cowprotocol/cow-sdk

Version:

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

8 lines (7 loc) • 127 B
/** * How was the order signed? */ export declare enum EcdsaSigningScheme { EIP712 = "eip712", ETHSIGN = "ethsign" }