Versions in this module Expand all Collapse all v0 v0.50.0 Sep 23, 2024 Changes in this version + type BlockStore struct + func NewBlockStore(t NewBlockStoreT) *BlockStore + func (_m *BlockStore) Height() int64 + func (_m *BlockStore) LoadBlockCommit(height int64) *types.Commit + func (_m *BlockStore) LoadBlockMeta(height int64) *types.BlockMeta + type NewBlockStoreT interface + Cleanup func(func())