File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,12 +54,10 @@ interface INodeRotation {
5454 returns (uint newNode );
5555 function selectNodeToGroup (bytes32 schainHash ) external returns (uint nodeIndex );
5656
57-
5857 function isSchainCreation (bytes32 schainHash ) external view returns (bool );
5958 function isNewNodeFound (bytes32 schainHash ) external view returns (bool );
6059 function isRotationInProgress (bytes32 schainHash ) external view returns (bool );
6160 function getLeavingHistory (uint nodeIndex ) external view returns (LeavingHistory[] memory );
62- function getOSet (bytes32 schainHash ) external view returns (uint256 [] memory );
6361 function getPreviousNode (bytes32 schainHash , uint256 nodeIndex ) external view returns (uint256 );
6462 function getRotation (bytes32 schainHash ) external view returns (Rotation memory );
6563}
You can’t perform that action at this time.
0 commit comments