aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface ApiHarvestSuiFrenFeesBody

    Inputs for building a transaction that harvests fees from positions.

    interface ApiHarvestSuiFrenFeesBody {
        stakedPositionIds: string[];
        walletAddress: string;
    }
    Index
    stakedPositionIds: string[]

    Owned staked-position IDs to harvest.

    walletAddress: string

    Transaction sender and fee recipient.