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