getAllAvailableTokens
Developers > Best Yield > getAllAvailableTokens
Function
function getAllAvailableTokens(
) external view returns (address[] memory);Return values
Value
Description
Last updated
Was this helpful?
Developers > Best Yield > getAllAvailableTokens
This method gives a list of currently used protocol tokens (cDAI, aDAI).
function getAllAvailableTokens(
) external view returns (address[] memory);address
An array of protocol tokens currently supported
Last updated
Was this helpful?
Was this helpful?
