Coda by Ian Macalinao
Preparing search index...
@solana-programs/kamino-lending
KaminoLendingPluginInstructions
Type Alias KaminoLendingPluginInstructions
type
KaminoLendingPluginInstructions
=
{
borrowObligationLiquidity
:
(
input
:
BorrowObligationLiquidityAsyncInput
,
)
=>
ReturnType
<
typeof
getBorrowObligationLiquidityInstructionAsync
>
&
SelfPlanAndSendFunctions
;
borrowObligationLiquidityV2
:
(
input
:
BorrowObligationLiquidityV2AsyncInput
,
)
=>
ReturnType
<
typeof
getBorrowObligationLiquidityV2InstructionAsync
>
&
SelfPlanAndSendFunctions
;
deleteReferrerStateAndShortUrl
:
(
input
:
DeleteReferrerStateAndShortUrlInput
,
)
=>
ReturnType
<
typeof
getDeleteReferrerStateAndShortUrlInstruction
>
&
SelfPlanAndSendFunctions
;
depositAndWithdraw
:
(
input
:
DepositAndWithdrawInput
,
)
=>
ReturnType
<
typeof
getDepositAndWithdrawInstruction
>
&
SelfPlanAndSendFunctions
;
depositObligationCollateral
:
(
input
:
DepositObligationCollateralInput
,
)
=>
ReturnType
<
typeof
getDepositObligationCollateralInstruction
>
&
SelfPlanAndSendFunctions
;
depositObligationCollateralV2
:
(
input
:
DepositObligationCollateralV2AsyncInput
,
)
=>
ReturnType
<
typeof
getDepositObligationCollateralV2InstructionAsync
>
&
SelfPlanAndSendFunctions
;
depositReserveLiquidity
:
(
input
:
DepositReserveLiquidityAsyncInput
,
)
=>
ReturnType
<
typeof
getDepositReserveLiquidityInstructionAsync
>
&
SelfPlanAndSendFunctions
;
depositReserveLiquidityAndObligationCollateral
:
(
input
:
DepositReserveLiquidityAndObligationCollateralAsyncInput
,
)
=>
ReturnType
<
typeof
getDepositReserveLiquidityAndObligationCollateralInstructionAsync
,
>
&
SelfPlanAndSendFunctions
;
depositReserveLiquidityAndObligationCollateralV2
:
(
input
:
DepositReserveLiquidityAndObligationCollateralV2AsyncInput
,
)
=>
ReturnType
<
typeof
getDepositReserveLiquidityAndObligationCollateralV2InstructionAsync
,
>
&
SelfPlanAndSendFunctions
;
flashBorrowReserveLiquidity
:
(
input
:
FlashBorrowReserveLiquidityAsyncInput
,
)
=>
ReturnType
<
typeof
getFlashBorrowReserveLiquidityInstructionAsync
>
&
SelfPlanAndSendFunctions
;
flashRepayReserveLiquidity
:
(
input
:
FlashRepayReserveLiquidityAsyncInput
,
)
=>
ReturnType
<
typeof
getFlashRepayReserveLiquidityInstructionAsync
>
&
SelfPlanAndSendFunctions
;
idlMissingTypes
:
(
input
:
IdlMissingTypesInput
,
)
=>
ReturnType
<
typeof
getIdlMissingTypesInstruction
>
&
SelfPlanAndSendFunctions
;
initFarmsForReserve
:
(
input
:
InitFarmsForReserveAsyncInput
,
)
=>
ReturnType
<
typeof
getInitFarmsForReserveInstructionAsync
>
&
SelfPlanAndSendFunctions
;
initGlobalConfig
:
(
input
:
MakeOptional
<
InitGlobalConfigAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getInitGlobalConfigInstructionAsync
>
&
SelfPlanAndSendFunctions
;
initLendingMarket
:
(
input
:
InitLendingMarketAsyncInput
,
)
=>
ReturnType
<
typeof
getInitLendingMarketInstructionAsync
>
&
SelfPlanAndSendFunctions
;
initObligation
:
(
input
:
MakeOptional
<
InitObligationInput
,
"feePayer"
>
,
)
=>
ReturnType
<
typeof
getInitObligationInstruction
>
&
SelfPlanAndSendFunctions
;
initObligationFarmsForReserve
:
(
input
:
MakeOptional
<
InitObligationFarmsForReserveAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getInitObligationFarmsForReserveInstructionAsync
>
&
SelfPlanAndSendFunctions
;
initReferrerStateAndShortUrl
:
(
input
:
InitReferrerStateAndShortUrlInput
,
)
=>
ReturnType
<
typeof
getInitReferrerStateAndShortUrlInstruction
>
&
SelfPlanAndSendFunctions
;
initReferrerTokenState
:
(
input
:
MakeOptional
<
InitReferrerTokenStateInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getInitReferrerTokenStateInstruction
>
&
SelfPlanAndSendFunctions
;
initReserve
:
(
input
:
InitReserveAsyncInput
,
)
=>
ReturnType
<
typeof
getInitReserveInstructionAsync
>
&
SelfPlanAndSendFunctions
;
initUserMetadata
:
(
input
:
MakeOptional
<
InitUserMetadataInput
,
"feePayer"
>
,
)
=>
ReturnType
<
typeof
getInitUserMetadataInstruction
>
&
SelfPlanAndSendFunctions
;
liquidateObligationAndRedeemReserveCollateral
:
(
input
:
LiquidateObligationAndRedeemReserveCollateralAsyncInput
,
)
=>
ReturnType
<
typeof
getLiquidateObligationAndRedeemReserveCollateralInstructionAsync
,
>
&
SelfPlanAndSendFunctions
;
liquidateObligationAndRedeemReserveCollateralV2
:
(
input
:
LiquidateObligationAndRedeemReserveCollateralV2Input
,
)
=>
ReturnType
<
typeof
getLiquidateObligationAndRedeemReserveCollateralV2Instruction
,
>
&
SelfPlanAndSendFunctions
;
markObligationForDeleveraging
:
(
input
:
MarkObligationForDeleveragingInput
,
)
=>
ReturnType
<
typeof
getMarkObligationForDeleveragingInstruction
>
&
SelfPlanAndSendFunctions
;
redeemFees
:
(
input
:
RedeemFeesAsyncInput
,
)
=>
ReturnType
<
typeof
getRedeemFeesInstructionAsync
>
&
SelfPlanAndSendFunctions
;
redeemReserveCollateral
:
(
input
:
RedeemReserveCollateralAsyncInput
,
)
=>
ReturnType
<
typeof
getRedeemReserveCollateralInstructionAsync
>
&
SelfPlanAndSendFunctions
;
refreshObligation
:
(
input
:
RefreshObligationInput
,
)
=>
ReturnType
<
typeof
getRefreshObligationInstruction
>
&
SelfPlanAndSendFunctions
;
refreshObligationFarmsForReserve
:
(
input
:
RefreshObligationFarmsForReserveAsyncInput
,
)
=>
ReturnType
<
typeof
getRefreshObligationFarmsForReserveInstructionAsync
>
&
SelfPlanAndSendFunctions
;
refreshReserve
:
(
input
:
RefreshReserveInput
,
)
=>
ReturnType
<
typeof
getRefreshReserveInstruction
>
&
SelfPlanAndSendFunctions
;
refreshReservesBatch
:
(
input
:
RefreshReservesBatchInput
,
)
=>
ReturnType
<
typeof
getRefreshReservesBatchInstruction
>
&
SelfPlanAndSendFunctions
;
repayAndWithdrawAndRedeem
:
(
input
:
RepayAndWithdrawAndRedeemInput
,
)
=>
ReturnType
<
typeof
getRepayAndWithdrawAndRedeemInstruction
>
&
SelfPlanAndSendFunctions
;
repayObligationLiquidity
:
(
input
:
RepayObligationLiquidityInput
,
)
=>
ReturnType
<
typeof
getRepayObligationLiquidityInstruction
>
&
SelfPlanAndSendFunctions
;
repayObligationLiquidityV2
:
(
input
:
RepayObligationLiquidityV2AsyncInput
,
)
=>
ReturnType
<
typeof
getRepayObligationLiquidityV2InstructionAsync
>
&
SelfPlanAndSendFunctions
;
requestElevationGroup
:
(
input
:
RequestElevationGroupInput
,
)
=>
ReturnType
<
typeof
getRequestElevationGroupInstruction
>
&
SelfPlanAndSendFunctions
;
setObligationOrder
:
(
input
:
SetObligationOrderInput
,
)
=>
ReturnType
<
typeof
getSetObligationOrderInstruction
>
&
SelfPlanAndSendFunctions
;
socializeLoss
:
(
input
:
SocializeLossInput
,
)
=>
ReturnType
<
typeof
getSocializeLossInstruction
>
&
SelfPlanAndSendFunctions
;
socializeLossV2
:
(
input
:
SocializeLossV2AsyncInput
,
)
=>
ReturnType
<
typeof
getSocializeLossV2InstructionAsync
>
&
SelfPlanAndSendFunctions
;
updateGlobalConfig
:
(
input
:
UpdateGlobalConfigInput
,
)
=>
ReturnType
<
typeof
getUpdateGlobalConfigInstruction
>
&
SelfPlanAndSendFunctions
;
updateGlobalConfigAdmin
:
(
input
:
UpdateGlobalConfigAdminInput
,
)
=>
ReturnType
<
typeof
getUpdateGlobalConfigAdminInstruction
>
&
SelfPlanAndSendFunctions
;
updateLendingMarket
:
(
input
:
UpdateLendingMarketInput
,
)
=>
ReturnType
<
typeof
getUpdateLendingMarketInstruction
>
&
SelfPlanAndSendFunctions
;
updateLendingMarketOwner
:
(
input
:
UpdateLendingMarketOwnerInput
,
)
=>
ReturnType
<
typeof
getUpdateLendingMarketOwnerInstruction
>
&
SelfPlanAndSendFunctions
;
updateReserveConfig
:
(
input
:
UpdateReserveConfigInput
,
)
=>
ReturnType
<
typeof
getUpdateReserveConfigInstruction
>
&
SelfPlanAndSendFunctions
;
withdrawObligationCollateral
:
(
input
:
WithdrawObligationCollateralAsyncInput
,
)
=>
ReturnType
<
typeof
getWithdrawObligationCollateralInstructionAsync
>
&
SelfPlanAndSendFunctions
;
withdrawObligationCollateralAndRedeemReserveCollateral
:
(
input
:
WithdrawObligationCollateralAndRedeemReserveCollateralAsyncInput
,
)
=>
ReturnType
<
typeof
getWithdrawObligationCollateralAndRedeemReserveCollateralInstructionAsync
,
>
&
SelfPlanAndSendFunctions
;
withdrawObligationCollateralAndRedeemReserveCollateralV2
:
(
input
:
WithdrawObligationCollateralAndRedeemReserveCollateralV2AsyncInput
,
)
=>
ReturnType
<
typeof
getWithdrawObligationCollateralAndRedeemReserveCollateralV2InstructionAsync
,
>
&
SelfPlanAndSendFunctions
;
withdrawObligationCollateralV2
:
(
input
:
WithdrawObligationCollateralV2AsyncInput
,
)
=>
ReturnType
<
typeof
getWithdrawObligationCollateralV2InstructionAsync
>
&
SelfPlanAndSendFunctions
;
withdrawProtocolFee
:
(
input
:
WithdrawProtocolFeeAsyncInput
,
)
=>
ReturnType
<
typeof
getWithdrawProtocolFeeInstructionAsync
>
&
SelfPlanAndSendFunctions
;
withdrawReferrerFees
:
(
input
:
WithdrawReferrerFeesAsyncInput
,
)
=>
ReturnType
<
typeof
getWithdrawReferrerFeesInstructionAsync
>
&
SelfPlanAndSendFunctions
;
}
Index
Properties
borrow
Obligation
Liquidity
borrow
Obligation
Liquidity
V2
delete
Referrer
State
And
Short
Url
deposit
And
Withdraw
deposit
Obligation
Collateral
deposit
Obligation
Collateral
V2
deposit
Reserve
Liquidity
deposit
Reserve
Liquidity
And
Obligation
Collateral
deposit
Reserve
Liquidity
And
Obligation
Collateral
V2
flash
Borrow
Reserve
Liquidity
flash
Repay
Reserve
Liquidity
idl
Missing
Types
init
Farms
For
Reserve
init
Global
Config
init
Lending
Market
init
Obligation
init
Obligation
Farms
For
Reserve
init
Referrer
State
And
Short
Url
init
Referrer
Token
State
init
Reserve
init
User
Metadata
liquidate
Obligation
And
Redeem
Reserve
Collateral
liquidate
Obligation
And
Redeem
Reserve
Collateral
V2
mark
Obligation
For
Deleveraging
redeem
Fees
redeem
Reserve
Collateral
refresh
Obligation
refresh
Obligation
Farms
For
Reserve
refresh
Reserve
refresh
Reserves
Batch
repay
And
Withdraw
And
Redeem
repay
Obligation
Liquidity
repay
Obligation
Liquidity
V2
request
Elevation
Group
set
Obligation
Order
socialize
Loss
socialize
Loss
V2
update
Global
Config
update
Global
Config
Admin
update
Lending
Market
update
Lending
Market
Owner
update
Reserve
Config
withdraw
Obligation
Collateral
withdraw
Obligation
Collateral
And
Redeem
Reserve
Collateral
withdraw
Obligation
Collateral
And
Redeem
Reserve
Collateral
V2
withdraw
Obligation
Collateral
V2
withdraw
Protocol
Fee
withdraw
Referrer
Fees
Properties
borrow
Obligation
Liquidity
borrowObligationLiquidity
:
(
input
:
BorrowObligationLiquidityAsyncInput
,
)
=>
ReturnType
<
typeof
getBorrowObligationLiquidityInstructionAsync
>
&
SelfPlanAndSendFunctions
borrow
Obligation
Liquidity
V2
borrowObligationLiquidityV2
:
(
input
:
BorrowObligationLiquidityV2AsyncInput
,
)
=>
ReturnType
<
typeof
getBorrowObligationLiquidityV2InstructionAsync
>
&
SelfPlanAndSendFunctions
delete
Referrer
State
And
Short
Url
deleteReferrerStateAndShortUrl
:
(
input
:
DeleteReferrerStateAndShortUrlInput
,
)
=>
ReturnType
<
typeof
getDeleteReferrerStateAndShortUrlInstruction
>
&
SelfPlanAndSendFunctions
deposit
And
Withdraw
depositAndWithdraw
:
(
input
:
DepositAndWithdrawInput
,
)
=>
ReturnType
<
typeof
getDepositAndWithdrawInstruction
>
&
SelfPlanAndSendFunctions
deposit
Obligation
Collateral
depositObligationCollateral
:
(
input
:
DepositObligationCollateralInput
,
)
=>
ReturnType
<
typeof
getDepositObligationCollateralInstruction
>
&
SelfPlanAndSendFunctions
deposit
Obligation
Collateral
V2
depositObligationCollateralV2
:
(
input
:
DepositObligationCollateralV2AsyncInput
,
)
=>
ReturnType
<
typeof
getDepositObligationCollateralV2InstructionAsync
>
&
SelfPlanAndSendFunctions
deposit
Reserve
Liquidity
depositReserveLiquidity
:
(
input
:
DepositReserveLiquidityAsyncInput
,
)
=>
ReturnType
<
typeof
getDepositReserveLiquidityInstructionAsync
>
&
SelfPlanAndSendFunctions
deposit
Reserve
Liquidity
And
Obligation
Collateral
depositReserveLiquidityAndObligationCollateral
:
(
input
:
DepositReserveLiquidityAndObligationCollateralAsyncInput
,
)
=>
ReturnType
<
typeof
getDepositReserveLiquidityAndObligationCollateralInstructionAsync
,
>
&
SelfPlanAndSendFunctions
deposit
Reserve
Liquidity
And
Obligation
Collateral
V2
depositReserveLiquidityAndObligationCollateralV2
:
(
input
:
DepositReserveLiquidityAndObligationCollateralV2AsyncInput
,
)
=>
ReturnType
<
typeof
getDepositReserveLiquidityAndObligationCollateralV2InstructionAsync
,
>
&
SelfPlanAndSendFunctions
flash
Borrow
Reserve
Liquidity
flashBorrowReserveLiquidity
:
(
input
:
FlashBorrowReserveLiquidityAsyncInput
,
)
=>
ReturnType
<
typeof
getFlashBorrowReserveLiquidityInstructionAsync
>
&
SelfPlanAndSendFunctions
flash
Repay
Reserve
Liquidity
flashRepayReserveLiquidity
:
(
input
:
FlashRepayReserveLiquidityAsyncInput
,
)
=>
ReturnType
<
typeof
getFlashRepayReserveLiquidityInstructionAsync
>
&
SelfPlanAndSendFunctions
idl
Missing
Types
idlMissingTypes
:
(
input
:
IdlMissingTypesInput
,
)
=>
ReturnType
<
typeof
getIdlMissingTypesInstruction
>
&
SelfPlanAndSendFunctions
init
Farms
For
Reserve
initFarmsForReserve
:
(
input
:
InitFarmsForReserveAsyncInput
,
)
=>
ReturnType
<
typeof
getInitFarmsForReserveInstructionAsync
>
&
SelfPlanAndSendFunctions
init
Global
Config
initGlobalConfig
:
(
input
:
MakeOptional
<
InitGlobalConfigAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getInitGlobalConfigInstructionAsync
>
&
SelfPlanAndSendFunctions
init
Lending
Market
initLendingMarket
:
(
input
:
InitLendingMarketAsyncInput
,
)
=>
ReturnType
<
typeof
getInitLendingMarketInstructionAsync
>
&
SelfPlanAndSendFunctions
init
Obligation
initObligation
:
(
input
:
MakeOptional
<
InitObligationInput
,
"feePayer"
>
,
)
=>
ReturnType
<
typeof
getInitObligationInstruction
>
&
SelfPlanAndSendFunctions
init
Obligation
Farms
For
Reserve
initObligationFarmsForReserve
:
(
input
:
MakeOptional
<
InitObligationFarmsForReserveAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getInitObligationFarmsForReserveInstructionAsync
>
&
SelfPlanAndSendFunctions
init
Referrer
State
And
Short
Url
initReferrerStateAndShortUrl
:
(
input
:
InitReferrerStateAndShortUrlInput
,
)
=>
ReturnType
<
typeof
getInitReferrerStateAndShortUrlInstruction
>
&
SelfPlanAndSendFunctions
init
Referrer
Token
State
initReferrerTokenState
:
(
input
:
MakeOptional
<
InitReferrerTokenStateInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getInitReferrerTokenStateInstruction
>
&
SelfPlanAndSendFunctions
init
Reserve
initReserve
:
(
input
:
InitReserveAsyncInput
,
)
=>
ReturnType
<
typeof
getInitReserveInstructionAsync
>
&
SelfPlanAndSendFunctions
init
User
Metadata
initUserMetadata
:
(
input
:
MakeOptional
<
InitUserMetadataInput
,
"feePayer"
>
,
)
=>
ReturnType
<
typeof
getInitUserMetadataInstruction
>
&
SelfPlanAndSendFunctions
liquidate
Obligation
And
Redeem
Reserve
Collateral
liquidateObligationAndRedeemReserveCollateral
:
(
input
:
LiquidateObligationAndRedeemReserveCollateralAsyncInput
,
)
=>
ReturnType
<
typeof
getLiquidateObligationAndRedeemReserveCollateralInstructionAsync
,
>
&
SelfPlanAndSendFunctions
liquidate
Obligation
And
Redeem
Reserve
Collateral
V2
liquidateObligationAndRedeemReserveCollateralV2
:
(
input
:
LiquidateObligationAndRedeemReserveCollateralV2Input
,
)
=>
ReturnType
<
typeof
getLiquidateObligationAndRedeemReserveCollateralV2Instruction
,
>
&
SelfPlanAndSendFunctions
mark
Obligation
For
Deleveraging
markObligationForDeleveraging
:
(
input
:
MarkObligationForDeleveragingInput
,
)
=>
ReturnType
<
typeof
getMarkObligationForDeleveragingInstruction
>
&
SelfPlanAndSendFunctions
redeem
Fees
redeemFees
:
(
input
:
RedeemFeesAsyncInput
,
)
=>
ReturnType
<
typeof
getRedeemFeesInstructionAsync
>
&
SelfPlanAndSendFunctions
redeem
Reserve
Collateral
redeemReserveCollateral
:
(
input
:
RedeemReserveCollateralAsyncInput
,
)
=>
ReturnType
<
typeof
getRedeemReserveCollateralInstructionAsync
>
&
SelfPlanAndSendFunctions
refresh
Obligation
refreshObligation
:
(
input
:
RefreshObligationInput
,
)
=>
ReturnType
<
typeof
getRefreshObligationInstruction
>
&
SelfPlanAndSendFunctions
refresh
Obligation
Farms
For
Reserve
refreshObligationFarmsForReserve
:
(
input
:
RefreshObligationFarmsForReserveAsyncInput
,
)
=>
ReturnType
<
typeof
getRefreshObligationFarmsForReserveInstructionAsync
>
&
SelfPlanAndSendFunctions
refresh
Reserve
refreshReserve
:
(
input
:
RefreshReserveInput
,
)
=>
ReturnType
<
typeof
getRefreshReserveInstruction
>
&
SelfPlanAndSendFunctions
refresh
Reserves
Batch
refreshReservesBatch
:
(
input
:
RefreshReservesBatchInput
,
)
=>
ReturnType
<
typeof
getRefreshReservesBatchInstruction
>
&
SelfPlanAndSendFunctions
repay
And
Withdraw
And
Redeem
repayAndWithdrawAndRedeem
:
(
input
:
RepayAndWithdrawAndRedeemInput
,
)
=>
ReturnType
<
typeof
getRepayAndWithdrawAndRedeemInstruction
>
&
SelfPlanAndSendFunctions
repay
Obligation
Liquidity
repayObligationLiquidity
:
(
input
:
RepayObligationLiquidityInput
,
)
=>
ReturnType
<
typeof
getRepayObligationLiquidityInstruction
>
&
SelfPlanAndSendFunctions
repay
Obligation
Liquidity
V2
repayObligationLiquidityV2
:
(
input
:
RepayObligationLiquidityV2AsyncInput
,
)
=>
ReturnType
<
typeof
getRepayObligationLiquidityV2InstructionAsync
>
&
SelfPlanAndSendFunctions
request
Elevation
Group
requestElevationGroup
:
(
input
:
RequestElevationGroupInput
,
)
=>
ReturnType
<
typeof
getRequestElevationGroupInstruction
>
&
SelfPlanAndSendFunctions
set
Obligation
Order
setObligationOrder
:
(
input
:
SetObligationOrderInput
,
)
=>
ReturnType
<
typeof
getSetObligationOrderInstruction
>
&
SelfPlanAndSendFunctions
socialize
Loss
socializeLoss
:
(
input
:
SocializeLossInput
,
)
=>
ReturnType
<
typeof
getSocializeLossInstruction
>
&
SelfPlanAndSendFunctions
socialize
Loss
V2
socializeLossV2
:
(
input
:
SocializeLossV2AsyncInput
,
)
=>
ReturnType
<
typeof
getSocializeLossV2InstructionAsync
>
&
SelfPlanAndSendFunctions
update
Global
Config
updateGlobalConfig
:
(
input
:
UpdateGlobalConfigInput
,
)
=>
ReturnType
<
typeof
getUpdateGlobalConfigInstruction
>
&
SelfPlanAndSendFunctions
update
Global
Config
Admin
updateGlobalConfigAdmin
:
(
input
:
UpdateGlobalConfigAdminInput
,
)
=>
ReturnType
<
typeof
getUpdateGlobalConfigAdminInstruction
>
&
SelfPlanAndSendFunctions
update
Lending
Market
updateLendingMarket
:
(
input
:
UpdateLendingMarketInput
,
)
=>
ReturnType
<
typeof
getUpdateLendingMarketInstruction
>
&
SelfPlanAndSendFunctions
update
Lending
Market
Owner
updateLendingMarketOwner
:
(
input
:
UpdateLendingMarketOwnerInput
,
)
=>
ReturnType
<
typeof
getUpdateLendingMarketOwnerInstruction
>
&
SelfPlanAndSendFunctions
update
Reserve
Config
updateReserveConfig
:
(
input
:
UpdateReserveConfigInput
,
)
=>
ReturnType
<
typeof
getUpdateReserveConfigInstruction
>
&
SelfPlanAndSendFunctions
withdraw
Obligation
Collateral
withdrawObligationCollateral
:
(
input
:
WithdrawObligationCollateralAsyncInput
,
)
=>
ReturnType
<
typeof
getWithdrawObligationCollateralInstructionAsync
>
&
SelfPlanAndSendFunctions
withdraw
Obligation
Collateral
And
Redeem
Reserve
Collateral
withdrawObligationCollateralAndRedeemReserveCollateral
:
(
input
:
WithdrawObligationCollateralAndRedeemReserveCollateralAsyncInput
,
)
=>
ReturnType
<
typeof
getWithdrawObligationCollateralAndRedeemReserveCollateralInstructionAsync
,
>
&
SelfPlanAndSendFunctions
withdraw
Obligation
Collateral
And
Redeem
Reserve
Collateral
V2
withdrawObligationCollateralAndRedeemReserveCollateralV2
:
(
input
:
WithdrawObligationCollateralAndRedeemReserveCollateralV2AsyncInput
,
)
=>
ReturnType
<
typeof
getWithdrawObligationCollateralAndRedeemReserveCollateralV2InstructionAsync
,
>
&
SelfPlanAndSendFunctions
withdraw
Obligation
Collateral
V2
withdrawObligationCollateralV2
:
(
input
:
WithdrawObligationCollateralV2AsyncInput
,
)
=>
ReturnType
<
typeof
getWithdrawObligationCollateralV2InstructionAsync
>
&
SelfPlanAndSendFunctions
withdraw
Protocol
Fee
withdrawProtocolFee
:
(
input
:
WithdrawProtocolFeeAsyncInput
,
)
=>
ReturnType
<
typeof
getWithdrawProtocolFeeInstructionAsync
>
&
SelfPlanAndSendFunctions
withdraw
Referrer
Fees
withdrawReferrerFees
:
(
input
:
WithdrawReferrerFeesAsyncInput
,
)
=>
ReturnType
<
typeof
getWithdrawReferrerFeesInstructionAsync
>
&
SelfPlanAndSendFunctions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
borrow
Obligation
Liquidity
borrow
Obligation
Liquidity
V2
delete
Referrer
State
And
Short
Url
deposit
And
Withdraw
deposit
Obligation
Collateral
deposit
Obligation
Collateral
V2
deposit
Reserve
Liquidity
deposit
Reserve
Liquidity
And
Obligation
Collateral
deposit
Reserve
Liquidity
And
Obligation
Collateral
V2
flash
Borrow
Reserve
Liquidity
flash
Repay
Reserve
Liquidity
idl
Missing
Types
init
Farms
For
Reserve
init
Global
Config
init
Lending
Market
init
Obligation
init
Obligation
Farms
For
Reserve
init
Referrer
State
And
Short
Url
init
Referrer
Token
State
init
Reserve
init
User
Metadata
liquidate
Obligation
And
Redeem
Reserve
Collateral
liquidate
Obligation
And
Redeem
Reserve
Collateral
V2
mark
Obligation
For
Deleveraging
redeem
Fees
redeem
Reserve
Collateral
refresh
Obligation
refresh
Obligation
Farms
For
Reserve
refresh
Reserve
refresh
Reserves
Batch
repay
And
Withdraw
And
Redeem
repay
Obligation
Liquidity
repay
Obligation
Liquidity
V2
request
Elevation
Group
set
Obligation
Order
socialize
Loss
socialize
Loss
V2
update
Global
Config
update
Global
Config
Admin
update
Lending
Market
update
Lending
Market
Owner
update
Reserve
Config
withdraw
Obligation
Collateral
withdraw
Obligation
Collateral
And
Redeem
Reserve
Collateral
withdraw
Obligation
Collateral
And
Redeem
Reserve
Collateral
V2
withdraw
Obligation
Collateral
V2
withdraw
Protocol
Fee
withdraw
Referrer
Fees
Coda by Ian Macalinao
Loading...