Underlying Balance
The user's underlying balance is representing their assets in the protocol, is equal to the user's qToken balance multiplied by the Exchange Rate.
QToken
account: The account to get the underlying balance of.
RETURN: The amount of underlying currently owned by the account
Solidity
Ethers.js
Last updated