Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
BlockStore
internal/state/mocks/block_store.go
BlockStore
internal/store/store.go
mockBlockStore
internal/consensus/replay_test.go
Calls
no outgoing calls
Tested by
no test coverage detected