Documentation
    Preparing search index...

    Type Alias CollectAllPositionAddressParams

    CollectAllPositionAddressParams: { positions: Address[] } & CollectAllParams

    Parameters to collect all fees and rewards from a list of positions.

    An array of Whirlpool position addresses.

    The destination wallet that collected fees & reward will be sent to. Defaults to ctx.wallet key.

    The wallet key that contains the position token. Defaults to ctx.wallet key.

    The authority key that can authorize operation on the position. Defaults to ctx.wallet key.

    The key that will pay for the initialization of ATA token accounts. Defaults to ctx.wallet key.