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

Struct Block

p2pserver/message/types/block.go:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30)
31
32type Block struct {
33 Blk *types.Block
34 MerkleRoot common.Uint256
35}
36
37//Serialize message payload
38func (this *Block) Serialization(sink *common.ZeroCopySink) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected