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

Struct Inv

p2pserver/message/types/inventory.go:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38type Inv struct {
39 P InvPayload
40}
41
42func (this Inv) invType() common.InventoryType {
43 return this.P.InvType

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected