Optional
data: helpers.TReservePrivate
connOptional
dataGet specific information about the configuration of the reserve. Example include fees charges, expected collateralization ratios and interest rate.
The reserve config
Get the top level information needed for each reserve. outstandingDebt, uncollectedFees and protocolUncollectedFees are stored as a special Number type on the backend and therefore need to be converted by dividing by 10^15.
The latest state of the total reserve in string format
Static
decodeStatic
deriveDerive all the associated accounts for a reserve.
The reserve address to derive the accounts for.
The address of the mint for the token stored in the reserve.
Static
loadOptional
maybeMarket: HoneyMarketGenerated using TypeDoc
Returns
gathers all of the state information for the reserve from the chain and converts it into human readable format useable by the front end.