IFeeManager
Functions
feeCollector
function feeCollector() external view returns (address);
depositFee
function depositFee(address relayer, address token, uint256 amount) external;
calcProtocolBps
function calcProtocolBps(uint64 amount, address tokenIn, bytes32 tokenOut, uint16 destChain, uint8 referrerBps)
external
view
returns (uint8);