Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-kamino-lending
DepositObligationCollateralInput
Interface DepositObligationCollateralInput<TAccountOwner, TAccountObligation, TAccountLendingMarket, TAccountDepositReserve, TAccountReserveDestinationCollateral, TAccountUserSourceCollateral, TAccountTokenProgram, TAccountInstructionSysvarAccount>
interface
DepositObligationCollateralInput
<
TAccountOwner
extends
string
=
string
,
TAccountObligation
extends
string
=
string
,
TAccountLendingMarket
extends
string
=
string
,
TAccountDepositReserve
extends
string
=
string
,
TAccountReserveDestinationCollateral
extends
string
=
string
,
TAccountUserSourceCollateral
extends
string
=
string
,
TAccountTokenProgram
extends
string
=
string
,
TAccountInstructionSysvarAccount
extends
string
=
string
,
>
{
collateralAmount
:
number
|
bigint
;
depositReserve
:
Address
<
TAccountDepositReserve
>
;
instructionSysvarAccount
?:
Address
<
TAccountInstructionSysvarAccount
>
;
lendingMarket
:
Address
<
TAccountLendingMarket
>
;
obligation
:
Address
<
TAccountObligation
>
;
owner
:
TransactionSigner
<
TAccountOwner
>
;
reserveDestinationCollateral
:
Address
<
TAccountReserveDestinationCollateral
>
;
tokenProgram
?:
Address
<
TAccountTokenProgram
>
;
userSourceCollateral
:
Address
<
TAccountUserSourceCollateral
>
;
}
Type Parameters
TAccountOwner
extends
string
=
string
TAccountObligation
extends
string
=
string
TAccountLendingMarket
extends
string
=
string
TAccountDepositReserve
extends
string
=
string
TAccountReserveDestinationCollateral
extends
string
=
string
TAccountUserSourceCollateral
extends
string
=
string
TAccountTokenProgram
extends
string
=
string
TAccountInstructionSysvarAccount
extends
string
=
string
Index
Properties
collateral
Amount
deposit
Reserve
instruction
Sysvar
Account?
lending
Market
obligation
owner
reserve
Destination
Collateral
token
Program?
user
Source
Collateral
Properties
collateral
Amount
collateralAmount
:
number
|
bigint
deposit
Reserve
depositReserve
:
Address
<
TAccountDepositReserve
>
Optional
instruction
Sysvar
Account
instructionSysvarAccount
?:
Address
<
TAccountInstructionSysvarAccount
>
lending
Market
lendingMarket
:
Address
<
TAccountLendingMarket
>
obligation
obligation
:
Address
<
TAccountObligation
>
owner
owner
:
TransactionSigner
<
TAccountOwner
>
reserve
Destination
Collateral
reserveDestinationCollateral
:
Address
<
TAccountReserveDestinationCollateral
>
Optional
token
Program
tokenProgram
?:
Address
<
TAccountTokenProgram
>
user
Source
Collateral
userSourceCollateral
:
Address
<
TAccountUserSourceCollateral
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
collateral
Amount
deposit
Reserve
instruction
Sysvar
Account
lending
Market
obligation
owner
reserve
Destination
Collateral
token
Program
user
Source
Collateral
Coda by Ian Macalinao
Loading...