Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

IFeeManager

Git Source

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);