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

Method GetExtraData

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

Source from the content-addressed store, hash-verified

190}
191
192func (x *BlockItem) GetExtraData() string {
193 if x != nil {
194 return x.ExtraData
195 }
196 return ""
197}
198
199func (x *BlockItem) GetGasLimit() string {
200 if x != nil {

Callers 2

SyncBlockInfoMethod · 0.45
MySQLRechargeAccountMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected