Documentation
    Preparing search index...

    Interface SqrtPriceSlippageBounds

    interface SqrtPriceSlippageBounds {
        maxSqrtPrice: bigint;
        minSqrtPrice: bigint;
    }
    Index

    Properties

    maxSqrtPrice: bigint
    minSqrtPrice: bigint