Messages
(a.k.a. external functions)
The Lending Pool Messages are grouped into 7 categories:\
Lending Pool Actions - messages providing core Lending Pool functionalities like depositing, repaying, borrowing, repaying, etc...
Lending Pool Flash - a single message providing Flash Loan functionality.
Lending Pool Maintain - a single message allowing for accumulating interest.
Lending Pool Manage - access controlled messages allowing for adding new assets to the protocol, modifying parameters, freezing, etc ...
Lending Pool View - messages responsible for accessing the contract storage - should be used only by an external caller.
The two last categories are used internally by the proxy Tokens representing the deposit and debt of an account in the protocol:
A Token Interface - messages used by the proxy token representing deposit
B Token Interface - messages used by the proxy token representing debt.
Last updated