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>

9 lines (8 loc) 273 B
/** * Unique identifier for the order: 56 bytes encoded as hex with `0x` * prefix. * * Bytes 0..32 are the order digest, bytes 30..52 the owner address and * bytes 52..56 the expiry (`validTo`) as a `uint32` unix epoch timestamp. */ export type UID = string;