Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-kamino-lending
WithdrawProtocolFeeInstruction
Type Alias WithdrawProtocolFeeInstruction<TProgram, TAccountGlobalConfig, TAccountLendingMarket, TAccountReserve, TAccountReserveLiquidityMint, TAccountLendingMarketAuthority, TAccountFeeVault, TAccountFeeCollectorAta, TAccountTokenProgram, TRemainingAccounts>
WithdrawProtocolFeeInstruction
:
Instruction
<
TProgram
>
&
InstructionWithData
<
ReadonlyUint8Array
,
>
&
InstructionWithAccounts
<
[
TAccountGlobalConfig
extends
string
?
ReadonlyAccount
<
TAccountGlobalConfig
>
:
TAccountGlobalConfig
,
TAccountLendingMarket
extends
string
?
ReadonlyAccount
<
TAccountLendingMarket
>
:
TAccountLendingMarket
,
TAccountReserve
extends
string
?
ReadonlyAccount
<
TAccountReserve
>
:
TAccountReserve
,
TAccountReserveLiquidityMint
extends
string
?
ReadonlyAccount
<
TAccountReserveLiquidityMint
>
:
TAccountReserveLiquidityMint
,
TAccountLendingMarketAuthority
extends
string
?
ReadonlyAccount
<
TAccountLendingMarketAuthority
>
:
TAccountLendingMarketAuthority
,
TAccountFeeVault
extends
string
?
WritableAccount
<
TAccountFeeVault
>
:
TAccountFeeVault
,
TAccountFeeCollectorAta
extends
string
?
WritableAccount
<
TAccountFeeCollectorAta
>
:
TAccountFeeCollectorAta
,
TAccountTokenProgram
extends
string
?
ReadonlyAccount
<
TAccountTokenProgram
>
:
TAccountTokenProgram
,
...
TRemainingAccounts
,
]
,
>
Type Parameters
TProgram
extends
string
=
typeof
KAMINO_LENDING_PROGRAM_ADDRESS
TAccountGlobalConfig
extends
string
|
AccountMeta
=
string
TAccountLendingMarket
extends
string
|
AccountMeta
=
string
TAccountReserve
extends
string
|
AccountMeta
=
string
TAccountReserveLiquidityMint
extends
string
|
AccountMeta
=
string
TAccountLendingMarketAuthority
extends
string
|
AccountMeta
=
string
TAccountFeeVault
extends
string
|
AccountMeta
=
string
TAccountFeeCollectorAta
extends
string
|
AccountMeta
=
string
TAccountTokenProgram
extends
string
|
AccountMeta
=
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
TRemainingAccounts
extends
readonly
AccountMeta
[]
=
[
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...