Nado Typescript SDK Documentation
    Preparing search index...

    Type Alias PlaceOrdersParams

    type PlaceOrdersParams = {
        orders: PlaceOrderParams[];
        stopOnFailure?: boolean;
    }
    Index

    Properties

    stopOnFailure?: boolean