Initial commit
Lays out directory structure start specifing core interfaces.
This commit is contained in:
6
interfaces/IPairFunctions.sol
Normal file
6
interfaces/IPairFunctions.sol
Normal file
@@ -0,0 +1,6 @@
|
||||
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
pragma solidity ^0.8.13;
|
||||
|
||||
interface IPairFunctions {
|
||||
function price() external returns (uint256);
|
||||
}
|
||||
Reference in New Issue
Block a user