Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockStore ¶
BlockStore is an autogenerated mock type for the BlockStore type
func NewBlockStore ¶
func NewBlockStore(t NewBlockStoreT) *BlockStore
NewBlockStore creates a new instance of BlockStore. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*BlockStore) Height ¶
func (_m *BlockStore) Height() int64
Height provides a mock function with given fields:
func (*BlockStore) LoadBlockCommit ¶
func (_m *BlockStore) LoadBlockCommit(height int64) *types.Commit
LoadBlockCommit provides a mock function with given fields: height
func (*BlockStore) LoadBlockMeta ¶
func (_m *BlockStore) LoadBlockMeta(height int64) *types.BlockMeta
LoadBlockMeta provides a mock function with given fields: height
type NewBlockStoreT ¶
Click to show internal directories.
Click to hide internal directories.