Skip to main content

SimpleLoanInitialDepositTargetQuote

@liquidium/client


@liquidium/client / SimpleLoanInitialDepositTargetQuote

Interface: SimpleLoanInitialDepositTargetQuote

Defined in: packages/client/src/modules/simple-loans/types.ts:335

Fee-inclusive collateral deposit quote for one transfer target.

Properties

amount

amount: bigint

Defined in: packages/client/src/modules/simple-loans/types.ts:337

Full amount to send to the collateral deposit target, including fee.


inflowFeeAmount

inflowFeeAmount: bigint

Defined in: packages/client/src/modules/simple-loans/types.ts:339

Inflow fee amount in base units added to the transfer amount.


target

target: SupplyTarget

Defined in: packages/client/src/modules/simple-loans/types.ts:341

Address or ICRC account where the collateral should be sent.