MCPcopy
hub / github.com/canopy-network/canopy / MessageCertificateResults

Struct MessageCertificateResults

fsm/message.pb.go:664–670  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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
664type 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
672func (x *MessageCertificateResults) Reset() {
673 *x = MessageCertificateResults{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected