Interfaces

IMevEth

IMevEth

IMevEth.sol Git Source

Functions

convertToAssets

convertToAssets()

Converts a given number of shares to assets.

function convertToAssets(uint256 shares) external view returns (uint256);

Parameters

NameTypeDescription
sharesuint256The number of shares to convert.

Returns

NameTypeDescription
<none>uint256The number of assets.