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) 195 B
import type { EcdsaSignature } from './EcdsaSignature'; import type { PreSignature } from './PreSignature'; /** * A signature. */ export type Signature = (EcdsaSignature | PreSignature);