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

Method GetBlockHash

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

types.EventGetBlockHash

(param *types.ReqInt)

Source from the content-addressed store, hash-verified

81 GetAddrOverview(param *types.ReqAddr) (*types.AddrOverview, error)
82 // types.EventGetBlockHash
83 GetBlockHash(param *types.ReqInt) (*types.ReplyHash, error)
84 // types.EventIsSync
85 IsSync() (*types.Reply, error)
86 // types.EventIsNtpClockSync

Callers 1

testGetBlockHashFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1

testGetBlockHashFunction · 0.52