Skip to content

Commit feab74c

Browse files
committed
feat: add SignedTaskResponseV2
1 parent 679ed22 commit feab74c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

core/types/signed_task_response.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ import (
66
)
77

88
type SignedTaskResponse struct {
9+
BatchMerkleRoot [32]byte
10+
BlsSignature bls.Signature
11+
OperatorId eigentypes.OperatorId
12+
}
13+
14+
type SignedTaskResponseV2 struct {
915
BatchMerkleRoot [32]byte
1016
SenderAddress [20]byte
1117
BatchIdentifierHash [32]byte

0 commit comments

Comments
 (0)