Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-kamino-lending
RefreshReserveInput
Interface RefreshReserveInput<TAccountReserve, TAccountLendingMarket, TAccountPythOracle, TAccountSwitchboardPriceOracle, TAccountSwitchboardTwapOracle, TAccountScopePrices>
interface
RefreshReserveInput
<
TAccountReserve
extends
string
=
string
,
TAccountLendingMarket
extends
string
=
string
,
TAccountPythOracle
extends
string
=
string
,
TAccountSwitchboardPriceOracle
extends
string
=
string
,
TAccountSwitchboardTwapOracle
extends
string
=
string
,
TAccountScopePrices
extends
string
=
string
,
>
{
lendingMarket
:
Address
<
TAccountLendingMarket
>
;
pythOracle
?:
Address
<
TAccountPythOracle
>
;
reserve
:
Address
<
TAccountReserve
>
;
scopePrices
?:
Address
<
TAccountScopePrices
>
;
switchboardPriceOracle
?:
Address
<
TAccountSwitchboardPriceOracle
>
;
switchboardTwapOracle
?:
Address
<
TAccountSwitchboardTwapOracle
>
;
}
Type Parameters
TAccountReserve
extends
string
=
string
TAccountLendingMarket
extends
string
=
string
TAccountPythOracle
extends
string
=
string
TAccountSwitchboardPriceOracle
extends
string
=
string
TAccountSwitchboardTwapOracle
extends
string
=
string
TAccountScopePrices
extends
string
=
string
Index
Properties
lending
Market
pyth
Oracle?
reserve
scope
Prices?
switchboard
Price
Oracle?
switchboard
Twap
Oracle?
Properties
lending
Market
lendingMarket
:
Address
<
TAccountLendingMarket
>
Optional
pyth
Oracle
pythOracle
?:
Address
<
TAccountPythOracle
>
reserve
reserve
:
Address
<
TAccountReserve
>
Optional
scope
Prices
scopePrices
?:
Address
<
TAccountScopePrices
>
Optional
switchboard
Price
Oracle
switchboardPriceOracle
?:
Address
<
TAccountSwitchboardPriceOracle
>
Optional
switchboard
Twap
Oracle
switchboardTwapOracle
?:
Address
<
TAccountSwitchboardTwapOracle
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
lending
Market
pyth
Oracle
reserve
scope
Prices
switchboard
Price
Oracle
switchboard
Twap
Oracle
Coda by Ian Macalinao
Loading...