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