Type alias ReplaceOrderArgs

ReplaceOrderArgs: {
    cancelOrderId: string;
    newOrderArgs: PlaceOrderArgs;
}

Type declaration

Generated using TypeDoc