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