For the complete documentation index, see llms.txt. This page is also available as Markdown.

lastNAVBB

Developers > Yield Tranches > Methods > lastNAVBB

This method returns the last saved net asset value (TVL) for BB (Junior) tranches only.

Function

function lastNAVBB(
) external view returns(uint256);

Return values

Value
Description

_val

last saved net asset value (in token) for BB tranches

Last updated

Was this helpful?