IReinvestModule

Git Source

This interface defines the essential structures and functions for the ReinvestModule contract.

Functions

VERSION

function VERSION() external pure returns (string memory version);

aavePMProxyAddress

function aavePMProxyAddress() external view returns (address aavePMProxyAddress);

reinvest

function reinvest() external returns (uint256 reinvestedDebt);

Errors

ReinvestModule__InvalidAavePMProxyAddress

error ReinvestModule__InvalidAavePMProxyAddress();