titus-finance / core

MIT License
0 stars 0 forks source link

[Feature] Vault's Deposit Function #1

Open satyvm opened 3 weeks ago

satyvm commented 3 weeks ago

Basic functionality to deposit assets to the vault for Nth deposit round.

Params for Deposits ->

  1. Depositer's Account Address
  2. Vault Address
  3. Amount of Deposit
  4. Type of Deposited Assets
  5. Deposit Round
satyvm commented 3 weeks ago

Currently, not focusing on the "Type of Deposited Assets" as "phantom CollateralType" is a generic parameter.