Developers > Yield Tranches > Methods > strategy
Last updated 1 year ago
Ecosystem
Developers
Community
Analytics
This method returns the address of the lending strategy used for deploying capital.
function strategy( ) external view returns(address);
_val
Address of the strategy used to lend funds.