MCPcopy Create free account
hub / github.com/DNAProject/DNA / RawBlockHeader

Struct RawBlockHeader

p2pserver/message/types/block_header.go:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37type RawBlockHeader struct {
38 BlkHdr []*ct.RawHeader
39}
40
41func (this *RawBlockHeader) Serialization(sink *common.ZeroCopySink) {
42 sink.WriteUint32(uint32(len(this.BlkHdr)))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected