Skip to content

Latest commit

 

History

History
59 lines (30 loc) · 798 Bytes

VaultDetails.md

File metadata and controls

59 lines (30 loc) · 798 Bytes

Interface: VaultDetails

Provides details about a specific vault in the system.

Properties

address

address: `0x${string}`

The address of the vault.


name

name: string

A human-readable string identifier for the vault.


description

description: string

A description of the vault.


logoUrl

logoUrl: string

The URL of the vault's logo, which can be displayed in the UI.


tvl

tvl: bigint

The total value of assets locked in the vault, denominated in wei.


apy

apy: number

The average annual yield percentage for the vault, based on historical data.


balance

balance: bigint

The current balance of the connected address in the vault, denominated in wei.