tokenbridge-contracts/contracts/interfaces/IInterestReceiver.sol

6 lines
115 B
Solidity

pragma solidity 0.4.24;
interface IInterestReceiver {
function onInterestReceived(address _token) external;
}