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

    Type Alias UserReserveIncentiveData

    Represents the incentive data for a user's reserve.

    type UserReserveIncentiveData = {
        aTokenIncentivesUserData: UserIncentiveData;
        underlyingAsset: AccountAddress;
        vTokenIncentivesUserData: UserIncentiveData;
    }
    Index

    Properties

    aTokenIncentivesUserData: UserIncentiveData

    The incentive data for the aToken.

    underlyingAsset: AccountAddress

    The address of the underlying asset.

    vTokenIncentivesUserData: UserIncentiveData

    The incentive data for the vToken.