Documentation
    Preparing search index...

    Function getAllPositionAccountsByOwner

    • Retrieve a list of position addresses and accounts filtered by the given params.

      Parameters

      • ctx: {
            ctx: WhirlpoolContext;
            includesBundledPositions?: boolean;
            includesPositions?: boolean;
            includesPositionsWithTokenExtensions?: boolean;
            owner: Address;
        }

        The whirlpool context

      Returns Promise<PositionMap>

      The map of position addresses to position accounts