Kagome
Polkadot Runtime Engine in C++17
kagome::network::ErasureChunk Struct Reference

A chunk of erasure-encoded block data. More...

#include <collator_messages.hpp>

Collaboration diagram for kagome::network::ErasureChunk:

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...
 

Detailed Description

A chunk of erasure-encoded block data.

Definition at line 80 of file collator_messages.hpp.

Member Function Documentation

kagome::network::ErasureChunk::SCALE_TIE ( )

Member Data Documentation

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.


The documentation for this struct was generated from the following file: