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>

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