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

ValueDescription

address

An array of protocol tokens currently supported

Last updated