public static interface Chainedbft.ChainedBftPhaseMessageOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Chainedbft.QuorumCert |
getJustifyQC()
JustifyQC is the QC of the leader gathered, send to next leader, while the message type is "NEW_VIEW_MESSAGE"
optional .pb.QuorumCert JustifyQC = 4; |
com.google.protobuf.ByteString |
getMsgDigest()
MsgDigest is the digest of the msgg
optional bytes MsgDigest = 5; |
Chainedbft.QuorumCert |
getProposalQC()
The new proposal send to other replicas while the
optional .pb.QuorumCert ProposalQC = 3; |
Chainedbft.SignInfo |
getSignature()
Signature for this msg
optional .pb.SignInfo Signature = 6; |
Chainedbft.QCState |
getType()
Message Type: NEW_VIEW_MESSAGE or QC_MESSAGE
optional .pb.QCState Type = 1; |
int |
getTypeValue()
Message Type: NEW_VIEW_MESSAGE or QC_MESSAGE
optional .pb.QCState Type = 1; |
long |
getViewNumber()
ViewNumber the current view number
optional int64 ViewNumber = 2; |
boolean |
hasJustifyQC()
JustifyQC is the QC of the leader gathered, send to next leader, while the message type is "NEW_VIEW_MESSAGE"
optional .pb.QuorumCert JustifyQC = 4; |
boolean |
hasProposalQC()
The new proposal send to other replicas while the
optional .pb.QuorumCert ProposalQC = 3; |
boolean |
hasSignature()
Signature for this msg
optional .pb.SignInfo Signature = 6; |
int getTypeValue()
Message Type: NEW_VIEW_MESSAGE or QC_MESSAGE
optional .pb.QCState Type = 1;Chainedbft.QCState getType()
Message Type: NEW_VIEW_MESSAGE or QC_MESSAGE
optional .pb.QCState Type = 1;long getViewNumber()
ViewNumber the current view number
optional int64 ViewNumber = 2;boolean hasProposalQC()
The new proposal send to other replicas while the
optional .pb.QuorumCert ProposalQC = 3;Chainedbft.QuorumCert getProposalQC()
The new proposal send to other replicas while the
optional .pb.QuorumCert ProposalQC = 3;boolean hasJustifyQC()
JustifyQC is the QC of the leader gathered, send to next leader, while the message type is "NEW_VIEW_MESSAGE"
optional .pb.QuorumCert JustifyQC = 4;Chainedbft.QuorumCert getJustifyQC()
JustifyQC is the QC of the leader gathered, send to next leader, while the message type is "NEW_VIEW_MESSAGE"
optional .pb.QuorumCert JustifyQC = 4;com.google.protobuf.ByteString getMsgDigest()
MsgDigest is the digest of the msgg
optional bytes MsgDigest = 5;boolean hasSignature()
Signature for this msg
optional .pb.SignInfo Signature = 6;Chainedbft.SignInfo getSignature()
Signature for this msg
optional .pb.SignInfo Signature = 6;Copyright © 2020. All rights reserved.