Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Francisco <fg@frang.io>
10 lines
241 B
Solidity
10 lines
241 B
Solidity
// SPDX-License-Identifier: MIT
|
|
// OpenZeppelin Contracts (last updated v4.9.0) (interfaces/IERC5805.sol)
|
|
|
|
pragma solidity ^0.8.0;
|
|
|
|
import "../governance/utils/IVotes.sol";
|
|
import "./IERC6372.sol";
|
|
|
|
interface IERC5805 is IERC6372, IVotes {}
|