Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockIndex ¶
type BlockIndex struct {
// contains filtered or unexported fields
}
BlockIndex is the simplest possible indexer, backed by key-value storage (levelDB).
func NewBlockIndex ¶
func NewBlockIndex(store dbm.DB, options ...func(*BlockIndex)) *BlockIndex
NewBlockIndex creates new KV indexer.
Click to show internal directories.
Click to hide internal directories.