@aave/aave-v3-aptos-ts-sdk - v0.0.53
    Preparing search index...

    Type Alias UserRewardInfo

    Represents the reward information for a user.

    type UserRewardInfo = {
        priceFeedDecimals: number;
        rewardPriceFeed: bigint;
        rewardTokenAddress: AccountAddress;
        rewardTokenDecimals: number;
        rewardTokenSymbol: string;
        tokenIncentivesUserIndex: bigint;
        userUnclaimedRewards: bigint;
    }
    Index

    Properties

    priceFeedDecimals: number

    The number of decimals in the price feed.

    rewardPriceFeed: bigint

    The price feed of the reward.

    rewardTokenAddress: AccountAddress

    The address of the reward token.

    rewardTokenDecimals: number

    The number of decimals in the reward token.

    rewardTokenSymbol: string

    The symbol of the reward token.

    tokenIncentivesUserIndex: bigint

    The user's index in the token incentives.

    userUnclaimedRewards: bigint

    The amount of unclaimed rewards for the user.