getAllocations
Developers > Best Yield > getAllocations
Function
function getAllocations(
) external view returns (uint256[] memory);Return values
Value
Description
Last updated
Was this helpful?
Developers > Best Yield > getAllocations
This method returns an array with the last allocations in lending protocols (100% = 100000)
function getAllocations(
) external view returns (uint256[] memory);_allocations
array with lending protocols allocations. Sum is always equal to 100000 (100%)
Last updated
Was this helpful?
Was this helpful?
