package node

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Dispersal

node.proto:12

service Retrieval

node.proto:33

message BatchHeader

node.proto:204

BatchHeader (see core/data.go#BatchHeader)

Used in: AttestBatchRequest, StoreChunksRequest

message Blob

node.proto:141

In EigenDA, the original blob to disperse is encoded as a polynomial via taking taking different point evaluations (i.e. erasure coding). These points are split into disjoint subsets which are assigned to different operator nodes in the EigenDA network. The data in this message is a subset of these points that are assigned to a single operator node.

Used in: StoreBlobsRequest, StoreChunksRequest

message BlobHeader

node.proto:173

Used in: Blob, GetBlobHeaderReply

message BlobQuorumInfo

node.proto:195

See BlobQuorumParam as defined in api/proto/disperser/disperser.proto

Used in: BlobHeader

message Bundle

node.proto:154

A Bundle is the collection of chunks associated with a single blob, for a single operator and a single quorum.

Used in: Blob

enum ChunkEncodingFormat

node.proto:97

This describes how the chunks returned in RetrieveChunksReply are encoded. Used to facilitate the decoding of chunks.

Used in: RetrieveChunksReply

message G2Commitment

node.proto:162

Used in: BlobHeader

message MerkleProof

node.proto:126

Used in: GetBlobHeaderReply

message NodeInfoReply

node.proto:215

Node info reply

Used as response type in: Dispersal.NodeInfo, Retrieval.NodeInfo

message NodeInfoRequest

node.proto:212

Node info request

Used as request type in: Dispersal.NodeInfo, Retrieval.NodeInfo

(message has no fields)