IMevEth
SPDX-License-Identifier: SSPL-1.-0
Functions
convertToAssets
convertToAssets()
Converts a given number of shares to assets.
function convertToAssets(uint256 shares) external view returns (uint256);
Parameters
Name | Type | Description |
---|---|---|
shares | uint256 | The number of shares to convert. |
Returns
Name | Type | Description |
---|---|---|
<none> | uint256 | The number of assets. |