Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Indexer ¶
type Indexer struct {
// contains filtered or unexported fields
}
Indexer is the module that allows operations across multiple services.
func NewIndexer ¶
func NewIndexer(dbConnString, rpcEndpoint string, netParams *params.ChainParams) (*Indexer, error)
func (*Indexer) ProcessBlock ¶
func (i *Indexer) ProcessBlock(b *primitives.Block) (*chainindex.BlockRow, error)
func (*Indexer) SetGenesisState ¶
func (*Indexer) StoreStateData ¶
func (i *Indexer) StoreStateData(lastBlock *chainindex.BlockRow) error
Click to show internal directories.
Click to hide internal directories.