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

    Type Alias UserIncentiveData

    Represents the incentive data for a user.

    type UserIncentiveData = {
        incentiveControllerAddress: AccountAddress;
        tokenAddress: AccountAddress;
        userRewardsInformation: [UserRewardInfo];
    }
    Index

    Properties

    incentiveControllerAddress: AccountAddress

    The address of the incentive controller.

    tokenAddress: AccountAddress

    The address of the token.

    userRewardsInformation: [UserRewardInfo]

    An array containing information about user rewards.