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

    Type Alias RewardsConfigInput

    Represents the input configuration for rewards.

    type RewardsConfigInput = {
        asset: AccountAddress;
        distributionEnd: bigint;
        emissionPerSecond: bigint;
        pullRewardsTransferStrategy: AccountAddress;
        reward: AccountAddress;
        totalSupply: bigint;
    }
    Index

    Properties

    asset: AccountAddress

    The address of the asset.

    distributionEnd: bigint

    The timestamp when distribution ends.

    emissionPerSecond: bigint

    The emission rate per second.

    pullRewardsTransferStrategy: AccountAddress

    The address of the pull rewards transfer strategy.

    reward: AccountAddress

    The address of the reward token.

    totalSupply: bigint

    The total supply of the reward token.