Git Source
function stake(uint256 _amount, address _recipient) external returns (bool);
function claim(address _recipient) external;