Enum pallas_blockfetch::Message [−][src]
pub enum Message {
RequestRange {
range: (Point, Point),
},
ClientDone,
StartBatch,
NoBlocks,
Block {
body: Vec<u8>,
},
BatchDone,
}
pub enum Message {
RequestRange {
range: (Point, Point),
},
ClientDone,
StartBatch,
NoBlocks,
Block {
body: Vec<u8>,
},
BatchDone,
}
RequestRange
ClientDone
StartBatch
NoBlocks
Block
BatchDone