description |
---|
description |
description
function process(address recipient, uint256 rewardsToProcess) external;
description
event WorkCompleted(address indexed recipient, uint256 totalRewards, Task[] jobs);
description
struct Task {
bytes32 id;
bool success;
bytes error;
}