We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1987a65 commit 2002d94Copy full SHA for 2002d94
packages/ethereum-contracts/contracts/interfaces/superfluid/IYieldBackend.sol
@@ -28,6 +28,7 @@ interface IYieldBackend {
28
/// Invoked by `SuperToken` as delegatecall.
29
/// Deposits the given amount of the underlying asset into the yield backend.
30
function deposit(uint256 amount) external;
31
+
32
33
/// Deposits the maximum amount of the underlying asset into the yield backend.
34
/// Maximum is defined by the underlying asset balance of the SuperToken and the yield backend capacity.
0 commit comments