Nado Typescript SDK Documentation
    Preparing search index...

    Interface EngineServerPlaceOrderParams

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

    Properties

    id: number | null
    product_id: number
    order: EIP712OrderValues
    signature: string
    spot_leverage: boolean | null
    borrow_margin: boolean | null