snapshot
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
pragma solidity 0.6.9;
|
||||
pragma experimental ABIEncoderV2;
|
||||
|
||||
|
||||
interface IFeeRateModel {
|
||||
function getFeeRate(uint256 amount) external view returns (uint256);
|
||||
function getFeeRate(address trader, uint256 amount) external view returns (uint256);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user