BaseCollateral
Last updated
Was this helpful?
Last updated
Was this helpful?
Abstract contract defining the basic interface for collateral assets.
Deposits collateral into the contract.
Parameters
amount
uint256
The amount of collateral to deposit.
Withdraws collateral from the contract.
Parameters
amount
uint256
The amount of collateral to withdraw.