# Functions
No description provided by the author
No description provided by the author
# Constants
CERTIFIED means the blob has been dispersed and attested by the DA nodes.
ENCODED means that the blob has been encoded and is ready to be dispersed to DA Nodes.
FAILED means that the blob has failed permanently (for reasons other than insufficient signatures, which is a separate state).
INSUFFICIENT_SIGNATURES means that the confirmation threshold for the blob was not met for at least one quorum.
QUEUED means that the blob has been queued by the disperser for processing.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
Enum value maps for BlobStatus.
Enum value maps for BlobStatus.
Disperser_ServiceDesc is the grpc.ServiceDesc for Disperser service.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
Utility method used to generate the commitment of blob given its data.
No description provided by the author
BlobStatusRequest is used to query the status of a blob.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnimplementedDisperserServer must be embedded to have forward compatible implementations.
# Interfaces
DisperserClient is the client API for Disperser service.
DisperserServer is the server API for Disperser service.
UnsafeDisperserServer may be embedded to opt out of forward compatibility for this service.
# Type aliases
BlobStatus represents the status of a blob.