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.

Refer aToken docs for full list of contract api

delegateUnderlyingTo

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 updated