MCPcopy Create free account
hub / github.com/tendermint/tendermint / LoadBlockCommit

Method LoadBlockCommit

internal/state/services.go:35–35  ·  view source on GitHub ↗
(height int64)

Source from the content-addressed store, hash-verified

33 LoadBlockPart(height int64, index int) *types.Part
34
35 LoadBlockCommit(height int64) *types.Commit
36 LoadSeenCommit() *types.Commit
37}
38

Callers

nothing calls this directly

Implementers 3

BlockStoreinternal/state/mocks/block_store.go
BlockStoreinternal/store/store.go
mockBlockStoreinternal/consensus/replay_test.go

Calls

no outgoing calls

Tested by

no test coverage detected