Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6boris/web3-template
/ GetDifficulty
Method
GetDifficulty
api/service/data/base.pb.go:185–190 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
183
}
184
185
func
(x *BlockItem) GetDifficulty() string {
186
if
x != nil {
187
return
x.Difficulty
188
}
189
return
""
190
}
191
192
func
(x *BlockItem) GetExtraData() string {
193
if
x != nil {
Callers
1
SyncBlockInfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected