Representation of an LP (share) coin position for a specific vault.
This is typically returned by API endpoints that enumerate a wallet's vault
positions. lpAmount is the raw on-chain balance for the vault's LP coin type.
Notes:
lpAmountUsd is a convenience valuation derived from current vault TVL and LP supply.
The LP coin itself is an on-chain Coin<T> object, but here we expose the derived,
aggregated view needed by UIs.
Representation of an LP (share) coin position for a specific vault.
This is typically returned by API endpoints that enumerate a wallet's vault positions.
lpAmountis the raw on-chain balance for the vault's LP coin type.Notes:
lpAmountUsdis a convenience valuation derived from current vault TVL and LP supply.Coin<T>object, but here we expose the derived, aggregated view needed by UIs.