IRateProvider
SPDX-License-Identifier: SSPL-1.-0
Functions
getRate
getRate()
Returns the current rate of a given asset.
function getRate() external view returns (uint256);
Returns
Name | Type | Description |
---|---|---|
<none> | uint256 | uint256 The current rate of the asset. |