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

    Interface ApiHarvestFarmsRewardsBody

    Parameters for harvesting selected reward types from one or more positions.

    interface ApiHarvestFarmsRewardsBody {
        claimSuiAsAfSui?: boolean;
        rewardCoinTypes: string[];
        stakeCoinType: string;
        stakedPositionIds: string[];
        stakingPoolId: string;
        walletAddress: string;
    }
    Index
    claimSuiAsAfSui?: boolean

    Whether SUI rewards should be claimed as afSUI when supported.

    rewardCoinTypes: string[]

    Reward coin types to harvest for each position.

    stakeCoinType: string

    Fully qualified Move type of the staked coin.

    stakedPositionIds: string[]

    Staked-position object IDs to harvest.

    stakingPoolId: string

    Staking pool object ID that owns the positions.

    walletAddress: string

    Address that signs the transaction.