strategy

Developers > Yield Tranches > Methods > strategy

This method returns the address of the lending strategy used for deploying capital.

Function

function strategy(
) external view returns(address);

Return values

ValueDescription

_val

Address of the strategy used to lend funds.

Last updated