#include <signatures.h>
Inherits ccf::NodeSignature.
|
| | PrimarySignature ()=default |
| |
| | PrimarySignature (ccf::NodeId node_, ccf::SeqNo seqno_) |
| |
| | PrimarySignature (ccf::crypto::Sha256Hash root_) |
| |
| | PrimarySignature (const ccf::NodeId &node_, ccf::SeqNo seqno_, ccf::View view_, const ccf::crypto::Sha256Hash root_, Nonce hashed_nonce_, const std::vector< uint8_t > &sig_, ccf::crypto::Pem cert_) |
| |
| | NodeSignature (const NodeSignature &ns)=default |
| |
| | NodeSignature (std::vector< uint8_t > sig_, NodeId node_, Nonce hashed_nonce_) |
| |
| | NodeSignature (NodeId node_, Nonce hashed_nonce_) |
| |
| | NodeSignature (NodeId node_) |
| |
| | NodeSignature ()=default |
| |
| NodeSignature & | operator= (const NodeSignature &ns)=default |
| |
| bool | operator== (const NodeSignature &o) const |
| |
| size_t | get_serialized_size () const |
| |
| void | serialize (uint8_t *&data, size_t &size) const |
| |
◆ PrimarySignature() [1/4]
| ccf::PrimarySignature::PrimarySignature |
( |
| ) |
|
|
default |
◆ PrimarySignature() [2/4]
◆ PrimarySignature() [3/4]
◆ PrimarySignature() [4/4]
◆ cert
Service-endorsed certificate of the node which produced the signature.
◆ commit_seqno
| ccf::SeqNo ccf::PrimarySignature::commit_seqno = 0 |
◆ commit_view
| ccf::View ccf::PrimarySignature::commit_view = 0 |
◆ root
Root of the Merkle Tree as of seqno - 1.
◆ seqno
Sequence number of the signature transaction.
◆ view
View of the signature transaction.
The documentation for this struct was generated from the following file: