Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEncoding ¶
func NewEncoding(registerInterfaces ...func(r types.InterfaceRegistry)) *encodingConfig
NewEncoding registers all base protobuf types by default as well as any custom types passed in
Types ¶
type IndexerApp ¶
type IndexerApp struct { Height int64 IsSynced atomic.Bool // contains filtered or unexported fields }
func NewIndexer ¶
func NewIndexer(params IndexerAppParams) *IndexerApp
func (*IndexerApp) Run ¶
func (a *IndexerApp) Run() (done <-chan struct{}, err error)
Click to show internal directories.
Click to hide internal directories.