Serialize message payload
(sink *comm.ZeroCopySink)
| 32 | |
| 33 | //Serialize message payload |
| 34 | func (this *Consensus) Serialization(sink *comm.ZeroCopySink) { |
| 35 | this.Cons.Serialization(sink) |
| 36 | } |
| 37 | |
| 38 | func (this *Consensus) CmdType() string { |
| 39 | return common.CONSENSUS_TYPE |
nothing calls this directly
no test coverage detected