AaveV3LikeOperationSafetyAssertionBase
Inherits: LendingBaseAssertion
Title: AaveV3LikeOperationSafetyAssertionBase
Author: Phylax Systems
Shared assertion wrapper for Aave v3-like lending suites.
The protocol adapter lives in AaveV3LikeHelpers.sol. Keeping one implementation avoids
selector, bitmap, and call-window accounting drift between consumers.
Constants
SUITE
ILendingProtectionSuite internal immutable SUITE
Functions
constructor
constructor(ILendingProtectionSuite suite_) ;
_suite
function _suite() internal view override returns (ILendingProtectionSuite);