CompoundLYM
CompoundLendingYieldManager V0
deposit
The deposit function
function deposit(bool _isNativeDeposit, address _reserveTokenAddress, uint256 _depositAmount) external payable override nonReentrant returns (uint)
withdraw
The withdraw function
function withdraw(bool _isNativeWithdraw, address _reserveTokenAddress, uint256 _withdrawAmount) external override nonReentrant returns (uint)
Last updated