summaryrefslogtreecommitdiffstats
path: root/contracts/NodeInfoOracle.sol
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/NodeInfoOracle.sol')
-rw-r--r--contracts/NodeInfoOracle.sol12
1 files changed, 0 insertions, 12 deletions
diff --git a/contracts/NodeInfoOracle.sol b/contracts/NodeInfoOracle.sol
deleted file mode 100644
index 4fbdf44..0000000
--- a/contracts/NodeInfoOracle.sol
+++ /dev/null
@@ -1,12 +0,0 @@
-pragma solidity ^0.5.0;
-
-contract NodeInfoOracle {
- function delegators(uint256 Round, address NodeAddress, uint256 Index) view public returns (address owner, uint256 value, uint256 undelegated_at) {
- }
-
- function delegatorsLength(uint256 Round, address NodeAddress) view public returns (uint256) {
- }
-
- function delegatorsOffset(uint256 Round, address NodeAddress, address DelegatorAddress) view public returns (int256) {
- }
-}