Skip to content

Commit

Permalink
Add changeLifetime function
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed May 17, 2024
1 parent d66ce1b commit 0e4e295
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/ISchainsInternal.sol
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ interface ISchainsInternal {
)
external
returns (uint[] memory);
function changeLifetime(bytes32 schainHash, uint lifetime, uint deposit) external;
function removeSchain(bytes32 schainHash, address from) external;
function removeNodeFromSchain(uint nodeIndex, bytes32 schainHash) external;
function deleteGroup(bytes32 schainHash) external;
Expand Down

0 comments on commit 0e4e295

Please sign in to comment.