Skip to content

Commit 1ac13fa

Browse files
authored
feat: add recipient to ClaimedReward type (#31)
2 parents a4b2668 + 39ec43b commit 1ac13fa

File tree

3 files changed

+287
-275
lines changed

3 files changed

+287
-275
lines changed

gen/api-ts/eigenlayer/sidecar/v1/rewards/rewards.pb.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ export type ClaimedReward = {
249249
amount?: string
250250
distributionRoot?: string
251251
blockNumber?: string
252+
recipient?: string
252253
}
253254

254255
export type GetClaimedRewardsByBlockRequest = {

0 commit comments

Comments
 (0)