ISavingsXDaiAdapter
Author: StakeWise
Defines the interface for the SavingsXDaiAdapter
Functions
depositXDAI
Convert xDAI to sDAI
function depositXDAI(address receiver) external payable returns (uint256);
Parameters
| Name | Type | Description |
|---|---|---|
receiver | address | The address of the receiver |
Returns
| Name | Type | Description |
|---|---|---|
<none> | uint256 | The amount of sDAI received |