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

    Interface FarmSummary

    TVL and reward TVL metrics returned for one staking pool.

    interface FarmSummary {
        farmId: string;
        rewardsTvl: number;
        tvl: number;
    }
    Index
    farmId: string

    The staking pool object ID represented by the row.

    rewardsTvl: number

    The value of reward balances locked in the pool, in the API's reporting currency.

    tvl: number

    The pool's total value locked, in the API's reporting currency.