Skip to content

Commit

Permalink
Merge pull request OpenST#750 from gulshanvasnani/composer_contract
Browse files Browse the repository at this point in the history
Composer contract
  • Loading branch information
schemar authored May 29, 2019
2 parents 05d3c13 + 97eb8c6 commit ffff482
Show file tree
Hide file tree
Showing 10 changed files with 1,874 additions and 1 deletion.
8 changes: 7 additions & 1 deletion contracts/gateway/ComposerInterface.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,11 @@ pragma solidity ^0.5.0;


interface ComposerInterface {
function removeStakerProxy(address _owner) external returns(bool);

/**
* @notice It deletes the StakerProxy contract for the staker.
*
* @param _owner Owner of the StakerProxy contract.
*/
function removeStakerProxy(address _owner) external;
}
Loading

0 comments on commit ffff482

Please sign in to comment.