performDeposit

performDeposit (Source, address _poolAddress, uint256 _tranche, uint256 _amount)

This is either called by the rebalance() function or directly by the vault admin. When called, the vault contract will instruct the Vault Operator contract to invest in the respective desk contract.

Last updated