package
1.14.2
Repository: https://github.com/iotexproject/iotex-core.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

NewBloomfilterIndexer creates a new bloomfilterindexer struct by given kvstore and rangebloomfilter size.
NewIndexBuilder instantiates an index builder.
NewIndexer creates a new indexer.
NewSGDRegistry creates a new SGDIndexer.
NewSyncIndexers creates a new SyncIndexers each indexer will PutBlock one by one in the order of the indexers.

# Constants

BlockBloomFilterNamespace indicated the kvstore namespace to store block BloomFilters.
CurrentHeightKey indicates the key of current bf indexer height in underlying DB.
RangeBloomFilterNamespace indicates the kvstore namespace to store range BloomFilters.

# Variables

DefaultConfig is the default config of indexer.
ErrActionIndexNA indicates action index is not supported.
TotalBloomFilterNamespace indicates the kvstore namespace to store total ranges.

# Structs

Config is the config for indexer.
IndexBuilder defines the index builder.
No description provided by the author
SyncIndexers is a special index that includes multiple indexes, which stay in sync when blocks are added.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author