MCPcopy 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
185func (x *BlockItem) GetDifficulty() string {
186 if x != nil {
187 return x.Difficulty
188 }
189 return ""
190}
191
192func (x *BlockItem) GetExtraData() string {
193 if x != nil {

Callers 1

SyncBlockInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected