Kagome
Polkadot Runtime Engine in C++17
kagome::consensus::grandpa::CompactCommit Struct Reference

#include <structs.hpp>

Collaboration diagram for kagome::consensus::grandpa::CompactCommit:

Public Member Functions

 SCALE_TIE (4)
 

Public Attributes

primitives::BlockHash target_hash
 
primitives::BlockNumber target_number
 
std::vector< Precommitprecommits {}
 
std::vector< std::pair< Signature, Id > > auth_data {}
 

Detailed Description

Definition at line 189 of file structs.hpp.

Member Function Documentation

kagome::consensus::grandpa::CompactCommit::SCALE_TIE ( )

Member Data Documentation

std::vector<std::pair<Signature, Id> > kagome::consensus::grandpa::CompactCommit::auth_data {}

Definition at line 200 of file structs.hpp.

std::vector<Precommit> kagome::consensus::grandpa::CompactCommit::precommits {}

Definition at line 198 of file structs.hpp.

primitives::BlockHash kagome::consensus::grandpa::CompactCommit::target_hash

Definition at line 193 of file structs.hpp.

primitives::BlockNumber kagome::consensus::grandpa::CompactCommit::target_number

Definition at line 195 of file structs.hpp.


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