Serialize message payload
(sink *comm.ZeroCopySink)
| 34 | |
| 35 | //Serialize message payload |
| 36 | func (this Trn) Serialization(sink *comm.ZeroCopySink) { |
| 37 | this.Txn.Serialization(sink) |
| 38 | } |
| 39 | |
| 40 | func (this *Trn) CmdType() string { |
| 41 | return common.TX_TYPE |
nothing calls this directly
no test coverage detected