UNPKG

@nexex/api

Version:
4 lines (3 loc) 227 B
import { PlainDexOrder, PlainUnsignedOrder } from '@nexex/types'; export declare function getOrderHashHex(order: PlainDexOrder | PlainUnsignedOrder): string; export declare function isValidOrder(order: PlainDexOrder): boolean;