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

Struct Ping

p2pserver/message/types/ping.go:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29)
30
31type Ping struct {
32 Height uint64
33}
34
35//Serialize message payload
36func (this Ping) Serialization(sink *comm.ZeroCopySink) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected