Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader interface { Start() Sync() error }
Reader is a minimal interface for ibft in the context of an exporter
func NewIbftReadOnly ¶
func NewIbftReadOnly(opts ReaderOptions) Reader
NewIbftReadOnly creates new instance of Reader
type ReaderOptions ¶
type ReaderOptions struct { Logger *zap.Logger Storage collections.Iibft Network network.Network Config *proto.InstanceConfig }
ReaderOptions defines the required parameters to create an instance
Click to show internal directories.
Click to hide internal directories.