DelegationAwareTToken
The special type of tToken that are minted and burned upon supply and withdrawl of assets that has voting power associated (which can be delegated) with them. These tTokens are enabled to delegate the voting power of the underlying asset to a different address.
DelegationAwaretToken enables/implements all the methods available for tTokens with additional
delegateUnderlyingTo
method.Refer
tToken
docs for full list of contract APIfunction 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