Functions
totalAssetsDelegated
The total amount of idle assets delegated.delegatedTo
The total amount of idle assets delegated to an address.totalAssetsLent
The total amount of assets lent to Loan contracts.lentTo
The total amount of assets lent to a Loan contract.isLoan
Whether a Loan contract is managed by this vault.askDelegation
Delegates assets to an address.refundDelegation
Refunds delegated assets from an address.forceRefundDelegation
requestLoan
Creates a new instance of a Loan contract with the provided parameters.pushPayments
Adds a list of payments to a Loan contract. Calls Loan#pushPayments.onDebit
Debits an outstanding principal from a Loan contract.pushTranches
Adds a list of tranches to a Loan contract. Calls Loan#pushTranches.fundN
Fundsn
payments from a Loan contract. Calls Loan#fundN.