public static interface Chainedbft.QuorumCertOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.ByteString |
getProposalId()
The id of Proposal this QC certified.
|
com.google.protobuf.ByteString |
getProposalMsg()
The msg of Proposal this QC certified.
|
Chainedbft.QCSignInfos |
getSignInfos()
SignInfos is the signs of the leader gathered from replicas
of a specifically certType.
|
Chainedbft.QCState |
getType()
The current type of this QC certified.
|
int |
getTypeValue()
The current type of this QC certified.
|
long |
getViewNumber()
The view number of this QC certified.
|
boolean |
hasSignInfos()
SignInfos is the signs of the leader gathered from replicas
of a specifically certType.
|
com.google.protobuf.ByteString getProposalId()
The id of Proposal this QC certified.
optional bytes ProposalId = 1;com.google.protobuf.ByteString getProposalMsg()
The msg of Proposal this QC certified.
optional bytes ProposalMsg = 2;int getTypeValue()
The current type of this QC certified. the type contains `NEW_VIEW`, `PREPARE`
optional .pb.QCState Type = 3;Chainedbft.QCState getType()
The current type of this QC certified. the type contains `NEW_VIEW`, `PREPARE`
optional .pb.QCState Type = 3;long getViewNumber()
The view number of this QC certified.
optional int64 ViewNumber = 4;boolean hasSignInfos()
SignInfos is the signs of the leader gathered from replicas of a specifically certType.
optional .pb.QCSignInfos SignInfos = 5;Chainedbft.QCSignInfos getSignInfos()
SignInfos is the signs of the leader gathered from replicas of a specifically certType.
optional .pb.QCSignInfos SignInfos = 5;Copyright © 2020. All rights reserved.