FeeConfig
Inherits: IERC165
Author: Mure
Interface for fee configuration with support for ERC-165 detection.
Functions
getPoolFee
function getPoolFee(address poolApp, string calldata poolName, uint256 amount)
external
returns (uint256 feeAmount, address recipient);
setPoolFee
function setPoolFee(address poolApp, string calldata poolName, uint16 feePercentage, address feeRecipient) external;
poolFeePercentage
function poolFeePercentage(address poolApp, string calldata poolName) external view returns (uint16 feePercentage);