tornado-governance/contracts/v2-vault-and-gas/auction/interfaces/IPayableGovernance.sol

8 lines
151 B
Solidity
Raw Normal View History

2021-11-08 21:22:55 +01:00
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.12;
interface IPayableGovernance {
function receiveEther() external payable returns (bool);
}