SimpleLoanRepaymentTargetQuote
@liquidium/client / SimpleLoanRepaymentTargetQuote
Interface: SimpleLoanRepaymentTargetQuote
Defined in: packages/client/src/modules/simple-loans/types.ts:345
Fee-inclusive repayment quote for one transfer target.
Properties
amount
amount:
bigint
Defined in: packages/client/src/modules/simple-loans/types.ts:347
Full amount to send to the repayment target, including fee and interest buffer.
inflowFeeAmount
inflowFeeAmount:
bigint
Defined in: packages/client/src/modules/simple-loans/types.ts:349
Inflow fee amount in base units added to the repayment transfer. Falls back to the protocol minimum when live estimation is unavailable.
inflowFeeEstimateAvailable
inflowFeeEstimateAvailable:
boolean
Defined in: packages/client/src/modules/simple-loans/types.ts:351
Whether inflowFeeAmount came from a live fee estimate.
target
target:
SupplyTarget
Defined in: packages/client/src/modules/simple-loans/types.ts:353
Address or ICRC account where the repayment should be sent.