getProtocolTokenToGov
Developers > Best Yield > getProtocolTokenToGov
Last updated
Was this helpful?
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);_protocolToken
Address of one of the interest-bearing tokens currently used
address
An array of the address of the governance token
Last updated
Was this helpful?
Was this helpful?
