getProtocolTokenToGov
Developers > Best Yield > getProtocolTokenToGov
This method gives the governance token associated to a protocol token, e.g.
protocolTokenToGov[cDAI]
== COMP address.function getProtocolTokenToGov(
address _protocolToken
) external view returns (address);
Parameter | Description |
---|---|
_protocolToken | Address of one of the interest-bearing tokens currently used |
Value | Description |
---|---|
address | An array of the address of the governance token |
Last modified 11mo ago