Kagome
Polkadot Runtime Engine in C++17
|
A chunk of erasure-encoded block data. More...
#include <collator_messages.hpp>
Public Member Functions | |
SCALE_TIE (3) | |
Public Attributes | |
common::Buffer | chunk |
The erasure-encoded chunk of data belonging to the candidate block. More... | |
ValidatorIndex | index |
The index of this erasure-encoded chunk of data. More... | |
ChunkProof | proof |
Proof for this chunk's branch in the Merkle tree. More... | |
A chunk of erasure-encoded block data.
Definition at line 80 of file collator_messages.hpp.
kagome::network::ErasureChunk::SCALE_TIE | ( | 3 | ) |
common::Buffer kagome::network::ErasureChunk::chunk |
The erasure-encoded chunk of data belonging to the candidate block.
Definition at line 84 of file collator_messages.hpp.
ValidatorIndex kagome::network::ErasureChunk::index |
The index of this erasure-encoded chunk of data.
Definition at line 86 of file collator_messages.hpp.
ChunkProof kagome::network::ErasureChunk::proof |
Proof for this chunk's branch in the Merkle tree.
Definition at line 88 of file collator_messages.hpp.