hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
iroha::consensus::yac::PbConverters Class Reference

#include "yac_pb_converters.hpp"

Collaboration diagram for iroha::consensus::yac::PbConverters:
Collaboration graph

Static Public Member Functions

static proto::Vote serializeVotePayload (const VoteMessage &vote)
 
static proto::Vote serializeVote (const VoteMessage &vote)
 
static boost::optional< VoteMessagedeserializeVote (const proto::Vote &pb_vote, logger::LoggerPtr log)
 

Member Function Documentation

◆ deserializeVote()

static boost::optional<VoteMessage> iroha::consensus::yac::PbConverters::deserializeVote ( const proto::Vote &  pb_vote,
logger::LoggerPtr  log 
)
inlinestatic
Here is the call graph for this function:
Here is the caller graph for this function:

◆ serializeVote()

static proto::Vote iroha::consensus::yac::PbConverters::serializeVote ( const VoteMessage vote)
inlinestatic
Here is the call graph for this function:
Here is the caller graph for this function:

◆ serializeVotePayload()

static proto::Vote iroha::consensus::yac::PbConverters::serializeVotePayload ( const VoteMessage vote)
inlinestatic
Here is the call graph for this function:
Here is the caller graph for this function:

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