Layr-Labs / eigensdk-go

Go SDK for building AVSs on Eigenlayer
https://www.eigenlayer.xyz/
Other
63 stars 42 forks source link

Add read only builder #326

Closed juanbono closed 1 month ago

juanbono commented 1 month ago

What Changed? This PR adds a new constructor for what used to be the Clients struct.

Now it is separated into 2 structs:

In this way there is a function for building only the reader part of the clients.

juanbono commented 1 month ago

I addressed all the comments and added some more docs. cc @samlaf