Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-kamino-lending
RefreshFarmInput
Interface RefreshFarmInput<TAccountFarmState, TAccountScopePrices>
interface
RefreshFarmInput
<
TAccountFarmState
extends
string
=
string
,
TAccountScopePrices
extends
string
=
string
,
>
{
farmState
:
Address
<
TAccountFarmState
>
;
scopePrices
?:
Address
<
TAccountScopePrices
>
;
}
Type Parameters
TAccountFarmState
extends
string
=
string
TAccountScopePrices
extends
string
=
string
Index
Properties
farm
State
scope
Prices?
Properties
farm
State
farmState
:
Address
<
TAccountFarmState
>
Optional
scope
Prices
scopePrices
?:
Address
<
TAccountScopePrices
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
farm
State
scope
Prices
Coda by Ian Macalinao
Loading...