Nado Typescript SDK Documentation
    Preparing search index...

    Interface EngineServerPlaceOrderParams

    interface EngineServerPlaceOrderParams {
        id: null | number;
        product_id: number;
        order: EIP712OrderValues;
        signature: string;
        spot_leverage: null | boolean;
    }
    Index

    Properties

    id: null | number
    product_id: number
    signature: string
    spot_leverage: null | boolean