Interface TReserve

The data structure for a reserve account

Property

The version of the reserve account

Property

The index of the reserve account

Property

The exponent of the reserve token

Property

The market account

Property

The price aggregator for the reserve token

Property

The mint for the reserve token

Property

The mint for the deposit note

Property

The mint for the loan note

Property

The vault account

Property

The fee note vault account

Property

The protocol fee note vault account

Property

The config for the reserve

Property

Reserved space for future use

Property

Reserved space for future use

Property

The state of the reserve

Property

The decoded state of the reserve

Hierarchy

  • TReserve

Properties

depositNoteMint: PublicKey
exponent: number
feeNoteVault: PublicKey
index: number
loanNoteMint: PublicKey
market: PublicKey
protocolFeeNoteVault: PublicKey
reserved0: number[]
reserved1: number[]
state: number[]
switchboardPriceAggregator: PublicKey
tokenMint: PublicKey
vault: PublicKey
version: number

Generated using TypeDoc