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