# Functions
Deprecated: Use &Config{...} directly instead.
DisperserClient maintains a single underlying grpc connection to the disperser server, through which it sends requests to disperse blobs, get blob status, and retrieve blobs.
EigenDAClient is a wrapper around the DisperserClient which encodes blobs before dispersing them, and decodes them after retrieving them.
No description provided by the author
NewRetrievalClient creates a new retrieval client.
# Structs
BlobChunks is a collection of chunks retrieved from the network which can be recombined into a blob.
No description provided by the author
See the NewEigenDAClient constructor's documentation for details and usage examples.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
IEigenDAClient is a wrapper around the DisperserClient interface which encodes blobs before dispersing them, and decodes them after retrieving them.
No description provided by the author
RetrievalClient is an object that can retrieve blobs from the network.