Skip to content

Commit 8aad04d

Browse files
Add parameter to the respondToTask method of the ServiceManagerContract in docs
1 parent a8d5f59 commit 8aad04d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/2_architecture/components/3_service_manager_contract.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ This method is called to create a new batch verification task that will broadcas
3535
```solidity
3636
function respondToTask(
3737
bytes32 batchMerkleRoot,
38+
address senderAddress,
3839
NonSignerStakesAndSignature memory nonSignerStakesAndSignature
3940
) external
4041
```
@@ -43,6 +44,7 @@ This method is used by the Aggregator once the quorum for a particular task has
4344

4445
* `batchMerkleRoot` is a 256 bit hash representing the Merkle Root of the batch that has been verified and signed by operators.
4546
* `nonSignerStakesAndSignature` is a struct provided by EigenLayer middleware with information about operators' signatures, stakes and quorum for the given task.
47+
* `senderAddress` is the address of the batcher that created the task being responded to.
4648

4749
### Verify batch inclusion
4850

0 commit comments

Comments
 (0)