Skip to content

Commit

Permalink
add taskReponse type
Browse files Browse the repository at this point in the history
  • Loading branch information
afkbyte committed May 25, 2024
1 parent d7994a8 commit 86a5aa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/avs.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (

type TaskIndex = uint32
type TaskResponseDigest = Bytes32
type TaskResponse = []byte

type SignedTaskResponseDigest struct {
TaskResponseDigest TaskResponseDigest
Expand Down

0 comments on commit 86a5aa1

Please sign in to comment.