public static interface Chainedbft.ChainedBftVoteMessageOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.ByteString |
getProposalId()
The id of this message votes for.
|
Chainedbft.SignInfo |
getSignature()
Replica will sign the QCMessage if the QuorumCert if valid.
|
boolean |
hasSignature()
Replica will sign the QCMessage if the QuorumCert if valid.
|
com.google.protobuf.ByteString getProposalId()
The id of this message votes for.
optional bytes ProposalId = 1;boolean hasSignature()
Replica will sign the QCMessage if the QuorumCert if valid.
optional .pb.SignInfo Signature = 2;Chainedbft.SignInfo getSignature()
Replica will sign the QCMessage if the QuorumCert if valid.
optional .pb.SignInfo Signature = 2;Copyright © 2020. All rights reserved.