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

Method GetV0

protocol/bc/bc.pb.go:73–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71func (*Hash) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
72
73func (m *Hash) GetV0() uint64 {
74 if m != nil {
75 return m.V0
76 }
77 return 0
78}
79
80func (m *Hash) GetV1() uint64 {
81 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected