Coda by Ian Macalinao
Preparing search index...
@solana-programs/kamino-lending
FarmsPluginAccounts
Type Alias FarmsPluginAccounts
type
FarmsPluginAccounts
=
{
farmsGlobalConfig
:
ReturnType
<
typeof
getFarmsGlobalConfigCodec
>
&
SelfFetchFunctions
<
FarmsGlobalConfigArgs
,
FarmsGlobalConfig
,
>
;
farmState
:
ReturnType
<
typeof
getFarmStateCodec
>
&
SelfFetchFunctions
<
FarmStateArgs
,
FarmState
,
>
;
farmsUserState
:
ReturnType
<
typeof
getFarmsUserStateCodec
>
&
SelfFetchFunctions
<
FarmsUserStateArgs
,
FarmsUserState
,
>
;
oraclePrices
:
ReturnType
<
typeof
getOraclePricesCodec
>
&
SelfFetchFunctions
<
OraclePricesArgs
,
OraclePrices
,
>
;
}
Index
Properties
farms
Global
Config
farm
State
farms
User
State
oracle
Prices
Properties
farms
Global
Config
farmsGlobalConfig
:
ReturnType
<
typeof
getFarmsGlobalConfigCodec
>
&
SelfFetchFunctions
<
FarmsGlobalConfigArgs
,
FarmsGlobalConfig
,
>
farm
State
farmState
:
ReturnType
<
typeof
getFarmStateCodec
>
&
SelfFetchFunctions
<
FarmStateArgs
,
FarmState
,
>
farms
User
State
farmsUserState
:
ReturnType
<
typeof
getFarmsUserStateCodec
>
&
SelfFetchFunctions
<
FarmsUserStateArgs
,
FarmsUserState
,
>
oracle
Prices
oraclePrices
:
ReturnType
<
typeof
getOraclePricesCodec
>
&
SelfFetchFunctions
<
OraclePricesArgs
,
OraclePrices
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
farms
Global
Config
farm
State
farms
User
State
oracle
Prices
Coda by Ian Macalinao
Loading...