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

    Type Alias PullRewardsTransferStrategy

    Represents the configuration for pulling rewards transfer strategy.

    type PullRewardsTransferStrategy = {
        incentivesController: AccountAddress;
        rewardsAdmin: AccountAddress;
        rewardsVault: AccountAddress;
    }
    Index

    Properties

    incentivesController: AccountAddress

    The address of the incentives controller.

    rewardsAdmin: AccountAddress

    The address of the rewards admin.

    rewardsVault: AccountAddress

    The address of the rewards vault.