Nado Typescript SDK Documentation
    Preparing search index...

    Interface ValidateEngineOrderParams

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

    Properties

    productId: number
    orderbookAddr: string
    chainId: number