DelegationAwareAToken
The special type of aToken that are minted and burned upon supply and withdraw of assets that has voting power associated (which can be delegated) with them. These aTokens are enabled to delegate voting power of the underlying asset to a different address.
DelegationAwareAToken enables/implements all the methods available for aTokens with additional
delegateUnderlyingTo
method.function delegateUnderlyingTo(address delegatee)
Delegates voting power of the underlying asset to a
delegatee
address.This method can only be called by
POOL_ADMIN.
Last modified 1yr ago