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

    Type Alias RewardInfo

    Represents information about a reward token.

    type RewardInfo = {
        emissionEndTimestamp: bigint;
        emissionPerSecond: bigint;
        incentivesLastUpdateTimestamp: bigint;
        precision: number;
        priceFeedDecimals: number;
        rewardPriceFeed: bigint;
        rewardTokenAddress: AccountAddress;
        rewardTokenDecimals: number;
        rewardTokenSymbol: string;
        tokenIncentivesIndex: bigint;
    }
    Index

    Properties

    emissionEndTimestamp: bigint

    The timestamp when the emission ends.

    emissionPerSecond: bigint

    The emission rate of the reward token per second.

    incentivesLastUpdateTimestamp: bigint

    The timestamp of the last update to the incentives.

    precision: number

    The precision of the reward calculations.

    priceFeedDecimals: number

    The number of decimals in the price feed.

    rewardPriceFeed: bigint

    The price feed of the reward token.

    rewardTokenAddress: AccountAddress

    The address of the reward token.

    rewardTokenDecimals: number

    The number of decimals of the reward token.

    rewardTokenSymbol: string

    The symbol of the reward token.

    tokenIncentivesIndex: bigint

    The index of the token incentives.