MCPcopy Create free account
hub / github.com/6boris/web3-template / GetHash

Method GetHash

api/service/data/base.pb.go:164–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162}
163
164func (x *BlockItem) GetHash() string {
165 if x != nil {
166 return x.Hash
167 }
168 return ""
169}
170
171func (x *BlockItem) GetParentHash() string {
172 if x != nil {

Callers 1

SyncBlockInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected