interface ValidateEngineOrderParams {
    productId: number;
    orderbookAddr: string;
    chainId: BigNumberish;
    order: EIP712OrderParams;
}

Properties

productId: number
orderbookAddr: string
chainId: BigNumberish