MCPcopy Create free account
hub / github.com/33cn/chain33 / GetBlockOverview

Method GetBlockOverview

client/queueprotocolapi.go:79–79  ·  view source on GitHub ↗

types.EventGetBlockOverview

(param *types.ReqHash)

Source from the content-addressed store, hash-verified

77 GetHeaders(param *types.ReqBlocks) (*types.Headers, error)
78 // types.EventGetBlockOverview
79 GetBlockOverview(param *types.ReqHash) (*types.BlockOverview, error)
80 // types.EventGetAddrOverview
81 GetAddrOverview(param *types.ReqAddr) (*types.AddrOverview, error)
82 // types.EventGetBlockHash

Callers 1

testGetBlockOverviewFunction · 0.65

Implementers 2

QueueProtocolclient/queueprotocol.go
QueueProtocolAPIclient/mocks/api.go

Calls

no outgoing calls

Tested by 1

testGetBlockOverviewFunction · 0.52