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

    Interface ApiRewardsExpectedRewardsResponse

    Response with a single account's expected rewards for an epoch.

    interface ApiRewardsExpectedRewardsResponse {
        domains: RewardsExpectedDomainTokens[];
        epoch: RewardsExpectedEpochInfo;
        total: RewardsExpectedTotals;
    }
    Index

    Per-domain expected reward breakdown.

    The epoch the rewards belong to.

    Totals summed across all domains.