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

    Type Alias AggregatedReserveIncentiveData

    Represents the aggregated incentive data for a reserve.

    type AggregatedReserveIncentiveData = {
        aIncentiveData: IncentiveData;
        underlyingAsset: AccountAddress;
        vIncentiveData: IncentiveData;
    }
    Index

    Properties

    aIncentiveData: IncentiveData

    The incentive data for the aToken.

    underlyingAsset: AccountAddress

    The address of the underlying asset.

    vIncentiveData: IncentiveData

    The incentive data for the variable debt token.