Kagome
Polkadot Runtime Engine in C++17
|
#include <structs.hpp>
Public Member Functions | |
SCALE_TIE (4) | |
Public Attributes | |
primitives::BlockHash | target_hash |
primitives::BlockNumber | target_number |
std::vector< Precommit > | precommits {} |
std::vector< std::pair< Signature, Id > > | auth_data {} |
Definition at line 189 of file structs.hpp.
kagome::consensus::grandpa::CompactCommit::SCALE_TIE | ( | 4 | ) |
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.