Skip to main content

Interface: SignOrderCancellationParams

Parameters for signing an order cancellation.

Param

The CoW Protocol chainId context that's being used.

Param

The signer who initially placed the order intent.

Param

The unique identifier of the order to cancel.

Param

The signing scheme to use for the signature.

Properties

chainId

chainId: SupportedChainId

Defined in

external/cow-sdk/src/order-signing/types.ts:37


orderUid

orderUid: string

Defined in

external/cow-sdk/src/order-signing/types.ts:39


signer

signer: Signer

Defined in

external/cow-sdk/src/order-signing/types.ts:38


signingScheme

signingScheme: EcdsaSigningScheme

Defined in

external/cow-sdk/src/order-signing/types.ts:40