Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-kamino-lending
SetStakeDelegatedInstruction
Type Alias SetStakeDelegatedInstruction<TProgram, TAccountDelegateAuthority, TAccountUserState, TAccountFarmState, TRemainingAccounts>
SetStakeDelegatedInstruction
:
Instruction
<
TProgram
>
&
InstructionWithData
<
ReadonlyUint8Array
,
>
&
InstructionWithAccounts
<
[
TAccountDelegateAuthority
extends
string
?
ReadonlySignerAccount
<
TAccountDelegateAuthority
>
&
AccountSignerMeta
<
TAccountDelegateAuthority
,
>
:
TAccountDelegateAuthority
,
TAccountUserState
extends
string
?
WritableAccount
<
TAccountUserState
>
:
TAccountUserState
,
TAccountFarmState
extends
string
?
WritableAccount
<
TAccountFarmState
>
:
TAccountFarmState
,
...
TRemainingAccounts
,
]
,
>
Type Parameters
TProgram
extends
string
=
typeof
FARMS_PROGRAM_ADDRESS
TAccountDelegateAuthority
extends
string
|
AccountMeta
=
string
TAccountUserState
extends
string
|
AccountMeta
=
string
TAccountFarmState
extends
string
|
AccountMeta
=
string
TRemainingAccounts
extends
readonly
AccountMeta
[]
=
[
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...