#include <node_signature.h>
Inherited by ccf::PrimarySignature.
◆ NodeSignature() [1/5]
◆ NodeSignature() [2/5]
ccf::NodeSignature::NodeSignature |
( |
const std::vector< uint8_t > & |
sig_, |
|
|
const NodeId & |
node_, |
|
|
Nonce |
hashed_nonce_ |
|
) |
| |
|
inline |
◆ NodeSignature() [3/5]
ccf::NodeSignature::NodeSignature |
( |
const NodeId & |
node_, |
|
|
Nonce |
hashed_nonce_ |
|
) |
| |
|
inline |
◆ NodeSignature() [4/5]
ccf::NodeSignature::NodeSignature |
( |
const NodeId & |
node_ | ) |
|
|
inline |
◆ NodeSignature() [5/5]
ccf::NodeSignature::NodeSignature |
( |
| ) |
|
|
default |
◆ deserialize()
static NodeSignature ccf::NodeSignature::deserialize |
( |
const uint8_t *& |
data, |
|
|
size_t & |
size |
|
) |
| |
|
inlinestatic |
◆ get_serialized_size()
size_t ccf::NodeSignature::get_serialized_size |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ operator==()
bool ccf::NodeSignature::operator== |
( |
const NodeSignature & |
o | ) |
const |
|
inline |
◆ serialize()
void ccf::NodeSignature::serialize |
( |
uint8_t *& |
data, |
|
|
size_t & |
size |
|
) |
| const |
|
inline |
◆ hashed_nonce
Nonce ccf::NodeSignature::hashed_nonce |
Hashed nonce created by the node, only used for BFT.
◆ node
NodeId ccf::NodeSignature::node |
◆ sig
std::vector<uint8_t> ccf::NodeSignature::sig |
The documentation for this struct was generated from the following file: