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

    Type Alias IncentiveData

    Represents the incentive data for a specific token.

    type IncentiveData = {
        incentiveControllerAddress: AccountAddress;
        rewardsTokenInformation: [RewardInfo];
        tokenAddress: AccountAddress;
    }
    Index

    Properties

    incentiveControllerAddress: AccountAddress

    The address of the incentive controller.

    rewardsTokenInformation: [RewardInfo]

    An array containing information about the rewards token.

    tokenAddress: AccountAddress

    The address of the token.