Type alias LpReplaceOrderArgs

LpReplaceOrderArgs: {
    cancelOrderId: string;
    newOrderArgs: LpPlaceOrderArgs;
}

Type declaration

Generated using TypeDoc