MCPcopy Create free account
hub / github.com/chain/txvm / Hash

Struct Hash

protocol/bc/bc.pb.go:61–66  ·  view source on GitHub ↗

Hash is a 32-byte hash.

Source from the content-addressed store, hash-verified

59
60// Hash is a 32-byte hash.
61type Hash struct {
62 V0 uint64 `protobuf:"fixed64,1,opt,name=v0" json:"v0,omitempty"`
63 V1 uint64 `protobuf:"fixed64,2,opt,name=v1" json:"v1,omitempty"`
64 V2 uint64 `protobuf:"fixed64,3,opt,name=v2" json:"v2,omitempty"`
65 V3 uint64 `protobuf:"fixed64,4,opt,name=v3" json:"v3,omitempty"`
66}
67
68func (m *Hash) Reset() { *m = Hash{} }
69func (m *Hash) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected