Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
164
func
(x *BlockItem) GetHash() string {
165
if
x != nil {
166
return
x.Hash
167
}
168
return
""
169
}
170
171
func
(x *BlockItem) GetParentHash() string {
172
if
x != nil {
Callers
1
SyncBlockInfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected