package relay

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

service Relay

relay.proto:7

Relay is a service that provides access to public relay functionality.

message ChunkRequest

relay.proto:93

A request for chunks within a specific blob. Requests are fulfilled in all-or-nothing fashion. If any of the requested chunks are not found or are unable to be fetched, the entire request will fail.

Used in: GetChunksRequest

message ChunkRequestByIndex

relay.proto:74

A request for chunks within a specific blob. Each chunk is requested individually by its index.

Used in: ChunkRequest

message ChunkRequestByRange

relay.proto:82

A request for chunks within a specific blob. Each chunk is requested a range of indices.

Used in: ChunkRequest

message GetChunksReply

relay.proto:103

The reply to a GetChunks request.

Used as response type in: Relay.GetChunks, Relay.GetValidatorChunks