Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-kamino-lending
getRepayObligationLiquidityInstruction
Function getRepayObligationLiquidityInstruction
getRepayObligationLiquidityInstruction
<
TAccountOwner
extends
string
,
TAccountObligation
extends
string
,
TAccountLendingMarket
extends
string
,
TAccountRepayReserve
extends
string
,
TAccountReserveLiquidityMint
extends
string
,
TAccountReserveDestinationLiquidity
extends
string
,
TAccountUserSourceLiquidity
extends
string
,
TAccountTokenProgram
extends
string
,
TAccountInstructionSysvarAccount
extends
string
,
TProgramAddress
extends
Address
=
Address
<
"KLend2g3cP87fffoy8q1mQqGKjrxjC8boSyAYavgmjD"
>
,
>
(
input
:
RepayObligationLiquidityInput
<
TAccountOwner
,
TAccountObligation
,
TAccountLendingMarket
,
TAccountRepayReserve
,
TAccountReserveLiquidityMint
,
TAccountReserveDestinationLiquidity
,
TAccountUserSourceLiquidity
,
TAccountTokenProgram
,
TAccountInstructionSysvarAccount
,
>
,
config
?:
{
programAddress
?:
TProgramAddress
}
,
)
:
RepayObligationLiquidityInstruction
<
TProgramAddress
,
TAccountOwner
,
TAccountObligation
,
TAccountLendingMarket
,
TAccountRepayReserve
,
TAccountReserveLiquidityMint
,
TAccountReserveDestinationLiquidity
,
TAccountUserSourceLiquidity
,
TAccountTokenProgram
,
TAccountInstructionSysvarAccount
,
>
Type Parameters
TAccountOwner
extends
string
TAccountObligation
extends
string
TAccountLendingMarket
extends
string
TAccountRepayReserve
extends
string
TAccountReserveLiquidityMint
extends
string
TAccountReserveDestinationLiquidity
extends
string
TAccountUserSourceLiquidity
extends
string
TAccountTokenProgram
extends
string
TAccountInstructionSysvarAccount
extends
string
TProgramAddress
extends
Address
=
Address
<
"KLend2g3cP87fffoy8q1mQqGKjrxjC8boSyAYavgmjD"
>
Parameters
input
:
RepayObligationLiquidityInput
<
TAccountOwner
,
TAccountObligation
,
TAccountLendingMarket
,
TAccountRepayReserve
,
TAccountReserveLiquidityMint
,
TAccountReserveDestinationLiquidity
,
TAccountUserSourceLiquidity
,
TAccountTokenProgram
,
TAccountInstructionSysvarAccount
,
>
Optional
config
:
{
programAddress
?:
TProgramAddress
}
Returns
RepayObligationLiquidityInstruction
<
TProgramAddress
,
TAccountOwner
,
TAccountObligation
,
TAccountLendingMarket
,
TAccountRepayReserve
,
TAccountReserveLiquidityMint
,
TAccountReserveDestinationLiquidity
,
TAccountUserSourceLiquidity
,
TAccountTokenProgram
,
TAccountInstructionSysvarAccount
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...