Nado Typescript SDK Documentation
    Preparing search index...

    Interface EngineServerPlaceIsolatedOrderParams

    interface EngineServerPlaceIsolatedOrderParams {
        id: null | number;
        product_id: number;
        isolated_order: EIP712OrderValues;
        signature: string;
        borrow_margin: null | boolean;
    }
    Index

    Properties

    id: null | number
    product_id: number
    isolated_order: EIP712OrderValues
    signature: string
    borrow_margin: null | boolean