Lender

Lender Actions

Transactional Functions

SetApprovedCollateralToLender Contract

SetApprovedCollateralToLender.sol contract is used to approve or disapprove a collateral asset for a third-party lender.

function cloneContract(string memory lender, string memory collateral, bool value)

Process:

  • Validates the collateral address and lender string.

  • Sets the approval status in the concrete storage.

Last updated