MessageCertificateResults is a summary from the Leader of a recently completed BFT process in the form of a Quorum Certificate signed by a super-majority of the committee members at a given height. This message defines committee treasury pool recipients, slash recipients, sell orders actions, and ch
| 662 | // Certificate signed by a super-majority of the committee members at a given height. |
| 663 | // This message defines committee treasury pool recipients, slash recipients, sell orders actions, and checkpoints |
| 664 | type MessageCertificateResults struct { |
| 665 | state protoimpl.MessageState `protogen:"open.v1"` |
| 666 | // qc: a super-majority signed quorum certificate from a recently completed BFT process (COMMIT_PROCESS phase) |
| 667 | Qc *lib.QuorumCertificate `protobuf:"bytes,1,opt,name=qc,proto3" json:"qc,omitempty"` |
| 668 | unknownFields protoimpl.UnknownFields |
| 669 | sizeCache protoimpl.SizeCache |
| 670 | } |
| 671 | |
| 672 | func (x *MessageCertificateResults) Reset() { |
| 673 | *x = MessageCertificateResults{} |
nothing calls this directly
no outgoing calls
no test coverage detected