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

    Type Alias PartialFarmsStakedPositionObject

    PartialFarmsStakedPositionObject: Omit<FarmsStakedPositionObject, "rewardCoins"> & {
        rewardCoins: Omit<FarmsStakedPositionRewardCoin, "coinType">[];
    }

    A staked-position view used by legacy ownership reads.

    The reward entries omit coinType because the legacy object response does not include the reward type alongside each parallel reward array.

    Type Declaration