Interface CachedReserveInfo

The data structure for a reserve account

Property

The reserve account

Property

The price of the asset being stored in the reserve account. USD per smallest unit (1u64) of a token

Property

The value of the deposit note (unit: reserve tokens per note token)

Property

The value of the loan note (unit: reserve tokens per note token)

Property

The minimum allowable collateralization ratio for a loan on this reserve

Property

The last slot that this information was updated in

Property

Whether the cache has been invalidated

Hierarchy

  • CachedReserveInfo

Properties

depositNoteExchangeRate: BN
invalidated: number
lastUpdated: BN
loanNoteExchangeRate: BN
minCollateralRatio: BN
price: BN
reserve: PublicKey

Generated using TypeDoc