Function calculateEstimatedEntryPriceWithL2

  • Parameters

    Returns {
        baseFilled: BN;
        bestPrice: BN;
        entryPrice: BN;
        priceImpact: BN;
        quoteFilled: BN;
        worstPrice: BN;
    }

    • baseFilled: BN
    • bestPrice: BN
    • entryPrice: BN
    • priceImpact: BN
    • quoteFilled: BN
    • worstPrice: BN

Generated using TypeDoc