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

IENavView

IENavView

Provides view methods to retrieve token balances and NAV without modifying state

Designed for off-chain queries like DeFiLlama, subgraphs, or ZK proof generation

getNavDataView

function getNavDataView() external view returns (struct NavView.NavData navData)

Returns complete NAV data for the pool

Return Values

Name
Type
Description

navData

struct NavView.NavData

Struct containing totalValue, unitaryValue, and timestamp

getAppTokensAndBalancesView

function getAppTokensAndBalancesView() external view returns (struct AppTokenBalance[] apps)

Returns application token balances for external positions

Return Values

Name
Type
Description

apps

struct AppTokenBalance[]

Array of AppTokenBalance structs with balances

Last updated