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

    Interface ApiRewardsGetClaimableResponse

    Response containing the user's claimable rewards.

    interface ApiRewardsGetClaimableResponse {
        rewards: RewardsClaimableReward[];
    }
    Index

    Array of claimable reward entries, one per coin type. Empty array if no rewards are claimable.