| 35 | } |
| 36 | |
| 37 | type RawBlockHeader struct { |
| 38 | BlkHdr []*ct.RawHeader |
| 39 | } |
| 40 | |
| 41 | func (this *RawBlockHeader) Serialization(sink *common.ZeroCopySink) { |
| 42 | sink.WriteUint32(uint32(len(this.BlkHdr))) |
nothing calls this directly
no outgoing calls
no test coverage detected