Aave V3 protocol wrappers for Elixir.
Provides pool reads/writes, oracle price feeds, math conversions,
and typed response structs. Built on the onchain core library.
Discovery
Use OnchainAave.describe/0 for a module overview, OnchainAave.describe/1 for
function listings, and OnchainAave.describe/2 for full function details.
Summary
Functions
Return the list of modules registered with this library.
Return a Level 1 overview of all modules in this library.
Return Level 2 function list for a module (by full atom or short name).
Return Level 3 function detail (or nil if not found).
Functions
@spec __descripex_modules__() :: [module()]
Return the list of modules registered with this library.
@spec describe() :: [map()]
Return a Level 1 overview of all modules in this library.
Return Level 2 function list for a module (by full atom or short name).
Return Level 3 function detail (or nil if not found).