/**
* Unique identifier for the order: 56bytes encoded ashexwith `0x`
* prefix.
*
* Bytes 0..32 are the order digest, bytes30..52 the owner address and
* bytes52..56 the expiry (`validTo`) as a `uint32` unix epoch timestamp.
*/
export type UID = string;