get_event_mapping
Documentation for eth_defi.aave_v3.events.get_event_mapping function.
- get_event_mapping(web3)[source]
Returns tracked event types and mapping.
- Currently we are tracking these events:
ReserveDataUpdated(address indexed reserve, uint256 liquidityRate, uint256 stableBorrowRate, uint256 variableBorrowRate, uint256 liquidityIndex, uint256 variableBorrowIndex)
- Parameters
web3 (web3.main.Web3) –
- Return type